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/gke_on_prem/lib/google_api/gke_on_prem/v1/api/projects.ex
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -104,6 +104,7 @@ defmodule GoogleApi.GKEOnPrem.V1.Api.Projects do
104
104
* `:quotaUser` (*type:* `String.t`) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.
105
105
* `:uploadType` (*type:* `String.t`) - Legacy upload protocol for media (e.g. "media", "multipart").
106
106
* `:upload_protocol` (*type:* `String.t`) - Upload protocol for media (e.g. "raw", "multipart").
107
+
* `:extraLocationTypes` (*type:* `list(String.t)`) - Optional. A list of extra location types that should be used as conditions for controlling the visibility of the locations.
107
108
* `:filter` (*type:* `String.t`) - A filter to narrow down results to a preferred subset. The filtering language accepts strings like `"displayName=tokyo"`, and is documented in more detail in [AIP-160](https://google.aip.dev/160).
108
109
* `:pageSize` (*type:* `integer()`) - The maximum number of results to return. If not set, the service selects a default.
109
110
* `:pageToken` (*type:* `String.t`) - A page token received from the `next_page_token` field in the response. Send that page token to receive the subsequent page.
@@ -132,6 +133,7 @@ defmodule GoogleApi.GKEOnPrem.V1.Api.Projects do
* `endpoint` (*type:* `String.t`, *default:* `nil`) - Output only. The DNS name of VMware admin cluster's API server.
34
35
* `etag` (*type:* `String.t`, *default:* `nil`) - This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding. Allows clients to perform consistent read-modify-writes through optimistic concurrency control.
35
36
* `fleet` (*type:* `GoogleApi.GKEOnPrem.V1.Model.Fleet.t`, *default:* `nil`) - Output only. Fleet configuration for the cluster.
@@ -63,6 +64,7 @@ defmodule GoogleApi.GKEOnPrem.V1.Model.VmwareAdminCluster do
Copy file name to clipboardExpand all lines: clients/gke_on_prem/lib/google_api/gke_on_prem/v1/model/vmware_cluster.ex
+69-66Lines changed: 69 additions & 66 deletions
Original file line number
Diff line number
Diff line change
@@ -21,110 +21,113 @@ defmodule GoogleApi.GKEOnPrem.V1.Model.VmwareCluster do
21
21
22
22
## Attributes
23
23
24
-
* `adminClusterMembership` (*type:* `String.t`, *default:* `nil`) - Required. The admin cluster this VMware user cluster belongs to. This is the full resource name of the admin cluster's fleet membership. In the future, references to other resource types might be allowed if admin clusters are modeled as their own resources.
25
-
* `adminClusterName` (*type:* `String.t`, *default:* `nil`) - Output only. The resource name of the VMware admin cluster hosting this user cluster.
26
-
* `annotations` (*type:* `map()`, *default:* `nil`) - Annotations on the VMware user cluster. This field has the same restrictions as Kubernetes annotations. The total size of all keys and values combined is limited to 256k. Key can have 2 segments: prefix (optional) and name (required), separated by a slash (/). Prefix must be a DNS subdomain. Name must be 63 characters or less, begin and end with alphanumerics, with dashes (-), underscores (_), dots (.), and alphanumerics between.
27
-
* `antiAffinityGroups` (*type:* `GoogleApi.GKEOnPrem.V1.Model.VmwareAAGConfig.t`, *default:* `nil`) - AAGConfig specifies whether to spread VMware user cluster nodes across at least three physical hosts in the datacenter.
28
-
* `authorization` (*type:* `GoogleApi.GKEOnPrem.V1.Model.Authorization.t`, *default:* `nil`) - RBAC policy that will be applied and managed by the Anthos On-Prem API.
29
-
* `autoRepairConfig` (*type:* `GoogleApi.GKEOnPrem.V1.Model.VmwareAutoRepairConfig.t`, *default:* `nil`) - Configuration for auto repairing.
* `controlPlaneNode` (*type:* `GoogleApi.GKEOnPrem.V1.Model.VmwareControlPlaneNodeConfig.t`, *default:* `nil`) - VMware user cluster control plane nodes must have either 1 or 3 replicas.
32
24
* `createTime` (*type:* `DateTime.t`, *default:* `nil`) - Output only. The time at which VMware user cluster was created.
25
+
* `state` (*type:* `String.t`, *default:* `nil`) - Output only. The current state of VMware user cluster.
* `deleteTime` (*type:* `DateTime.t`, *default:* `nil`) - Output only. The time at which VMware user cluster was deleted.
27
+
* `annotations` (*type:* `map()`, *default:* `nil`) - Annotations on the VMware user cluster. This field has the same restrictions as Kubernetes annotations. The total size of all keys and values combined is limited to 256k. Key can have 2 segments: prefix (optional) and name (required), separated by a slash (/). Prefix must be a DNS subdomain. Name must be 63 characters or less, begin and end with alphanumerics, with dashes (-), underscores (_), dots (.), and alphanumerics between.
28
+
* `name` (*type:* `String.t`, *default:* `nil`) - Immutable. The VMware user cluster resource name.
29
+
* `controlPlaneNode` (*type:* `GoogleApi.GKEOnPrem.V1.Model.VmwareControlPlaneNodeConfig.t`, *default:* `nil`) - VMware user cluster control plane nodes must have either 1 or 3 replicas.
35
30
* `description` (*type:* `String.t`, *default:* `nil`) - A human readable description of this VMware user cluster.
* `enableControlPlaneV2` (*type:* `boolean()`, *default:* `nil`) - Enable control plane V2. Default to false.
38
-
* `endpoint` (*type:* `String.t`, *default:* `nil`) - Output only. The DNS name of VMware user cluster's API server.
39
-
* `etag` (*type:* `String.t`, *default:* `nil`) - This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding. Allows clients to perform consistent read-modify-writes through optimistic concurrency control.
40
-
* `fleet` (*type:* `GoogleApi.GKEOnPrem.V1.Model.Fleet.t`, *default:* `nil`) - Output only. Fleet configuration for the cluster.
* `localName` (*type:* `String.t`, *default:* `nil`) - Output only. The object name of the VMware OnPremUserCluster custom resource on the associated admin cluster. This field is used to support conflicting names when enrolling existing clusters to the API. When used as a part of cluster enrollment, this field will differ from the ID in the resource name. For new clusters, this field will match the user provided cluster name and be visible in the last component of the resource name. It is not modifiable. All users should use this name to access their cluster using gkectl or kubectl and should expect to see the local name when viewing admin cluster controller logs.
43
-
* `name` (*type:* `String.t`, *default:* `nil`) - Immutable. The VMware user cluster resource name.
44
-
* `networkConfig` (*type:* `GoogleApi.GKEOnPrem.V1.Model.VmwareNetworkConfig.t`, *default:* `nil`) - The VMware user cluster network configuration.
33
+
* `authorization` (*type:* `GoogleApi.GKEOnPrem.V1.Model.Authorization.t`, *default:* `nil`) - RBAC policy that will be applied and managed by the Anthos On-Prem API.
34
+
* `vcenter` (*type:* `GoogleApi.GKEOnPrem.V1.Model.VmwareVCenterConfig.t`, *default:* `nil`) - VmwareVCenterConfig specifies vCenter config for the user cluster. If unspecified, it is inherited from the admin cluster.
35
+
* `deleteTime` (*type:* `DateTime.t`, *default:* `nil`) - Output only. The time at which VMware user cluster was deleted.
* `adminClusterMembership` (*type:* `String.t`, *default:* `nil`) - Required. The admin cluster this VMware user cluster belongs to. This is the full resource name of the admin cluster's fleet membership. In the future, references to other resource types might be allowed if admin clusters are modeled as their own resources.
40
+
* `vmTrackingEnabled` (*type:* `boolean()`, *default:* `nil`) - Enable VM tracking.
41
+
* `endpoint` (*type:* `String.t`, *default:* `nil`) - Output only. The DNS name of VMware user cluster's API server.
* `uid` (*type:* `String.t`, *default:* `nil`) - Output only. The unique identifier of the VMware user cluster.
51
-
* `updateTime` (*type:* `DateTime.t`, *default:* `nil`) - Output only. The time at which VMware user cluster was last updated.
52
43
* `upgradePolicy` (*type:* `GoogleApi.GKEOnPrem.V1.Model.VmwareClusterUpgradePolicy.t`, *default:* `nil`) - Specifies upgrade policy for the cluster.
53
44
* `validationCheck` (*type:* `GoogleApi.GKEOnPrem.V1.Model.ValidationCheck.t`, *default:* `nil`) - Output only. ValidationCheck represents the result of the preflight check job.
54
-
* `vcenter` (*type:* `GoogleApi.GKEOnPrem.V1.Model.VmwareVCenterConfig.t`, *default:* `nil`) - VmwareVCenterConfig specifies vCenter config for the user cluster. If unspecified, it is inherited from the admin cluster.
55
-
* `vmTrackingEnabled` (*type:* `boolean()`, *default:* `nil`) - Enable VM tracking.
45
+
* `uid` (*type:* `String.t`, *default:* `nil`) - Output only. The unique identifier of the VMware user cluster.
* `updateTime` (*type:* `DateTime.t`, *default:* `nil`) - Output only. The time at which VMware user cluster was last updated.
48
+
* `autoRepairConfig` (*type:* `GoogleApi.GKEOnPrem.V1.Model.VmwareAutoRepairConfig.t`, *default:* `nil`) - Configuration for auto repairing.
49
+
* `antiAffinityGroups` (*type:* `GoogleApi.GKEOnPrem.V1.Model.VmwareAAGConfig.t`, *default:* `nil`) - AAGConfig specifies whether to spread VMware user cluster nodes across at least three physical hosts in the datacenter.
50
+
* `etag` (*type:* `String.t`, *default:* `nil`) - This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding. Allows clients to perform consistent read-modify-writes through optimistic concurrency control.
0 commit comments