public static interface V1Networking.IngressServiceBackendOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Name is the referenced service.
|
com.google.protobuf.ByteString |
getNameBytes()
Name is the referenced service.
|
V1Networking.ServiceBackendPort |
getPort()
Port of the referenced service.
|
V1Networking.ServiceBackendPortOrBuilder |
getPortOrBuilder()
Port of the referenced service.
|
boolean |
hasName()
Name is the referenced service.
|
boolean |
hasPort()
Port of the referenced service.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasName()
Name is the referenced service. The service must exist in the same namespace as the Ingress object.
optional string name = 1;String getName()
Name is the referenced service. The service must exist in the same namespace as the Ingress object.
optional string name = 1;com.google.protobuf.ByteString getNameBytes()
Name is the referenced service. The service must exist in the same namespace as the Ingress object.
optional string name = 1;boolean hasPort()
Port of the referenced service. A port name or port number is required for a IngressServiceBackend.
optional .k8s.io.api.networking.v1.ServiceBackendPort port = 2;V1Networking.ServiceBackendPort getPort()
Port of the referenced service. A port name or port number is required for a IngressServiceBackend.
optional .k8s.io.api.networking.v1.ServiceBackendPort port = 2;V1Networking.ServiceBackendPortOrBuilder getPortOrBuilder()
Port of the referenced service. A port name or port number is required for a IngressServiceBackend.
optional .k8s.io.api.networking.v1.ServiceBackendPort port = 2;Copyright © 2023. All rights reserved.