ServiceBackendPort
io.k8s.api.networking.v1.ServiceBackendPort
Description
ServiceBackendPort is the service port being referenced.
Properties
-
namestring - name is the name of the port on the Service. This is a mutually exclusive setting with "Number".
-
numberinteger (int32) - number is the numerical port number (e.g. 80) on the Service. This is a mutually exclusive setting with "Name".