ServiceBackendPort
ServiceBackendPort is the service port being referenced.
Schema URL
https://raw.githubusercontent.com/nlamirault/schema-hub/main/schemas/networking.api.k8s.io/ServiceBackendPort_v1.json▶ Usage examples
VS Code / yaml-language-server
# yaml-language-server: $schema=https://raw.githubusercontent.com/nlamirault/schema-hub/main/schemas/networking.api.k8s.io/ServiceBackendPort_v1.jsonkubeconform
kubeconform -schema-location 'https://raw.githubusercontent.com/nlamirault/schema-hub/main/schemas/{{ .Group }}/{{ .ResourceKind }}_{{ .ResourceAPIVersion }}.json' manifest.yamlResource Structure
namestringname is the name of the port on the Service. This is a mutually exclusive setting with "Number".
numberintegernumber is the numerical port number (e.g. 80) on the Service. This is a mutually exclusive setting with "Name".