@Target(value={CONSTRUCTOR,TYPE}) @Retention(value=SOURCE) public @interface CustomResource
| Modifier and Type | Optional Element and Description |
|---|---|
String |
group
The custom resource group.
|
String |
kind
The custom resource kind.
|
String |
name
The custom resource name.
|
String |
plural
The custom resource plural name.
|
Scale |
scale
The scale configuration.
|
Scope |
scope
The resource scope.
|
boolean |
served
Flag that indicates that version is enabled.
|
String |
shortName
The custom resource short name.
|
Class |
status
The class that defines the status.
|
boolean |
storage
Flag that indicates that the version is the storage version.
|
String |
version
The custom resource version.
|
public abstract String group
public abstract String kind
public abstract String name
public abstract String plural
public abstract String shortName
public abstract String version
public abstract boolean served
public abstract boolean storage
public abstract Scope scope
public abstract Scale scale
public abstract Class status
Copyright © 2018–2021 Red Hat. All rights reserved.