Package k8s.io.api.core.v1
Interface Generated.PodIPOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Generated.PodIP,Generated.PodIP.Builder
- Enclosing class:
- Generated
public static interface Generated.PodIPOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetIp()IP is the IP address assigned to the pod +requiredcom.google.protobuf.ByteStringgetIpBytes()IP is the IP address assigned to the pod +requiredbooleanhasIp()IP is the IP address assigned to the pod +required-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasIp
boolean hasIp()
IP is the IP address assigned to the pod +required
optional string ip = 1;- Returns:
- Whether the ip field is set.
-
getIp
String getIp()
IP is the IP address assigned to the pod +required
optional string ip = 1;- Returns:
- The ip.
-
getIpBytes
com.google.protobuf.ByteString getIpBytes()
IP is the IP address assigned to the pod +required
optional string ip = 1;- Returns:
- The bytes for ip.
-
-