Skip to content

Commit 07a5d53

Browse files
feat: Automated regeneration of GKEOnPrem client (#13270)
Auto-created at 2025-03-30 13:14:01 +0000 using the toys pull request generator.
1 parent f165956 commit 07a5d53

File tree

6 files changed

+77
-69
lines changed

6 files changed

+77
-69
lines changed

clients/gke_on_prem/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Install this package from [Hex](https://hex.pm) by adding
1111

1212
```elixir
1313
def deps do
14-
[{:google_api_gke_on_prem, "~> 0.6"}]
14+
[{:google_api_gke_on_prem, "~> 0.7"}]
1515
end
1616
```
1717

clients/gke_on_prem/lib/google_api/gke_on_prem/v1/api/projects.ex

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ defmodule GoogleApi.GKEOnPrem.V1.Api.Projects do
104104
* `: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.
105105
* `:uploadType` (*type:* `String.t`) - Legacy upload protocol for media (e.g. "media", "multipart").
106106
* `: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.
107108
* `: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).
108109
* `:pageSize` (*type:* `integer()`) - The maximum number of results to return. If not set, the service selects a default.
109110
* `: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
132133
:quotaUser => :query,
133134
:uploadType => :query,
134135
:upload_protocol => :query,
136+
:extraLocationTypes => :query,
135137
:filter => :query,
136138
:pageSize => :query,
137139
:pageToken => :query

clients/gke_on_prem/lib/google_api/gke_on_prem/v1/metadata.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ defmodule GoogleApi.GKEOnPrem.V1 do
2020
API client metadata for GoogleApi.GKEOnPrem.V1.
2121
"""
2222

23-
@discovery_revision "20250224"
23+
@discovery_revision "20250326"
2424

2525
def discovery_revision(), do: @discovery_revision
2626
end

clients/gke_on_prem/lib/google_api/gke_on_prem/v1/model/vmware_admin_cluster.ex

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ defmodule GoogleApi.GKEOnPrem.V1.Model.VmwareAdminCluster do
3030
* `controlPlaneNode` (*type:* `GoogleApi.GKEOnPrem.V1.Model.VmwareAdminControlPlaneNodeConfig.t`, *default:* `nil`) - The VMware admin cluster control plane node configuration.
3131
* `createTime` (*type:* `DateTime.t`, *default:* `nil`) - Output only. The time at which VMware admin cluster was created.
3232
* `description` (*type:* `String.t`, *default:* `nil`) - A human readable description of this VMware admin cluster.
33+
* `enableAdvancedCluster` (*type:* `boolean()`, *default:* `nil`) - Enable advanced cluster.
3334
* `endpoint` (*type:* `String.t`, *default:* `nil`) - Output only. The DNS name of VMware admin cluster's API server.
3435
* `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.
3536
* `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
6364
GoogleApi.GKEOnPrem.V1.Model.VmwareAdminControlPlaneNodeConfig.t() | nil,
6465
:createTime => DateTime.t() | nil,
6566
:description => String.t() | nil,
67+
:enableAdvancedCluster => boolean() | nil,
6668
:endpoint => String.t() | nil,
6769
:etag => String.t() | nil,
6870
:fleet => GoogleApi.GKEOnPrem.V1.Model.Fleet.t() | nil,
@@ -93,6 +95,7 @@ defmodule GoogleApi.GKEOnPrem.V1.Model.VmwareAdminCluster do
9395
field(:controlPlaneNode, as: GoogleApi.GKEOnPrem.V1.Model.VmwareAdminControlPlaneNodeConfig)
9496
field(:createTime, as: DateTime)
9597
field(:description)
98+
field(:enableAdvancedCluster)
9699
field(:endpoint)
97100
field(:etag)
98101
field(:fleet, as: GoogleApi.GKEOnPrem.V1.Model.Fleet)

clients/gke_on_prem/lib/google_api/gke_on_prem/v1/model/vmware_cluster.ex

Lines changed: 69 additions & 66 deletions
Original file line numberDiff line numberDiff line change
@@ -21,110 +21,113 @@ defmodule GoogleApi.GKEOnPrem.V1.Model.VmwareCluster do
2121
2222
## Attributes
2323
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.
30-
* `binaryAuthorization` (*type:* `GoogleApi.GKEOnPrem.V1.Model.BinaryAuthorization.t`, *default:* `nil`) - Binary Authorization related configurations.
31-
* `controlPlaneNode` (*type:* `GoogleApi.GKEOnPrem.V1.Model.VmwareControlPlaneNodeConfig.t`, *default:* `nil`) - VMware user cluster control plane nodes must have either 1 or 3 replicas.
3224
* `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.
3326
* `dataplaneV2` (*type:* `GoogleApi.GKEOnPrem.V1.Model.VmwareDataplaneV2Config.t`, *default:* `nil`) - VmwareDataplaneV2Config specifies configuration for Dataplane V2.
34-
* `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.
3530
* `description` (*type:* `String.t`, *default:* `nil`) - A human readable description of this VMware user cluster.
36-
* `disableBundledIngress` (*type:* `boolean()`, *default:* `nil`) - Disable bundled ingress.
37-
* `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.
4131
* `loadBalancer` (*type:* `GoogleApi.GKEOnPrem.V1.Model.VmwareLoadBalancerConfig.t`, *default:* `nil`) - Load balancer configuration.
4232
* `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.
36+
* `binaryAuthorization` (*type:* `GoogleApi.GKEOnPrem.V1.Model.BinaryAuthorization.t`, *default:* `nil`) - Binary Authorization related configurations.
4537
* `onPremVersion` (*type:* `String.t`, *default:* `nil`) - Required. The Anthos clusters on the VMware version for your user cluster.
4638
* `reconciling` (*type:* `boolean()`, *default:* `nil`) - Output only. If set, there are currently changes in flight to the VMware user cluster.
47-
* `state` (*type:* `String.t`, *default:* `nil`) - Output only. The current state of VMware user cluster.
48-
* `status` (*type:* `GoogleApi.GKEOnPrem.V1.Model.ResourceStatus.t`, *default:* `nil`) - Output only. ResourceStatus representing detailed cluster state.
39+
* `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.
4942
* `storage` (*type:* `GoogleApi.GKEOnPrem.V1.Model.VmwareStorageConfig.t`, *default:* `nil`) - Storage configuration.
50-
* `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.
5243
* `upgradePolicy` (*type:* `GoogleApi.GKEOnPrem.V1.Model.VmwareClusterUpgradePolicy.t`, *default:* `nil`) - Specifies upgrade policy for the cluster.
5344
* `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.
46+
* `enableAdvancedCluster` (*type:* `boolean()`, *default:* `nil`) - Enable advanced cluster.
47+
* `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.
51+
* `disableBundledIngress` (*type:* `boolean()`, *default:* `nil`) - Disable bundled ingress.
52+
* `status` (*type:* `GoogleApi.GKEOnPrem.V1.Model.ResourceStatus.t`, *default:* `nil`) - Output only. ResourceStatus representing detailed cluster state.
53+
* `adminClusterName` (*type:* `String.t`, *default:* `nil`) - Output only. The resource name of the VMware admin cluster hosting this user cluster.
54+
* `enableControlPlaneV2` (*type:* `boolean()`, *default:* `nil`) - Enable control plane V2. Default to false.
55+
* `fleet` (*type:* `GoogleApi.GKEOnPrem.V1.Model.Fleet.t`, *default:* `nil`) - Output only. Fleet configuration for the cluster.
56+
* `networkConfig` (*type:* `GoogleApi.GKEOnPrem.V1.Model.VmwareNetworkConfig.t`, *default:* `nil`) - The VMware user cluster network configuration.
5657
"""
5758

5859
use GoogleApi.Gax.ModelBase
5960

6061
@type t :: %__MODULE__{
61-
:adminClusterMembership => String.t() | nil,
62-
:adminClusterName => String.t() | nil,
62+
:createTime => DateTime.t() | nil,
63+
:state => String.t() | nil,
64+
:dataplaneV2 => GoogleApi.GKEOnPrem.V1.Model.VmwareDataplaneV2Config.t() | nil,
6365
:annotations => map() | nil,
64-
:antiAffinityGroups => GoogleApi.GKEOnPrem.V1.Model.VmwareAAGConfig.t() | nil,
65-
:authorization => GoogleApi.GKEOnPrem.V1.Model.Authorization.t() | nil,
66-
:autoRepairConfig => GoogleApi.GKEOnPrem.V1.Model.VmwareAutoRepairConfig.t() | nil,
67-
:binaryAuthorization => GoogleApi.GKEOnPrem.V1.Model.BinaryAuthorization.t() | nil,
66+
:name => String.t() | nil,
6867
:controlPlaneNode =>
6968
GoogleApi.GKEOnPrem.V1.Model.VmwareControlPlaneNodeConfig.t() | nil,
70-
:createTime => DateTime.t() | nil,
71-
:dataplaneV2 => GoogleApi.GKEOnPrem.V1.Model.VmwareDataplaneV2Config.t() | nil,
72-
:deleteTime => DateTime.t() | nil,
7369
:description => String.t() | nil,
74-
:disableBundledIngress => boolean() | nil,
75-
:enableControlPlaneV2 => boolean() | nil,
76-
:endpoint => String.t() | nil,
77-
:etag => String.t() | nil,
78-
:fleet => GoogleApi.GKEOnPrem.V1.Model.Fleet.t() | nil,
7970
:loadBalancer => GoogleApi.GKEOnPrem.V1.Model.VmwareLoadBalancerConfig.t() | nil,
8071
:localName => String.t() | nil,
81-
:name => String.t() | nil,
82-
:networkConfig => GoogleApi.GKEOnPrem.V1.Model.VmwareNetworkConfig.t() | nil,
72+
:authorization => GoogleApi.GKEOnPrem.V1.Model.Authorization.t() | nil,
73+
:vcenter => GoogleApi.GKEOnPrem.V1.Model.VmwareVCenterConfig.t() | nil,
74+
:deleteTime => DateTime.t() | nil,
75+
:binaryAuthorization => GoogleApi.GKEOnPrem.V1.Model.BinaryAuthorization.t() | nil,
8376
:onPremVersion => String.t() | nil,
8477
:reconciling => boolean() | nil,
85-
:state => String.t() | nil,
86-
:status => GoogleApi.GKEOnPrem.V1.Model.ResourceStatus.t() | nil,
78+
:adminClusterMembership => String.t() | nil,
79+
:vmTrackingEnabled => boolean() | nil,
80+
:endpoint => String.t() | nil,
8781
:storage => GoogleApi.GKEOnPrem.V1.Model.VmwareStorageConfig.t() | nil,
88-
:uid => String.t() | nil,
89-
:updateTime => DateTime.t() | nil,
9082
:upgradePolicy => GoogleApi.GKEOnPrem.V1.Model.VmwareClusterUpgradePolicy.t() | nil,
9183
:validationCheck => GoogleApi.GKEOnPrem.V1.Model.ValidationCheck.t() | nil,
92-
:vcenter => GoogleApi.GKEOnPrem.V1.Model.VmwareVCenterConfig.t() | nil,
93-
:vmTrackingEnabled => boolean() | nil
84+
:uid => String.t() | nil,
85+
:enableAdvancedCluster => boolean() | nil,
86+
:updateTime => DateTime.t() | nil,
87+
:autoRepairConfig => GoogleApi.GKEOnPrem.V1.Model.VmwareAutoRepairConfig.t() | nil,
88+
:antiAffinityGroups => GoogleApi.GKEOnPrem.V1.Model.VmwareAAGConfig.t() | nil,
89+
:etag => String.t() | nil,
90+
:disableBundledIngress => boolean() | nil,
91+
:status => GoogleApi.GKEOnPrem.V1.Model.ResourceStatus.t() | nil,
92+
:adminClusterName => String.t() | nil,
93+
:enableControlPlaneV2 => boolean() | nil,
94+
:fleet => GoogleApi.GKEOnPrem.V1.Model.Fleet.t() | nil,
95+
:networkConfig => GoogleApi.GKEOnPrem.V1.Model.VmwareNetworkConfig.t() | nil
9496
}
9597

96-
field(:adminClusterMembership)
97-
field(:adminClusterName)
98-
field(:annotations, type: :map)
99-
field(:antiAffinityGroups, as: GoogleApi.GKEOnPrem.V1.Model.VmwareAAGConfig)
100-
field(:authorization, as: GoogleApi.GKEOnPrem.V1.Model.Authorization)
101-
field(:autoRepairConfig, as: GoogleApi.GKEOnPrem.V1.Model.VmwareAutoRepairConfig)
102-
field(:binaryAuthorization, as: GoogleApi.GKEOnPrem.V1.Model.BinaryAuthorization)
103-
field(:controlPlaneNode, as: GoogleApi.GKEOnPrem.V1.Model.VmwareControlPlaneNodeConfig)
10498
field(:createTime, as: DateTime)
99+
field(:state)
105100
field(:dataplaneV2, as: GoogleApi.GKEOnPrem.V1.Model.VmwareDataplaneV2Config)
106-
field(:deleteTime, as: DateTime)
101+
field(:annotations, type: :map)
102+
field(:name)
103+
field(:controlPlaneNode, as: GoogleApi.GKEOnPrem.V1.Model.VmwareControlPlaneNodeConfig)
107104
field(:description)
108-
field(:disableBundledIngress)
109-
field(:enableControlPlaneV2)
110-
field(:endpoint)
111-
field(:etag)
112-
field(:fleet, as: GoogleApi.GKEOnPrem.V1.Model.Fleet)
113105
field(:loadBalancer, as: GoogleApi.GKEOnPrem.V1.Model.VmwareLoadBalancerConfig)
114106
field(:localName)
115-
field(:name)
116-
field(:networkConfig, as: GoogleApi.GKEOnPrem.V1.Model.VmwareNetworkConfig)
107+
field(:authorization, as: GoogleApi.GKEOnPrem.V1.Model.Authorization)
108+
field(:vcenter, as: GoogleApi.GKEOnPrem.V1.Model.VmwareVCenterConfig)
109+
field(:deleteTime, as: DateTime)
110+
field(:binaryAuthorization, as: GoogleApi.GKEOnPrem.V1.Model.BinaryAuthorization)
117111
field(:onPremVersion)
118112
field(:reconciling)
119-
field(:state)
120-
field(:status, as: GoogleApi.GKEOnPrem.V1.Model.ResourceStatus)
113+
field(:adminClusterMembership)
114+
field(:vmTrackingEnabled)
115+
field(:endpoint)
121116
field(:storage, as: GoogleApi.GKEOnPrem.V1.Model.VmwareStorageConfig)
122-
field(:uid)
123-
field(:updateTime, as: DateTime)
124117
field(:upgradePolicy, as: GoogleApi.GKEOnPrem.V1.Model.VmwareClusterUpgradePolicy)
125118
field(:validationCheck, as: GoogleApi.GKEOnPrem.V1.Model.ValidationCheck)
126-
field(:vcenter, as: GoogleApi.GKEOnPrem.V1.Model.VmwareVCenterConfig)
127-
field(:vmTrackingEnabled)
119+
field(:uid)
120+
field(:enableAdvancedCluster)
121+
field(:updateTime, as: DateTime)
122+
field(:autoRepairConfig, as: GoogleApi.GKEOnPrem.V1.Model.VmwareAutoRepairConfig)
123+
field(:antiAffinityGroups, as: GoogleApi.GKEOnPrem.V1.Model.VmwareAAGConfig)
124+
field(:etag)
125+
field(:disableBundledIngress)
126+
field(:status, as: GoogleApi.GKEOnPrem.V1.Model.ResourceStatus)
127+
field(:adminClusterName)
128+
field(:enableControlPlaneV2)
129+
field(:fleet, as: GoogleApi.GKEOnPrem.V1.Model.Fleet)
130+
field(:networkConfig, as: GoogleApi.GKEOnPrem.V1.Model.VmwareNetworkConfig)
128131
end
129132

130133
defimpl Poison.Decoder, for: GoogleApi.GKEOnPrem.V1.Model.VmwareCluster do

clients/gke_on_prem/mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
defmodule GoogleApi.GKEOnPrem.Mixfile do
1919
use Mix.Project
2020

21-
@version "0.6.2"
21+
@version "0.7.0"
2222

2323
def project() do
2424
[

0 commit comments

Comments
 (0)