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 653f954 commit 95e572dCopy full SHA for 95e572d
extended/src/main/java/io/kubernetes/client/extended/kubectl/KubectlDelete.java
@@ -32,6 +32,7 @@ public KubectlDelete<ApiType> ignoreNotFound(boolean ignore) {
32
this.ignoreNotFound = ignore;
33
return this;
34
}
35
+
36
@Override
37
public ApiType execute() throws KubectlException {
38
verifyArguments();
@@ -74,4 +75,4 @@ private void verifyArguments() throws KubectlException {
74
75
throw new KubectlException("missing name argument");
76
77
-}
78
+}
0 commit comments