-
For Removal Element Description io.javaoperatorsdk.operator.junit.AbstractOperatorExtension.create(Class<T>, T) io.javaoperatorsdk.operator.junit.AbstractOperatorExtension.delete(Class<T>, T) io.javaoperatorsdk.operator.junit.AbstractOperatorExtension.replace(Class<T>, T) io.javaoperatorsdk.operator.junit.KubernetesClientAware It shouldn't be needed to pass aKubernetesClient
instance to the reconciler anymore as the client should be accessed viaContext.getClient()
instead.
-
Interfaces Interface Description io.javaoperatorsdk.operator.junit.KubernetesClientAware It shouldn't be needed to pass aKubernetesClient
instance to the reconciler anymore as the client should be accessed viaContext.getClient()
instead.