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