google-apis-container_v1beta1 0.24.0 → 0.25.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: 66cfdeb3647b56522dc0360452e6050ea27975a9762dc143f2614f9921089117
4
- data.tar.gz: '0385ef5559fc6bf499b8d8fe557e2dd49927dd61c6b67f5fd01de0ac3a750458'
3
+ metadata.gz: f53ea417f37754fe12154a2b699c9b69aec81103cf802baea5b67bd1212f2468
4
+ data.tar.gz: 11111d82e754af3ba996cbe426dd9392c519b65bf1ea513f66d00b1a54b89556
5
5
  SHA512:
6
- metadata.gz: 83bd630b2a589c13e8bd47b1bb228be6000e49798943d57001ca66ff64df72bf139b671b6adc3a7fe1ff9570acfaf26649f96cc3c2f04c4eddfd799223a31807
7
- data.tar.gz: 33fed6734749f9a4af6c3698d7227dde19ccb225dc642c6f6027ba136bb4a19650d0bae3d4e414d2e21d18ffd4830fbceeee1fdbaebd941dee19a631bec868ef
6
+ metadata.gz: e7ecb96da9a69650eefb1a8930380d810955d7c15762bd2c40c37da27ed1b2fd4f430f56d4ee1fce0bc6f24f127cb3741d22ce0a6a50a3d946e18cf47691a768
7
+ data.tar.gz: 3191564ce53239d489db886d20b40a2345ed7a95d1a89d45ee6846db864c4fde7b8490adbbe7e71191d2796f9c19ffe2fb79adca56751f3d9184d4b075136758
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-container_v1beta1
2
2
 
3
+ ### v0.25.0 (2022-02-01)
4
+
5
+ * Regenerated from discovery document revision 20220114
6
+ * Regenerated using generator version 0.4.1
7
+
3
8
  ### v0.24.0 (2022-01-05)
4
9
 
5
10
  * Regenerated from discovery document revision 20211208
@@ -1404,7 +1404,7 @@ module Google
1404
1404
  # @return [String]
1405
1405
  attr_accessor :cluster_id
1406
1406
 
1407
- # The name (project, location, cluster id) of the cluster to complete IP
1407
+ # The name (project, location, cluster name) of the cluster to complete IP
1408
1408
  # rotation. Specified in the format `projects/*/locations/*/clusters/*`.
1409
1409
  # Corresponds to the JSON property `name`
1410
1410
  # @return [String]
@@ -1442,7 +1442,7 @@ module Google
1442
1442
  class ConfidentialNodes
1443
1443
  include Google::Apis::Core::Hashable
1444
1444
 
1445
- # Whether Confidential Nodes feature is enabled for all nodes in this cluster.
1445
+ # Whether Confidential Nodes feature is enabled.
1446
1446
  # Corresponds to the JSON property `enabled`
1447
1447
  # @return [Boolean]
1448
1448
  attr_accessor :enabled
@@ -1574,8 +1574,8 @@ module Google
1574
1574
  # @return [Google::Apis::ContainerV1beta1::NodePool]
1575
1575
  attr_accessor :node_pool
1576
1576
 
1577
- # The parent (project, location, cluster id) where the node pool will be created.
1578
- # Specified in the format `projects/*/locations/*/clusters/*`.
1577
+ # The parent (project, location, cluster name) where the node pool will be
1578
+ # created. Specified in the format `projects/*/locations/*/clusters/*`.
1579
1579
  # Corresponds to the JSON property `parent`
1580
1580
  # @return [String]
1581
1581
  attr_accessor :parent
@@ -4659,7 +4659,7 @@ module Google
4659
4659
  # @return [String]
4660
4660
  attr_accessor :label_fingerprint
4661
4661
 
4662
- # The name (project, location, cluster id) of the cluster to set labels.
4662
+ # The name (project, location, cluster name) of the cluster to set labels.
4663
4663
  # Specified in the format `projects/*/locations/*/clusters/*`.
4664
4664
  # Corresponds to the JSON property `name`
4665
4665
  # @return [String]
@@ -4716,7 +4716,7 @@ module Google
4716
4716
  attr_accessor :enabled
4717
4717
  alias_method :enabled?, :enabled
4718
4718
 
4719
- # The name (project, location, cluster id) of the cluster to set legacy abac.
4719
+ # The name (project, location, cluster name) of the cluster to set legacy abac.
4720
4720
  # Specified in the format `projects/*/locations/*/clusters/*`.
4721
4721
  # Corresponds to the JSON property `name`
4722
4722
  # @return [String]
@@ -4873,7 +4873,7 @@ module Google
4873
4873
  # @return [Google::Apis::ContainerV1beta1::MaintenancePolicy]
4874
4874
  attr_accessor :maintenance_policy
4875
4875
 
4876
- # The name (project, location, cluster id) of the cluster to set maintenance
4876
+ # The name (project, location, cluster name) of the cluster to set maintenance
4877
4877
  # policy. Specified in the format `projects/*/locations/*/clusters/*`.
4878
4878
  # Corresponds to the JSON property `name`
4879
4879
  # @return [String]
@@ -5026,7 +5026,7 @@ module Google
5026
5026
  # @return [String]
5027
5027
  attr_accessor :cluster_id
5028
5028
 
5029
- # The name (project, location, cluster id) of the cluster to set networking
5029
+ # The name (project, location, cluster name) of the cluster to set networking
5030
5030
  # policy. Specified in the format `projects/*/locations/*/clusters/*`.
5031
5031
  # Corresponds to the JSON property `name`
5032
5032
  # @return [String]
@@ -5304,7 +5304,7 @@ module Google
5304
5304
  # @return [String]
5305
5305
  attr_accessor :cluster_id
5306
5306
 
5307
- # The name (project, location, cluster id) of the cluster to start IP rotation.
5307
+ # The name (project, location, cluster name) of the cluster to start IP rotation.
5308
5308
  # Specified in the format `projects/*/locations/*/clusters/*`.
5309
5309
  # Corresponds to the JSON property `name`
5310
5310
  # @return [String]
@@ -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.24.0"
19
+ GEM_VERSION = "0.25.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.4.0"
22
+ GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20211208"
25
+ REVISION = "20220114"
26
26
  end
27
27
  end
28
28
  end
@@ -171,7 +171,7 @@ module Google
171
171
 
172
172
  # Completes master IP rotation.
173
173
  # @param [String] name
174
- # The name (project, location, cluster id) of the cluster to complete IP
174
+ # The name (project, location, cluster name) of the cluster to complete IP
175
175
  # rotation. Specified in the format `projects/*/locations/*/clusters/*`.
176
176
  # @param [Google::Apis::ContainerV1beta1::CompleteIpRotationRequest] complete_ip_rotation_request_object
177
177
  # @param [String] fields
@@ -342,8 +342,8 @@ module Google
342
342
  # This API is not yet intended for general use, and is not available for all
343
343
  # clusters.
344
344
  # @param [String] parent
345
- # The cluster (project, location, cluster id) to get keys for. Specified in the
346
- # format `projects/*/locations/*/clusters/*`.
345
+ # The cluster (project, location, cluster name) to get keys for. Specified in
346
+ # the format `projects/*/locations/*/clusters/*`.
347
347
  # @param [String] fields
348
348
  # Selector specifying which fields to include in a partial response.
349
349
  # @param [String] quota_user
@@ -451,7 +451,7 @@ module Google
451
451
 
452
452
  # Enables or disables the ABAC authorization mechanism on a cluster.
453
453
  # @param [String] name
454
- # The name (project, location, cluster id) of the cluster to set legacy abac.
454
+ # The name (project, location, cluster name) of the cluster to set legacy abac.
455
455
  # Specified in the format `projects/*/locations/*/clusters/*`.
456
456
  # @param [Google::Apis::ContainerV1beta1::SetLegacyAbacRequest] set_legacy_abac_request_object
457
457
  # @param [String] fields
@@ -555,7 +555,7 @@ module Google
555
555
 
556
556
  # Sets the maintenance policy for a cluster.
557
557
  # @param [String] name
558
- # The name (project, location, cluster id) of the cluster to set maintenance
558
+ # The name (project, location, cluster name) of the cluster to set maintenance
559
559
  # policy. Specified in the format `projects/*/locations/*/clusters/*`.
560
560
  # @param [Google::Apis::ContainerV1beta1::SetMaintenancePolicyRequest] set_maintenance_policy_request_object
561
561
  # @param [String] fields
@@ -659,7 +659,7 @@ module Google
659
659
 
660
660
  # Enables or disables Network Policy for a cluster.
661
661
  # @param [String] name
662
- # The name (project, location, cluster id) of the cluster to set networking
662
+ # The name (project, location, cluster name) of the cluster to set networking
663
663
  # policy. Specified in the format `projects/*/locations/*/clusters/*`.
664
664
  # @param [Google::Apis::ContainerV1beta1::SetNetworkPolicyRequest] set_network_policy_request_object
665
665
  # @param [String] fields
@@ -693,7 +693,7 @@ module Google
693
693
 
694
694
  # Sets labels on a cluster.
695
695
  # @param [String] name
696
- # The name (project, location, cluster id) of the cluster to set labels.
696
+ # The name (project, location, cluster name) of the cluster to set labels.
697
697
  # Specified in the format `projects/*/locations/*/clusters/*`.
698
698
  # @param [Google::Apis::ContainerV1beta1::SetLabelsRequest] set_labels_request_object
699
699
  # @param [String] fields
@@ -727,7 +727,7 @@ module Google
727
727
 
728
728
  # Starts master IP rotation.
729
729
  # @param [String] name
730
- # The name (project, location, cluster id) of the cluster to start IP rotation.
730
+ # The name (project, location, cluster name) of the cluster to start IP rotation.
731
731
  # Specified in the format `projects/*/locations/*/clusters/*`.
732
732
  # @param [Google::Apis::ContainerV1beta1::StartIpRotationRequest] start_ip_rotation_request_object
733
733
  # @param [String] fields
@@ -829,8 +829,8 @@ module Google
829
829
 
830
830
  # Creates a node pool for a cluster.
831
831
  # @param [String] parent
832
- # The parent (project, location, cluster id) where the node pool will be created.
833
- # Specified in the format `projects/*/locations/*/clusters/*`.
832
+ # The parent (project, location, cluster name) where the node pool will be
833
+ # created. Specified in the format `projects/*/locations/*/clusters/*`.
834
834
  # @param [Google::Apis::ContainerV1beta1::CreateNodePoolRequest] create_node_pool_request_object
835
835
  # @param [String] fields
836
836
  # Selector specifying which fields to include in a partial response.
@@ -961,8 +961,8 @@ module Google
961
961
 
962
962
  # Lists the node pools for a cluster.
963
963
  # @param [String] parent
964
- # The parent (project, location, cluster id) where the node pools will be listed.
965
- # Specified in the format `projects/*/locations/*/clusters/*`.
964
+ # The parent (project, location, cluster name) where the node pools will be
965
+ # listed. Specified in the format `projects/*/locations/*/clusters/*`.
966
966
  # @param [String] cluster_id
967
967
  # Required. Deprecated. The name of the cluster. This field has been deprecated
968
968
  # and replaced by the parent field.
@@ -1185,8 +1185,8 @@ module Google
1185
1185
  # 1_0.html) for details. This API is not yet intended for general use, and is
1186
1186
  # not available for all clusters.
1187
1187
  # @param [String] parent
1188
- # The cluster (project, location, cluster id) to get the discovery document for.
1189
- # Specified in the format `projects/*/locations/*/clusters/*`.
1188
+ # The cluster (project, location, cluster name) to get the discovery document
1189
+ # for. Specified in the format `projects/*/locations/*/clusters/*`.
1190
1190
  # @param [String] fields
1191
1191
  # Selector specifying which fields to include in a partial response.
1192
1192
  # @param [String] quota_user
@@ -2338,8 +2338,8 @@ module Google
2338
2338
  # Required. Deprecated. The name of the cluster. This field has been deprecated
2339
2339
  # and replaced by the parent field.
2340
2340
  # @param [String] parent
2341
- # The parent (project, location, cluster id) where the node pools will be listed.
2342
- # Specified in the format `projects/*/locations/*/clusters/*`.
2341
+ # The parent (project, location, cluster name) where the node pools will be
2342
+ # listed. Specified in the format `projects/*/locations/*/clusters/*`.
2343
2343
  # @param [String] fields
2344
2344
  # Selector specifying which fields to include in a partial response.
2345
2345
  # @param [String] quota_user
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.24.0
4
+ version: 0.25.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: 2022-01-10 00:00:00.000000000 Z
11
+ date: 2022-02-07 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/main/generated/google-apis-container_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-container_v1beta1/v0.24.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-container_v1beta1/v0.25.0
62
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: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.3.4
78
+ rubygems_version: 3.3.5
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Kubernetes Engine API V1beta1