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