google-apis-container_v1beta1 0.17.0 → 0.18.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: cd06de6927c2516a8b6a9efc30838018ee0a8412261627a19bb5f9ff14a9a624
4
- data.tar.gz: 4a071f5b8dfab8bd775ca1b4e2c6e61d37475c3e430522f29968eb19e81d522a
3
+ metadata.gz: 0d803116c9a635412efbd3d57f5bb7fa632f6d4062ad0d3cf83bab106cea80dc
4
+ data.tar.gz: cfc859c42cc3d9824c7dbd8b4899111a618f5787c89f0b336612ecc33a590ee4
5
5
  SHA512:
6
- metadata.gz: fb8075fd502bc735bb2f370660351dd9b3f6705448e2b55a25d8046558a08a8513179942fb23f4029fec76d7ae6f17331755c53eb2fd7c786f7239759a9b4870
7
- data.tar.gz: 95ecafa4e0ffeb12a417033edefd0ddc7f876c131b30fae2d774e2c1ce56150e58de0c2889160eb74e5b42c272f424b2a6cc7aee1ed8a37e0611933b2b8d6ff1
6
+ metadata.gz: c0b68ed92ffcc0c0f03932b25acec470786baca9030e8f81b62b9188b30b64f7a1886ae9a3c603245507ec4f10ea164479f40e1939dd7598609e6031870bbe97
7
+ data.tar.gz: ba23a44bd708744739fb28e6d419385cc080572b25c7aa1a8c4c68b7cdf36b5c3846653685026b4667e154ae70af9017eefd17be099834c2bb08b22900f71c0e
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-container_v1beta1
2
2
 
3
+ ### v0.18.0 (2021-09-03)
4
+
5
+ * Regenerated from discovery document revision 20210820
6
+
3
7
  ### v0.17.0 (2021-08-05)
4
8
 
5
9
  * Regenerated from discovery document revision 20210722
@@ -81,6 +81,11 @@ module Google
81
81
  # @return [Google::Apis::ContainerV1beta1::GcePersistentDiskCsiDriverConfig]
82
82
  attr_accessor :gce_persistent_disk_csi_driver_config
83
83
 
84
+ # Configuration for the GCP Filestore CSI driver.
85
+ # Corresponds to the JSON property `gcpFilestoreCsiDriverConfig`
86
+ # @return [Google::Apis::ContainerV1beta1::GcpFilestoreCsiDriverConfig]
87
+ attr_accessor :gcp_filestore_csi_driver_config
88
+
84
89
  # Configuration options for the horizontal pod autoscaling feature, which
85
90
  # increases or decreases the number of replica pods a replication controller has
86
91
  # based on the resource usage of the existing pods.
@@ -126,6 +131,7 @@ module Google
126
131
  @config_connector_config = args[:config_connector_config] if args.key?(:config_connector_config)
127
132
  @dns_cache_config = args[:dns_cache_config] if args.key?(:dns_cache_config)
128
133
  @gce_persistent_disk_csi_driver_config = args[:gce_persistent_disk_csi_driver_config] if args.key?(:gce_persistent_disk_csi_driver_config)
134
+ @gcp_filestore_csi_driver_config = args[:gcp_filestore_csi_driver_config] if args.key?(:gcp_filestore_csi_driver_config)
129
135
  @horizontal_pod_autoscaling = args[:horizontal_pod_autoscaling] if args.key?(:horizontal_pod_autoscaling)
130
136
  @http_load_balancing = args[:http_load_balancing] if args.key?(:http_load_balancing)
131
137
  @istio_config = args[:istio_config] if args.key?(:istio_config)
@@ -1788,6 +1794,26 @@ module Google
1788
1794
  end
1789
1795
  end
1790
1796
 
1797
+ # Configuration for the GCP Filestore CSI driver.
1798
+ class GcpFilestoreCsiDriverConfig
1799
+ include Google::Apis::Core::Hashable
1800
+
1801
+ # Whether the GCP Filestore CSI driver is enabled for this cluster.
1802
+ # Corresponds to the JSON property `enabled`
1803
+ # @return [Boolean]
1804
+ attr_accessor :enabled
1805
+ alias_method :enabled?, :enabled
1806
+
1807
+ def initialize(**args)
1808
+ update!(**args)
1809
+ end
1810
+
1811
+ # Update properties of this object
1812
+ def update!(**args)
1813
+ @enabled = args[:enabled] if args.key?(:enabled)
1814
+ end
1815
+ end
1816
+
1791
1817
  # GetJSONWebKeysResponse is a valid JSON Web Key Set as specififed in rfc 7517
1792
1818
  class GetJsonWebKeysResponse
1793
1819
  include Google::Apis::Core::Hashable
@@ -2990,6 +3016,11 @@ module Google
2990
3016
  # @return [Google::Apis::ContainerV1beta1::EphemeralStorageConfig]
2991
3017
  attr_accessor :ephemeral_storage_config
2992
3018
 
3019
+ # Configuration of gVNIC feature.
3020
+ # Corresponds to the JSON property `gvnic`
3021
+ # @return [Google::Apis::ContainerV1beta1::VirtualNic]
3022
+ attr_accessor :gvnic
3023
+
2993
3024
  # The image type to use for this node. Note that for a given image type, the
2994
3025
  # latest version of it will be used.
2995
3026
  # Corresponds to the JSON property `imageType`
@@ -3041,9 +3072,8 @@ module Google
3041
3072
  # - "gci-ensure-gke-docker" - "gci-metrics-enabled" - "gci-update-strategy" - "
3042
3073
  # instance-template" - "kube-env" - "startup-script" - "user-data" - "disable-
3043
3074
  # address-manager" - "windows-startup-script-ps1" - "common-psm1" - "k8s-node-
3044
- # setup-psm1" - "install-ssh-psm1" - "user-profile-psm1" The following keys are
3045
- # reserved for Windows nodes: - "serial-port-logging-enable" Values are free-
3046
- # form strings, and only have meaning as interpreted by the image running in the
3075
+ # setup-psm1" - "install-ssh-psm1" - "user-profile-psm1" Values are free-form
3076
+ # strings, and only have meaning as interpreted by the image running in the
3047
3077
  # instance. The only restriction placed on them is that each value's size must
3048
3078
  # be less than or equal to 32 KB. The total size of all keys and values must be
3049
3079
  # less than 512 KB.
@@ -3145,6 +3175,7 @@ module Google
3145
3175
  @disk_size_gb = args[:disk_size_gb] if args.key?(:disk_size_gb)
3146
3176
  @disk_type = args[:disk_type] if args.key?(:disk_type)
3147
3177
  @ephemeral_storage_config = args[:ephemeral_storage_config] if args.key?(:ephemeral_storage_config)
3178
+ @gvnic = args[:gvnic] if args.key?(:gvnic)
3148
3179
  @image_type = args[:image_type] if args.key?(:image_type)
3149
3180
  @kubelet_config = args[:kubelet_config] if args.key?(:kubelet_config)
3150
3181
  @labels = args[:labels] if args.key?(:labels)
@@ -5243,6 +5274,11 @@ module Google
5243
5274
  # @return [String]
5244
5275
  attr_accessor :cluster_id
5245
5276
 
5277
+ # Configuration of gVNIC feature.
5278
+ # Corresponds to the JSON property `gvnic`
5279
+ # @return [Google::Apis::ContainerV1beta1::VirtualNic]
5280
+ attr_accessor :gvnic
5281
+
5246
5282
  # Required. The desired image type for the node pool.
5247
5283
  # Corresponds to the JSON property `imageType`
5248
5284
  # @return [String]
@@ -5341,6 +5377,7 @@ module Google
5341
5377
  # Update properties of this object
5342
5378
  def update!(**args)
5343
5379
  @cluster_id = args[:cluster_id] if args.key?(:cluster_id)
5380
+ @gvnic = args[:gvnic] if args.key?(:gvnic)
5344
5381
  @image_type = args[:image_type] if args.key?(:image_type)
5345
5382
  @kubelet_config = args[:kubelet_config] if args.key?(:kubelet_config)
5346
5383
  @labels = args[:labels] if args.key?(:labels)
@@ -5387,6 +5424,11 @@ module Google
5387
5424
  # @return [String]
5388
5425
  attr_accessor :version
5389
5426
 
5427
+ # Windows server versions.
5428
+ # Corresponds to the JSON property `windowsVersions`
5429
+ # @return [Google::Apis::ContainerV1beta1::WindowsVersions]
5430
+ attr_accessor :windows_versions
5431
+
5390
5432
  def initialize(**args)
5391
5433
  update!(**args)
5392
5434
  end
@@ -5397,6 +5439,7 @@ module Google
5397
5439
  @resource = args[:resource] if args.key?(:resource)
5398
5440
  @resource_type = args[:resource_type] if args.key?(:resource_type)
5399
5441
  @version = args[:version] if args.key?(:version)
5442
+ @windows_versions = args[:windows_versions] if args.key?(:windows_versions)
5400
5443
  end
5401
5444
  end
5402
5445
 
@@ -5580,6 +5623,26 @@ module Google
5580
5623
  end
5581
5624
  end
5582
5625
 
5626
+ # Configuration of gVNIC feature.
5627
+ class VirtualNic
5628
+ include Google::Apis::Core::Hashable
5629
+
5630
+ # Whether gVNIC features are enabled in the node pool.
5631
+ # Corresponds to the JSON property `enabled`
5632
+ # @return [Boolean]
5633
+ attr_accessor :enabled
5634
+ alias_method :enabled?, :enabled
5635
+
5636
+ def initialize(**args)
5637
+ update!(**args)
5638
+ end
5639
+
5640
+ # Update properties of this object
5641
+ def update!(**args)
5642
+ @enabled = args[:enabled] if args.key?(:enabled)
5643
+ end
5644
+ end
5645
+
5583
5646
  # Windows server version.
5584
5647
  class WindowsVersion
5585
5648
  include Google::Apis::Core::Hashable
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ContainerV1beta1
18
18
  # Version of the google-apis-container_v1beta1 gem
19
- GEM_VERSION = "0.17.0"
19
+ GEM_VERSION = "0.18.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210722"
25
+ REVISION = "20210820"
26
26
  end
27
27
  end
28
28
  end
@@ -214,6 +214,12 @@ module Google
214
214
  include Google::Apis::Core::JsonObjectSupport
215
215
  end
216
216
 
217
+ class GcpFilestoreCsiDriverConfig
218
+ class Representation < Google::Apis::Core::JsonRepresentation; end
219
+
220
+ include Google::Apis::Core::JsonObjectSupport
221
+ end
222
+
217
223
  class GetJsonWebKeysResponse
218
224
  class Representation < Google::Apis::Core::JsonRepresentation; end
219
225
 
@@ -766,6 +772,12 @@ module Google
766
772
  include Google::Apis::Core::JsonObjectSupport
767
773
  end
768
774
 
775
+ class VirtualNic
776
+ class Representation < Google::Apis::Core::JsonRepresentation; end
777
+
778
+ include Google::Apis::Core::JsonObjectSupport
779
+ end
780
+
769
781
  class WindowsVersion
770
782
  class Representation < Google::Apis::Core::JsonRepresentation; end
771
783
 
@@ -816,6 +828,8 @@ module Google
816
828
 
817
829
  property :gce_persistent_disk_csi_driver_config, as: 'gcePersistentDiskCsiDriverConfig', class: Google::Apis::ContainerV1beta1::GcePersistentDiskCsiDriverConfig, decorator: Google::Apis::ContainerV1beta1::GcePersistentDiskCsiDriverConfig::Representation
818
830
 
831
+ property :gcp_filestore_csi_driver_config, as: 'gcpFilestoreCsiDriverConfig', class: Google::Apis::ContainerV1beta1::GcpFilestoreCsiDriverConfig, decorator: Google::Apis::ContainerV1beta1::GcpFilestoreCsiDriverConfig::Representation
832
+
819
833
  property :horizontal_pod_autoscaling, as: 'horizontalPodAutoscaling', class: Google::Apis::ContainerV1beta1::HorizontalPodAutoscaling, decorator: Google::Apis::ContainerV1beta1::HorizontalPodAutoscaling::Representation
820
834
 
821
835
  property :http_load_balancing, as: 'httpLoadBalancing', class: Google::Apis::ContainerV1beta1::HttpLoadBalancing, decorator: Google::Apis::ContainerV1beta1::HttpLoadBalancing::Representation
@@ -1247,6 +1261,13 @@ module Google
1247
1261
  end
1248
1262
  end
1249
1263
 
1264
+ class GcpFilestoreCsiDriverConfig
1265
+ # @private
1266
+ class Representation < Google::Apis::Core::JsonRepresentation
1267
+ property :enabled, as: 'enabled'
1268
+ end
1269
+ end
1270
+
1250
1271
  class GetJsonWebKeysResponse
1251
1272
  # @private
1252
1273
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1586,6 +1607,8 @@ module Google
1586
1607
  property :disk_type, as: 'diskType'
1587
1608
  property :ephemeral_storage_config, as: 'ephemeralStorageConfig', class: Google::Apis::ContainerV1beta1::EphemeralStorageConfig, decorator: Google::Apis::ContainerV1beta1::EphemeralStorageConfig::Representation
1588
1609
 
1610
+ property :gvnic, as: 'gvnic', class: Google::Apis::ContainerV1beta1::VirtualNic, decorator: Google::Apis::ContainerV1beta1::VirtualNic::Representation
1611
+
1589
1612
  property :image_type, as: 'imageType'
1590
1613
  property :kubelet_config, as: 'kubeletConfig', class: Google::Apis::ContainerV1beta1::NodeKubeletConfig, decorator: Google::Apis::ContainerV1beta1::NodeKubeletConfig::Representation
1591
1614
 
@@ -2128,6 +2151,8 @@ module Google
2128
2151
  # @private
2129
2152
  class Representation < Google::Apis::Core::JsonRepresentation
2130
2153
  property :cluster_id, as: 'clusterId'
2154
+ property :gvnic, as: 'gvnic', class: Google::Apis::ContainerV1beta1::VirtualNic, decorator: Google::Apis::ContainerV1beta1::VirtualNic::Representation
2155
+
2131
2156
  property :image_type, as: 'imageType'
2132
2157
  property :kubelet_config, as: 'kubeletConfig', class: Google::Apis::ContainerV1beta1::NodeKubeletConfig, decorator: Google::Apis::ContainerV1beta1::NodeKubeletConfig::Representation
2133
2158
 
@@ -2160,6 +2185,8 @@ module Google
2160
2185
  property :resource, as: 'resource'
2161
2186
  property :resource_type, as: 'resourceType'
2162
2187
  property :version, as: 'version'
2188
+ property :windows_versions, as: 'windowsVersions', class: Google::Apis::ContainerV1beta1::WindowsVersions, decorator: Google::Apis::ContainerV1beta1::WindowsVersions::Representation
2189
+
2163
2190
  end
2164
2191
  end
2165
2192
 
@@ -2211,6 +2238,13 @@ module Google
2211
2238
  end
2212
2239
  end
2213
2240
 
2241
+ class VirtualNic
2242
+ # @private
2243
+ class Representation < Google::Apis::Core::JsonRepresentation
2244
+ property :enabled, as: 'enabled'
2245
+ end
2246
+ end
2247
+
2214
2248
  class WindowsVersion
2215
2249
  # @private
2216
2250
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -30,7 +30,7 @@ module Google
30
30
  # This is NOT the gem version.
31
31
  VERSION = 'V1beta1'
32
32
 
33
- # See, edit, configure, and delete your Google Cloud Platform data
33
+ # See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account.
34
34
  AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
35
35
  end
36
36
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-container_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.17.0
4
+ version: 0.18.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-08-09 00:00:00.000000000 Z
11
+ date: 2021-09-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-container_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-container_v1beta1/v0.17.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-container_v1beta1/v0.18.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-container_v1beta1
63
63
  post_install_message:
64
64
  rdoc_options: []