Closed christophd closed 1 month ago
Used in Knative and Kubernetes test actions to auto remove created resources after the test.
if (isAutoRemoveResources()) { context.doFinally(kubernetes().client(getKubernetesClient()) .secrets() .delete(created.getMetadata().getName()) .inNamespace(getNamespace())); }
Used in Knative and Kubernetes test actions to auto remove created resources after the test.