You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/google-api-services-gkehub/v1alpha/2.0.0/com/google/api/services/gkehub/v1alpha/model/ResourceOptions.java
+33-6Lines changed: 33 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -39,8 +39,16 @@ public final class ResourceOptions extends com.google.api.client.json.GenericJso
39
39
privatejava.lang.StringconnectVersion;
40
40
41
41
/**
42
-
* Optional. Major version of the Kubernetes cluster. This is only used to determine which version
43
-
* to use for the CustomResourceDefinition resources, `apiextensions/v1beta1`
42
+
* Optional. Git version of the Kubernetes cluster. This is only used to gate the Connect Agent
43
+
* migration to svc.id.goog on GDC-SO 1.33.100 patch and above.
44
+
* The value may be {@code null}.
45
+
*/
46
+
@com.google.api.client.util.Key
47
+
privatejava.lang.Stringk8sGitVersion;
48
+
49
+
/**
50
+
* Optional. Major and minor version of the Kubernetes cluster. This is only used to determine
51
+
* which version to use for the CustomResourceDefinition resources, `apiextensions/v1beta1`
44
52
* or`apiextensions/v1`.
45
53
* The value may be {@code null}.
46
54
*/
@@ -78,8 +86,27 @@ public ResourceOptions setConnectVersion(java.lang.String connectVersion) {
78
86
}
79
87
80
88
/**
81
-
* Optional. Major version of the Kubernetes cluster. This is only used to determine which version
82
-
* to use for the CustomResourceDefinition resources, `apiextensions/v1beta1`
89
+
* Optional. Git version of the Kubernetes cluster. This is only used to gate the Connect Agent
90
+
* migration to svc.id.goog on GDC-SO 1.33.100 patch and above.
91
+
* @return value or {@code null} for none
92
+
*/
93
+
publicjava.lang.StringgetK8sGitVersion() {
94
+
returnk8sGitVersion;
95
+
}
96
+
97
+
/**
98
+
* Optional. Git version of the Kubernetes cluster. This is only used to gate the Connect Agent
99
+
* migration to svc.id.goog on GDC-SO 1.33.100 patch and above.
100
+
* @param k8sGitVersion k8sGitVersion or {@code null} for none
0 commit comments