google-apis-container_v1beta1 0.20.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: 3a8def92b646f0bbe7b83b8edddf4157d4c835fe34dcc64e5182092723f85aa2
4
- data.tar.gz: 339ddba26e70042327faa569fbc5bfef21aad2eb9ef41913f6a6d801b44774fb
3
+ metadata.gz: 980506ae9bb8799c0cb49367ddf26c74fc00668595be2aa5213007bf3f417552
4
+ data.tar.gz: f78537060600905c37f8fa92ff3c6004108ad3f10554c306ca24e31f7024b179
5
5
  SHA512:
6
- metadata.gz: 83e41726b0897422090c0400433f66d04ea634e9d6ab6e762d574e0f3104c95ddc0dad6a1c8e4490bcbf3215da032fc5b81a5826b879f5d488fb0c7a1201072b
7
- data.tar.gz: 8b124d7a80cd8a9b61907339357cfe1e1133714bb80441367809454d60b2125110565895037c25e60ca34212528dc53029f8f11c069b87a35fa2a14003054398
6
+ metadata.gz: bf509cb18069c27b807218ed4b11243c0767fdd3f407afd7dd636fabf3f21fe7b4f102abbee2d1ec634f7f946134c32ea9aa5a91557d8ef4298b3668e49cbc8a
7
+ data.tar.gz: dbe4ba02d202d64d770729c770798f52713e500bc871db73956607918869e2241a842ad89d0f1c2cb0f59028506a7967b63e38465a3fd5aa34bc73b8685d5558
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
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
+
3
8
  ### v0.20.0 (2021-10-02)
4
9
 
5
10
  * Regenerated from discovery document revision 20210914
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
 
@@ -1093,11 +1093,6 @@ module Google
1093
1093
  # @return [Google::Apis::ContainerV1beta1::AuthenticatorGroupsConfig]
1094
1094
  attr_accessor :desired_authenticator_groups_config
1095
1095
 
1096
- # Autopilot is the configuration for Autopilot settings on the cluster.
1097
- # Corresponds to the JSON property `desiredAutopilot`
1098
- # @return [Google::Apis::ContainerV1beta1::Autopilot]
1099
- attr_accessor :desired_autopilot
1100
-
1101
1096
  # Configuration for Binary Authorization.
1102
1097
  # Corresponds to the JSON property `desiredBinaryAuthorization`
1103
1098
  # @return [Google::Apis::ContainerV1beta1::BinaryAuthorization]
@@ -1136,6 +1131,11 @@ module Google
1136
1131
  # @return [Google::Apis::ContainerV1beta1::DnsConfig]
1137
1132
  attr_accessor :desired_dns_config
1138
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
+
1139
1139
  # IdentityServiceConfig is configuration for Identity Service which allows
1140
1140
  # customers to use external identity providers with the K8S API
1141
1141
  # Corresponds to the JSON property `desiredIdentityServiceConfig`
@@ -1328,7 +1328,6 @@ module Google
1328
1328
  def update!(**args)
1329
1329
  @desired_addons_config = args[:desired_addons_config] if args.key?(:desired_addons_config)
1330
1330
  @desired_authenticator_groups_config = args[:desired_authenticator_groups_config] if args.key?(:desired_authenticator_groups_config)
1331
- @desired_autopilot = args[:desired_autopilot] if args.key?(:desired_autopilot)
1332
1331
  @desired_binary_authorization = args[:desired_binary_authorization] if args.key?(:desired_binary_authorization)
1333
1332
  @desired_cluster_autoscaling = args[:desired_cluster_autoscaling] if args.key?(:desired_cluster_autoscaling)
1334
1333
  @desired_cluster_telemetry = args[:desired_cluster_telemetry] if args.key?(:desired_cluster_telemetry)
@@ -1336,6 +1335,7 @@ module Google
1336
1335
  @desired_datapath_provider = args[:desired_datapath_provider] if args.key?(:desired_datapath_provider)
1337
1336
  @desired_default_snat_status = args[:desired_default_snat_status] if args.key?(:desired_default_snat_status)
1338
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)
1339
1339
  @desired_identity_service_config = args[:desired_identity_service_config] if args.key?(:desired_identity_service_config)
1340
1340
  @desired_image_type = args[:desired_image_type] if args.key?(:desired_image_type)
1341
1341
  @desired_intra_node_visibility_config = args[:desired_intra_node_visibility_config] if args.key?(:desired_intra_node_visibility_config)
@@ -1806,6 +1806,26 @@ module Google
1806
1806
  end
1807
1807
  end
1808
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
+
1809
1829
  # Configuration for the GCP Filestore CSI driver.
1810
1830
  class GcpFilestoreCsiDriverConfig
1811
1831
  include Google::Apis::Core::Hashable
@@ -3052,6 +3072,11 @@ module Google
3052
3072
  # @return [Google::Apis::ContainerV1beta1::EphemeralStorageConfig]
3053
3073
  attr_accessor :ephemeral_storage_config
3054
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
+
3055
3080
  # Configuration of gVNIC feature.
3056
3081
  # Corresponds to the JSON property `gvnic`
3057
3082
  # @return [Google::Apis::ContainerV1beta1::VirtualNic]
@@ -3218,6 +3243,7 @@ module Google
3218
3243
  @disk_size_gb = args[:disk_size_gb] if args.key?(:disk_size_gb)
3219
3244
  @disk_type = args[:disk_type] if args.key?(:disk_type)
3220
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)
3221
3247
  @gvnic = args[:gvnic] if args.key?(:gvnic)
3222
3248
  @image_type = args[:image_type] if args.key?(:image_type)
3223
3249
  @kubelet_config = args[:kubelet_config] if args.key?(:kubelet_config)
@@ -3245,12 +3271,18 @@ module Google
3245
3271
  class NodeConfigDefaults
3246
3272
  include Google::Apis::Core::Hashable
3247
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
+
3248
3279
  def initialize(**args)
3249
3280
  update!(**args)
3250
3281
  end
3251
3282
 
3252
3283
  # Update properties of this object
3253
3284
  def update!(**args)
3285
+ @gcfs_config = args[:gcfs_config] if args.key?(:gcfs_config)
3254
3286
  end
3255
3287
  end
3256
3288
 
@@ -5319,6 +5351,11 @@ module Google
5319
5351
  # @return [String]
5320
5352
  attr_accessor :cluster_id
5321
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
+
5322
5359
  # Configuration of gVNIC feature.
5323
5360
  # Corresponds to the JSON property `gvnic`
5324
5361
  # @return [Google::Apis::ContainerV1beta1::VirtualNic]
@@ -5422,6 +5459,7 @@ module Google
5422
5459
  # Update properties of this object
5423
5460
  def update!(**args)
5424
5461
  @cluster_id = args[:cluster_id] if args.key?(:cluster_id)
5462
+ @gcfs_config = args[:gcfs_config] if args.key?(:gcfs_config)
5425
5463
  @gvnic = args[:gvnic] if args.key?(:gvnic)
5426
5464
  @image_type = args[:image_type] if args.key?(:image_type)
5427
5465
  @kubelet_config = args[:kubelet_config] if args.key?(:kubelet_config)
@@ -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.20.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 = "20210914"
25
+ REVISION = "20211008"
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 GcfsConfig
218
+ class Representation < Google::Apis::Core::JsonRepresentation; end
219
+
220
+ include Google::Apis::Core::JsonObjectSupport
221
+ end
222
+
217
223
  class GcpFilestoreCsiDriverConfig
218
224
  class Representation < Google::Apis::Core::JsonRepresentation; end
219
225
 
@@ -1083,8 +1089,6 @@ module Google
1083
1089
 
1084
1090
  property :desired_authenticator_groups_config, as: 'desiredAuthenticatorGroupsConfig', class: Google::Apis::ContainerV1beta1::AuthenticatorGroupsConfig, decorator: Google::Apis::ContainerV1beta1::AuthenticatorGroupsConfig::Representation
1085
1091
 
1086
- property :desired_autopilot, as: 'desiredAutopilot', class: Google::Apis::ContainerV1beta1::Autopilot, decorator: Google::Apis::ContainerV1beta1::Autopilot::Representation
1087
-
1088
1092
  property :desired_binary_authorization, as: 'desiredBinaryAuthorization', class: Google::Apis::ContainerV1beta1::BinaryAuthorization, decorator: Google::Apis::ContainerV1beta1::BinaryAuthorization::Representation
1089
1093
 
1090
1094
  property :desired_cluster_autoscaling, as: 'desiredClusterAutoscaling', class: Google::Apis::ContainerV1beta1::ClusterAutoscaling, decorator: Google::Apis::ContainerV1beta1::ClusterAutoscaling::Representation
@@ -1098,6 +1102,8 @@ module Google
1098
1102
 
1099
1103
  property :desired_dns_config, as: 'desiredDnsConfig', class: Google::Apis::ContainerV1beta1::DnsConfig, decorator: Google::Apis::ContainerV1beta1::DnsConfig::Representation
1100
1104
 
1105
+ property :desired_gcfs_config, as: 'desiredGcfsConfig', class: Google::Apis::ContainerV1beta1::GcfsConfig, decorator: Google::Apis::ContainerV1beta1::GcfsConfig::Representation
1106
+
1101
1107
  property :desired_identity_service_config, as: 'desiredIdentityServiceConfig', class: Google::Apis::ContainerV1beta1::IdentityServiceConfig, decorator: Google::Apis::ContainerV1beta1::IdentityServiceConfig::Representation
1102
1108
 
1103
1109
  property :desired_image_type, as: 'desiredImageType'
@@ -1271,6 +1277,13 @@ module Google
1271
1277
  end
1272
1278
  end
1273
1279
 
1280
+ class GcfsConfig
1281
+ # @private
1282
+ class Representation < Google::Apis::Core::JsonRepresentation
1283
+ property :enabled, as: 'enabled'
1284
+ end
1285
+ end
1286
+
1274
1287
  class GcpFilestoreCsiDriverConfig
1275
1288
  # @private
1276
1289
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1624,6 +1637,8 @@ module Google
1624
1637
  property :disk_type, as: 'diskType'
1625
1638
  property :ephemeral_storage_config, as: 'ephemeralStorageConfig', class: Google::Apis::ContainerV1beta1::EphemeralStorageConfig, decorator: Google::Apis::ContainerV1beta1::EphemeralStorageConfig::Representation
1626
1639
 
1640
+ property :gcfs_config, as: 'gcfsConfig', class: Google::Apis::ContainerV1beta1::GcfsConfig, decorator: Google::Apis::ContainerV1beta1::GcfsConfig::Representation
1641
+
1627
1642
  property :gvnic, as: 'gvnic', class: Google::Apis::ContainerV1beta1::VirtualNic, decorator: Google::Apis::ContainerV1beta1::VirtualNic::Representation
1628
1643
 
1629
1644
  property :image_type, as: 'imageType'
@@ -1658,6 +1673,8 @@ module Google
1658
1673
  class NodeConfigDefaults
1659
1674
  # @private
1660
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
+
1661
1678
  end
1662
1679
  end
1663
1680
 
@@ -2169,6 +2186,8 @@ module Google
2169
2186
  # @private
2170
2187
  class Representation < Google::Apis::Core::JsonRepresentation
2171
2188
  property :cluster_id, as: 'clusterId'
2189
+ property :gcfs_config, as: 'gcfsConfig', class: Google::Apis::ContainerV1beta1::GcfsConfig, decorator: Google::Apis::ContainerV1beta1::GcfsConfig::Representation
2190
+
2172
2191
  property :gvnic, as: 'gvnic', class: Google::Apis::ContainerV1beta1::VirtualNic, decorator: Google::Apis::ContainerV1beta1::VirtualNic::Representation
2173
2192
 
2174
2193
  property :image_type, as: 'imageType'
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.20.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-10-04 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.20.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: