Interface KubernetesClientAware
-
- All Superinterfaces:
HasKubernetesClient
@Deprecated(since="4.5.0", forRemoval=true) public interface KubernetesClientAware extends HasKubernetesClient
Deprecated, for removal: This API element is subject to removal in a future version.It shouldn't be needed to pass aKubernetesClient
instance to the reconciler anymore as the client should be accessed viaContext.getClient()
instead.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description void
setKubernetesClient(io.fabric8.kubernetes.client.KubernetesClient kubernetesClient)
Deprecated, for removal: This API element is subject to removal in a future version.-
Methods inherited from interface io.javaoperatorsdk.operator.junit.HasKubernetesClient
getKubernetesClient
-
-