Skip navigation links
C D E G I K L O R S U V 

C

createCronJob(ScheduleRequest) - Method in class org.springframework.cloud.scheduler.spi.kubernetes.KubernetesScheduler
 

D

DEFAULT_TASK_SERVICE_ACCOUNT_NAME - Static variable in class org.springframework.cloud.scheduler.spi.kubernetes.KubernetesSchedulerProperties
The default service account name to use for tasks.

E

EntryPointStyle - Enum in org.springframework.cloud.scheduler.spi.kubernetes
Defines container entry point styles that are available.
ENV_KEY_KUBERNETES_NAMESPACE - Static variable in class org.springframework.cloud.scheduler.spi.kubernetes.KubernetesSchedulerProperties
Name of the environment variable that can define the Kubernetes namespace to use.

G

getEntryPointStyle() - Method in class org.springframework.cloud.scheduler.spi.kubernetes.KubernetesSchedulerProperties
Obtains the EntryPointStyle to use.
getEnvironmentVariables() - Method in class org.springframework.cloud.scheduler.spi.kubernetes.KubernetesSchedulerProperties
Obtains the environment variables set on all tasks.
getExceptionMessageForField(KubernetesClientException, String) - Method in class org.springframework.cloud.scheduler.spi.kubernetes.KubernetesScheduler
 
getImagePullPolicy() - Method in class org.springframework.cloud.scheduler.spi.kubernetes.KubernetesSchedulerProperties
Obtains the ImagePullPolicy to use.
getImagePullSecret() - Method in class org.springframework.cloud.scheduler.spi.kubernetes.KubernetesSchedulerProperties
Obtains the name of the Secret to use when pulling images.
getNamespace() - Method in class org.springframework.cloud.scheduler.spi.kubernetes.KubernetesSchedulerProperties
Obtains the Kubernetes namespace to use.
getRestartPolicy() - Method in class org.springframework.cloud.scheduler.spi.kubernetes.KubernetesSchedulerProperties
Obtains the RestartPolicy to use.
getTaskServiceAccountName() - Method in class org.springframework.cloud.scheduler.spi.kubernetes.KubernetesSchedulerProperties
Obtains the service account name to use for tasks.

I

ImagePullPolicy - Enum in org.springframework.cloud.scheduler.spi.kubernetes
Defines container image pull policies that are available.

K

KUBERNETES_SCHEDULER_PROPERTIES - Static variable in class org.springframework.cloud.scheduler.spi.kubernetes.KubernetesSchedulerProperties
Namespace to use for Kubernetes Scheduler properties.
KubernetesScheduler - Class in org.springframework.cloud.scheduler.spi.kubernetes
Kubernetes implementation of the Scheduler SPI.
KubernetesScheduler(KubernetesClient, KubernetesSchedulerProperties) - Constructor for class org.springframework.cloud.scheduler.spi.kubernetes.KubernetesScheduler
 
KubernetesSchedulerProperties - Class in org.springframework.cloud.scheduler.spi.kubernetes
Configuration properties for the Kubernetes Scheduler.
KubernetesSchedulerProperties() - Constructor for class org.springframework.cloud.scheduler.spi.kubernetes.KubernetesSchedulerProperties
 

L

list(String) - Method in class org.springframework.cloud.scheduler.spi.kubernetes.KubernetesScheduler
 
list() - Method in class org.springframework.cloud.scheduler.spi.kubernetes.KubernetesScheduler
 

O

org.springframework.cloud.scheduler.spi.kubernetes - package org.springframework.cloud.scheduler.spi.kubernetes
 

R

relaxedValueOf(String) - Static method in enum org.springframework.cloud.scheduler.spi.kubernetes.EntryPointStyle
Converts the string of the provided entry point style to the appropriate enum value.
relaxedValueOf(String) - Static method in enum org.springframework.cloud.scheduler.spi.kubernetes.ImagePullPolicy
Converts the string of the provided image pull policy to the appropriate enum value.
RestartPolicy - Enum in org.springframework.cloud.scheduler.spi.kubernetes
Defines restart policies that are available.

S

schedule(ScheduleRequest) - Method in class org.springframework.cloud.scheduler.spi.kubernetes.KubernetesScheduler
 
setEntryPointStyle(EntryPointStyle) - Method in class org.springframework.cloud.scheduler.spi.kubernetes.KubernetesSchedulerProperties
Sets the EntryPointStyle to use.
setEnvironmentVariables(String[]) - Method in class org.springframework.cloud.scheduler.spi.kubernetes.KubernetesSchedulerProperties
Sets the environment variables to use on all tasks.
setImagePullPolicy(ImagePullPolicy) - Method in class org.springframework.cloud.scheduler.spi.kubernetes.KubernetesSchedulerProperties
Sets the ImagePullPolicy to use.
setImagePullSecret(String) - Method in class org.springframework.cloud.scheduler.spi.kubernetes.KubernetesSchedulerProperties
Sets the name of the Secret to use when pulling images.
setNamespace(String) - Method in class org.springframework.cloud.scheduler.spi.kubernetes.KubernetesSchedulerProperties
Sets the Kubernetes namespace to use.
setRestartPolicy(RestartPolicy) - Method in class org.springframework.cloud.scheduler.spi.kubernetes.KubernetesSchedulerProperties
Sets the RestartPolicy to use.
setTaskServiceAccountName(String) - Method in class org.springframework.cloud.scheduler.spi.kubernetes.KubernetesSchedulerProperties
Sets the service account name to use for tasks.

U

unschedule(String) - Method in class org.springframework.cloud.scheduler.spi.kubernetes.KubernetesScheduler
 

V

valueOf(String) - Static method in enum org.springframework.cloud.scheduler.spi.kubernetes.EntryPointStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.cloud.scheduler.spi.kubernetes.ImagePullPolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.cloud.scheduler.spi.kubernetes.RestartPolicy
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.springframework.cloud.scheduler.spi.kubernetes.EntryPointStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.cloud.scheduler.spi.kubernetes.ImagePullPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.cloud.scheduler.spi.kubernetes.RestartPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
C D E G I K L O R S U V 
Skip navigation links

Copyright © 2019 Pivotal Software, Inc.. All rights reserved.