Package io.kubernetes.client.proto
Interface V1beta1Extensions.IngressBackendOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
V1beta1Extensions.IngressBackend
,V1beta1Extensions.IngressBackend.Builder
- Enclosing class:
- V1beta1Extensions
public static interface V1beta1Extensions.IngressBackendOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionResource is an ObjectRef to another Kubernetes resource in the namespace of the Ingress object.Resource is an ObjectRef to another Kubernetes resource in the namespace of the Ingress object.Specifies the name of the referenced service.com.google.protobuf.ByteString
Specifies the name of the referenced service.Specifies the port of the referenced service.Specifies the port of the referenced service.boolean
Resource is an ObjectRef to another Kubernetes resource in the namespace of the Ingress object.boolean
Specifies the name of the referenced service.boolean
Specifies the port of the referenced service.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasServiceName
boolean hasServiceName()Specifies the name of the referenced service. +optional
optional string serviceName = 1;
-
getServiceName
String getServiceName()Specifies the name of the referenced service. +optional
optional string serviceName = 1;
-
getServiceNameBytes
com.google.protobuf.ByteString getServiceNameBytes()Specifies the name of the referenced service. +optional
optional string serviceName = 1;
-
hasServicePort
boolean hasServicePort()Specifies the port of the referenced service. +optional
optional .k8s.io.apimachinery.pkg.util.intstr.IntOrString servicePort = 2;
-
getServicePort
IntStr.IntOrString getServicePort()Specifies the port of the referenced service. +optional
optional .k8s.io.apimachinery.pkg.util.intstr.IntOrString servicePort = 2;
-
getServicePortOrBuilder
IntStr.IntOrStringOrBuilder getServicePortOrBuilder()Specifies the port of the referenced service. +optional
optional .k8s.io.apimachinery.pkg.util.intstr.IntOrString servicePort = 2;
-
hasResource
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;
-
getResource
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;
-
getResourceOrBuilder
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;
-