Uses of Interface
org.cdk8s.plus24.k8s.Container
-
Packages that use Container Package Description org.cdk8s.plus24.k8s -
-
Uses of Container in org.cdk8s.plus24.k8s
Classes in org.cdk8s.plus24.k8s that implement Container Modifier and Type Class Description static class
Container.Jsii$Proxy
An implementation forContainer
Methods in org.cdk8s.plus24.k8s that return Container Modifier and Type Method Description Container
Container.Builder. build()
Builds the configured instance.Methods in org.cdk8s.plus24.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.plus24.k8s with type arguments of type Container Modifier and Type Method Description PodSpec.Builder
PodSpec.Builder. containers(List<? extends Container> containers)
Sets the value ofPodSpec.getContainers()
PodSpec.Builder
PodSpec.Builder. initContainers(List<? extends Container> initContainers)
Sets the value ofPodSpec.getInitContainers()
-