UNPKG

@jkcfg/kubernetes

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