@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.
|
Scope |
scope
The resource scope.
|
String |
shortName
The custom resource short name.
|
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 Scope scope
Copyright © 2018–2019 Red Hat. All rights reserved.