| Package | Description |
|---|---|
| io.kubernetes.client.openapi.models |
| Modifier and Type | Method and Description |
|---|---|
V1HostAlias |
V1HostAlias.addHostnamesItem(String hostnamesItem) |
V1HostAlias |
V1HostAlias.hostnames(List<String> hostnames) |
V1HostAlias |
V1HostAlias.ip(String ip) |
| Modifier and Type | Method and Description |
|---|---|
List<V1HostAlias> |
V1PodSpec.getHostAliases()
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 |
|---|---|
V1PodSpec |
V1PodSpec.addHostAliasesItem(V1HostAlias hostAliasesItem) |
| Modifier and Type | Method and Description |
|---|---|
V1PodSpec |
V1PodSpec.hostAliases(List<V1HostAlias> hostAliases) |
void |
V1PodSpec.setHostAliases(List<V1HostAlias> hostAliases) |
Copyright © 2021. All rights reserved.