Uses of Class
org.apache.flink.kubernetes.configuration.KubernetesConfigOptions.ImagePullPolicy
-
Packages that use KubernetesConfigOptions.ImagePullPolicy Package Description org.apache.flink.kubernetes.configuration org.apache.flink.kubernetes.kubeclient.parameters -
-
Uses of KubernetesConfigOptions.ImagePullPolicy in org.apache.flink.kubernetes.configuration
Fields in org.apache.flink.kubernetes.configuration with type parameters of type KubernetesConfigOptions.ImagePullPolicy Modifier and Type Field Description static org.apache.flink.configuration.ConfigOption<KubernetesConfigOptions.ImagePullPolicy>KubernetesConfigOptions. CONTAINER_IMAGE_PULL_POLICYMethods in org.apache.flink.kubernetes.configuration that return KubernetesConfigOptions.ImagePullPolicy Modifier and Type Method Description static KubernetesConfigOptions.ImagePullPolicyKubernetesConfigOptions.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. -
Uses of KubernetesConfigOptions.ImagePullPolicy in org.apache.flink.kubernetes.kubeclient.parameters
Methods in org.apache.flink.kubernetes.kubeclient.parameters that return KubernetesConfigOptions.ImagePullPolicy Modifier and Type Method Description KubernetesConfigOptions.ImagePullPolicyAbstractKubernetesParameters. getImagePullPolicy()KubernetesConfigOptions.ImagePullPolicyKubernetesParameters. getImagePullPolicy()
-