public class CustomResourceConfig extends Configuration
| Modifier and Type | Field and Description |
|---|---|
static String |
AUTODETECT |
| Constructor and Description |
|---|
CustomResourceConfig() |
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) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getGroup() |
String |
getKind() |
String |
getName() |
String |
getPlural() |
Scale |
getScale() |
Scope |
getScope() |
String |
getShortName() |
String |
getStatusClassName() |
String |
getVersion() |
int |
hashCode() |
boolean |
isServed() |
boolean |
isStorage() |
entrySet, getAttribute, getAttributeOrDefault, getAttributes, getProject, hasAttribute, put, setAttributes, setProjectpublic static final String AUTODETECT
public String getGroup()
public String getKind()
public String getName()
public String getPlural()
public String getShortName()
public String getVersion()
public boolean isServed()
public boolean isStorage()
public Scope getScope()
public Scale getScale()
public String getStatusClassName()
Copyright © 2018–2021 Red Hat. All rights reserved.