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.
2 parents cb87e2c + 1ae9fed commit a64e01fCopy full SHA for a64e01f
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