Uses of Class
k8s.io.api.core.v1.Generated.HostAlias
-
Packages that use Generated.HostAlias Package Description k8s.io.api.core.v1 -
-
Uses of Generated.HostAlias in k8s.io.api.core.v1
Fields in k8s.io.api.core.v1 with type parameters of type Generated.HostAlias Modifier and Type Field Description static com.google.protobuf.Parser<Generated.HostAlias>Generated.HostAlias. PARSERDeprecated.Methods in k8s.io.api.core.v1 that return Generated.HostAlias Modifier and Type Method Description Generated.HostAliasGenerated.HostAlias.Builder. build()Generated.HostAliasGenerated.HostAlias.Builder. buildPartial()static Generated.HostAliasGenerated.HostAlias. getDefaultInstance()Generated.HostAliasGenerated.HostAlias.Builder. getDefaultInstanceForType()Generated.HostAliasGenerated.HostAlias. getDefaultInstanceForType()Generated.HostAliasGenerated.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.Generated.HostAliasGenerated.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.Generated.HostAliasGenerated.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 Generated.HostAliasGenerated.HostAlias. parseDelimitedFrom(InputStream input)static Generated.HostAliasGenerated.HostAlias. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Generated.HostAliasGenerated.HostAlias. parseFrom(byte[] data)static Generated.HostAliasGenerated.HostAlias. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Generated.HostAliasGenerated.HostAlias. parseFrom(com.google.protobuf.ByteString data)static Generated.HostAliasGenerated.HostAlias. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Generated.HostAliasGenerated.HostAlias. parseFrom(com.google.protobuf.CodedInputStream input)static Generated.HostAliasGenerated.HostAlias. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Generated.HostAliasGenerated.HostAlias. parseFrom(InputStream input)static Generated.HostAliasGenerated.HostAlias. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Generated.HostAliasGenerated.HostAlias. parseFrom(ByteBuffer data)static Generated.HostAliasGenerated.HostAlias. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in k8s.io.api.core.v1 that return types with arguments of type Generated.HostAlias Modifier and Type Method Description List<Generated.HostAlias>Generated.PodSpec.Builder. getHostAliasesList()HostAliases is an optional list of hosts and IPs that will be injected into the pod's hosts file if specified.List<Generated.HostAlias>Generated.PodSpec. getHostAliasesList()HostAliases is an optional list of hosts and IPs that will be injected into the pod's hosts file if specified.List<Generated.HostAlias>Generated.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<Generated.HostAlias>Generated.HostAlias. getParserForType()static com.google.protobuf.Parser<Generated.HostAlias>Generated.HostAlias. parser()Methods in k8s.io.api.core.v1 with parameters of type Generated.HostAlias Modifier and Type Method Description Generated.PodSpec.BuilderGenerated.PodSpec.Builder. addHostAliases(int index, Generated.HostAlias value)HostAliases is an optional list of hosts and IPs that will be injected into the pod's hosts file if specified.Generated.PodSpec.BuilderGenerated.PodSpec.Builder. addHostAliases(Generated.HostAlias value)HostAliases is an optional list of hosts and IPs that will be injected into the pod's hosts file if specified.Generated.HostAlias.BuilderGenerated.HostAlias.Builder. mergeFrom(Generated.HostAlias other)static Generated.HostAlias.BuilderGenerated.HostAlias. newBuilder(Generated.HostAlias prototype)Generated.PodSpec.BuilderGenerated.PodSpec.Builder. setHostAliases(int index, Generated.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 k8s.io.api.core.v1 with type arguments of type Generated.HostAlias Modifier and Type Method Description Generated.PodSpec.BuilderGenerated.PodSpec.Builder. addAllHostAliases(Iterable<? extends Generated.HostAlias> values)HostAliases is an optional list of hosts and IPs that will be injected into the pod's hosts file if specified.
-