Uses of Class
org.cdk8s.plus22.ImagePullPolicy
-
-
Uses of ImagePullPolicy in org.cdk8s.plus22
Methods in org.cdk8s.plus22 that return ImagePullPolicy Modifier and Type Method Description ImagePullPolicyContainer. getImagePullPolicy()Image pull policy for this container.default ImagePullPolicyContainerProps. getImagePullPolicy()Image pull policy for this container.ImagePullPolicyContainerProps.Jsii$Proxy. getImagePullPolicy()static ImagePullPolicyImagePullPolicy. valueOf(String name)Returns the enum constant of this type with the specified name.static ImagePullPolicy[]ImagePullPolicy. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.cdk8s.plus22 with parameters of type ImagePullPolicy Modifier and Type Method Description Container.BuilderContainer.Builder. imagePullPolicy(ImagePullPolicy imagePullPolicy)Image pull policy for this container.ContainerProps.BuilderContainerProps.Builder. imagePullPolicy(ImagePullPolicy imagePullPolicy)Sets the value ofContainerProps.getImagePullPolicy()
-