| Package | Description |
|---|---|
| io.fabric8.kubernetes.client | |
| io.fabric8.kubernetes.client.dsl.base | |
| io.fabric8.kubernetes.client.osgi |
| Modifier and Type | Method and Description |
|---|---|
<T extends CustomResource> |
KubernetesClient.customResources(Class<T> resourceType)
Typed API for managing CustomResources.
|
<T extends CustomResource> |
DefaultKubernetesClient.customResources(Class<T> resourceType)
Typed API for managing CustomResources.
|
<T extends CustomResource,L extends io.fabric8.kubernetes.api.model.KubernetesResourceList<T>> |
KubernetesClient.customResources(Class<T> resourceType,
Class<L> listClass)
Typed API for managing CustomResources.
|
<T extends CustomResource,L extends io.fabric8.kubernetes.api.model.KubernetesResourceList<T>> |
DefaultKubernetesClient.customResources(Class<T> resourceType,
Class<L> listClass)
Typed API for managing CustomResources.
|
| 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 CustomResourceDefinitionContext |
CustomResourceDefinitionContext.fromCustomResourceType(Class<? extends CustomResource> customResource) |
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) |
| Modifier and Type | Method and Description |
|---|---|
<T extends CustomResource> |
ManagedKubernetesClient.customResources(Class<T> resourceType) |
<T extends CustomResource,L extends io.fabric8.kubernetes.api.model.KubernetesResourceList<T>> |
ManagedKubernetesClient.customResources(Class<T> resourceType,
Class<L> listClass) |
Copyright © 2015–2020 Red Hat. All rights reserved.