Uses of Class
org.cdk8s.plus20.PodSpecProps.Builder
-
-
Uses of PodSpecProps.Builder in org.cdk8s.plus20
Methods in org.cdk8s.plus20 that return PodSpecProps.Builder Modifier and Type Method Description static PodSpecProps.BuilderPodSpecProps. builder()PodSpecProps.BuilderPodSpecProps.Builder. containers(List<? extends ContainerProps> containers)Sets the value ofPodSpecProps.getContainers()PodSpecProps.BuilderPodSpecProps.Builder. restartPolicy(RestartPolicy restartPolicy)Sets the value ofPodSpecProps.getRestartPolicy()PodSpecProps.BuilderPodSpecProps.Builder. serviceAccount(IServiceAccount serviceAccount)Sets the value ofPodSpecProps.getServiceAccount()PodSpecProps.BuilderPodSpecProps.Builder. volumes(List<? extends Volume> volumes)Sets the value ofPodSpecProps.getVolumes()Constructors in org.cdk8s.plus20 with parameters of type PodSpecProps.Builder Constructor Description Jsii$Proxy(PodSpecProps.Builder builder)Constructor that initializes the object based on literal property values passed by thePodSpecProps.Builder.
-