public static interface V1beta1Extensions.IngressBackendOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
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 |
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 string serviceName = 1;String getServiceName()
Specifies the name of the referenced service.
optional string serviceName = 1;com.google.protobuf.ByteString getServiceNameBytes()
Specifies the name of the referenced service.
optional string serviceName = 1;boolean hasServicePort()
Specifies the port of the referenced service.
optional .k8s.io.apimachinery.pkg.util.intstr.IntOrString servicePort = 2;IntStr.IntOrString getServicePort()
Specifies the port of the referenced service.
optional .k8s.io.apimachinery.pkg.util.intstr.IntOrString servicePort = 2;IntStr.IntOrStringOrBuilder getServicePortOrBuilder()
Specifies the port of the referenced service.
optional .k8s.io.apimachinery.pkg.util.intstr.IntOrString servicePort = 2;Copyright © 2021. All rights reserved.