| Package | Description |
|---|---|
| io.fabric8.kubernetes.client | |
| io.fabric8.kubernetes.client.dsl.base |
| Modifier and Type | Method and Description |
|---|---|
static String |
CustomResource.getCRDName(Class<? extends CustomResource> clazz)
Computes the name of the Custom Resource Definition (CRD) associated with the specified CustomResource.
|
static String |
CustomResource.getPlural(Class<? extends CustomResource> clazz)
Retrieves the plural form associated with the specified CustomResource if annotated with
Plural or computes a default value
using the value returned by getSingular(Class) as input to Pluralize.toPlural(String). |
static String |
CustomResource.getSingular(Class<? extends CustomResource> clazz)
Retrieves the singular form associated with the specified CustomResource as defined by the
Singular annotation or
computes a default value (lower-cased version of the value returned by HasMetadata.getKind(Class)) if the annotation
is not present. |
| Constructor and Description |
|---|
CustomResourceFluentImpl(CustomResource<S,T> instance) |
| Modifier and Type | Method and Description |
|---|---|
static io.fabric8.kubernetes.api.model.apiextensions.v1beta1.CustomResourceDefinitionBuilder |
CustomResourceDefinitionContext.v1beta1CRDFromCustomResourceType(Class<? extends CustomResource> customResource) |
static io.fabric8.kubernetes.api.model.apiextensions.v1.CustomResourceDefinitionBuilder |
CustomResourceDefinitionContext.v1CRDFromCustomResourceType(Class<? extends CustomResource> customResource) |
Copyright © 2015–2020 Red Hat. All rights reserved.