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 cb87e2c commit 1ae9fedCopy full SHA for 1ae9fed
util/src/main/java/io/kubernetes/client/util/Yaml.java
@@ -76,6 +76,7 @@ private static void initApiGroupMap() {
76
private static void initApiVersionList() {
77
// Order important
78
apiVersions.add("V2beta1");
79
+ apiVersions.add("V2beta2");
80
apiVersions.add("V2alpha1");
81
apiVersions.add("V1beta2");
82
apiVersions.add("V1beta1");
0 commit comments