Uses of Interface
k8s.io.api.core.v1.Generated.HostAliasOrBuilder
-
Packages that use Generated.HostAliasOrBuilder Package Description k8s.io.api.core.v1 -
-
Uses of Generated.HostAliasOrBuilder in k8s.io.api.core.v1
Classes in k8s.io.api.core.v1 that implement Generated.HostAliasOrBuilder Modifier and Type Class Description static classGenerated.HostAliasHostAlias holds the mapping between IP and hostnames that will be injected as an entry in the pod's hosts file.static classGenerated.HostAlias.BuilderHostAlias holds the mapping between IP and hostnames that will be injected as an entry in the pod's hosts file.Methods in k8s.io.api.core.v1 that return Generated.HostAliasOrBuilder Modifier and Type Method Description Generated.HostAliasOrBuilderGenerated.PodSpec.Builder. getHostAliasesOrBuilder(int index)HostAliases is an optional list of hosts and IPs that will be injected into the pod's hosts file if specified.Generated.HostAliasOrBuilderGenerated.PodSpec. getHostAliasesOrBuilder(int index)HostAliases is an optional list of hosts and IPs that will be injected into the pod's hosts file if specified.Generated.HostAliasOrBuilderGenerated.PodSpecOrBuilder. getHostAliasesOrBuilder(int index)HostAliases is an optional list of hosts and IPs that will be injected into the pod's hosts file if specified.Methods in k8s.io.api.core.v1 that return types with arguments of type Generated.HostAliasOrBuilder Modifier and Type Method Description List<? extends Generated.HostAliasOrBuilder>Generated.PodSpec.Builder. getHostAliasesOrBuilderList()HostAliases is an optional list of hosts and IPs that will be injected into the pod's hosts file if specified.List<? extends Generated.HostAliasOrBuilder>Generated.PodSpec. getHostAliasesOrBuilderList()HostAliases is an optional list of hosts and IPs that will be injected into the pod's hosts file if specified.List<? extends Generated.HostAliasOrBuilder>Generated.PodSpecOrBuilder. getHostAliasesOrBuilderList()HostAliases is an optional list of hosts and IPs that will be injected into the pod's hosts file if specified.
-