google-apis-container_v1 0.9.0 → 0.13.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: 06c75f52b2751acca2d90601b307e340206f79b6f6d54fcd8d60bf454df22664
4
- data.tar.gz: 9737ec8ed6b050e81a019520c821ae3849e13529d317cfb441ba6a2adf3f8182
3
+ metadata.gz: 3de89ddc6a16ad12e65e5c52776f577acd20b390188a0af5b885306a81ff941d
4
+ data.tar.gz: 3c432c96a28ed74962b05bfb73e474b6b5e8481b8e1f7b6fdf97119fd20b3d18
5
5
  SHA512:
6
- metadata.gz: d07b735e8ee5431f41964caf3ba04e2f12bcbfa8bc7b34dddb06a445d79ce0bb2c4e5599d782048d17e85bab8fc8fd0633fb11303909ebc7115758fab639862a
7
- data.tar.gz: 603750c764f12145fd1bd65aab1f6cadaba1860a3950af4fde4cbe588d65586d1e5bee5dda1793726feba9a9b95c80a7d540f67cb5d928b1884f28d80c4fdb95
6
+ metadata.gz: dec0a1b0460e1e0f3e32b50e87cb4a1c6ecbfa3afe6a0efe393fb808797761441c75d183ac074f7b9f771f38f49bd577a21c609603b6c420f259aea68dbd8ea2
7
+ data.tar.gz: 4625b99e5e3429b3fa037da44d1e41e3bfac8ead83eab800bab90198e3d56f9de0c541992dcca84f6836de3c163e9492f5ff34c4a8c17e24b2d4f6dbb5c0d72c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # Release history for google-apis-container_v1
2
2
 
3
+ ### v0.13.0 (2021-07-21)
4
+
5
+ * Regenerated from discovery document revision 20210708
6
+
7
+ ### v0.12.0 (2021-06-29)
8
+
9
+ * Regenerated from discovery document revision 20210617
10
+ * Regenerated using generator version 0.4.0
11
+
12
+ ### v0.11.0 (2021-06-24)
13
+
14
+ * Unspecified changes
15
+
16
+ ### v0.10.0 (2021-06-16)
17
+
18
+ * Regenerated from discovery document revision 20210607
19
+
3
20
  ### v0.9.0 (2021-06-03)
4
21
 
5
22
  * Regenerated from discovery document revision 20210521
@@ -932,6 +932,11 @@ module Google
932
932
  # @return [Google::Apis::ContainerV1::AddonsConfig]
933
933
  attr_accessor :desired_addons_config
934
934
 
935
+ # Configuration for returning group information from authenticators.
936
+ # Corresponds to the JSON property `desiredAuthenticatorGroupsConfig`
937
+ # @return [Google::Apis::ContainerV1::AuthenticatorGroupsConfig]
938
+ attr_accessor :desired_authenticator_groups_config
939
+
935
940
  # Autopilot is the configuration for Autopilot settings on the cluster.
936
941
  # Corresponds to the JSON property `desiredAutopilot`
937
942
  # @return [Google::Apis::ContainerV1::Autopilot]
@@ -977,6 +982,12 @@ module Google
977
982
  # @return [Google::Apis::ContainerV1::IntraNodeVisibilityConfig]
978
983
  attr_accessor :desired_intra_node_visibility_config
979
984
 
985
+ # ILBSubsettingConfig contains the desired config of L4 Internal LoadBalancer
986
+ # subsetting on this cluster.
987
+ # Corresponds to the JSON property `desiredL4ilbSubsettingConfig`
988
+ # @return [Google::Apis::ContainerV1::IlbSubsettingConfig]
989
+ attr_accessor :desired_l4ilb_subsetting_config
990
+
980
991
  # The desired list of Google Compute Engine [zones](https://cloud.google.com/
981
992
  # compute/docs/zones#available) in which the cluster's nodes should be located.
982
993
  # This list must always include the cluster's primary zone. Warning: changing
@@ -1103,6 +1114,7 @@ module Google
1103
1114
  # Update properties of this object
1104
1115
  def update!(**args)
1105
1116
  @desired_addons_config = args[:desired_addons_config] if args.key?(:desired_addons_config)
1117
+ @desired_authenticator_groups_config = args[:desired_authenticator_groups_config] if args.key?(:desired_authenticator_groups_config)
1106
1118
  @desired_autopilot = args[:desired_autopilot] if args.key?(:desired_autopilot)
1107
1119
  @desired_binary_authorization = args[:desired_binary_authorization] if args.key?(:desired_binary_authorization)
1108
1120
  @desired_cluster_autoscaling = args[:desired_cluster_autoscaling] if args.key?(:desired_cluster_autoscaling)
@@ -1111,6 +1123,7 @@ module Google
1111
1123
  @desired_default_snat_status = args[:desired_default_snat_status] if args.key?(:desired_default_snat_status)
1112
1124
  @desired_image_type = args[:desired_image_type] if args.key?(:desired_image_type)
1113
1125
  @desired_intra_node_visibility_config = args[:desired_intra_node_visibility_config] if args.key?(:desired_intra_node_visibility_config)
1126
+ @desired_l4ilb_subsetting_config = args[:desired_l4ilb_subsetting_config] if args.key?(:desired_l4ilb_subsetting_config)
1114
1127
  @desired_locations = args[:desired_locations] if args.key?(:desired_locations)
1115
1128
  @desired_logging_service = args[:desired_logging_service] if args.key?(:desired_logging_service)
1116
1129
  @desired_master_authorized_networks_config = args[:desired_master_authorized_networks_config] if args.key?(:desired_master_authorized_networks_config)
@@ -1627,6 +1640,27 @@ module Google
1627
1640
  end
1628
1641
  end
1629
1642
 
1643
+ # ILBSubsettingConfig contains the desired config of L4 Internal LoadBalancer
1644
+ # subsetting on this cluster.
1645
+ class IlbSubsettingConfig
1646
+ include Google::Apis::Core::Hashable
1647
+
1648
+ # Enables l4 ILB subsetting for this cluster.
1649
+ # Corresponds to the JSON property `enabled`
1650
+ # @return [Boolean]
1651
+ attr_accessor :enabled
1652
+ alias_method :enabled?, :enabled
1653
+
1654
+ def initialize(**args)
1655
+ update!(**args)
1656
+ end
1657
+
1658
+ # Update properties of this object
1659
+ def update!(**args)
1660
+ @enabled = args[:enabled] if args.key?(:enabled)
1661
+ end
1662
+ end
1663
+
1630
1664
  # Configuration for controlling how IPs are allocated in the cluster.
1631
1665
  class IpAllocationPolicy
1632
1666
  include Google::Apis::Core::Hashable
@@ -2249,6 +2283,12 @@ module Google
2249
2283
  attr_accessor :enable_intra_node_visibility
2250
2284
  alias_method :enable_intra_node_visibility?, :enable_intra_node_visibility
2251
2285
 
2286
+ # Whether L4ILB Subsetting is enabled for this cluster.
2287
+ # Corresponds to the JSON property `enableL4ilbSubsetting`
2288
+ # @return [Boolean]
2289
+ attr_accessor :enable_l4ilb_subsetting
2290
+ alias_method :enable_l4ilb_subsetting?, :enable_l4ilb_subsetting
2291
+
2252
2292
  # Output only. The relative name of the Google Compute Engine network(https://
2253
2293
  # cloud.google.com/compute/docs/networks-and-firewalls#networks) to which the
2254
2294
  # cluster is connected. Example: projects/my-project/global/networks/my-network
@@ -2278,6 +2318,7 @@ module Google
2278
2318
  @datapath_provider = args[:datapath_provider] if args.key?(:datapath_provider)
2279
2319
  @default_snat_status = args[:default_snat_status] if args.key?(:default_snat_status)
2280
2320
  @enable_intra_node_visibility = args[:enable_intra_node_visibility] if args.key?(:enable_intra_node_visibility)
2321
+ @enable_l4ilb_subsetting = args[:enable_l4ilb_subsetting] if args.key?(:enable_l4ilb_subsetting)
2281
2322
  @network = args[:network] if args.key?(:network)
2282
2323
  @private_ipv6_google_access = args[:private_ipv6_google_access] if args.key?(:private_ipv6_google_access)
2283
2324
  @subnetwork = args[:subnetwork] if args.key?(:subnetwork)
@@ -2777,7 +2818,7 @@ module Google
2777
2818
  alias_method :enabled?, :enabled
2778
2819
 
2779
2820
  # Maximum number of nodes in the NodePool. Must be >= min_node_count. There has
2780
- # to enough quota to scale up the cluster.
2821
+ # to be enough quota to scale up the cluster.
2781
2822
  # Corresponds to the JSON property `maxNodeCount`
2782
2823
  # @return [Fixnum]
2783
2824
  attr_accessor :max_node_count
@@ -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.9.0"
19
+ GEM_VERSION = "0.13.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.3.0"
22
+ GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210521"
25
+ REVISION = "20210708"
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 IlbSubsettingConfig
218
+ class Representation < Google::Apis::Core::JsonRepresentation; end
219
+
220
+ include Google::Apis::Core::JsonObjectSupport
221
+ end
222
+
217
223
  class IpAllocationPolicy
218
224
  class Representation < Google::Apis::Core::JsonRepresentation; end
219
225
 
@@ -850,6 +856,8 @@ module Google
850
856
  class Representation < Google::Apis::Core::JsonRepresentation
851
857
  property :desired_addons_config, as: 'desiredAddonsConfig', class: Google::Apis::ContainerV1::AddonsConfig, decorator: Google::Apis::ContainerV1::AddonsConfig::Representation
852
858
 
859
+ property :desired_authenticator_groups_config, as: 'desiredAuthenticatorGroupsConfig', class: Google::Apis::ContainerV1::AuthenticatorGroupsConfig, decorator: Google::Apis::ContainerV1::AuthenticatorGroupsConfig::Representation
860
+
853
861
  property :desired_autopilot, as: 'desiredAutopilot', class: Google::Apis::ContainerV1::Autopilot, decorator: Google::Apis::ContainerV1::Autopilot::Representation
854
862
 
855
863
  property :desired_binary_authorization, as: 'desiredBinaryAuthorization', class: Google::Apis::ContainerV1::BinaryAuthorization, decorator: Google::Apis::ContainerV1::BinaryAuthorization::Representation
@@ -864,6 +872,8 @@ module Google
864
872
  property :desired_image_type, as: 'desiredImageType'
865
873
  property :desired_intra_node_visibility_config, as: 'desiredIntraNodeVisibilityConfig', class: Google::Apis::ContainerV1::IntraNodeVisibilityConfig, decorator: Google::Apis::ContainerV1::IntraNodeVisibilityConfig::Representation
866
874
 
875
+ property :desired_l4ilb_subsetting_config, as: 'desiredL4ilbSubsettingConfig', class: Google::Apis::ContainerV1::IlbSubsettingConfig, decorator: Google::Apis::ContainerV1::IlbSubsettingConfig::Representation
876
+
867
877
  collection :desired_locations, as: 'desiredLocations'
868
878
  property :desired_logging_service, as: 'desiredLoggingService'
869
879
  property :desired_master_authorized_networks_config, as: 'desiredMasterAuthorizedNetworksConfig', class: Google::Apis::ContainerV1::MasterAuthorizedNetworksConfig, decorator: Google::Apis::ContainerV1::MasterAuthorizedNetworksConfig::Representation
@@ -1037,6 +1047,13 @@ module Google
1037
1047
  end
1038
1048
  end
1039
1049
 
1050
+ class IlbSubsettingConfig
1051
+ # @private
1052
+ class Representation < Google::Apis::Core::JsonRepresentation
1053
+ property :enabled, as: 'enabled'
1054
+ end
1055
+ end
1056
+
1040
1057
  class IpAllocationPolicy
1041
1058
  # @private
1042
1059
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1201,6 +1218,7 @@ module Google
1201
1218
  property :default_snat_status, as: 'defaultSnatStatus', class: Google::Apis::ContainerV1::DefaultSnatStatus, decorator: Google::Apis::ContainerV1::DefaultSnatStatus::Representation
1202
1219
 
1203
1220
  property :enable_intra_node_visibility, as: 'enableIntraNodeVisibility'
1221
+ property :enable_l4ilb_subsetting, as: 'enableL4ilbSubsetting'
1204
1222
  property :network, as: 'network'
1205
1223
  property :private_ipv6_google_access, as: 'privateIpv6GoogleAccess'
1206
1224
  property :subnetwork, as: 'subnetwork'
metadata CHANGED
@@ -1,29 +1,35 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-container_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.0
4
+ version: 0.13.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-06-07 00:00:00.000000000 Z
11
+ date: 2021-07-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.1'
19
+ version: '0.4'
20
+ - - "<"
21
+ - !ruby/object:Gem::Version
22
+ version: 2.a
20
23
  type: :runtime
21
24
  prerelease: false
22
25
  version_requirements: !ruby/object:Gem::Requirement
23
26
  requirements:
24
- - - "~>"
27
+ - - ">="
28
+ - !ruby/object:Gem::Version
29
+ version: '0.4'
30
+ - - "<"
25
31
  - !ruby/object:Gem::Version
26
- version: '0.1'
32
+ version: 2.a
27
33
  description: This is the simple REST client for Kubernetes Engine API V1. Simple REST
28
34
  clients are Ruby client libraries that provide access to Google services via their
29
35
  HTTP REST API endpoints. These libraries are generated and updated automatically
@@ -52,7 +58,7 @@ licenses:
52
58
  metadata:
53
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-container_v1/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-container_v1/v0.9.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-container_v1/v0.13.0
56
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-container_v1
57
63
  post_install_message:
58
64
  rdoc_options: []