| Modifier and Type | Field and Description |
|---|---|
static com.google.protobuf.Parser<V1.HostAlias> |
V1.HostAlias.PARSER
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
V1.HostAlias |
V1.HostAlias.Builder.build() |
V1.HostAlias |
V1.HostAlias.Builder.buildPartial() |
static V1.HostAlias |
V1.HostAlias.getDefaultInstance() |
V1.HostAlias |
V1.HostAlias.getDefaultInstanceForType() |
V1.HostAlias |
V1.HostAlias.Builder.getDefaultInstanceForType() |
V1.HostAlias |
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.
|
V1.HostAlias |
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.HostAlias |
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.
|
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(ByteBuffer data) |
static V1.HostAlias |
V1.HostAlias.parseFrom(ByteBuffer 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) |
| Modifier and Type | Method and Description |
|---|---|
List<V1.HostAlias> |
V1.PodSpecOrBuilder.getHostAliasesList()
HostAliases is an optional list of hosts and IPs that will be injected into the pod's hosts
file if specified.
|
List<V1.HostAlias> |
V1.PodSpec.getHostAliasesList()
HostAliases is an optional list of hosts and IPs that will be injected into the pod's hosts
file if specified.
|
List<V1.HostAlias> |
V1.PodSpec.Builder.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() |
| Modifier and Type | Method and Description |
|---|---|
V1.PodSpec.Builder |
V1.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 |
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 |
V1.HostAlias.Builder.mergeFrom(V1.HostAlias other) |
static V1.HostAlias.Builder |
V1.HostAlias.newBuilder(V1.HostAlias prototype) |
V1.PodSpec.Builder |
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.
|
| Modifier and Type | Method and Description |
|---|---|
V1.PodSpec.Builder |
V1.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.
|
Copyright © 2018. All rights reserved.