| Modifier and Type | Method and Description |
|---|---|
default ImagePullPolicy |
ContainerProps.getImagePullPolicy()
Image pull policy for this container.
|
ImagePullPolicy |
ContainerProps.Jsii$Proxy.getImagePullPolicy() |
ImagePullPolicy |
Container.getImagePullPolicy()
Image pull policy for this container.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
ContainerProps.Builder |
ContainerProps.Builder.imagePullPolicy(ImagePullPolicy imagePullPolicy)
Sets the value of
ContainerProps.getImagePullPolicy() |
Container.Builder |
Container.Builder.imagePullPolicy(ImagePullPolicy imagePullPolicy)
Image pull policy for this container.
|
Copyright © 2021. All rights reserved.