| Package | Description |
|---|---|
| org.apache.flink.kubernetes.configuration | |
| org.apache.flink.kubernetes.kubeclient.parameters |
| Modifier and Type | Field and Description |
|---|---|
static org.apache.flink.configuration.ConfigOption<KubernetesConfigOptions.ImagePullPolicy> |
KubernetesConfigOptions.CONTAINER_IMAGE_PULL_POLICY |
| Modifier and Type | Method and Description |
|---|---|
static KubernetesConfigOptions.ImagePullPolicy |
KubernetesConfigOptions.ImagePullPolicy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KubernetesConfigOptions.ImagePullPolicy[] |
KubernetesConfigOptions.ImagePullPolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
KubernetesConfigOptions.ImagePullPolicy |
KubernetesParameters.getImagePullPolicy() |
KubernetesConfigOptions.ImagePullPolicy |
AbstractKubernetesParameters.getImagePullPolicy() |
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.