UNPKG

@jkcfg/kubernetes

Version:
22 lines 586 B
{ "description": "IngressBackend describes all endpoints for a given service and port.", "required": [ "serviceName", "servicePort" ], "properties": { "serviceName": { "description": "Specifies the name of the referenced service.", "type": [ "string", "null" ] }, "servicePort": { "description": "Specifies the port of the referenced service.", "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.util.intstr.IntOrString" } }, "$schema": "http://json-schema.org/schema#", "type": "object" }