Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ServiceBackendPort

ServiceBackendPort is the service port being referenced.

schema

io.k8s.api.networking.v1.ServiceBackendPort

Hierarchy

  • ServiceBackendPort

Index

Properties

Properties

Optional Readonly name

name: string

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

schema

io.k8s.api.networking.v1.ServiceBackendPort#name

Optional Readonly number

number: number

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

schema

io.k8s.api.networking.v1.ServiceBackendPort#number

Generated using TypeDoc