public static interface V1Networking.IngressBackendOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
V1.TypedLocalObjectReference |
getResource()
Resource is an ObjectRef to another Kubernetes resource in the namespace
of the Ingress object.
|
V1.TypedLocalObjectReferenceOrBuilder |
getResourceOrBuilder()
Resource is an ObjectRef to another Kubernetes resource in the namespace
of the Ingress object.
|
V1Networking.IngressServiceBackend |
getService()
Service references a Service as a Backend.
|
V1Networking.IngressServiceBackendOrBuilder |
getServiceOrBuilder()
Service references a Service as a Backend.
|
boolean |
hasResource()
Resource is an ObjectRef to another Kubernetes resource in the namespace
of the Ingress object.
|
boolean |
hasService()
Service references a Service as a Backend.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasService()
Service references a Service as a Backend. This is a mutually exclusive setting with "Resource". +optional
optional .k8s.io.api.networking.v1.IngressServiceBackend service = 4;V1Networking.IngressServiceBackend getService()
Service references a Service as a Backend. This is a mutually exclusive setting with "Resource". +optional
optional .k8s.io.api.networking.v1.IngressServiceBackend service = 4;V1Networking.IngressServiceBackendOrBuilder getServiceOrBuilder()
Service references a Service as a Backend. This is a mutually exclusive setting with "Resource". +optional
optional .k8s.io.api.networking.v1.IngressServiceBackend service = 4;boolean hasResource()
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". +optional
optional .k8s.io.api.core.v1.TypedLocalObjectReference resource = 3;V1.TypedLocalObjectReference getResource()
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". +optional
optional .k8s.io.api.core.v1.TypedLocalObjectReference resource = 3;V1.TypedLocalObjectReferenceOrBuilder getResourceOrBuilder()
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". +optional
optional .k8s.io.api.core.v1.TypedLocalObjectReference resource = 3;Copyright © 2023. All rights reserved.