| Modifier and Type | Method and Description |
|---|---|
ImagePullPolicy |
KubernetesSchedulerProperties.getImagePullPolicy()
Obtains the
ImagePullPolicy to use. |
static ImagePullPolicy |
ImagePullPolicy.relaxedValueOf(String imagePullPolicy)
Converts the string of the provided image pull policy to the appropriate enum value.
|
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 |
|---|---|
void |
KubernetesSchedulerProperties.setImagePullPolicy(ImagePullPolicy imagePullPolicy)
Sets the
ImagePullPolicy to use. |
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.