Uses of Class
org.cdk8s.plus25.ImagePullPolicy
-
Packages that use ImagePullPolicy Package Description org.cdk8s.plus25 cdk8s+ (cdk8s-plus) -
-
Uses of ImagePullPolicy in org.cdk8s.plus25
Methods in org.cdk8s.plus25 that return ImagePullPolicy Modifier and Type Method Description ImagePullPolicyContainer. getImagePullPolicy()Image pull policy for this container.default ImagePullPolicyContainerOpts. getImagePullPolicy()Image pull policy for this container.ImagePullPolicyContainerOpts.Jsii$Proxy. getImagePullPolicy()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.plus25 with parameters of type ImagePullPolicy Modifier and Type Method Description Container.BuilderContainer.Builder. imagePullPolicy(ImagePullPolicy imagePullPolicy)Image pull policy for this container.ContainerOpts.BuilderContainerOpts.Builder. imagePullPolicy(ImagePullPolicy imagePullPolicy)Sets the value ofContainerOpts.getImagePullPolicy()ContainerProps.BuilderContainerProps.Builder. imagePullPolicy(ImagePullPolicy imagePullPolicy)Sets the value ofContainerOpts.getImagePullPolicy()
-