| Modifier and Type | Method and Description |
|---|---|
V1.HostAlias.Builder |
V1.HostAlias.Builder.addAllHostnames(Iterable<String> values)
Hostnames for the above IP address.
|
V1.HostAlias.Builder |
V1.PodSpec.Builder.addHostAliasesBuilder()
HostAliases is an optional list of hosts and IPs that will be injected into the pod's hosts
file if specified.
|
V1.HostAlias.Builder |
V1.PodSpec.Builder.addHostAliasesBuilder(int index)
HostAliases is an optional list of hosts and IPs that will be injected into the pod's hosts
file if specified.
|
V1.HostAlias.Builder |
V1.HostAlias.Builder.addHostnames(String value)
Hostnames for the above IP address.
|
V1.HostAlias.Builder |
V1.HostAlias.Builder.addHostnamesBytes(com.google.protobuf.ByteString value)
Hostnames for the above IP address.
|
V1.HostAlias.Builder |
V1.HostAlias.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
V1.HostAlias.Builder |
V1.HostAlias.Builder.clear() |
V1.HostAlias.Builder |
V1.HostAlias.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
V1.HostAlias.Builder |
V1.HostAlias.Builder.clearHostnames()
Hostnames for the above IP address.
|
V1.HostAlias.Builder |
V1.HostAlias.Builder.clearIp()
IP address of the host file entry.
|
V1.HostAlias.Builder |
V1.HostAlias.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
V1.HostAlias.Builder |
V1.HostAlias.Builder.clone() |
V1.HostAlias.Builder |
V1.PodSpec.Builder.getHostAliasesBuilder(int index)
HostAliases is an optional list of hosts and IPs that will be injected into the pod's hosts
file if specified.
|
V1.HostAlias.Builder |
V1.HostAlias.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
V1.HostAlias.Builder |
V1.HostAlias.Builder.mergeFrom(com.google.protobuf.Message other) |
V1.HostAlias.Builder |
V1.HostAlias.Builder.mergeFrom(V1.HostAlias other) |
V1.HostAlias.Builder |
V1.HostAlias.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static V1.HostAlias.Builder |
V1.HostAlias.newBuilder() |
static V1.HostAlias.Builder |
V1.HostAlias.newBuilder(V1.HostAlias prototype) |
V1.HostAlias.Builder |
V1.HostAlias.newBuilderForType() |
protected V1.HostAlias.Builder |
V1.HostAlias.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
V1.HostAlias.Builder |
V1.HostAlias.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
V1.HostAlias.Builder |
V1.HostAlias.Builder.setHostnames(int index,
String value)
Hostnames for the above IP address.
|
V1.HostAlias.Builder |
V1.HostAlias.Builder.setIp(String value)
IP address of the host file entry.
|
V1.HostAlias.Builder |
V1.HostAlias.Builder.setIpBytes(com.google.protobuf.ByteString value)
IP address of the host file entry.
|
V1.HostAlias.Builder |
V1.HostAlias.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
V1.HostAlias.Builder |
V1.HostAlias.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
V1.HostAlias.Builder |
V1.HostAlias.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
List<V1.HostAlias.Builder> |
V1.PodSpec.Builder.getHostAliasesBuilderList()
HostAliases is an optional list of hosts and IPs that will be injected into the pod's hosts
file if specified.
|
| Modifier and Type | Method and Description |
|---|---|
V1.PodSpec.Builder |
V1.PodSpec.Builder.addHostAliases(int index,
V1.HostAlias.Builder builderForValue)
HostAliases is an optional list of hosts and IPs that will be injected into the pod's hosts
file if specified.
|
V1.PodSpec.Builder |
V1.PodSpec.Builder.addHostAliases(V1.HostAlias.Builder builderForValue)
HostAliases is an optional list of hosts and IPs that will be injected into the pod's hosts
file if specified.
|
V1.PodSpec.Builder |
V1.PodSpec.Builder.setHostAliases(int index,
V1.HostAlias.Builder builderForValue)
HostAliases is an optional list of hosts and IPs that will be injected into the pod's hosts
file if specified.
|
Copyright © 2019. All rights reserved.