| Package | Description |
|---|---|
| io.dekorate.kubernetes.config | |
| io.dekorate.kubernetes.decorator |
| Modifier and Type | Class and Description |
|---|---|
class |
EditableRollingUpdate
Generated
|
| Modifier and Type | Method and Description |
|---|---|
RollingUpdate |
KubernetesConfigFluentImpl.buildRollingUpdate() |
RollingUpdate |
KubernetesConfigFluent.buildRollingUpdate() |
RollingUpdate |
KubernetesConfig.getRollingUpdate()
Specifies rolling update configuration.
|
RollingUpdate |
KubernetesConfigFluentImpl.getRollingUpdate()
Deprecated.
|
RollingUpdate |
KubernetesConfigFluent.getRollingUpdate()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
KubernetesConfigFluent.RollingUpdateNested<A> |
KubernetesConfigFluentImpl.editOrNewRollingUpdateLike(RollingUpdate item) |
KubernetesConfigFluent.RollingUpdateNested<A> |
KubernetesConfigFluent.editOrNewRollingUpdateLike(RollingUpdate item) |
KubernetesConfigFluent.RollingUpdateNested<A> |
KubernetesConfigFluentImpl.withNewRollingUpdateLike(RollingUpdate item) |
KubernetesConfigFluent.RollingUpdateNested<A> |
KubernetesConfigFluent.withNewRollingUpdateLike(RollingUpdate item) |
A |
KubernetesConfigFluentImpl.withRollingUpdate(RollingUpdate rollingUpdate) |
A |
KubernetesConfigFluent.withRollingUpdate(RollingUpdate rollingUpdate) |
| Constructor and Description |
|---|
EditableKubernetesConfig(Project project,
Map<ConfigKey,Object> attributes,
String partOf,
String name,
String version,
Label[] labels,
Annotation[] annotations,
Env[] envVars,
String workingDir,
String[] command,
String[] arguments,
String serviceAccount,
String host,
Port[] ports,
ServiceType serviceType,
PersistentVolumeClaimVolume[] pvcVolumes,
SecretVolume[] secretVolumes,
ConfigMapVolume[] configMapVolumes,
GitRepoVolume[] gitRepoVolumes,
AwsElasticBlockStoreVolume[] awsElasticBlockStoreVolumes,
AzureDiskVolume[] azureDiskVolumes,
AzureFileVolume[] azureFileVolumes,
Mount[] mounts,
ImagePullPolicy imagePullPolicy,
String[] imagePullSecrets,
HostAlias[] hostAliases,
Probe livenessProbe,
Probe readinessProbe,
ResourceRequirements requestResources,
ResourceRequirements limitResources,
Container[] sidecars,
Boolean expose,
Boolean autoDeployEnabled,
Container[] initContainers,
Integer replicas,
DeploymentStrategy deploymentStrategy,
RollingUpdate rollingUpdate,
Boolean headless) |
KubernetesConfig(Project project,
Map<ConfigKey,Object> attributes,
String partOf,
String name,
String version,
Label[] labels,
Annotation[] annotations,
Env[] envVars,
String workingDir,
String[] command,
String[] arguments,
String serviceAccount,
String host,
Port[] ports,
ServiceType serviceType,
PersistentVolumeClaimVolume[] pvcVolumes,
SecretVolume[] secretVolumes,
ConfigMapVolume[] configMapVolumes,
GitRepoVolume[] gitRepoVolumes,
AwsElasticBlockStoreVolume[] awsElasticBlockStoreVolumes,
AzureDiskVolume[] azureDiskVolumes,
AzureFileVolume[] azureFileVolumes,
Mount[] mounts,
ImagePullPolicy imagePullPolicy,
String[] imagePullSecrets,
HostAlias[] hostAliases,
Probe livenessProbe,
Probe readinessProbe,
ResourceRequirements requestResources,
ResourceRequirements limitResources,
Container[] sidecars,
Boolean expose,
Boolean autoDeployEnabled,
Container[] initContainers,
Integer replicas,
DeploymentStrategy deploymentStrategy,
RollingUpdate rollingUpdate,
Boolean headless) |
RollingUpdateBuilder(RollingUpdate instance) |
RollingUpdateBuilder(RollingUpdate instance,
Boolean validationEnabled) |
RollingUpdateBuilder(RollingUpdateFluent<?> fluent,
RollingUpdate instance) |
RollingUpdateBuilder(RollingUpdateFluent<?> fluent,
RollingUpdate instance,
Boolean validationEnabled) |
RollingUpdateFluentImpl(RollingUpdate instance) |
| Constructor and Description |
|---|
ApplyDeploymentStrategyDecorator(String name,
DeploymentStrategy strategy,
RollingUpdate rollingUpdate) |
Copyright © 2018–2021 Red Hat. All rights reserved.