google-apis-container_v1beta1 0.17.0 → 0.21.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: 980506ae9bb8799c0cb49367ddf26c74fc00668595be2aa5213007bf3f417552
4
+ data.tar.gz: f78537060600905c37f8fa92ff3c6004108ad3f10554c306ca24e31f7024b179
5
5
  SHA512:
6
- metadata.gz: fb8075fd502bc735bb2f370660351dd9b3f6705448e2b55a25d8046558a08a8513179942fb23f4029fec76d7ae6f17331755c53eb2fd7c786f7239759a9b4870
7
- data.tar.gz: 95ecafa4e0ffeb12a417033edefd0ddc7f876c131b30fae2d774e2c1ce56150e58de0c2889160eb74e5b42c272f424b2a6cc7aee1ed8a37e0611933b2b8d6ff1
6
+ metadata.gz: bf509cb18069c27b807218ed4b11243c0767fdd3f407afd7dd636fabf3f21fe7b4f102abbee2d1ec634f7f946134c32ea9aa5a91557d8ef4298b3668e49cbc8a
7
+ data.tar.gz: dbe4ba02d202d64d770729c770798f52713e500bc871db73956607918869e2241a842ad89d0f1c2cb0f59028506a7967b63e38465a3fd5aa34bc73b8685d5558
data/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # Release history for google-apis-container_v1beta1
2
2
 
3
+ ### v0.21.0 (2021-10-26)
4
+
5
+ * Regenerated from discovery document revision 20211008
6
+ * Unspecified changes
7
+
8
+ ### v0.20.0 (2021-10-02)
9
+
10
+ * Regenerated from discovery document revision 20210914
11
+
12
+ ### v0.19.0 (2021-09-21)
13
+
14
+ * Regenerated from discovery document revision 20210906
15
+
16
+ ### v0.18.0 (2021-09-03)
17
+
18
+ * Regenerated from discovery document revision 20210820
19
+
3
20
  ### v0.17.0 (2021-08-05)
4
21
 
5
22
  * Regenerated from discovery document revision 20210722
data/OVERVIEW.md CHANGED
@@ -60,8 +60,8 @@ See the class reference docs for information on the methods you can call from a
60
60
 
61
61
  More detailed descriptions of the Google simple REST clients are available in two documents.
62
62
 
63
- * The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/master/docs/usage-guide.md) discusses how to make API calls, how to use the provided data structures, and how to work the various features of the client library, including media upload and download, error handling, retries, pagination, and logging.
64
- * The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/master/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
63
+ * The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/usage-guide.md) discusses how to make API calls, how to use the provided data structures, and how to work the various features of the client library, including media upload and download, error handling, retries, pagination, and logging.
64
+ * The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
65
65
 
66
66
  (Note: the above documents are written for the simple REST clients in general, and their examples may not reflect the Container service in particular.)
67
67
 
@@ -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)
@@ -741,6 +747,11 @@ module Google
741
747
  # @return [String]
742
748
  attr_accessor :master_ipv4_cidr_block
743
749
 
750
+ # Configuration for issuance of mTLS keys and certificates to Kubernetes pods.
751
+ # Corresponds to the JSON property `meshCertificates`
752
+ # @return [Google::Apis::ContainerV1beta1::MeshCertificates]
753
+ attr_accessor :mesh_certificates
754
+
744
755
  # MonitoringConfig is cluster monitoring configuration.
745
756
  # Corresponds to the JSON property `monitoringConfig`
746
757
  # @return [Google::Apis::ContainerV1beta1::MonitoringConfig]
@@ -965,6 +976,7 @@ module Google
965
976
  @master_auth = args[:master_auth] if args.key?(:master_auth)
966
977
  @master_authorized_networks_config = args[:master_authorized_networks_config] if args.key?(:master_authorized_networks_config)
967
978
  @master_ipv4_cidr_block = args[:master_ipv4_cidr_block] if args.key?(:master_ipv4_cidr_block)
979
+ @mesh_certificates = args[:mesh_certificates] if args.key?(:mesh_certificates)
968
980
  @monitoring_config = args[:monitoring_config] if args.key?(:monitoring_config)
969
981
  @monitoring_service = args[:monitoring_service] if args.key?(:monitoring_service)
970
982
  @name = args[:name] if args.key?(:name)
@@ -1081,11 +1093,6 @@ module Google
1081
1093
  # @return [Google::Apis::ContainerV1beta1::AuthenticatorGroupsConfig]
1082
1094
  attr_accessor :desired_authenticator_groups_config
1083
1095
 
1084
- # Autopilot is the configuration for Autopilot settings on the cluster.
1085
- # Corresponds to the JSON property `desiredAutopilot`
1086
- # @return [Google::Apis::ContainerV1beta1::Autopilot]
1087
- attr_accessor :desired_autopilot
1088
-
1089
1096
  # Configuration for Binary Authorization.
1090
1097
  # Corresponds to the JSON property `desiredBinaryAuthorization`
1091
1098
  # @return [Google::Apis::ContainerV1beta1::BinaryAuthorization]
@@ -1124,6 +1131,11 @@ module Google
1124
1131
  # @return [Google::Apis::ContainerV1beta1::DnsConfig]
1125
1132
  attr_accessor :desired_dns_config
1126
1133
 
1134
+ # GcfsConfig contains configurations of Google Container File System.
1135
+ # Corresponds to the JSON property `desiredGcfsConfig`
1136
+ # @return [Google::Apis::ContainerV1beta1::GcfsConfig]
1137
+ attr_accessor :desired_gcfs_config
1138
+
1127
1139
  # IdentityServiceConfig is configuration for Identity Service which allows
1128
1140
  # customers to use external identity providers with the K8S API
1129
1141
  # Corresponds to the JSON property `desiredIdentityServiceConfig`
@@ -1197,6 +1209,11 @@ module Google
1197
1209
  # @return [String]
1198
1210
  attr_accessor :desired_master_version
1199
1211
 
1212
+ # Configuration for issuance of mTLS keys and certificates to Kubernetes pods.
1213
+ # Corresponds to the JSON property `desiredMeshCertificates`
1214
+ # @return [Google::Apis::ContainerV1beta1::MeshCertificates]
1215
+ attr_accessor :desired_mesh_certificates
1216
+
1200
1217
  # MonitoringConfig is cluster monitoring configuration.
1201
1218
  # Corresponds to the JSON property `desiredMonitoringConfig`
1202
1219
  # @return [Google::Apis::ContainerV1beta1::MonitoringConfig]
@@ -1311,7 +1328,6 @@ module Google
1311
1328
  def update!(**args)
1312
1329
  @desired_addons_config = args[:desired_addons_config] if args.key?(:desired_addons_config)
1313
1330
  @desired_authenticator_groups_config = args[:desired_authenticator_groups_config] if args.key?(:desired_authenticator_groups_config)
1314
- @desired_autopilot = args[:desired_autopilot] if args.key?(:desired_autopilot)
1315
1331
  @desired_binary_authorization = args[:desired_binary_authorization] if args.key?(:desired_binary_authorization)
1316
1332
  @desired_cluster_autoscaling = args[:desired_cluster_autoscaling] if args.key?(:desired_cluster_autoscaling)
1317
1333
  @desired_cluster_telemetry = args[:desired_cluster_telemetry] if args.key?(:desired_cluster_telemetry)
@@ -1319,6 +1335,7 @@ module Google
1319
1335
  @desired_datapath_provider = args[:desired_datapath_provider] if args.key?(:desired_datapath_provider)
1320
1336
  @desired_default_snat_status = args[:desired_default_snat_status] if args.key?(:desired_default_snat_status)
1321
1337
  @desired_dns_config = args[:desired_dns_config] if args.key?(:desired_dns_config)
1338
+ @desired_gcfs_config = args[:desired_gcfs_config] if args.key?(:desired_gcfs_config)
1322
1339
  @desired_identity_service_config = args[:desired_identity_service_config] if args.key?(:desired_identity_service_config)
1323
1340
  @desired_image_type = args[:desired_image_type] if args.key?(:desired_image_type)
1324
1341
  @desired_intra_node_visibility_config = args[:desired_intra_node_visibility_config] if args.key?(:desired_intra_node_visibility_config)
@@ -1329,6 +1346,7 @@ module Google
1329
1346
  @desired_master = args[:desired_master] if args.key?(:desired_master)
1330
1347
  @desired_master_authorized_networks_config = args[:desired_master_authorized_networks_config] if args.key?(:desired_master_authorized_networks_config)
1331
1348
  @desired_master_version = args[:desired_master_version] if args.key?(:desired_master_version)
1349
+ @desired_mesh_certificates = args[:desired_mesh_certificates] if args.key?(:desired_mesh_certificates)
1332
1350
  @desired_monitoring_config = args[:desired_monitoring_config] if args.key?(:desired_monitoring_config)
1333
1351
  @desired_monitoring_service = args[:desired_monitoring_service] if args.key?(:desired_monitoring_service)
1334
1352
  @desired_node_pool_autoscaling = args[:desired_node_pool_autoscaling] if args.key?(:desired_node_pool_autoscaling)
@@ -1788,6 +1806,46 @@ module Google
1788
1806
  end
1789
1807
  end
1790
1808
 
1809
+ # GcfsConfig contains configurations of Google Container File System.
1810
+ class GcfsConfig
1811
+ include Google::Apis::Core::Hashable
1812
+
1813
+ # Whether to use GCFS.
1814
+ # Corresponds to the JSON property `enabled`
1815
+ # @return [Boolean]
1816
+ attr_accessor :enabled
1817
+ alias_method :enabled?, :enabled
1818
+
1819
+ def initialize(**args)
1820
+ update!(**args)
1821
+ end
1822
+
1823
+ # Update properties of this object
1824
+ def update!(**args)
1825
+ @enabled = args[:enabled] if args.key?(:enabled)
1826
+ end
1827
+ end
1828
+
1829
+ # Configuration for the GCP Filestore CSI driver.
1830
+ class GcpFilestoreCsiDriverConfig
1831
+ include Google::Apis::Core::Hashable
1832
+
1833
+ # Whether the GCP Filestore CSI driver is enabled for this cluster.
1834
+ # Corresponds to the JSON property `enabled`
1835
+ # @return [Boolean]
1836
+ attr_accessor :enabled
1837
+ alias_method :enabled?, :enabled
1838
+
1839
+ def initialize(**args)
1840
+ update!(**args)
1841
+ end
1842
+
1843
+ # Update properties of this object
1844
+ def update!(**args)
1845
+ @enabled = args[:enabled] if args.key?(:enabled)
1846
+ end
1847
+ end
1848
+
1791
1849
  # GetJSONWebKeysResponse is a valid JSON Web Key Set as specififed in rfc 7517
1792
1850
  class GetJsonWebKeysResponse
1793
1851
  include Google::Apis::Core::Hashable
@@ -2730,6 +2788,30 @@ module Google
2730
2788
  end
2731
2789
  end
2732
2790
 
2791
+ # Configuration for issuance of mTLS keys and certificates to Kubernetes pods.
2792
+ class MeshCertificates
2793
+ include Google::Apis::Core::Hashable
2794
+
2795
+ # enable_certificates controls issuance of workload mTLS certificates. If set,
2796
+ # the GKE Workload Identity Certificates controller and node agent will be
2797
+ # deployed in the cluster, which can then be configured by creating a
2798
+ # WorkloadCertificateConfig Custom Resource. Requires Workload Identity (
2799
+ # workload_pool must be non-empty).
2800
+ # Corresponds to the JSON property `enableCertificates`
2801
+ # @return [Boolean]
2802
+ attr_accessor :enable_certificates
2803
+ alias_method :enable_certificates?, :enable_certificates
2804
+
2805
+ def initialize(**args)
2806
+ update!(**args)
2807
+ end
2808
+
2809
+ # Update properties of this object
2810
+ def update!(**args)
2811
+ @enable_certificates = args[:enable_certificates] if args.key?(:enable_certificates)
2812
+ end
2813
+ end
2814
+
2733
2815
  # Progress metric is (string, int|float|string) pair.
2734
2816
  class Metric
2735
2817
  include Google::Apis::Core::Hashable
@@ -2990,6 +3072,16 @@ module Google
2990
3072
  # @return [Google::Apis::ContainerV1beta1::EphemeralStorageConfig]
2991
3073
  attr_accessor :ephemeral_storage_config
2992
3074
 
3075
+ # GcfsConfig contains configurations of Google Container File System.
3076
+ # Corresponds to the JSON property `gcfsConfig`
3077
+ # @return [Google::Apis::ContainerV1beta1::GcfsConfig]
3078
+ attr_accessor :gcfs_config
3079
+
3080
+ # Configuration of gVNIC feature.
3081
+ # Corresponds to the JSON property `gvnic`
3082
+ # @return [Google::Apis::ContainerV1beta1::VirtualNic]
3083
+ attr_accessor :gvnic
3084
+
2993
3085
  # The image type to use for this node. Note that for a given image type, the
2994
3086
  # latest version of it will be used.
2995
3087
  # Corresponds to the JSON property `imageType`
@@ -3041,9 +3133,8 @@ module Google
3041
3133
  # - "gci-ensure-gke-docker" - "gci-metrics-enabled" - "gci-update-strategy" - "
3042
3134
  # instance-template" - "kube-env" - "startup-script" - "user-data" - "disable-
3043
3135
  # 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
3136
+ # setup-psm1" - "install-ssh-psm1" - "user-profile-psm1" Values are free-form
3137
+ # strings, and only have meaning as interpreted by the image running in the
3047
3138
  # instance. The only restriction placed on them is that each value's size must
3048
3139
  # be less than or equal to 32 KB. The total size of all keys and values must be
3049
3140
  # less than 512 KB.
@@ -3113,6 +3204,13 @@ module Google
3113
3204
  # @return [Google::Apis::ContainerV1beta1::ShieldedInstanceConfig]
3114
3205
  attr_accessor :shielded_instance_config
3115
3206
 
3207
+ # Spot flag for enabling Spot VM, which is a rebrand of the existing preemptible
3208
+ # flag.
3209
+ # Corresponds to the JSON property `spot`
3210
+ # @return [Boolean]
3211
+ attr_accessor :spot
3212
+ alias_method :spot?, :spot
3213
+
3116
3214
  # The list of instance tags applied to all nodes. Tags are used to identify
3117
3215
  # valid sources or targets for network firewalls and are specified by the client
3118
3216
  # during cluster or node pool creation. Each tag within the list must comply
@@ -3145,6 +3243,8 @@ module Google
3145
3243
  @disk_size_gb = args[:disk_size_gb] if args.key?(:disk_size_gb)
3146
3244
  @disk_type = args[:disk_type] if args.key?(:disk_type)
3147
3245
  @ephemeral_storage_config = args[:ephemeral_storage_config] if args.key?(:ephemeral_storage_config)
3246
+ @gcfs_config = args[:gcfs_config] if args.key?(:gcfs_config)
3247
+ @gvnic = args[:gvnic] if args.key?(:gvnic)
3148
3248
  @image_type = args[:image_type] if args.key?(:image_type)
3149
3249
  @kubelet_config = args[:kubelet_config] if args.key?(:kubelet_config)
3150
3250
  @labels = args[:labels] if args.key?(:labels)
@@ -3160,6 +3260,7 @@ module Google
3160
3260
  @sandbox_config = args[:sandbox_config] if args.key?(:sandbox_config)
3161
3261
  @service_account = args[:service_account] if args.key?(:service_account)
3162
3262
  @shielded_instance_config = args[:shielded_instance_config] if args.key?(:shielded_instance_config)
3263
+ @spot = args[:spot] if args.key?(:spot)
3163
3264
  @tags = args[:tags] if args.key?(:tags)
3164
3265
  @taints = args[:taints] if args.key?(:taints)
3165
3266
  @workload_metadata_config = args[:workload_metadata_config] if args.key?(:workload_metadata_config)
@@ -3170,12 +3271,18 @@ module Google
3170
3271
  class NodeConfigDefaults
3171
3272
  include Google::Apis::Core::Hashable
3172
3273
 
3274
+ # GcfsConfig contains configurations of Google Container File System.
3275
+ # Corresponds to the JSON property `gcfsConfig`
3276
+ # @return [Google::Apis::ContainerV1beta1::GcfsConfig]
3277
+ attr_accessor :gcfs_config
3278
+
3173
3279
  def initialize(**args)
3174
3280
  update!(**args)
3175
3281
  end
3176
3282
 
3177
3283
  # Update properties of this object
3178
3284
  def update!(**args)
3285
+ @gcfs_config = args[:gcfs_config] if args.key?(:gcfs_config)
3179
3286
  end
3180
3287
  end
3181
3288
 
@@ -3484,13 +3591,14 @@ module Google
3484
3591
  attr_accessor :enabled
3485
3592
  alias_method :enabled?, :enabled
3486
3593
 
3487
- # Maximum number of nodes in the NodePool. Must be >= min_node_count. There has
3488
- # to be enough quota to scale up the cluster.
3594
+ # Maximum number of nodes for one location in the NodePool. Must be >=
3595
+ # min_node_count. There has to be enough quota to scale up the cluster.
3489
3596
  # Corresponds to the JSON property `maxNodeCount`
3490
3597
  # @return [Fixnum]
3491
3598
  attr_accessor :max_node_count
3492
3599
 
3493
- # Minimum number of nodes in the NodePool. Must be >= 1 and <= max_node_count.
3600
+ # Minimum number of nodes for one location in the NodePool. Must be >= 1 and <=
3601
+ # max_node_count.
3494
3602
  # Corresponds to the JSON property `minNodeCount`
3495
3603
  # @return [Fixnum]
3496
3604
  attr_accessor :min_node_count
@@ -5243,6 +5351,16 @@ module Google
5243
5351
  # @return [String]
5244
5352
  attr_accessor :cluster_id
5245
5353
 
5354
+ # GcfsConfig contains configurations of Google Container File System.
5355
+ # Corresponds to the JSON property `gcfsConfig`
5356
+ # @return [Google::Apis::ContainerV1beta1::GcfsConfig]
5357
+ attr_accessor :gcfs_config
5358
+
5359
+ # Configuration of gVNIC feature.
5360
+ # Corresponds to the JSON property `gvnic`
5361
+ # @return [Google::Apis::ContainerV1beta1::VirtualNic]
5362
+ attr_accessor :gvnic
5363
+
5246
5364
  # Required. The desired image type for the node pool.
5247
5365
  # Corresponds to the JSON property `imageType`
5248
5366
  # @return [String]
@@ -5341,6 +5459,8 @@ module Google
5341
5459
  # Update properties of this object
5342
5460
  def update!(**args)
5343
5461
  @cluster_id = args[:cluster_id] if args.key?(:cluster_id)
5462
+ @gcfs_config = args[:gcfs_config] if args.key?(:gcfs_config)
5463
+ @gvnic = args[:gvnic] if args.key?(:gvnic)
5344
5464
  @image_type = args[:image_type] if args.key?(:image_type)
5345
5465
  @kubelet_config = args[:kubelet_config] if args.key?(:kubelet_config)
5346
5466
  @labels = args[:labels] if args.key?(:labels)
@@ -5387,6 +5507,11 @@ module Google
5387
5507
  # @return [String]
5388
5508
  attr_accessor :version
5389
5509
 
5510
+ # Windows server versions.
5511
+ # Corresponds to the JSON property `windowsVersions`
5512
+ # @return [Google::Apis::ContainerV1beta1::WindowsVersions]
5513
+ attr_accessor :windows_versions
5514
+
5390
5515
  def initialize(**args)
5391
5516
  update!(**args)
5392
5517
  end
@@ -5397,6 +5522,7 @@ module Google
5397
5522
  @resource = args[:resource] if args.key?(:resource)
5398
5523
  @resource_type = args[:resource_type] if args.key?(:resource_type)
5399
5524
  @version = args[:version] if args.key?(:version)
5525
+ @windows_versions = args[:windows_versions] if args.key?(:windows_versions)
5400
5526
  end
5401
5527
  end
5402
5528
 
@@ -5580,6 +5706,26 @@ module Google
5580
5706
  end
5581
5707
  end
5582
5708
 
5709
+ # Configuration of gVNIC feature.
5710
+ class VirtualNic
5711
+ include Google::Apis::Core::Hashable
5712
+
5713
+ # Whether gVNIC features are enabled in the node pool.
5714
+ # Corresponds to the JSON property `enabled`
5715
+ # @return [Boolean]
5716
+ attr_accessor :enabled
5717
+ alias_method :enabled?, :enabled
5718
+
5719
+ def initialize(**args)
5720
+ update!(**args)
5721
+ end
5722
+
5723
+ # Update properties of this object
5724
+ def update!(**args)
5725
+ @enabled = args[:enabled] if args.key?(:enabled)
5726
+ end
5727
+ end
5728
+
5583
5729
  # Windows server version.
5584
5730
  class WindowsVersion
5585
5731
  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.21.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 = "20211008"
26
26
  end
27
27
  end
28
28
  end
@@ -214,6 +214,18 @@ module Google
214
214
  include Google::Apis::Core::JsonObjectSupport
215
215
  end
216
216
 
217
+ class GcfsConfig
218
+ class Representation < Google::Apis::Core::JsonRepresentation; end
219
+
220
+ include Google::Apis::Core::JsonObjectSupport
221
+ end
222
+
223
+ class GcpFilestoreCsiDriverConfig
224
+ class Representation < Google::Apis::Core::JsonRepresentation; end
225
+
226
+ include Google::Apis::Core::JsonObjectSupport
227
+ end
228
+
217
229
  class GetJsonWebKeysResponse
218
230
  class Representation < Google::Apis::Core::JsonRepresentation; end
219
231
 
@@ -388,6 +400,12 @@ module Google
388
400
  include Google::Apis::Core::JsonObjectSupport
389
401
  end
390
402
 
403
+ class MeshCertificates
404
+ class Representation < Google::Apis::Core::JsonRepresentation; end
405
+
406
+ include Google::Apis::Core::JsonObjectSupport
407
+ end
408
+
391
409
  class Metric
392
410
  class Representation < Google::Apis::Core::JsonRepresentation; end
393
411
 
@@ -766,6 +784,12 @@ module Google
766
784
  include Google::Apis::Core::JsonObjectSupport
767
785
  end
768
786
 
787
+ class VirtualNic
788
+ class Representation < Google::Apis::Core::JsonRepresentation; end
789
+
790
+ include Google::Apis::Core::JsonObjectSupport
791
+ end
792
+
769
793
  class WindowsVersion
770
794
  class Representation < Google::Apis::Core::JsonRepresentation; end
771
795
 
@@ -816,6 +840,8 @@ module Google
816
840
 
817
841
  property :gce_persistent_disk_csi_driver_config, as: 'gcePersistentDiskCsiDriverConfig', class: Google::Apis::ContainerV1beta1::GcePersistentDiskCsiDriverConfig, decorator: Google::Apis::ContainerV1beta1::GcePersistentDiskCsiDriverConfig::Representation
818
842
 
843
+ property :gcp_filestore_csi_driver_config, as: 'gcpFilestoreCsiDriverConfig', class: Google::Apis::ContainerV1beta1::GcpFilestoreCsiDriverConfig, decorator: Google::Apis::ContainerV1beta1::GcpFilestoreCsiDriverConfig::Representation
844
+
819
845
  property :horizontal_pod_autoscaling, as: 'horizontalPodAutoscaling', class: Google::Apis::ContainerV1beta1::HorizontalPodAutoscaling, decorator: Google::Apis::ContainerV1beta1::HorizontalPodAutoscaling::Representation
820
846
 
821
847
  property :http_load_balancing, as: 'httpLoadBalancing', class: Google::Apis::ContainerV1beta1::HttpLoadBalancing, decorator: Google::Apis::ContainerV1beta1::HttpLoadBalancing::Representation
@@ -986,6 +1012,8 @@ module Google
986
1012
  property :master_authorized_networks_config, as: 'masterAuthorizedNetworksConfig', class: Google::Apis::ContainerV1beta1::MasterAuthorizedNetworksConfig, decorator: Google::Apis::ContainerV1beta1::MasterAuthorizedNetworksConfig::Representation
987
1013
 
988
1014
  property :master_ipv4_cidr_block, as: 'masterIpv4CidrBlock'
1015
+ property :mesh_certificates, as: 'meshCertificates', class: Google::Apis::ContainerV1beta1::MeshCertificates, decorator: Google::Apis::ContainerV1beta1::MeshCertificates::Representation
1016
+
989
1017
  property :monitoring_config, as: 'monitoringConfig', class: Google::Apis::ContainerV1beta1::MonitoringConfig, decorator: Google::Apis::ContainerV1beta1::MonitoringConfig::Representation
990
1018
 
991
1019
  property :monitoring_service, as: 'monitoringService'
@@ -1061,8 +1089,6 @@ module Google
1061
1089
 
1062
1090
  property :desired_authenticator_groups_config, as: 'desiredAuthenticatorGroupsConfig', class: Google::Apis::ContainerV1beta1::AuthenticatorGroupsConfig, decorator: Google::Apis::ContainerV1beta1::AuthenticatorGroupsConfig::Representation
1063
1091
 
1064
- property :desired_autopilot, as: 'desiredAutopilot', class: Google::Apis::ContainerV1beta1::Autopilot, decorator: Google::Apis::ContainerV1beta1::Autopilot::Representation
1065
-
1066
1092
  property :desired_binary_authorization, as: 'desiredBinaryAuthorization', class: Google::Apis::ContainerV1beta1::BinaryAuthorization, decorator: Google::Apis::ContainerV1beta1::BinaryAuthorization::Representation
1067
1093
 
1068
1094
  property :desired_cluster_autoscaling, as: 'desiredClusterAutoscaling', class: Google::Apis::ContainerV1beta1::ClusterAutoscaling, decorator: Google::Apis::ContainerV1beta1::ClusterAutoscaling::Representation
@@ -1076,6 +1102,8 @@ module Google
1076
1102
 
1077
1103
  property :desired_dns_config, as: 'desiredDnsConfig', class: Google::Apis::ContainerV1beta1::DnsConfig, decorator: Google::Apis::ContainerV1beta1::DnsConfig::Representation
1078
1104
 
1105
+ property :desired_gcfs_config, as: 'desiredGcfsConfig', class: Google::Apis::ContainerV1beta1::GcfsConfig, decorator: Google::Apis::ContainerV1beta1::GcfsConfig::Representation
1106
+
1079
1107
  property :desired_identity_service_config, as: 'desiredIdentityServiceConfig', class: Google::Apis::ContainerV1beta1::IdentityServiceConfig, decorator: Google::Apis::ContainerV1beta1::IdentityServiceConfig::Representation
1080
1108
 
1081
1109
  property :desired_image_type, as: 'desiredImageType'
@@ -1092,6 +1120,8 @@ module Google
1092
1120
  property :desired_master_authorized_networks_config, as: 'desiredMasterAuthorizedNetworksConfig', class: Google::Apis::ContainerV1beta1::MasterAuthorizedNetworksConfig, decorator: Google::Apis::ContainerV1beta1::MasterAuthorizedNetworksConfig::Representation
1093
1121
 
1094
1122
  property :desired_master_version, as: 'desiredMasterVersion'
1123
+ property :desired_mesh_certificates, as: 'desiredMeshCertificates', class: Google::Apis::ContainerV1beta1::MeshCertificates, decorator: Google::Apis::ContainerV1beta1::MeshCertificates::Representation
1124
+
1095
1125
  property :desired_monitoring_config, as: 'desiredMonitoringConfig', class: Google::Apis::ContainerV1beta1::MonitoringConfig, decorator: Google::Apis::ContainerV1beta1::MonitoringConfig::Representation
1096
1126
 
1097
1127
  property :desired_monitoring_service, as: 'desiredMonitoringService'
@@ -1247,6 +1277,20 @@ module Google
1247
1277
  end
1248
1278
  end
1249
1279
 
1280
+ class GcfsConfig
1281
+ # @private
1282
+ class Representation < Google::Apis::Core::JsonRepresentation
1283
+ property :enabled, as: 'enabled'
1284
+ end
1285
+ end
1286
+
1287
+ class GcpFilestoreCsiDriverConfig
1288
+ # @private
1289
+ class Representation < Google::Apis::Core::JsonRepresentation
1290
+ property :enabled, as: 'enabled'
1291
+ end
1292
+ end
1293
+
1250
1294
  class GetJsonWebKeysResponse
1251
1295
  # @private
1252
1296
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1511,6 +1555,13 @@ module Google
1511
1555
  end
1512
1556
  end
1513
1557
 
1558
+ class MeshCertificates
1559
+ # @private
1560
+ class Representation < Google::Apis::Core::JsonRepresentation
1561
+ property :enable_certificates, as: 'enableCertificates'
1562
+ end
1563
+ end
1564
+
1514
1565
  class Metric
1515
1566
  # @private
1516
1567
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1586,6 +1637,10 @@ module Google
1586
1637
  property :disk_type, as: 'diskType'
1587
1638
  property :ephemeral_storage_config, as: 'ephemeralStorageConfig', class: Google::Apis::ContainerV1beta1::EphemeralStorageConfig, decorator: Google::Apis::ContainerV1beta1::EphemeralStorageConfig::Representation
1588
1639
 
1640
+ property :gcfs_config, as: 'gcfsConfig', class: Google::Apis::ContainerV1beta1::GcfsConfig, decorator: Google::Apis::ContainerV1beta1::GcfsConfig::Representation
1641
+
1642
+ property :gvnic, as: 'gvnic', class: Google::Apis::ContainerV1beta1::VirtualNic, decorator: Google::Apis::ContainerV1beta1::VirtualNic::Representation
1643
+
1589
1644
  property :image_type, as: 'imageType'
1590
1645
  property :kubelet_config, as: 'kubeletConfig', class: Google::Apis::ContainerV1beta1::NodeKubeletConfig, decorator: Google::Apis::ContainerV1beta1::NodeKubeletConfig::Representation
1591
1646
 
@@ -1606,6 +1661,7 @@ module Google
1606
1661
  property :service_account, as: 'serviceAccount'
1607
1662
  property :shielded_instance_config, as: 'shieldedInstanceConfig', class: Google::Apis::ContainerV1beta1::ShieldedInstanceConfig, decorator: Google::Apis::ContainerV1beta1::ShieldedInstanceConfig::Representation
1608
1663
 
1664
+ property :spot, as: 'spot'
1609
1665
  collection :tags, as: 'tags'
1610
1666
  collection :taints, as: 'taints', class: Google::Apis::ContainerV1beta1::NodeTaint, decorator: Google::Apis::ContainerV1beta1::NodeTaint::Representation
1611
1667
 
@@ -1617,6 +1673,8 @@ module Google
1617
1673
  class NodeConfigDefaults
1618
1674
  # @private
1619
1675
  class Representation < Google::Apis::Core::JsonRepresentation
1676
+ property :gcfs_config, as: 'gcfsConfig', class: Google::Apis::ContainerV1beta1::GcfsConfig, decorator: Google::Apis::ContainerV1beta1::GcfsConfig::Representation
1677
+
1620
1678
  end
1621
1679
  end
1622
1680
 
@@ -2128,6 +2186,10 @@ module Google
2128
2186
  # @private
2129
2187
  class Representation < Google::Apis::Core::JsonRepresentation
2130
2188
  property :cluster_id, as: 'clusterId'
2189
+ property :gcfs_config, as: 'gcfsConfig', class: Google::Apis::ContainerV1beta1::GcfsConfig, decorator: Google::Apis::ContainerV1beta1::GcfsConfig::Representation
2190
+
2191
+ property :gvnic, as: 'gvnic', class: Google::Apis::ContainerV1beta1::VirtualNic, decorator: Google::Apis::ContainerV1beta1::VirtualNic::Representation
2192
+
2131
2193
  property :image_type, as: 'imageType'
2132
2194
  property :kubelet_config, as: 'kubeletConfig', class: Google::Apis::ContainerV1beta1::NodeKubeletConfig, decorator: Google::Apis::ContainerV1beta1::NodeKubeletConfig::Representation
2133
2195
 
@@ -2160,6 +2222,8 @@ module Google
2160
2222
  property :resource, as: 'resource'
2161
2223
  property :resource_type, as: 'resourceType'
2162
2224
  property :version, as: 'version'
2225
+ property :windows_versions, as: 'windowsVersions', class: Google::Apis::ContainerV1beta1::WindowsVersions, decorator: Google::Apis::ContainerV1beta1::WindowsVersions::Representation
2226
+
2163
2227
  end
2164
2228
  end
2165
2229
 
@@ -2211,6 +2275,13 @@ module Google
2211
2275
  end
2212
2276
  end
2213
2277
 
2278
+ class VirtualNic
2279
+ # @private
2280
+ class Representation < Google::Apis::Core::JsonRepresentation
2281
+ property :enabled, as: 'enabled'
2282
+ end
2283
+ end
2284
+
2214
2285
  class WindowsVersion
2215
2286
  # @private
2216
2287
  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.21.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-10-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -57,9 +57,9 @@ licenses:
57
57
  - Apache-2.0
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
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
62
- source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-container_v1beta1
60
+ changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-container_v1beta1/CHANGELOG.md
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-container_v1beta1/v0.21.0
62
+ source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-container_v1beta1
63
63
  post_install_message:
64
64
  rdoc_options: []
65
65
  require_paths: