We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21317c8 commit 784dc8aCopy full SHA for 784dc8a
examples/src/main/java/io/kubernetes/client/examples/CertManagerExample.java
@@ -22,8 +22,8 @@
22
import java.io.IOException;
23
24
/**
25
- * This sample creates a self signed issuer "self-signed-issuer" in default namespace
26
- * on a Kubernetes cluster where cert-manager is installed
+ * This sample creates a self signed issuer "self-signed-issuer" in default namespace on a
+ * Kubernetes cluster where cert-manager is installed
27
*/
28
public class CertManagerExample {
29
public static void main(String[] args) throws IOException {
0 commit comments