@jkcfg/kubernetes
Version:
jk Kubernetes library
17 lines • 546 B
JSON
{
"$schema": "http://json-schema.org/schema#",
"type": "object",
"description": "LoadBalancerStatus represents the status of a load-balancer.",
"properties": {
"ingress": {
"items": {
"$ref": "_definitions.json#/definitions/io.k8s.kubernetes.pkg.api.v1.LoadBalancerIngress"
},
"type": [
"array",
"null"
],
"description": "Ingress is a list containing ingress points for the load-balancer. Traffic intended for the service should be sent to these ingress points."
}
}
}