Uses of Interface
org.cdk8s.plus25.k8s.Container
-
Packages that use Container Package Description org.cdk8s.plus25.k8s -
-
Uses of Container in org.cdk8s.plus25.k8s
Classes in org.cdk8s.plus25.k8s that implement Container Modifier and Type Class Description static classContainer.Jsii$ProxyAn implementation forContainerMethods in org.cdk8s.plus25.k8s that return Container Modifier and Type Method Description ContainerContainer.Builder. build()Builds the configured instance.Methods in org.cdk8s.plus25.k8s that return types with arguments of type Container Modifier and Type Method Description List<Container>PodSpec. getContainers()List of containers belonging to the pod.List<Container>PodSpec.Jsii$Proxy. getContainers()default List<Container>PodSpec. getInitContainers()List of initialization containers belonging to the pod.List<Container>PodSpec.Jsii$Proxy. getInitContainers()Method parameters in org.cdk8s.plus25.k8s with type arguments of type Container Modifier and Type Method Description PodSpec.BuilderPodSpec.Builder. containers(List<? extends Container> containers)Sets the value ofPodSpec.getContainers()PodSpec.BuilderPodSpec.Builder. initContainers(List<? extends Container> initContainers)Sets the value ofPodSpec.getInitContainers()
-