Uses of Class
io.fabric8.kubernetes.client.CustomResource
-
Packages that use CustomResource Package Description io.fabric8.kubernetes.client io.fabric8.kubernetes.client.dsl.base io.fabric8.kubernetes.client.informers io.fabric8.kubernetes.client.osgi -
-
Uses of CustomResource in io.fabric8.kubernetes.client
Methods in io.fabric8.kubernetes.client with type parameters of type CustomResource Modifier and Type Method Description <T extends CustomResource>
MixedOperation<T,io.fabric8.kubernetes.api.model.KubernetesResourceList<T>,Resource<T>>DefaultKubernetesClient. customResources(Class<T> resourceType)Typed API for managing CustomResources.<T extends CustomResource,L extends io.fabric8.kubernetes.api.model.KubernetesResourceList<T>>
MixedOperation<T,L,Resource<T>>DefaultKubernetesClient. customResources(Class<T> resourceType, Class<L> listClass)Typed API for managing CustomResources.<T extends CustomResource>
MixedOperation<T,io.fabric8.kubernetes.api.model.KubernetesResourceList<T>,Resource<T>>KubernetesClient. customResources(Class<T> resourceType)Typed API for managing CustomResources.<T extends CustomResource,L extends io.fabric8.kubernetes.api.model.KubernetesResourceList<T>>
MixedOperation<T,L,Resource<T>>KubernetesClient. customResources(Class<T> resourceType, Class<L> listClass)Typed API for managing CustomResources.Method parameters in io.fabric8.kubernetes.client with type arguments of type CustomResource Modifier and Type Method Description static StringCustomResource. getCRDName(Class<? extends CustomResource> clazz)Computes the name of the Custom Resource Definition (CRD) associated with the specified CustomResource.static booleanCustomResource. getServed(Class<? extends CustomResource> clazz)static booleanCustomResource. getStorage(Class<? extends CustomResource> clazz)Constructors in io.fabric8.kubernetes.client with parameters of type CustomResource Constructor Description CustomResourceFluentImpl(CustomResource<S,T> instance) -
Uses of CustomResource in io.fabric8.kubernetes.client.dsl.base
Method parameters in io.fabric8.kubernetes.client.dsl.base with type arguments of type CustomResource Modifier and Type Method Description static CustomResourceDefinitionContextCustomResourceDefinitionContext. fromCustomResourceType(Class<? extends CustomResource> customResource)static io.fabric8.kubernetes.api.model.apiextensions.v1beta1.CustomResourceDefinitionBuilderCustomResourceDefinitionContext. v1beta1CRDFromCustomResourceType(Class<? extends CustomResource> customResource)static io.fabric8.kubernetes.api.model.apiextensions.v1.CustomResourceDefinitionBuilderCustomResourceDefinitionContext. v1CRDFromCustomResourceType(Class<? extends CustomResource> customResource) -
Uses of CustomResource in io.fabric8.kubernetes.client.informers
Methods in io.fabric8.kubernetes.client.informers with type parameters of type CustomResource Modifier and Type Method Description <T extends CustomResource<?,?>,L extends io.fabric8.kubernetes.api.model.KubernetesResourceList<T>>
SharedIndexInformer<T>SharedInformerFactory. sharedIndexInformerForCustomResource(CustomResourceDefinitionContext customResourceContext, Class<T> apiTypeClass, Class<L> apiListTypeClass, long resyncPeriodInMillis)Deprecated.Since 5.x versions of clientCustomResourceDefinitionContextare configured via annotations in CustomResource implementations, please use any of the alternative sharedIndexInformerForCustomResource methods<T extends CustomResource<?,?>>
SharedIndexInformer<T>SharedInformerFactory. sharedIndexInformerForCustomResource(Class<T> apiTypeClass, long resyncPeriodInMillis)Constructs and returns a shared index informer with resync period specified for custom resources.<T extends CustomResource<?,?>>
SharedIndexInformer<T>SharedInformerFactory. sharedIndexInformerForCustomResource(Class<T> apiTypeClass, OperationContext operationContext, long resyncPeriodInMillis)Constructs and returns a shared index informer with resync period specified for custom resources.<T extends CustomResource<?,?>,L extends io.fabric8.kubernetes.api.model.KubernetesResourceList<T>>
SharedIndexInformer<T>SharedInformerFactory. sharedIndexInformerForCustomResource(Class<T> apiTypeClass, Class<L> apiListTypeClass, long resyncPeriodInMillis)Constructs and returns a shared index informer with resync period specified for custom resources. -
Uses of CustomResource in io.fabric8.kubernetes.client.osgi
Methods in io.fabric8.kubernetes.client.osgi with type parameters of type CustomResource Modifier and Type Method Description <T extends CustomResource>
MixedOperation<T,io.fabric8.kubernetes.api.model.KubernetesResourceList<T>,Resource<T>>ManagedKubernetesClient. customResources(Class<T> resourceType)<T extends CustomResource,L extends io.fabric8.kubernetes.api.model.KubernetesResourceList<T>>
MixedOperation<T,L,Resource<T>>ManagedKubernetesClient. customResources(Class<T> resourceType, Class<L> listClass)
-