google-apis-container_v1 0.63.0 → 0.65.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: da5236f2c62659d6620cd757bda8ea64ed8e128ef4bb3ad5adde0bfa2733b124
4
- data.tar.gz: 3c28fae6d1bd12900df9cfa65d3a7457a771f976482a4f92823cdba153e04e45
3
+ metadata.gz: ca6382f4f5888d799d54590e443b24ab12cf874d0ffe5a680712f4393154484e
4
+ data.tar.gz: 5511309cc31ddf0fb3120c33a37a56c1c05ed287501afe12daab83c1aabd0e12
5
5
  SHA512:
6
- metadata.gz: 41e6bcc69edec7f517e17a65e80344305adaee9d04ecae519e217bf503cebdaeddbbbe97f72c360087a1f41b78786253a189dcbb2834cd339e44edc9b456bd65
7
- data.tar.gz: c5f644c7ae371a9225dd2864dfac46283440ee9cde094c32f84e2e275637b6e76d90682073bec962928a90e5d4575c72d88148e1a04434c8eea583ff00a1d552
6
+ metadata.gz: 6bb1bc49352f90017e267660194667d841147b4260274704345f456fd51b268d123d56d4a1a2a3169d8c5f7fdd17ff655214820fa183f260e7ab215303ac2bb5
7
+ data.tar.gz: 5a20ce74e61506399629590134c04e48850c22d61427b024d52f76928bd7b392434a7f72bb7400d8fc762f00061b60c8ba316c6b1a6369609c6aa466bd592c90
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-container_v1
2
2
 
3
+ ### v0.65.0 (2024-02-18)
4
+
5
+ * Regenerated from discovery document revision 20240206
6
+
7
+ ### v0.64.0 (2024-01-28)
8
+
9
+ * Regenerated from discovery document revision 20240116
10
+ * Regenerated using generator version 0.13.1
11
+
3
12
  ### v0.63.0 (2024-01-23)
4
13
 
5
14
  * Regenerated using generator version 0.13.0
@@ -220,6 +220,11 @@ module Google
220
220
  # @return [Google::Apis::ContainerV1::NetworkPolicyConfig]
221
221
  attr_accessor :network_policy_config
222
222
 
223
+ # Configuration for the Stateful HA add-on.
224
+ # Corresponds to the JSON property `statefulHaConfig`
225
+ # @return [Google::Apis::ContainerV1::StatefulHaConfig]
226
+ attr_accessor :stateful_ha_config
227
+
223
228
  def initialize(**args)
224
229
  update!(**args)
225
230
  end
@@ -237,6 +242,7 @@ module Google
237
242
  @http_load_balancing = args[:http_load_balancing] if args.key?(:http_load_balancing)
238
243
  @kubernetes_dashboard = args[:kubernetes_dashboard] if args.key?(:kubernetes_dashboard)
239
244
  @network_policy_config = args[:network_policy_config] if args.key?(:network_policy_config)
245
+ @stateful_ha_config = args[:stateful_ha_config] if args.key?(:stateful_ha_config)
240
246
  end
241
247
  end
242
248
 
@@ -1538,6 +1544,11 @@ module Google
1538
1544
  # @return [String]
1539
1545
  attr_accessor :desired_image_type
1540
1546
 
1547
+ # Specify the details of in-transit encryption.
1548
+ # Corresponds to the JSON property `desiredInTransitEncryptionConfig`
1549
+ # @return [String]
1550
+ attr_accessor :desired_in_transit_encryption_config
1551
+
1541
1552
  # IntraNodeVisibilityConfig contains the desired config of the intra-node
1542
1553
  # visibility on this cluster.
1543
1554
  # Corresponds to the JSON property `desiredIntraNodeVisibilityConfig`
@@ -1781,6 +1792,7 @@ module Google
1781
1792
  @desired_gcfs_config = args[:desired_gcfs_config] if args.key?(:desired_gcfs_config)
1782
1793
  @desired_identity_service_config = args[:desired_identity_service_config] if args.key?(:desired_identity_service_config)
1783
1794
  @desired_image_type = args[:desired_image_type] if args.key?(:desired_image_type)
1795
+ @desired_in_transit_encryption_config = args[:desired_in_transit_encryption_config] if args.key?(:desired_in_transit_encryption_config)
1784
1796
  @desired_intra_node_visibility_config = args[:desired_intra_node_visibility_config] if args.key?(:desired_intra_node_visibility_config)
1785
1797
  @desired_k8s_beta_apis = args[:desired_k8s_beta_apis] if args.key?(:desired_k8s_beta_apis)
1786
1798
  @desired_l4ilb_subsetting_config = args[:desired_l4ilb_subsetting_config] if args.key?(:desired_l4ilb_subsetting_config)
@@ -3628,6 +3640,11 @@ module Google
3628
3640
  # @return [Google::Apis::ContainerV1::GatewayApiConfig]
3629
3641
  attr_accessor :gateway_api_config
3630
3642
 
3643
+ # Specify the details of in-transit encryption.
3644
+ # Corresponds to the JSON property `inTransitEncryptionConfig`
3645
+ # @return [String]
3646
+ attr_accessor :in_transit_encryption_config
3647
+
3631
3648
  # Output only. The relative name of the Google Compute Engine network(https://
3632
3649
  # cloud.google.com/compute/docs/networks-and-firewalls#networks) to which the
3633
3650
  # cluster is connected. Example: projects/my-project/global/networks/my-network
@@ -3672,6 +3689,7 @@ module Google
3672
3689
  @enable_l4ilb_subsetting = args[:enable_l4ilb_subsetting] if args.key?(:enable_l4ilb_subsetting)
3673
3690
  @enable_multi_networking = args[:enable_multi_networking] if args.key?(:enable_multi_networking)
3674
3691
  @gateway_api_config = args[:gateway_api_config] if args.key?(:gateway_api_config)
3692
+ @in_transit_encryption_config = args[:in_transit_encryption_config] if args.key?(:in_transit_encryption_config)
3675
3693
  @network = args[:network] if args.key?(:network)
3676
3694
  @network_performance_config = args[:network_performance_config] if args.key?(:network_performance_config)
3677
3695
  @private_ipv6_google_access = args[:private_ipv6_google_access] if args.key?(:private_ipv6_google_access)
@@ -3845,6 +3863,12 @@ module Google
3845
3863
  # @return [String]
3846
3864
  attr_accessor :disk_type
3847
3865
 
3866
+ # Optional. Reserved for future use.
3867
+ # Corresponds to the JSON property `enableConfidentialStorage`
3868
+ # @return [Boolean]
3869
+ attr_accessor :enable_confidential_storage
3870
+ alias_method :enable_confidential_storage?, :enable_confidential_storage
3871
+
3848
3872
  # EphemeralStorageLocalSsdConfig contains configuration for the node ephemeral
3849
3873
  # storage using Local SSDs.
3850
3874
  # Corresponds to the JSON property `ephemeralStorageLocalSsdConfig`
@@ -4069,6 +4093,7 @@ module Google
4069
4093
  @confidential_nodes = args[:confidential_nodes] if args.key?(:confidential_nodes)
4070
4094
  @disk_size_gb = args[:disk_size_gb] if args.key?(:disk_size_gb)
4071
4095
  @disk_type = args[:disk_type] if args.key?(:disk_type)
4096
+ @enable_confidential_storage = args[:enable_confidential_storage] if args.key?(:enable_confidential_storage)
4072
4097
  @ephemeral_storage_local_ssd_config = args[:ephemeral_storage_local_ssd_config] if args.key?(:ephemeral_storage_local_ssd_config)
4073
4098
  @fast_socket = args[:fast_socket] if args.key?(:fast_socket)
4074
4099
  @gcfs_config = args[:gcfs_config] if args.key?(:gcfs_config)
@@ -6463,6 +6488,26 @@ module Google
6463
6488
  end
6464
6489
  end
6465
6490
 
6491
+ # Configuration for the Stateful HA add-on.
6492
+ class StatefulHaConfig
6493
+ include Google::Apis::Core::Hashable
6494
+
6495
+ # Whether the Stateful HA add-on is enabled for this cluster.
6496
+ # Corresponds to the JSON property `enabled`
6497
+ # @return [Boolean]
6498
+ attr_accessor :enabled
6499
+ alias_method :enabled?, :enabled
6500
+
6501
+ def initialize(**args)
6502
+ update!(**args)
6503
+ end
6504
+
6505
+ # Update properties of this object
6506
+ def update!(**args)
6507
+ @enabled = args[:enabled] if args.key?(:enabled)
6508
+ end
6509
+ end
6510
+
6466
6511
  # The `Status` type defines a logical error model that is suitable for different
6467
6512
  # programming environments, including REST APIs and RPC APIs. It is used by [
6468
6513
  # gRPC](https://github.com/grpc). Each `Status` message contains three pieces of
@@ -6825,6 +6870,11 @@ module Google
6825
6870
  # @return [String]
6826
6871
  attr_accessor :project_id
6827
6872
 
6873
+ # QueuedProvisioning defines the queued provisioning used by the node pool.
6874
+ # Corresponds to the JSON property `queuedProvisioning`
6875
+ # @return [Google::Apis::ContainerV1::QueuedProvisioning]
6876
+ attr_accessor :queued_provisioning
6877
+
6828
6878
  # Collection of [GCP labels](https://cloud.google.com/resource-manager/docs/
6829
6879
  # creating-managing-labels).
6830
6880
  # Corresponds to the JSON property `resourceLabels`
@@ -6933,6 +6983,7 @@ module Google
6933
6983
  @node_pool_id = args[:node_pool_id] if args.key?(:node_pool_id)
6934
6984
  @node_version = args[:node_version] if args.key?(:node_version)
6935
6985
  @project_id = args[:project_id] if args.key?(:project_id)
6986
+ @queued_provisioning = args[:queued_provisioning] if args.key?(:queued_provisioning)
6936
6987
  @resource_labels = args[:resource_labels] if args.key?(:resource_labels)
6937
6988
  @resource_manager_tags = args[:resource_manager_tags] if args.key?(:resource_manager_tags)
6938
6989
  @tags = args[:tags] if args.key?(:tags)
@@ -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.63.0"
19
+ GEM_VERSION = "0.65.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.13.0"
22
+ GENERATOR_VERSION = "0.13.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20231122"
25
+ REVISION = "20240206"
26
26
  end
27
27
  end
28
28
  end
@@ -904,6 +904,12 @@ module Google
904
904
  include Google::Apis::Core::JsonObjectSupport
905
905
  end
906
906
 
907
+ class StatefulHaConfig
908
+ class Representation < Google::Apis::Core::JsonRepresentation; end
909
+
910
+ include Google::Apis::Core::JsonObjectSupport
911
+ end
912
+
907
913
  class Status
908
914
  class Representation < Google::Apis::Core::JsonRepresentation; end
909
915
 
@@ -1077,6 +1083,8 @@ module Google
1077
1083
 
1078
1084
  property :network_policy_config, as: 'networkPolicyConfig', class: Google::Apis::ContainerV1::NetworkPolicyConfig, decorator: Google::Apis::ContainerV1::NetworkPolicyConfig::Representation
1079
1085
 
1086
+ property :stateful_ha_config, as: 'statefulHaConfig', class: Google::Apis::ContainerV1::StatefulHaConfig, decorator: Google::Apis::ContainerV1::StatefulHaConfig::Representation
1087
+
1080
1088
  end
1081
1089
  end
1082
1090
 
@@ -1404,6 +1412,7 @@ module Google
1404
1412
  property :desired_identity_service_config, as: 'desiredIdentityServiceConfig', class: Google::Apis::ContainerV1::IdentityServiceConfig, decorator: Google::Apis::ContainerV1::IdentityServiceConfig::Representation
1405
1413
 
1406
1414
  property :desired_image_type, as: 'desiredImageType'
1415
+ property :desired_in_transit_encryption_config, as: 'desiredInTransitEncryptionConfig'
1407
1416
  property :desired_intra_node_visibility_config, as: 'desiredIntraNodeVisibilityConfig', class: Google::Apis::ContainerV1::IntraNodeVisibilityConfig, decorator: Google::Apis::ContainerV1::IntraNodeVisibilityConfig::Representation
1408
1417
 
1409
1418
  property :desired_k8s_beta_apis, as: 'desiredK8sBetaApis', class: Google::Apis::ContainerV1::K8sBetaApiConfig, decorator: Google::Apis::ContainerV1::K8sBetaApiConfig::Representation
@@ -1990,6 +1999,7 @@ module Google
1990
1999
  property :enable_multi_networking, as: 'enableMultiNetworking'
1991
2000
  property :gateway_api_config, as: 'gatewayApiConfig', class: Google::Apis::ContainerV1::GatewayApiConfig, decorator: Google::Apis::ContainerV1::GatewayApiConfig::Representation
1992
2001
 
2002
+ property :in_transit_encryption_config, as: 'inTransitEncryptionConfig'
1993
2003
  property :network, as: 'network'
1994
2004
  property :network_performance_config, as: 'networkPerformanceConfig', class: Google::Apis::ContainerV1::ClusterNetworkPerformanceConfig, decorator: Google::Apis::ContainerV1::ClusterNetworkPerformanceConfig::Representation
1995
2005
 
@@ -2050,6 +2060,7 @@ module Google
2050
2060
 
2051
2061
  property :disk_size_gb, as: 'diskSizeGb'
2052
2062
  property :disk_type, as: 'diskType'
2063
+ property :enable_confidential_storage, as: 'enableConfidentialStorage'
2053
2064
  property :ephemeral_storage_local_ssd_config, as: 'ephemeralStorageLocalSsdConfig', class: Google::Apis::ContainerV1::EphemeralStorageLocalSsdConfig, decorator: Google::Apis::ContainerV1::EphemeralStorageLocalSsdConfig::Representation
2054
2065
 
2055
2066
  property :fast_socket, as: 'fastSocket', class: Google::Apis::ContainerV1::FastSocket, decorator: Google::Apis::ContainerV1::FastSocket::Representation
@@ -2682,6 +2693,13 @@ module Google
2682
2693
  end
2683
2694
  end
2684
2695
 
2696
+ class StatefulHaConfig
2697
+ # @private
2698
+ class Representation < Google::Apis::Core::JsonRepresentation
2699
+ property :enabled, as: 'enabled'
2700
+ end
2701
+ end
2702
+
2685
2703
  class Status
2686
2704
  # @private
2687
2705
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -2773,6 +2791,8 @@ module Google
2773
2791
  property :node_pool_id, as: 'nodePoolId'
2774
2792
  property :node_version, as: 'nodeVersion'
2775
2793
  property :project_id, as: 'projectId'
2794
+ property :queued_provisioning, as: 'queuedProvisioning', class: Google::Apis::ContainerV1::QueuedProvisioning, decorator: Google::Apis::ContainerV1::QueuedProvisioning::Representation
2795
+
2776
2796
  property :resource_labels, as: 'resourceLabels', class: Google::Apis::ContainerV1::ResourceLabels, decorator: Google::Apis::ContainerV1::ResourceLabels::Representation
2777
2797
 
2778
2798
  property :resource_manager_tags, as: 'resourceManagerTags', class: Google::Apis::ContainerV1::ResourceManagerTags, decorator: Google::Apis::ContainerV1::ResourceManagerTags::Representation
@@ -342,8 +342,6 @@ module Google
342
342
  end
343
343
 
344
344
  # Gets the public component of the cluster signing keys in JSON Web Key format.
345
- # This API is not yet intended for general use, and is not available for all
346
- # clusters.
347
345
  # @param [String] parent
348
346
  # The cluster (project, location, cluster name) to get keys for. Specified in
349
347
  # the format `projects/*/locations/*/clusters/*`.
@@ -1218,8 +1216,7 @@ module Google
1218
1216
 
1219
1217
  # Gets the OIDC discovery document for the cluster. See the [OpenID Connect
1220
1218
  # Discovery 1.0 specification](https://openid.net/specs/openid-connect-discovery-
1221
- # 1_0.html) for details. This API is not yet intended for general use, and is
1222
- # not available for all clusters.
1219
+ # 1_0.html) for details.
1223
1220
  # @param [String] parent
1224
1221
  # The cluster (project, location, cluster name) to get the discovery document
1225
1222
  # for. Specified in the format `projects/*/locations/*/clusters/*`.
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.63.0
4
+ version: 0.65.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-01-23 00:00:00.000000000 Z
11
+ date: 2024-02-18 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.63.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-container_v1/v0.65.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: []