| Package | Description |
|---|---|
| org.springframework.cloud.deployer.spi.scheduler.kubernetes |
| Modifier and Type | Method and Description |
|---|---|
RestartPolicy |
KubernetesSchedulerProperties.getRestartPolicy()
Obtains the
RestartPolicy to use. |
static RestartPolicy |
RestartPolicy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RestartPolicy[] |
RestartPolicy.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.setRestartPolicy(RestartPolicy restartPolicy)
Sets the
RestartPolicy to use. |
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.