Uses of Class
net.stickycode.kuuty.model.v18.IoK8sApiCoreV1Container
-
-
Uses of IoK8sApiCoreV1Container in net.stickycode.kuuty.model.v18
Methods in net.stickycode.kuuty.model.v18 that return types with arguments of type IoK8sApiCoreV1Container Modifier and Type Method Description List<IoK8sApiCoreV1Container>IoK8sApiCoreV1PodSpec. getContainers()List of containers belonging to the pod.List<IoK8sApiCoreV1Container>IoK8sApiCoreV1PodSpec. getInitContainers()List of initialization containers belonging to the pod.Methods in net.stickycode.kuuty.model.v18 with parameters of type IoK8sApiCoreV1Container Modifier and Type Method Description IoK8sApiCoreV1PodSpecIoK8sApiCoreV1PodSpec. addContainersItem(IoK8sApiCoreV1Container containersItem)IoK8sApiCoreV1PodSpecIoK8sApiCoreV1PodSpec. addInitContainersItem(IoK8sApiCoreV1Container initContainersItem)Method parameters in net.stickycode.kuuty.model.v18 with type arguments of type IoK8sApiCoreV1Container Modifier and Type Method Description IoK8sApiCoreV1PodSpecIoK8sApiCoreV1PodSpec. containers(List<IoK8sApiCoreV1Container> containers)IoK8sApiCoreV1PodSpecIoK8sApiCoreV1PodSpec. initContainers(List<IoK8sApiCoreV1Container> initContainers)voidIoK8sApiCoreV1PodSpec. setContainers(List<IoK8sApiCoreV1Container> containers)voidIoK8sApiCoreV1PodSpec. setInitContainers(List<IoK8sApiCoreV1Container> initContainers)
-