Uses of Class
io.kubernetes.client.proto.V1.NodeAddress
-
Uses of V1.NodeAddress in io.kubernetes.client.proto
Fields in io.kubernetes.client.proto with type parameters of type V1.NodeAddressModifier and TypeFieldDescriptionstatic final com.google.protobuf.Parser<V1.NodeAddress>
V1.NodeAddress.PARSER
Deprecated.Methods in io.kubernetes.client.proto that return V1.NodeAddressModifier and TypeMethodDescriptionV1.NodeAddress.Builder.build()
V1.NodeAddress.Builder.buildPartial()
V1.NodeStatus.Builder.getAddresses
(int index) List of addresses reachable to the node.V1.NodeStatus.getAddresses
(int index) List of addresses reachable to the node.V1.NodeStatusOrBuilder.getAddresses
(int index) List of addresses reachable to the node.static V1.NodeAddress
V1.NodeAddress.getDefaultInstance()
V1.NodeAddress.Builder.getDefaultInstanceForType()
V1.NodeAddress.getDefaultInstanceForType()
static V1.NodeAddress
V1.NodeAddress.parseDelimitedFrom
(InputStream input) static V1.NodeAddress
V1.NodeAddress.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1.NodeAddress
V1.NodeAddress.parseFrom
(byte[] data) static V1.NodeAddress
V1.NodeAddress.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1.NodeAddress
V1.NodeAddress.parseFrom
(com.google.protobuf.ByteString data) static V1.NodeAddress
V1.NodeAddress.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1.NodeAddress
V1.NodeAddress.parseFrom
(com.google.protobuf.CodedInputStream input) static V1.NodeAddress
V1.NodeAddress.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1.NodeAddress
V1.NodeAddress.parseFrom
(InputStream input) static V1.NodeAddress
V1.NodeAddress.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1.NodeAddress
V1.NodeAddress.parseFrom
(ByteBuffer data) static V1.NodeAddress
V1.NodeAddress.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.kubernetes.client.proto that return types with arguments of type V1.NodeAddressModifier and TypeMethodDescriptionV1.NodeStatus.Builder.getAddressesList()
List of addresses reachable to the node.V1.NodeStatus.getAddressesList()
List of addresses reachable to the node.V1.NodeStatusOrBuilder.getAddressesList()
List of addresses reachable to the node.com.google.protobuf.Parser<V1.NodeAddress>
V1.NodeAddress.getParserForType()
static com.google.protobuf.Parser<V1.NodeAddress>
V1.NodeAddress.parser()
Methods in io.kubernetes.client.proto with parameters of type V1.NodeAddressModifier and TypeMethodDescriptionV1.NodeStatus.Builder.addAddresses
(int index, V1.NodeAddress value) List of addresses reachable to the node.V1.NodeStatus.Builder.addAddresses
(V1.NodeAddress value) List of addresses reachable to the node.V1.NodeAddress.Builder.mergeFrom
(V1.NodeAddress other) static V1.NodeAddress.Builder
V1.NodeAddress.newBuilder
(V1.NodeAddress prototype) V1.NodeStatus.Builder.setAddresses
(int index, V1.NodeAddress value) List of addresses reachable to the node.Method parameters in io.kubernetes.client.proto with type arguments of type V1.NodeAddressModifier and TypeMethodDescriptionV1.NodeStatus.Builder.addAllAddresses
(Iterable<? extends V1.NodeAddress> values) List of addresses reachable to the node.