Interface: KubeService
lib/k8s/service .KubeService
Hierarchy
-
↳
KubeService
Properties
apiVersion
• Optional
apiVersion: string
Inherited from
KubeObjectInterface . apiVersion
Defined in
kind
• kind: string
Inherited from
Defined in
metadata
• metadata:
KubeMetadata
Inherited from
KubeObjectInterface . metadata
Defined in
spec
• spec: Object
Index signature
▪ [otherProps: string
]: any
Type declaration
Name | Type |
---|---|
clusterIP |
string |
externalIPs |
string [] |
ports |
{ name : string ; nodePort : number ; port : number ; protocol : string ; targetPort : string | number }[] |
selector |
{ [key: string] : string ; } |
type |
string |
Defined in
status
• status: Object
Type declaration
Name | Type |
---|---|
conditions? |
KubeCondition
[] |
loadBalancer? |
{ ingress :
KubeLoadBalancerIngress
[] } |
loadBalancer.ingress |
KubeLoadBalancerIngress
[] |