google-apis-container_v1 0.63.0 → 0.64.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: bab4287809ce02aec64bcada3823a6b187d0383cae088ce6d0a35a98821f34b4
|
4
|
+
data.tar.gz: 3dd621d36b08081513787ac3fe8264a6560054c72954cf2cac756dfadc76be02
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c3c1661b8420601c027d256be136af4b09adcff354c5a2850a7bda144d46990025a06e671464692f9eb71772810939de06000d8f16df5791780bbd5ef7c8fabb
|
7
|
+
data.tar.gz: dfcdd3e824fdce512de8334055db4597642454c449efe8373bf1a897fecdc16bfcb67b88ef68a7be4da890c4ae964d8394529b0a5a6e55d93fe18449d5261f54
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,10 @@
|
|
1
1
|
# Release history for google-apis-container_v1
|
2
2
|
|
3
|
+
### v0.64.0 (2024-01-28)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20240116
|
6
|
+
* Regenerated using generator version 0.13.1
|
7
|
+
|
3
8
|
### v0.63.0 (2024-01-23)
|
4
9
|
|
5
10
|
* 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)
|
@@ -6463,6 +6481,26 @@ module Google
|
|
6463
6481
|
end
|
6464
6482
|
end
|
6465
6483
|
|
6484
|
+
# Configuration for the Stateful HA add-on.
|
6485
|
+
class StatefulHaConfig
|
6486
|
+
include Google::Apis::Core::Hashable
|
6487
|
+
|
6488
|
+
# Whether the Stateful HA add-on is enabled for this cluster.
|
6489
|
+
# Corresponds to the JSON property `enabled`
|
6490
|
+
# @return [Boolean]
|
6491
|
+
attr_accessor :enabled
|
6492
|
+
alias_method :enabled?, :enabled
|
6493
|
+
|
6494
|
+
def initialize(**args)
|
6495
|
+
update!(**args)
|
6496
|
+
end
|
6497
|
+
|
6498
|
+
# Update properties of this object
|
6499
|
+
def update!(**args)
|
6500
|
+
@enabled = args[:enabled] if args.key?(:enabled)
|
6501
|
+
end
|
6502
|
+
end
|
6503
|
+
|
6466
6504
|
# The `Status` type defines a logical error model that is suitable for different
|
6467
6505
|
# programming environments, including REST APIs and RPC APIs. It is used by [
|
6468
6506
|
# gRPC](https://github.com/grpc). Each `Status` message contains three pieces of
|
@@ -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.
|
19
|
+
GEM_VERSION = "0.64.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.13.
|
22
|
+
GENERATOR_VERSION = "0.13.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20240116"
|
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
|
|
@@ -2682,6 +2692,13 @@ module Google
|
|
2682
2692
|
end
|
2683
2693
|
end
|
2684
2694
|
|
2695
|
+
class StatefulHaConfig
|
2696
|
+
# @private
|
2697
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2698
|
+
property :enabled, as: 'enabled'
|
2699
|
+
end
|
2700
|
+
end
|
2701
|
+
|
2685
2702
|
class Status
|
2686
2703
|
# @private
|
2687
2704
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -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.
|
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.
|
4
|
+
version: 0.64.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-
|
11
|
+
date: 2024-01-28 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.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-container_v1/v0.64.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: []
|