public static interface V1beta1Extensions.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.
|
String |
getServiceName()
Specifies the name of the referenced service.
|
com.google.protobuf.ByteString |
getServiceNameBytes()
Specifies the name of the referenced service.
|
IntStr.IntOrString |
getServicePort()
Specifies the port of the referenced service.
|
IntStr.IntOrStringOrBuilder |
getServicePortOrBuilder()
Specifies the port of the referenced service.
|
boolean |
hasResource()
Resource is an ObjectRef to another Kubernetes resource in the namespace
of the Ingress object.
|
boolean |
hasServiceName()
Specifies the name of the referenced service.
|
boolean |
hasServicePort()
Specifies the port of the referenced service.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasServiceName()
Specifies the name of the referenced service. +optional
optional string serviceName = 1;String getServiceName()
Specifies the name of the referenced service. +optional
optional string serviceName = 1;com.google.protobuf.ByteString getServiceNameBytes()
Specifies the name of the referenced service. +optional
optional string serviceName = 1;boolean hasServicePort()
Specifies the port of the referenced service. +optional
optional .k8s.io.apimachinery.pkg.util.intstr.IntOrString servicePort = 2;IntStr.IntOrString getServicePort()
Specifies the port of the referenced service. +optional
optional .k8s.io.apimachinery.pkg.util.intstr.IntOrString servicePort = 2;IntStr.IntOrStringOrBuilder getServicePortOrBuilder()
Specifies the port of the referenced service. +optional
optional .k8s.io.apimachinery.pkg.util.intstr.IntOrString servicePort = 2;boolean hasResource()
Resource is an ObjectRef to another Kubernetes resource in the namespace of the Ingress object. If resource is specified, serviceName and servicePort must not be specified. +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, serviceName and servicePort must not be specified. +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, serviceName and servicePort must not be specified. +optional
optional .k8s.io.api.core.v1.TypedLocalObjectReference resource = 3;Copyright © 2023. All rights reserved.