Modifier and Type | Interface and Description |
---|---|
interface |
CertificateSigningRequestResource<T> |
interface |
FilterWatchListDeletable<T,L> |
interface |
FilterWatchListMultiDeletable<T,L> |
interface |
MixedOperation<T,L,R extends Resource<T>>
A Client Namespace or Non Namespace Operation.
|
interface |
NonNamespaceOperation<T,L,R>
The entry point to client operations that are either "cross namespace resources", or are available in the invocation chain
after a namespace has already been specified.
|
interface |
Operation<T,L,R>
The entry point to client operations.
|
interface |
ParameterMixedOperation<T,L,R extends Resource<T>>
A Client Namespace or Non Namespace Operation.
|
interface |
PodResource<T> |
interface |
Resource<T>
Interface that describes the operation that can be done on a Kubernetes resource (e.g.
|
interface |
RollableScalableResource<T> |
interface |
ScalableResource<T> |
interface |
ServiceResource<T> |
interface |
WatchListDeletable<T,L> |
Modifier and Type | Method and Description |
---|---|
Informable<T> |
Informable.withIndexers(Map<String,Function<T,List<String>>> indexers)
The indexers to add to
SharedInformer s created by subsequent inform calls; |
Informable<T> |
Informable.withLimit(Long limit)
Set the limit to the number of resources to list at one time.
|
Modifier and Type | Class and Description |
---|---|
class |
BaseOperation<T extends io.fabric8.kubernetes.api.model.HasMetadata,L extends io.fabric8.kubernetes.api.model.KubernetesResourceList<T>,R extends Resource<T>> |
class |
HasMetadataOperation<T extends io.fabric8.kubernetes.api.model.HasMetadata,L extends io.fabric8.kubernetes.api.model.KubernetesResourceList<T>,R extends Resource<T>> |
Modifier and Type | Method and Description |
---|---|
Informable<T> |
BaseOperation.withIndexers(Map<String,Function<T,List<String>>> indexers) |
Modifier and Type | Class and Description |
---|---|
class |
GenericKubernetesResourceOperationsImpl |
class |
HasMetadataOperationsImpl<T extends io.fabric8.kubernetes.api.model.HasMetadata,L extends io.fabric8.kubernetes.api.model.KubernetesResourceList<T>> |
Modifier and Type | Class and Description |
---|---|
class |
RollableScalableResourceOperation<T extends io.fabric8.kubernetes.api.model.HasMetadata,L extends io.fabric8.kubernetes.api.model.KubernetesResourceList<T>,R extends Resource<T>>
Operations for resources that represent scalable, rolling-updatable sets of Pods.
|
class |
StatefulSetOperationsImpl |
Modifier and Type | Class and Description |
---|---|
class |
JobOperationsImpl |
Modifier and Type | Class and Description |
---|---|
class |
CronJobOperationsImpl |
Modifier and Type | Class and Description |
---|---|
class |
CertificateSigningRequestOperationsImpl |
Modifier and Type | Class and Description |
---|---|
class |
BindingOperationsImpl |
class |
ComponentStatusOperationsImpl |
class |
PodOperationsImpl |
class |
ReplicationControllerOperationsImpl |
class |
ServiceOperationsImpl |
Modifier and Type | Class and Description |
---|---|
class |
DeploymentOperationsImpl |
class |
ReplicaSetOperationsImpl |
Copyright © 2015–2020 Red Hat. All rights reserved.