public abstract class KubernetesClientBundle<T extends io.dropwizard.Configuration> extends Object implements io.dropwizard.ConfiguredBundle<T>
| Constructor and Description |
|---|
KubernetesClientBundle() |
| Modifier and Type | Method and Description |
|---|---|
io.fabric8.kubernetes.client.KubernetesClient |
getKubernetesClient() |
abstract KubernetesClientFactory |
getKubernetesClientFactory(T configuration) |
void |
initialize(io.dropwizard.setup.Bootstrap<?> bootstrap) |
void |
run(T configuration,
io.dropwizard.setup.Environment environment) |
public void initialize(io.dropwizard.setup.Bootstrap<?> bootstrap)
initialize in interface io.dropwizard.ConfiguredBundle<T extends io.dropwizard.Configuration>public abstract KubernetesClientFactory getKubernetesClientFactory(T configuration)
public io.fabric8.kubernetes.client.KubernetesClient getKubernetesClient()
Copyright © 2019. All rights reserved.