| Package | Description |
|---|---|
| org.springframework.cloud.deployer.spi.kubernetes | |
| org.springframework.cloud.deployer.spi.scheduler.kubernetes |
| Modifier and Type | Method and Description |
|---|---|
EntryPointStyle |
KubernetesDeployerProperties.getEntryPointStyle() |
static EntryPointStyle |
EntryPointStyle.relaxedValueOf(String entryPointStyle)
Converts the string of the provided entry point style to the appropriate enum value.
|
static EntryPointStyle |
EntryPointStyle.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EntryPointStyle[] |
EntryPointStyle.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.setEntryPointStyle(EntryPointStyle entryPointStyle) |
| Modifier and Type | Method and Description |
|---|---|
EntryPointStyle |
KubernetesSchedulerProperties.getEntryPointStyle()
Obtains the
EntryPointStyle to use. |
| Modifier and Type | Method and Description |
|---|---|
void |
KubernetesSchedulerProperties.setEntryPointStyle(EntryPointStyle entryPointStyle)
Sets the
EntryPointStyle to use. |
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.