google-apis-container_v1 0.77.0 → 0.79.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: 59220332645fe23bac709414ab7d76fc15f886099b733232845a9d4cbc66e124
4
- data.tar.gz: a76c547cf1dfd0198e76a4074f8ea8d37298030123f1db6b1be95520e62884a6
3
+ metadata.gz: 48d5d5c8eedfbbfd5c89271ecfb17a2df9976cfe0ded1a22a069bd4ea3575429
4
+ data.tar.gz: '0946f89e7cee4b3d9751441ec9e6b06825105e9c92805be35ec8fb7d245f8e85'
5
5
  SHA512:
6
- metadata.gz: 4b7a2ee5ce4efee1b1ec8a82cda498b3fbc4cf9c909c9255b348ff4c09b14d154231f8184e37a1919518461855f067bda43c7eb2e82faa1b86bb17e8e3507914
7
- data.tar.gz: 2996e2f6753d60a20206d0fc73eeb7d8df93e6263a2bf66aa1efb92d01102a4d606af10605b8f1d15a707e6d808a77d221f5aadb41d889ec6822386ac162da0e
6
+ metadata.gz: 7e88b62c7a0e8fba966987da120ddcc634a9ab3effb702c19c0513fb58bab67c86145e03580cc1fdf77ec7d18cbaf7e7adb4a944cf944e1fb12038150a092517
7
+ data.tar.gz: 2de4cb8c24a1eb4588516dae49b2f77d048a6d94e6dc31106ff05ca35a9f99085e23eb72dd560ef4482d1c532f2af523c439593f7f54c67649d421587112923a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-container_v1
2
2
 
3
+ ### v0.79.0 (2024-09-15)
4
+
5
+ * Regenerated from discovery document revision 20240814
6
+
7
+ ### v0.78.0 (2024-08-25)
8
+
9
+ * Regenerated from discovery document revision 20240806
10
+
3
11
  ### v0.77.0 (2024-08-18)
4
12
 
5
13
  * Regenerated from discovery document revision 20240730
data/OVERVIEW.md CHANGED
@@ -79,7 +79,7 @@ Gem names for modern clients are often of the form `google-cloud-<service_name>`
79
79
 
80
80
  **For most users, we recommend the modern client, if one is available.** Compared with simple clients, modern clients are generally much easier to use and more Ruby-like, support more advanced features such as streaming and long-running operations, and often provide much better performance. You may consider using a simple client instead, if a modern client is not yet available for the service you want to use, or if you are not able to use gRPC on your infrastructure.
81
81
 
82
- The [product documentation](https://cloud.google.com/container-engine/) may provide guidance regarding the preferred client library to use.
82
+ The [product documentation](https://cloud.google.com/kubernetes-engine/docs/) may provide guidance regarding the preferred client library to use.
83
83
 
84
84
  ## Supported Ruby versions
85
85
 
@@ -932,6 +932,12 @@ module Google
932
932
  # @return [String]
933
933
  attr_accessor :cluster_ipv4_cidr
934
934
 
935
+ # CompliancePostureConfig defines the settings needed to enable/disable features
936
+ # for the Compliance Posture.
937
+ # Corresponds to the JSON property `compliancePostureConfig`
938
+ # @return [Google::Apis::ContainerV1::CompliancePostureConfig]
939
+ attr_accessor :compliance_posture_config
940
+
935
941
  # Which conditions caused the current cluster state.
936
942
  # Corresponds to the JSON property `conditions`
937
943
  # @return [Array<Google::Apis::ContainerV1::StatusCondition>]
@@ -1248,6 +1254,12 @@ module Google
1248
1254
  # @return [Google::Apis::ContainerV1::PrivateClusterConfig]
1249
1255
  attr_accessor :private_cluster_config
1250
1256
 
1257
+ # RBACBindingConfig allows user to restrict ClusterRoleBindings an RoleBindings
1258
+ # that can be created.
1259
+ # Corresponds to the JSON property `rbacBindingConfig`
1260
+ # @return [Google::Apis::ContainerV1::RbacBindingConfig]
1261
+ attr_accessor :rbac_binding_config
1262
+
1251
1263
  # ReleaseChannel indicates which release channel a cluster is subscribed to.
1252
1264
  # Release channels are arranged in order of risk. When a cluster is subscribed
1253
1265
  # to a release channel, Google maintains both the master version and the node
@@ -1363,6 +1375,7 @@ module Google
1363
1375
  @autoscaling = args[:autoscaling] if args.key?(:autoscaling)
1364
1376
  @binary_authorization = args[:binary_authorization] if args.key?(:binary_authorization)
1365
1377
  @cluster_ipv4_cidr = args[:cluster_ipv4_cidr] if args.key?(:cluster_ipv4_cidr)
1378
+ @compliance_posture_config = args[:compliance_posture_config] if args.key?(:compliance_posture_config)
1366
1379
  @conditions = args[:conditions] if args.key?(:conditions)
1367
1380
  @confidential_nodes = args[:confidential_nodes] if args.key?(:confidential_nodes)
1368
1381
  @cost_management_config = args[:cost_management_config] if args.key?(:cost_management_config)
@@ -1411,6 +1424,7 @@ module Google
1411
1424
  @notification_config = args[:notification_config] if args.key?(:notification_config)
1412
1425
  @parent_product_config = args[:parent_product_config] if args.key?(:parent_product_config)
1413
1426
  @private_cluster_config = args[:private_cluster_config] if args.key?(:private_cluster_config)
1427
+ @rbac_binding_config = args[:rbac_binding_config] if args.key?(:rbac_binding_config)
1414
1428
  @release_channel = args[:release_channel] if args.key?(:release_channel)
1415
1429
  @resource_labels = args[:resource_labels] if args.key?(:resource_labels)
1416
1430
  @resource_usage_export_config = args[:resource_usage_export_config] if args.key?(:resource_usage_export_config)
@@ -1539,6 +1553,12 @@ module Google
1539
1553
  # @return [Google::Apis::ContainerV1::ClusterAutoscaling]
1540
1554
  attr_accessor :desired_cluster_autoscaling
1541
1555
 
1556
+ # CompliancePostureConfig defines the settings needed to enable/disable features
1557
+ # for the Compliance Posture.
1558
+ # Corresponds to the JSON property `desiredCompliancePostureConfig`
1559
+ # @return [Google::Apis::ContainerV1::CompliancePostureConfig]
1560
+ attr_accessor :desired_compliance_posture_config
1561
+
1542
1562
  # ContainerdConfig contains configuration to customize containerd.
1543
1563
  # Corresponds to the JSON property `desiredContainerdConfig`
1544
1564
  # @return [Google::Apis::ContainerV1::ContainerdConfig]
@@ -1790,6 +1810,12 @@ module Google
1790
1810
  # @return [String]
1791
1811
  attr_accessor :desired_private_ipv6_google_access
1792
1812
 
1813
+ # RBACBindingConfig allows user to restrict ClusterRoleBindings an RoleBindings
1814
+ # that can be created.
1815
+ # Corresponds to the JSON property `desiredRbacBindingConfig`
1816
+ # @return [Google::Apis::ContainerV1::RbacBindingConfig]
1817
+ attr_accessor :desired_rbac_binding_config
1818
+
1793
1819
  # ReleaseChannel indicates which release channel a cluster is subscribed to.
1794
1820
  # Release channels are arranged in order of risk. When a cluster is subscribed
1795
1821
  # to a release channel, Google maintains both the master version and the node
@@ -1873,6 +1899,7 @@ module Google
1873
1899
  @desired_autopilot_workload_policy_config = args[:desired_autopilot_workload_policy_config] if args.key?(:desired_autopilot_workload_policy_config)
1874
1900
  @desired_binary_authorization = args[:desired_binary_authorization] if args.key?(:desired_binary_authorization)
1875
1901
  @desired_cluster_autoscaling = args[:desired_cluster_autoscaling] if args.key?(:desired_cluster_autoscaling)
1902
+ @desired_compliance_posture_config = args[:desired_compliance_posture_config] if args.key?(:desired_compliance_posture_config)
1876
1903
  @desired_containerd_config = args[:desired_containerd_config] if args.key?(:desired_containerd_config)
1877
1904
  @desired_cost_management_config = args[:desired_cost_management_config] if args.key?(:desired_cost_management_config)
1878
1905
  @desired_database_encryption = args[:desired_database_encryption] if args.key?(:desired_database_encryption)
@@ -1913,6 +1940,7 @@ module Google
1913
1940
  @desired_parent_product_config = args[:desired_parent_product_config] if args.key?(:desired_parent_product_config)
1914
1941
  @desired_private_cluster_config = args[:desired_private_cluster_config] if args.key?(:desired_private_cluster_config)
1915
1942
  @desired_private_ipv6_google_access = args[:desired_private_ipv6_google_access] if args.key?(:desired_private_ipv6_google_access)
1943
+ @desired_rbac_binding_config = args[:desired_rbac_binding_config] if args.key?(:desired_rbac_binding_config)
1916
1944
  @desired_release_channel = args[:desired_release_channel] if args.key?(:desired_release_channel)
1917
1945
  @desired_resource_usage_export_config = args[:desired_resource_usage_export_config] if args.key?(:desired_resource_usage_export_config)
1918
1946
  @desired_secret_manager_config = args[:desired_secret_manager_config] if args.key?(:desired_secret_manager_config)
@@ -1985,6 +2013,51 @@ module Google
1985
2013
  end
1986
2014
  end
1987
2015
 
2016
+ # CompliancePostureConfig defines the settings needed to enable/disable features
2017
+ # for the Compliance Posture.
2018
+ class CompliancePostureConfig
2019
+ include Google::Apis::Core::Hashable
2020
+
2021
+ # List of enabled compliance standards.
2022
+ # Corresponds to the JSON property `complianceStandards`
2023
+ # @return [Array<Google::Apis::ContainerV1::ComplianceStandard>]
2024
+ attr_accessor :compliance_standards
2025
+
2026
+ # Defines the enablement mode for Compliance Posture.
2027
+ # Corresponds to the JSON property `mode`
2028
+ # @return [String]
2029
+ attr_accessor :mode
2030
+
2031
+ def initialize(**args)
2032
+ update!(**args)
2033
+ end
2034
+
2035
+ # Update properties of this object
2036
+ def update!(**args)
2037
+ @compliance_standards = args[:compliance_standards] if args.key?(:compliance_standards)
2038
+ @mode = args[:mode] if args.key?(:mode)
2039
+ end
2040
+ end
2041
+
2042
+ # Defines the details of a compliance standard.
2043
+ class ComplianceStandard
2044
+ include Google::Apis::Core::Hashable
2045
+
2046
+ # Name of the compliance standard.
2047
+ # Corresponds to the JSON property `standard`
2048
+ # @return [String]
2049
+ attr_accessor :standard
2050
+
2051
+ def initialize(**args)
2052
+ update!(**args)
2053
+ end
2054
+
2055
+ # Update properties of this object
2056
+ def update!(**args)
2057
+ @standard = args[:standard] if args.key?(:standard)
2058
+ end
2059
+ end
2060
+
1988
2061
  # ConfidentialNodes is configuration for the confidential nodes feature, which
1989
2062
  # makes nodes run on confidential VMs.
1990
2063
  class ConfidentialNodes
@@ -3555,7 +3628,7 @@ module Google
3555
3628
  include Google::Apis::Core::Hashable
3556
3629
 
3557
3630
  # Output only. Base64-encoded public certificate used by clients to authenticate
3558
- # to the cluster endpoint.
3631
+ # to the cluster endpoint. Issued only if client_certificate_config is set.
3559
3632
  # Corresponds to the JSON property `clientCertificate`
3560
3633
  # @return [String]
3561
3634
  attr_accessor :client_certificate
@@ -5467,6 +5540,36 @@ module Google
5467
5540
  end
5468
5541
  end
5469
5542
 
5543
+ # RBACBindingConfig allows user to restrict ClusterRoleBindings an RoleBindings
5544
+ # that can be created.
5545
+ class RbacBindingConfig
5546
+ include Google::Apis::Core::Hashable
5547
+
5548
+ # Setting this to true will allow any ClusterRoleBinding and RoleBinding with
5549
+ # subjects system:authenticated.
5550
+ # Corresponds to the JSON property `enableInsecureBindingSystemAuthenticated`
5551
+ # @return [Boolean]
5552
+ attr_accessor :enable_insecure_binding_system_authenticated
5553
+ alias_method :enable_insecure_binding_system_authenticated?, :enable_insecure_binding_system_authenticated
5554
+
5555
+ # Setting this to true will allow any ClusterRoleBinding and RoleBinding with
5556
+ # subjets system:anonymous or system:unauthenticated.
5557
+ # Corresponds to the JSON property `enableInsecureBindingSystemUnauthenticated`
5558
+ # @return [Boolean]
5559
+ attr_accessor :enable_insecure_binding_system_unauthenticated
5560
+ alias_method :enable_insecure_binding_system_unauthenticated?, :enable_insecure_binding_system_unauthenticated
5561
+
5562
+ def initialize(**args)
5563
+ update!(**args)
5564
+ end
5565
+
5566
+ # Update properties of this object
5567
+ def update!(**args)
5568
+ @enable_insecure_binding_system_authenticated = args[:enable_insecure_binding_system_authenticated] if args.key?(:enable_insecure_binding_system_authenticated)
5569
+ @enable_insecure_binding_system_unauthenticated = args[:enable_insecure_binding_system_unauthenticated] if args.key?(:enable_insecure_binding_system_unauthenticated)
5570
+ end
5571
+ end
5572
+
5470
5573
  # RangeInfo contains the range name and the range utilization by this cluster.
5471
5574
  class RangeInfo
5472
5575
  include Google::Apis::Core::Hashable
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ContainerV1
18
18
  # Version of the google-apis-container_v1 gem
19
- GEM_VERSION = "0.77.0"
19
+ GEM_VERSION = "0.79.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.15.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240730"
25
+ REVISION = "20240814"
26
26
  end
27
27
  end
28
28
  end
@@ -196,6 +196,18 @@ module Google
196
196
  include Google::Apis::Core::JsonObjectSupport
197
197
  end
198
198
 
199
+ class CompliancePostureConfig
200
+ class Representation < Google::Apis::Core::JsonRepresentation; end
201
+
202
+ include Google::Apis::Core::JsonObjectSupport
203
+ end
204
+
205
+ class ComplianceStandard
206
+ class Representation < Google::Apis::Core::JsonRepresentation; end
207
+
208
+ include Google::Apis::Core::JsonObjectSupport
209
+ end
210
+
199
211
  class ConfidentialNodes
200
212
  class Representation < Google::Apis::Core::JsonRepresentation; end
201
213
 
@@ -748,6 +760,12 @@ module Google
748
760
  include Google::Apis::Core::JsonObjectSupport
749
761
  end
750
762
 
763
+ class RbacBindingConfig
764
+ class Representation < Google::Apis::Core::JsonRepresentation; end
765
+
766
+ include Google::Apis::Core::JsonObjectSupport
767
+ end
768
+
751
769
  class RangeInfo
752
770
  class Representation < Google::Apis::Core::JsonRepresentation; end
753
771
 
@@ -1344,6 +1362,8 @@ module Google
1344
1362
  property :binary_authorization, as: 'binaryAuthorization', class: Google::Apis::ContainerV1::BinaryAuthorization, decorator: Google::Apis::ContainerV1::BinaryAuthorization::Representation
1345
1363
 
1346
1364
  property :cluster_ipv4_cidr, as: 'clusterIpv4Cidr'
1365
+ property :compliance_posture_config, as: 'compliancePostureConfig', class: Google::Apis::ContainerV1::CompliancePostureConfig, decorator: Google::Apis::ContainerV1::CompliancePostureConfig::Representation
1366
+
1347
1367
  collection :conditions, as: 'conditions', class: Google::Apis::ContainerV1::StatusCondition, decorator: Google::Apis::ContainerV1::StatusCondition::Representation
1348
1368
 
1349
1369
  property :confidential_nodes, as: 'confidentialNodes', class: Google::Apis::ContainerV1::ConfidentialNodes, decorator: Google::Apis::ContainerV1::ConfidentialNodes::Representation
@@ -1418,6 +1438,8 @@ module Google
1418
1438
 
1419
1439
  property :private_cluster_config, as: 'privateClusterConfig', class: Google::Apis::ContainerV1::PrivateClusterConfig, decorator: Google::Apis::ContainerV1::PrivateClusterConfig::Representation
1420
1440
 
1441
+ property :rbac_binding_config, as: 'rbacBindingConfig', class: Google::Apis::ContainerV1::RbacBindingConfig, decorator: Google::Apis::ContainerV1::RbacBindingConfig::Representation
1442
+
1421
1443
  property :release_channel, as: 'releaseChannel', class: Google::Apis::ContainerV1::ReleaseChannel, decorator: Google::Apis::ContainerV1::ReleaseChannel::Representation
1422
1444
 
1423
1445
  hash :resource_labels, as: 'resourceLabels'
@@ -1480,6 +1502,8 @@ module Google
1480
1502
 
1481
1503
  property :desired_cluster_autoscaling, as: 'desiredClusterAutoscaling', class: Google::Apis::ContainerV1::ClusterAutoscaling, decorator: Google::Apis::ContainerV1::ClusterAutoscaling::Representation
1482
1504
 
1505
+ property :desired_compliance_posture_config, as: 'desiredCompliancePostureConfig', class: Google::Apis::ContainerV1::CompliancePostureConfig, decorator: Google::Apis::ContainerV1::CompliancePostureConfig::Representation
1506
+
1483
1507
  property :desired_containerd_config, as: 'desiredContainerdConfig', class: Google::Apis::ContainerV1::ContainerdConfig, decorator: Google::Apis::ContainerV1::ContainerdConfig::Representation
1484
1508
 
1485
1509
  property :desired_cost_management_config, as: 'desiredCostManagementConfig', class: Google::Apis::ContainerV1::CostManagementConfig, decorator: Google::Apis::ContainerV1::CostManagementConfig::Representation
@@ -1546,6 +1570,8 @@ module Google
1546
1570
  property :desired_private_cluster_config, as: 'desiredPrivateClusterConfig', class: Google::Apis::ContainerV1::PrivateClusterConfig, decorator: Google::Apis::ContainerV1::PrivateClusterConfig::Representation
1547
1571
 
1548
1572
  property :desired_private_ipv6_google_access, as: 'desiredPrivateIpv6GoogleAccess'
1573
+ property :desired_rbac_binding_config, as: 'desiredRbacBindingConfig', class: Google::Apis::ContainerV1::RbacBindingConfig, decorator: Google::Apis::ContainerV1::RbacBindingConfig::Representation
1574
+
1549
1575
  property :desired_release_channel, as: 'desiredReleaseChannel', class: Google::Apis::ContainerV1::ReleaseChannel, decorator: Google::Apis::ContainerV1::ReleaseChannel::Representation
1550
1576
 
1551
1577
  property :desired_resource_usage_export_config, as: 'desiredResourceUsageExportConfig', class: Google::Apis::ContainerV1::ResourceUsageExportConfig, decorator: Google::Apis::ContainerV1::ResourceUsageExportConfig::Representation
@@ -1587,6 +1613,22 @@ module Google
1587
1613
  end
1588
1614
  end
1589
1615
 
1616
+ class CompliancePostureConfig
1617
+ # @private
1618
+ class Representation < Google::Apis::Core::JsonRepresentation
1619
+ collection :compliance_standards, as: 'complianceStandards', class: Google::Apis::ContainerV1::ComplianceStandard, decorator: Google::Apis::ContainerV1::ComplianceStandard::Representation
1620
+
1621
+ property :mode, as: 'mode'
1622
+ end
1623
+ end
1624
+
1625
+ class ComplianceStandard
1626
+ # @private
1627
+ class Representation < Google::Apis::Core::JsonRepresentation
1628
+ property :standard, as: 'standard'
1629
+ end
1630
+ end
1631
+
1590
1632
  class ConfidentialNodes
1591
1633
  # @private
1592
1634
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -2528,6 +2570,14 @@ module Google
2528
2570
  end
2529
2571
  end
2530
2572
 
2573
+ class RbacBindingConfig
2574
+ # @private
2575
+ class Representation < Google::Apis::Core::JsonRepresentation
2576
+ property :enable_insecure_binding_system_authenticated, as: 'enableInsecureBindingSystemAuthenticated'
2577
+ property :enable_insecure_binding_system_unauthenticated, as: 'enableInsecureBindingSystemUnauthenticated'
2578
+ end
2579
+ end
2580
+
2531
2581
  class RangeInfo
2532
2582
  # @private
2533
2583
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -31,7 +31,7 @@ module Google
31
31
  # Container = Google::Apis::ContainerV1 # Alias the module
32
32
  # service = Container::ContainerService.new
33
33
  #
34
- # @see https://cloud.google.com/container-engine/
34
+ # @see https://cloud.google.com/kubernetes-engine/docs/
35
35
  class ContainerService < Google::Apis::Core::BaseService
36
36
  DEFAULT_ENDPOINT_TEMPLATE = "https://container.$UNIVERSE_DOMAIN$/"
37
37
 
@@ -24,7 +24,7 @@ module Google
24
24
  # Builds and manages container-based applications, powered by the open source
25
25
  # Kubernetes technology.
26
26
  #
27
- # @see https://cloud.google.com/container-engine/
27
+ # @see https://cloud.google.com/kubernetes-engine/docs/
28
28
  module ContainerV1
29
29
  # Version of the Kubernetes Engine API this client connects to.
30
30
  # This is NOT the gem version.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-container_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.77.0
4
+ version: 0.79.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: 2024-08-18 00:00:00.000000000 Z
11
+ date: 2024-09-15 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_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-container_v1/v0.77.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-container_v1/v0.79.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-container_v1
63
63
  post_install_message:
64
64
  rdoc_options: []