Uses of Class
io.kubernetes.client.openapi.models.V1HostAlias
Packages that use V1HostAlias
-
Uses of V1HostAlias in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1HostAliasMethods in io.kubernetes.client.openapi.models that return types with arguments of type V1HostAliasModifier and TypeMethodDescriptionV1PodSpec.getHostAliases()
HostAliases is an optional list of hosts and IPs that will be injected into the pod's hosts file if specified.Methods in io.kubernetes.client.openapi.models with parameters of type V1HostAliasMethod parameters in io.kubernetes.client.openapi.models with type arguments of type V1HostAliasModifier and TypeMethodDescriptionV1PodSpec.hostAliases
(List<V1HostAlias> hostAliases) void
V1PodSpec.setHostAliases
(List<V1HostAlias> hostAliases)