| Package | Description |
|---|---|
| io.dekorate.crd.confg | |
| io.dekorate.crd.config |
| Modifier and Type | Method and Description |
|---|---|
static Scope |
Scope.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Scope[] |
Scope.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Scope |
CustomResourceConfigFluentImpl.getScope() |
Scope |
CustomResourceConfig.getScope() |
Scope |
CustomResourceConfigFluent.getScope() |
| Modifier and Type | Method and Description |
|---|---|
A |
CustomResourceConfigFluentImpl.withScope(Scope scope) |
A |
CustomResourceConfigFluent.withScope(Scope scope) |
| Constructor and Description |
|---|
CustomResourceConfig(Project project,
Map<ConfigKey,Object> attributes,
String group,
String kind,
String name,
String plural,
String shortName,
String version,
Scope scope) |
EditableCustomResourceConfig(Project project,
Map<ConfigKey,Object> attributes,
String group,
String kind,
String name,
String plural,
String shortName,
String version,
Scope scope) |
Copyright © 2018–2020 Red Hat. All rights reserved.