Uses of Class
io.kubernetes.client.proto.V1.PodIP.Builder
-
Uses of V1.PodIP.Builder in io.kubernetes.client.proto
Methods in io.kubernetes.client.proto that return V1.PodIP.BuilderModifier and TypeMethodDescriptionV1.PodStatus.Builder.addPodIPsBuilder()
podIPs holds the IP addresses allocated to the pod.V1.PodStatus.Builder.addPodIPsBuilder
(int index) podIPs holds the IP addresses allocated to the pod.V1.PodIP.Builder.addRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) V1.PodIP.Builder.clear()
V1.PodIP.Builder.clearField
(com.google.protobuf.Descriptors.FieldDescriptor field) V1.PodIP.Builder.clearIp()
ip is an IP address (IPv4 or IPv6) assigned to the podV1.PodIP.Builder.clearOneof
(com.google.protobuf.Descriptors.OneofDescriptor oneof) V1.PodIP.Builder.clone()
V1.PodStatus.Builder.getPodIPsBuilder
(int index) podIPs holds the IP addresses allocated to the pod.V1.PodIP.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) V1.PodIP.Builder.mergeFrom
(com.google.protobuf.Message other) final V1.PodIP.Builder
V1.PodIP.Builder.mergeUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) static V1.PodIP.Builder
V1.PodIP.newBuilder()
static V1.PodIP.Builder
V1.PodIP.newBuilder
(V1.PodIP prototype) V1.PodIP.newBuilderForType()
protected V1.PodIP.Builder
V1.PodIP.newBuilderForType
(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) ip is an IP address (IPv4 or IPv6) assigned to the podV1.PodIP.Builder.setIpBytes
(com.google.protobuf.ByteString value) ip is an IP address (IPv4 or IPv6) assigned to the podV1.PodIP.Builder.setRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) final V1.PodIP.Builder
V1.PodIP.Builder.setUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) V1.PodIP.toBuilder()
Methods in io.kubernetes.client.proto that return types with arguments of type V1.PodIP.BuilderModifier and TypeMethodDescriptionV1.PodStatus.Builder.getPodIPsBuilderList()
podIPs holds the IP addresses allocated to the pod.Methods in io.kubernetes.client.proto with parameters of type V1.PodIP.BuilderModifier and TypeMethodDescriptionV1.PodStatus.Builder.addPodIPs
(int index, V1.PodIP.Builder builderForValue) podIPs holds the IP addresses allocated to the pod.V1.PodStatus.Builder.addPodIPs
(V1.PodIP.Builder builderForValue) podIPs holds the IP addresses allocated to the pod.V1.PodStatus.Builder.setPodIPs
(int index, V1.PodIP.Builder builderForValue) podIPs holds the IP addresses allocated to the pod.