Skip to main content
Schemaobject

io.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
optional

name is the name of the port on the Service. This is a mutually exclusive setting with "Number".

number integer (int32)
optional

number is the numerical port number (e.g. 80) on the Service. This is a mutually exclusive setting with "Name".