@hashgraph/solo
Preparing search index...
src/integration/kube/resources/service/service-spec
ServiceSpec
Interface ServiceSpec
interface
ServiceSpec
{
clusterIP
?:
string
;
ports
?:
ServicePort
[]
;
selector
?:
{
[
key
:
string
]:
string
}
;
type
?:
string
;
}
Index
Properties
clusterIP?
ports?
selector?
type?
Properties
Optional
Readonly
clusterIP
clusterIP
?:
string
Optional
Readonly
ports
ports
?:
ServicePort
[]
Optional
Readonly
selector
selector
?:
{
[
key
:
string
]:
string
}
Optional
Readonly
type
type
?:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
clusterIP
ports
selector
type
@hashgraph/solo
Loading...