| Package | Description |
|---|---|
| io.fabric8.kubernetes.client | |
| io.fabric8.kubernetes.client.dsl | |
| io.fabric8.kubernetes.client.dsl.base | |
| io.fabric8.kubernetes.client.dsl.internal | |
| io.fabric8.kubernetes.client.extended.leaderelection |
Package leaderelection implements leader election of a set of endpoints.
|
| io.fabric8.kubernetes.client.extended.leaderelection.resourcelock | |
| io.fabric8.kubernetes.client.informers | |
| io.fabric8.kubernetes.client.osgi |
| Modifier and Type | Interface and Description |
|---|---|
interface |
GenericKubernetesClient<C extends Client> |
interface |
NamespacedKubernetesClient |
| Modifier and Type | Class and Description |
|---|---|
class |
AutoAdaptableKubernetesClient |
class |
DefaultKubernetesClient
Class for Default Kubernetes Client implementing KubernetesClient interface.
|
| Modifier and Type | Method and Description |
|---|---|
<C extends Namespaceable<C> & KubernetesClient> |
KubernetesClient.leaderElector()
API entrypoint for
LeaderElector implementation for leader election. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
KubernetesListMixedOperation |
interface |
KubernetesListOperation |
interface |
MixedOperation<T,L,D,R extends Resource<T,D>>
A Client Namespace or Non Namespace Operation.
|
interface |
NamespaceListVisitFromServerGetDeleteRecreateWaitApplicable<T,B> |
interface |
NamespaceVisitFromServerGetWatchDeleteRecreateWaitApplicable<T,B> |
interface |
Operation<T,L,D,R>
The entry point to client operations.
|
interface |
ParameterMixedOperation<T,L,D,R extends Resource<T,D>>
A Client Namespace or Non Namespace Operation.
|
interface |
ParameterNamespaceListVisitFromServerGetDeleteRecreateWaitApplicable<T,B> |
interface |
SubjectAccessReviewDSL |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseOperation<T,L extends io.fabric8.kubernetes.api.model.KubernetesResourceList,D extends io.fabric8.kubernetes.api.model.Doneable<T>,R extends Resource<T,D>> |
class |
HasMetadataOperation<T extends io.fabric8.kubernetes.api.model.HasMetadata,L extends io.fabric8.kubernetes.api.model.KubernetesResourceList,D extends io.fabric8.kubernetes.api.model.Doneable<T>,R extends Resource<T,D>> |
| Modifier and Type | Class and Description |
|---|---|
class |
LeaderElector<C extends Namespaceable<C> & KubernetesClient> |
class |
LeaderElectorBuilder<C extends Namespaceable<C> & KubernetesClient> |
| Modifier and Type | Method and Description |
|---|---|
<C extends Namespaceable<C> & KubernetesClient> |
LeaseLock.create(C client,
LeaderElectionRecord leaderElectionRecord)
Attempt to create a new
LeaderElectionRecord. |
<C extends Namespaceable<C> & KubernetesClient> |
ConfigMapLock.create(C client,
LeaderElectionRecord leaderElectionRecord)
Attempt to create a new
LeaderElectionRecord. |
<C extends Namespaceable<C> & KubernetesClient> |
Lock.create(C client,
LeaderElectionRecord leaderElectionRecord)
Attempt to create a new
LeaderElectionRecord. |
<C extends Namespaceable<C> & KubernetesClient> |
LeaseLock.get(C client)
Returns the current
LeaderElectionRecord or null if none. |
<C extends Namespaceable<C> & KubernetesClient> |
ConfigMapLock.get(C client)
Returns the current
LeaderElectionRecord or null if none. |
<C extends Namespaceable<C> & KubernetesClient> |
Lock.get(C client)
Returns the current
LeaderElectionRecord or null if none. |
<C extends Namespaceable<C> & KubernetesClient> |
LeaseLock.update(C client,
LeaderElectionRecord leaderElectionRecord)
Attempts to update the current
LeaderElectionRecord. |
<C extends Namespaceable<C> & KubernetesClient> |
ConfigMapLock.update(C client,
LeaderElectionRecord leaderElectionRecord)
Attempts to update the current
LeaderElectionRecord. |
<C extends Namespaceable<C> & KubernetesClient> |
Lock.update(C client,
LeaderElectionRecord leaderElectionRecord)
Attempts to update the current
LeaderElectionRecord. |
| Modifier and Type | Class and Description |
|---|---|
class |
SharedInformerFactory
SharedInformerFactory class constructs and caches informers for api types.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ManagedKubernetesClient |
Copyright © 2015–2020 Red Hat. All rights reserved.