| Package | Description |
|---|---|
| org.springframework.cloud.deployer.spi.kubernetes | |
| org.springframework.cloud.deployer.spi.scheduler.kubernetes |
| Modifier and Type | Method and Description |
|---|---|
protected ImagePullPolicy |
AbstractKubernetesDeployer.deduceImagePullPolicy(org.springframework.cloud.deployer.spi.core.AppDeploymentRequest request)
Get the image pull policy for the deployment request.
|
ImagePullPolicy |
KubernetesDeployerProperties.getImagePullPolicy() |
static ImagePullPolicy |
ImagePullPolicy.relaxedValueOf(String name)
Tries to convert
name to an ImagePullPolicy by ignoring case, dashes, underscores
and so on in a relaxed fashion. |
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 |
KubernetesDeployerProperties.setImagePullPolicy(ImagePullPolicy imagePullPolicy) |
| Modifier and Type | Method and Description |
|---|---|
ImagePullPolicy |
KubernetesSchedulerProperties.getImagePullPolicy()
Obtains the
ImagePullPolicy to use. |
| Modifier and Type | Method and Description |
|---|---|
void |
KubernetesSchedulerProperties.setImagePullPolicy(ImagePullPolicy imagePullPolicy)
Sets the
ImagePullPolicy to use. |
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.