UNPKG

@jkcfg/kubernetes

Version:
11 lines 403 B
{ "$schema": "http://json-schema.org/schema#", "type": "object", "description": "ServiceStatus represents the current status of a service.", "properties": { "loadBalancer": { "description": "LoadBalancer contains the current status of the load-balancer, if one is present.", "$ref": "_definitions.json#/definitions/io.k8s.kubernetes.pkg.api.v1.LoadBalancerStatus" } } }