Schema
objectio.k8s.api.networking.v1.ServiceBackendPort
ServiceBackendPort is the service port being referenced.
- Source
specs/apis__networking.k8s.io__v1_openapi.json- Revision
9a79c3bd90f7- Active snapshot
2a9112600697
name string
optionalname is the name of the port on the Service. This is a mutually exclusive setting with "Number".
number integer (int32)
optionalnumber is the numerical port number (e.g. 80) on the Service. This is a mutually exclusive setting with "Name".