| 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.
|
| Constructor and Description |
|---|
Jsii$Proxy(String image,
List<String> args,
List<String> command,
Map<String,? extends EnvValue> env,
ImagePullPolicy imagePullPolicy,
Probe liveness,
String name,
Number port,
Probe readiness,
Probe startup,
List<? extends VolumeMount> volumeMounts,
String workingDir)
Constructor that initializes the object based on literal property values passed by the
ContainerProps.Builder. |
Copyright © 2021. All rights reserved.