Uses of Class
io.kubernetes.client.proto.V1.PodIP
-
Uses of V1.PodIP in io.kubernetes.client.proto
Fields in io.kubernetes.client.proto with type parameters of type V1.PodIPModifier and TypeFieldDescriptionstatic final com.google.protobuf.Parser<V1.PodIP>
V1.PodIP.PARSER
Deprecated.Methods in io.kubernetes.client.proto that return V1.PodIPModifier and TypeMethodDescriptionV1.PodIP.Builder.build()
V1.PodIP.Builder.buildPartial()
static V1.PodIP
V1.PodIP.getDefaultInstance()
V1.PodIP.Builder.getDefaultInstanceForType()
V1.PodIP.getDefaultInstanceForType()
V1.PodStatus.Builder.getPodIPs
(int index) podIPs holds the IP addresses allocated to the pod.V1.PodStatus.getPodIPs
(int index) podIPs holds the IP addresses allocated to the pod.V1.PodStatusOrBuilder.getPodIPs
(int index) podIPs holds the IP addresses allocated to the pod.static V1.PodIP
V1.PodIP.parseDelimitedFrom
(InputStream input) static V1.PodIP
V1.PodIP.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1.PodIP
V1.PodIP.parseFrom
(byte[] data) static V1.PodIP
V1.PodIP.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1.PodIP
V1.PodIP.parseFrom
(com.google.protobuf.ByteString data) static V1.PodIP
V1.PodIP.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1.PodIP
V1.PodIP.parseFrom
(com.google.protobuf.CodedInputStream input) static V1.PodIP
V1.PodIP.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1.PodIP
V1.PodIP.parseFrom
(InputStream input) static V1.PodIP
V1.PodIP.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1.PodIP
V1.PodIP.parseFrom
(ByteBuffer data) static V1.PodIP
V1.PodIP.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.kubernetes.client.proto that return types with arguments of type V1.PodIPModifier and TypeMethodDescriptioncom.google.protobuf.Parser<V1.PodIP>
V1.PodIP.getParserForType()
V1.PodStatus.Builder.getPodIPsList()
podIPs holds the IP addresses allocated to the pod.V1.PodStatus.getPodIPsList()
podIPs holds the IP addresses allocated to the pod.V1.PodStatusOrBuilder.getPodIPsList()
podIPs holds the IP addresses allocated to the pod.static com.google.protobuf.Parser<V1.PodIP>
V1.PodIP.parser()
Methods in io.kubernetes.client.proto with parameters of type V1.PodIPModifier and TypeMethodDescriptionpodIPs holds the IP addresses allocated to the pod.podIPs holds the IP addresses allocated to the pod.static V1.PodIP.Builder
V1.PodIP.newBuilder
(V1.PodIP prototype) podIPs holds the IP addresses allocated to the pod.Method parameters in io.kubernetes.client.proto with type arguments of type V1.PodIPModifier and TypeMethodDescriptionV1.PodStatus.Builder.addAllPodIPs
(Iterable<? extends V1.PodIP> values) podIPs holds the IP addresses allocated to the pod.