Modifier and Type | Interface and Description |
---|---|
interface |
NamespacedKubernetesClient |
Modifier and Type | Class and Description |
---|---|
class |
DefaultKubernetesClient
Deprecated.
direct usage should no longer be needed. Please use the
KubernetesClientBuilder instead. |
class |
NamespacedKubernetesClientAdapter<N extends NamespacedKubernetesClient> |
Modifier and Type | Method and Description |
---|---|
KubernetesClient |
KubernetesClientBuilder.build() |
Modifier and Type | Method and Description |
---|---|
String |
ServiceToURLProvider.getURL(io.fabric8.kubernetes.api.model.Service service,
String portName,
String namespace,
KubernetesClient client) |
Constructor and Description |
---|
LeaderElector(KubernetesClient kubernetesClient,
LeaderElectionConfig leaderElectionConfig,
Executor executor) |
LeaderElectorBuilder(KubernetesClient client,
Executor executor) |
Modifier and Type | Method and Description |
---|---|
void |
ResourceLock.create(KubernetesClient client,
LeaderElectionRecord leaderElectionRecord) |
void |
Lock.create(KubernetesClient client,
LeaderElectionRecord leaderElectionRecord)
Attempt to create a new
LeaderElectionRecord . |
LeaderElectionRecord |
ResourceLock.get(KubernetesClient client) |
LeaderElectionRecord |
Lock.get(KubernetesClient client)
Returns the current
LeaderElectionRecord or null if none. |
void |
ResourceLock.update(KubernetesClient client,
LeaderElectionRecord leaderElectionRecord) |
void |
Lock.update(KubernetesClient client,
LeaderElectionRecord leaderElectionRecord)
Attempts to update the current
LeaderElectionRecord . |
Constructor and Description |
---|
RunOperations(KubernetesClient client,
RunConfig runConfig) |
Copyright © 2015–2024 Red Hat. All rights reserved.