Uses of Interface
io.kubernetes.client.proto.V1.HostAliasOrBuilder
-
Uses of V1.HostAliasOrBuilder in io.kubernetes.client.proto
Classes in io.kubernetes.client.proto that implement V1.HostAliasOrBuilderModifier and TypeClassDescriptionstatic final classHostAlias holds the mapping between IP and hostnames that will be injected as an entry in the pod's hosts file.static final classHostAlias holds the mapping between IP and hostnames that will be injected as an entry in the pod's hosts file.Methods in io.kubernetes.client.proto that return V1.HostAliasOrBuilderModifier and TypeMethodDescriptionV1.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.V1.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.V1.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 io.kubernetes.client.proto that return types with arguments of type V1.HostAliasOrBuilderModifier and TypeMethodDescriptionList<? extends V1.HostAliasOrBuilder>V1.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 V1.HostAliasOrBuilder>V1.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 V1.HostAliasOrBuilder>V1.PodSpecOrBuilder.getHostAliasesOrBuilderList()HostAliases is an optional list of hosts and IPs that will be injected into the pod's hosts file if specified.