Uses of Class
net.stickycode.kuuty.model.v18.IoK8sApiCoreV1HostAlias
-
-
Uses of IoK8sApiCoreV1HostAlias in net.stickycode.kuuty.model.v18
Methods in net.stickycode.kuuty.model.v18 that return IoK8sApiCoreV1HostAlias Modifier and Type Method Description IoK8sApiCoreV1HostAliasIoK8sApiCoreV1HostAlias. addHostnamesItem(String hostnamesItem)IoK8sApiCoreV1HostAliasIoK8sApiCoreV1HostAlias. hostnames(List<String> hostnames)IoK8sApiCoreV1HostAliasIoK8sApiCoreV1HostAlias. ip(String ip)Methods in net.stickycode.kuuty.model.v18 that return types with arguments of type IoK8sApiCoreV1HostAlias Modifier and Type Method Description List<IoK8sApiCoreV1HostAlias>IoK8sApiCoreV1PodSpec. getHostAliases()HostAliases is an optional list of hosts and IPs that will be injected into the pod's hosts file if specified.Methods in net.stickycode.kuuty.model.v18 with parameters of type IoK8sApiCoreV1HostAlias Modifier and Type Method Description IoK8sApiCoreV1PodSpecIoK8sApiCoreV1PodSpec. addHostAliasesItem(IoK8sApiCoreV1HostAlias hostAliasesItem)Method parameters in net.stickycode.kuuty.model.v18 with type arguments of type IoK8sApiCoreV1HostAlias Modifier and Type Method Description IoK8sApiCoreV1PodSpecIoK8sApiCoreV1PodSpec. hostAliases(List<IoK8sApiCoreV1HostAlias> hostAliases)voidIoK8sApiCoreV1PodSpec. setHostAliases(List<IoK8sApiCoreV1HostAlias> hostAliases)
-