| Package | Description |
|---|---|
| io.dekorate.crd.config | |
| io.dekorate.crd.handler |
| Modifier and Type | Class and Description |
|---|---|
class |
EditableScale |
| Modifier and Type | Method and Description |
|---|---|
Scale |
CustomResourceConfigFluentImpl.buildScale() |
Scale |
CustomResourceConfigFluent.buildScale() |
Scale |
CustomResourceConfigFluentImpl.getScale()
Deprecated.
|
Scale |
CustomResourceConfigFluent.getScale()
Deprecated.
|
Scale |
CustomResourceConfig.getScale() |
| Modifier and Type | Method and Description |
|---|---|
CustomResourceConfigFluent.ScaleNested<A> |
CustomResourceConfigFluentImpl.editOrNewScaleLike(Scale item) |
CustomResourceConfigFluent.ScaleNested<A> |
CustomResourceConfigFluent.editOrNewScaleLike(Scale item) |
CustomResourceConfigFluent.ScaleNested<A> |
CustomResourceConfigFluentImpl.withNewScaleLike(Scale item) |
CustomResourceConfigFluent.ScaleNested<A> |
CustomResourceConfigFluent.withNewScaleLike(Scale item) |
A |
CustomResourceConfigFluentImpl.withScale(Scale scale) |
A |
CustomResourceConfigFluent.withScale(Scale scale) |
| Constructor and Description |
|---|
CustomResourceConfig(Project project,
Map<ConfigKey,Object> attributes,
String group,
String kind,
String name,
String plural,
String shortName,
String version,
boolean served,
boolean storage,
Scope scope,
Scale scale,
String statusClassName) |
EditableCustomResourceConfig(Project project,
Map<ConfigKey,Object> attributes,
String group,
String kind,
String name,
String plural,
String shortName,
String version,
boolean served,
boolean storage,
Scope scope,
Scale scale,
String statusClassName) |
ScaleBuilder(Scale instance) |
ScaleBuilder(Scale instance,
Boolean validationEnabled) |
ScaleBuilder(ScaleFluent<?> fluent,
Scale instance) |
ScaleBuilder(ScaleFluent<?> fluent,
Scale instance,
Boolean validationEnabled) |
ScaleFluentImpl(Scale instance) |
| Modifier and Type | Method and Description |
|---|---|
protected static boolean |
CustomResourceHandler.hasNonDefaultScaleConfig(Scale scale) |
Copyright © 2018–2021 Red Hat. All rights reserved.