Kubernetes::IngressBackend
Inherits YAML::Serializable < JSON::Serializable < Kubernetes::Serializable < Struct < Value < Object
IngressBackend describes all endpoints for a given service and port.
Constructors
Instance methods
resource is an ObjectRef to another Kubernetes resource in the namespace of the Ingress object. If resource is specified, a service.Name and service.Port must not be specified. This is a mutually exclusive setting with "Service".
resource is an ObjectRef to another Kubernetes resource in the namespace of the Ingress object. If resource is specified, a service.Name and service.Port must not be specified. This is a mutually exclusive setting with "Service".
service references a service as a backend. This is a mutually exclusive setting with "Resource".
service references a service as a backend. This is a mutually exclusive setting with "Resource".
Macros
Helper macro for defining fields with automatic camelCase conversion