@Target(value={TYPE,METHOD,ANNOTATION_TYPE}) @Retention(value=RUNTIME) @ExtendWith(value=KubernetesMockServerExtension.class) public @interface EnableKubernetesMockClient
| Modifier and Type | Optional Element and Description |
|---|---|
boolean |
crud |
boolean |
https |
Class<? extends Consumer<io.fabric8.kubernetes.client.KubernetesClientBuilder>> |
kubernetesClientBuilderCustomizer
No-arg constructor class implementing
Consumer interface that accepts the KubernetesClientBuilder instance
used by the KubernetesMockServerExtension for further customization. |
public abstract Class<? extends Consumer<io.fabric8.kubernetes.client.KubernetesClientBuilder>> kubernetesClientBuilderCustomizer
Consumer interface that accepts the KubernetesClientBuilder instance
used by the KubernetesMockServerExtension for further customization.
Enables the customization of the automatically bootstrapped and injected
KubernetesClient instance.
Copyright © 2015–2024 Red Hat. All rights reserved.