Uses of Class
io.kubernetes.client.proto.V1.HostAlias
-
Uses of V1.HostAlias in io.kubernetes.client.proto
Fields in io.kubernetes.client.proto with type parameters of type V1.HostAliasModifier and TypeFieldDescriptionstatic final com.google.protobuf.Parser<V1.HostAlias>
V1.HostAlias.PARSER
Deprecated.Methods in io.kubernetes.client.proto that return V1.HostAliasModifier and TypeMethodDescriptionV1.HostAlias.Builder.build()
V1.HostAlias.Builder.buildPartial()
static V1.HostAlias
V1.HostAlias.getDefaultInstance()
V1.HostAlias.Builder.getDefaultInstanceForType()
V1.HostAlias.getDefaultInstanceForType()
V1.PodSpec.Builder.getHostAliases
(int index) HostAliases is an optional list of hosts and IPs that will be injected into the pod's hosts file if specified.V1.PodSpec.getHostAliases
(int index) HostAliases is an optional list of hosts and IPs that will be injected into the pod's hosts file if specified.V1.PodSpecOrBuilder.getHostAliases
(int index) HostAliases is an optional list of hosts and IPs that will be injected into the pod's hosts file if specified.static V1.HostAlias
V1.HostAlias.parseDelimitedFrom
(InputStream input) static V1.HostAlias
V1.HostAlias.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1.HostAlias
V1.HostAlias.parseFrom
(byte[] data) static V1.HostAlias
V1.HostAlias.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1.HostAlias
V1.HostAlias.parseFrom
(com.google.protobuf.ByteString data) static V1.HostAlias
V1.HostAlias.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1.HostAlias
V1.HostAlias.parseFrom
(com.google.protobuf.CodedInputStream input) static V1.HostAlias
V1.HostAlias.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1.HostAlias
V1.HostAlias.parseFrom
(InputStream input) static V1.HostAlias
V1.HostAlias.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1.HostAlias
V1.HostAlias.parseFrom
(ByteBuffer data) static V1.HostAlias
V1.HostAlias.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.kubernetes.client.proto that return types with arguments of type V1.HostAliasModifier and TypeMethodDescriptionV1.PodSpec.Builder.getHostAliasesList()
HostAliases is an optional list of hosts and IPs that will be injected into the pod's hosts file if specified.V1.PodSpec.getHostAliasesList()
HostAliases is an optional list of hosts and IPs that will be injected into the pod's hosts file if specified.V1.PodSpecOrBuilder.getHostAliasesList()
HostAliases is an optional list of hosts and IPs that will be injected into the pod's hosts file if specified.com.google.protobuf.Parser<V1.HostAlias>
V1.HostAlias.getParserForType()
static com.google.protobuf.Parser<V1.HostAlias>
V1.HostAlias.parser()
Methods in io.kubernetes.client.proto with parameters of type V1.HostAliasModifier and TypeMethodDescriptionV1.PodSpec.Builder.addHostAliases
(int index, V1.HostAlias value) HostAliases is an optional list of hosts and IPs that will be injected into the pod's hosts file if specified.V1.PodSpec.Builder.addHostAliases
(V1.HostAlias value) HostAliases is an optional list of hosts and IPs that will be injected into the pod's hosts file if specified.V1.HostAlias.Builder.mergeFrom
(V1.HostAlias other) static V1.HostAlias.Builder
V1.HostAlias.newBuilder
(V1.HostAlias prototype) V1.PodSpec.Builder.setHostAliases
(int index, V1.HostAlias value) HostAliases is an optional list of hosts and IPs that will be injected into the pod's hosts file if specified.Method parameters in io.kubernetes.client.proto with type arguments of type V1.HostAliasModifier and TypeMethodDescriptionV1.PodSpec.Builder.addAllHostAliases
(Iterable<? extends V1.HostAlias> values) HostAliases is an optional list of hosts and IPs that will be injected into the pod's hosts file if specified.