IngressServiceBackend references a Kubernetes Service as a Backend.

Hierarchy

  • V1IngressServiceBackend

Constructors

Properties

name: string

name is the referenced service. The service must exist in the same namespace as the Ingress object.

attributeTypeMap: {
    baseName: string;
    name: string;
    type: string;
}[] = ...

Type declaration

  • baseName: string
  • name: string
  • type: string
discriminator: undefined | string = undefined

Methods

  • Returns {
        baseName: string;
        name: string;
        type: string;
    }[]

Generated using TypeDoc