google-apis-container_v1beta1 0.16.0 → 0.20.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: e9815af4ecba9d83624fb388bd9c839206284aad528aa6f111d06fa2bdccc8db
4
- data.tar.gz: 5909d3f984b860f21b38692db5c21c41ab36433054c58bc822563e673de0caed
3
+ metadata.gz: 3a8def92b646f0bbe7b83b8edddf4157d4c835fe34dcc64e5182092723f85aa2
4
+ data.tar.gz: 339ddba26e70042327faa569fbc5bfef21aad2eb9ef41913f6a6d801b44774fb
5
5
  SHA512:
6
- metadata.gz: 393454d3507eda691cca737cc50fd24eef6808638543b0ecb562878a53bb0e2af9ec3c201ae1556ce211e5203c40aeecaf3646988ed05ea63662d9ced14b56e8
7
- data.tar.gz: 6ca6df5862f1d3febbd73ddb16b75b2a039b84b8b33f715608583de816bc6797de79014adcc0c8c400ed15df6d38ef625bf2d898ad6030cd67c0bbdf15fe82c5
6
+ metadata.gz: 83e41726b0897422090c0400433f66d04ea634e9d6ab6e762d574e0f3104c95ddc0dad6a1c8e4490bcbf3215da032fc5b81a5826b879f5d488fb0c7a1201072b
7
+ data.tar.gz: 8b124d7a80cd8a9b61907339357cfe1e1133714bb80441367809454d60b2125110565895037c25e60ca34212528dc53029f8f11c069b87a35fa2a14003054398
data/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Release history for google-apis-container_v1beta1
2
2
 
3
+ ### v0.20.0 (2021-10-02)
4
+
5
+ * Regenerated from discovery document revision 20210914
6
+
7
+ ### v0.19.0 (2021-09-21)
8
+
9
+ * Regenerated from discovery document revision 20210906
10
+
11
+ ### v0.18.0 (2021-09-03)
12
+
13
+ * Regenerated from discovery document revision 20210820
14
+
15
+ ### v0.17.0 (2021-08-05)
16
+
17
+ * Regenerated from discovery document revision 20210722
18
+
3
19
  ### v0.16.0 (2021-07-31)
4
20
 
5
21
  * Regenerated from discovery document revision 20210715
@@ -81,6 +81,11 @@ module Google
81
81
  # @return [Google::Apis::ContainerV1beta1::GcePersistentDiskCsiDriverConfig]
82
82
  attr_accessor :gce_persistent_disk_csi_driver_config
83
83
 
84
+ # Configuration for the GCP Filestore CSI driver.
85
+ # Corresponds to the JSON property `gcpFilestoreCsiDriverConfig`
86
+ # @return [Google::Apis::ContainerV1beta1::GcpFilestoreCsiDriverConfig]
87
+ attr_accessor :gcp_filestore_csi_driver_config
88
+
84
89
  # Configuration options for the horizontal pod autoscaling feature, which
85
90
  # increases or decreases the number of replica pods a replication controller has
86
91
  # based on the resource usage of the existing pods.
@@ -126,6 +131,7 @@ module Google
126
131
  @config_connector_config = args[:config_connector_config] if args.key?(:config_connector_config)
127
132
  @dns_cache_config = args[:dns_cache_config] if args.key?(:dns_cache_config)
128
133
  @gce_persistent_disk_csi_driver_config = args[:gce_persistent_disk_csi_driver_config] if args.key?(:gce_persistent_disk_csi_driver_config)
134
+ @gcp_filestore_csi_driver_config = args[:gcp_filestore_csi_driver_config] if args.key?(:gcp_filestore_csi_driver_config)
129
135
  @horizontal_pod_autoscaling = args[:horizontal_pod_autoscaling] if args.key?(:horizontal_pod_autoscaling)
130
136
  @http_load_balancing = args[:http_load_balancing] if args.key?(:http_load_balancing)
131
137
  @istio_config = args[:istio_config] if args.key?(:istio_config)
@@ -693,6 +699,11 @@ module Google
693
699
  # @return [Array<String>]
694
700
  attr_accessor :locations
695
701
 
702
+ # LoggingConfig is cluster logging configuration.
703
+ # Corresponds to the JSON property `loggingConfig`
704
+ # @return [Google::Apis::ContainerV1beta1::LoggingConfig]
705
+ attr_accessor :logging_config
706
+
696
707
  # The logging service the cluster should use to write logs. Currently available
697
708
  # options: * `logging.googleapis.com/kubernetes` - The Cloud Logging service
698
709
  # with a Kubernetes-native resource model * `logging.googleapis.com` - The
@@ -736,6 +747,16 @@ module Google
736
747
  # @return [String]
737
748
  attr_accessor :master_ipv4_cidr_block
738
749
 
750
+ # Configuration for issuance of mTLS keys and certificates to Kubernetes pods.
751
+ # Corresponds to the JSON property `meshCertificates`
752
+ # @return [Google::Apis::ContainerV1beta1::MeshCertificates]
753
+ attr_accessor :mesh_certificates
754
+
755
+ # MonitoringConfig is cluster monitoring configuration.
756
+ # Corresponds to the JSON property `monitoringConfig`
757
+ # @return [Google::Apis::ContainerV1beta1::MonitoringConfig]
758
+ attr_accessor :monitoring_config
759
+
739
760
  # The monitoring service the cluster should use to write metrics. Currently
740
761
  # available options: * "monitoring.googleapis.com/kubernetes" - The Cloud
741
762
  # Monitoring service with a Kubernetes-native resource model * `monitoring.
@@ -948,12 +969,15 @@ module Google
948
969
  @legacy_abac = args[:legacy_abac] if args.key?(:legacy_abac)
949
970
  @location = args[:location] if args.key?(:location)
950
971
  @locations = args[:locations] if args.key?(:locations)
972
+ @logging_config = args[:logging_config] if args.key?(:logging_config)
951
973
  @logging_service = args[:logging_service] if args.key?(:logging_service)
952
974
  @maintenance_policy = args[:maintenance_policy] if args.key?(:maintenance_policy)
953
975
  @master = args[:master] if args.key?(:master)
954
976
  @master_auth = args[:master_auth] if args.key?(:master_auth)
955
977
  @master_authorized_networks_config = args[:master_authorized_networks_config] if args.key?(:master_authorized_networks_config)
956
978
  @master_ipv4_cidr_block = args[:master_ipv4_cidr_block] if args.key?(:master_ipv4_cidr_block)
979
+ @mesh_certificates = args[:mesh_certificates] if args.key?(:mesh_certificates)
980
+ @monitoring_config = args[:monitoring_config] if args.key?(:monitoring_config)
957
981
  @monitoring_service = args[:monitoring_service] if args.key?(:monitoring_service)
958
982
  @name = args[:name] if args.key?(:name)
959
983
  @network = args[:network] if args.key?(:network)
@@ -1145,6 +1169,11 @@ module Google
1145
1169
  # @return [Array<String>]
1146
1170
  attr_accessor :desired_locations
1147
1171
 
1172
+ # LoggingConfig is cluster logging configuration.
1173
+ # Corresponds to the JSON property `desiredLoggingConfig`
1174
+ # @return [Google::Apis::ContainerV1beta1::LoggingConfig]
1175
+ attr_accessor :desired_logging_config
1176
+
1148
1177
  # The logging service the cluster should use to write logs. Currently available
1149
1178
  # options: * `logging.googleapis.com/kubernetes` - The Cloud Logging service
1150
1179
  # with a Kubernetes-native resource model * `logging.googleapis.com` - The
@@ -1180,6 +1209,16 @@ module Google
1180
1209
  # @return [String]
1181
1210
  attr_accessor :desired_master_version
1182
1211
 
1212
+ # Configuration for issuance of mTLS keys and certificates to Kubernetes pods.
1213
+ # Corresponds to the JSON property `desiredMeshCertificates`
1214
+ # @return [Google::Apis::ContainerV1beta1::MeshCertificates]
1215
+ attr_accessor :desired_mesh_certificates
1216
+
1217
+ # MonitoringConfig is cluster monitoring configuration.
1218
+ # Corresponds to the JSON property `desiredMonitoringConfig`
1219
+ # @return [Google::Apis::ContainerV1beta1::MonitoringConfig]
1220
+ attr_accessor :desired_monitoring_config
1221
+
1183
1222
  # The monitoring service the cluster should use to write metrics. Currently
1184
1223
  # available options: * "monitoring.googleapis.com/kubernetes" - The Cloud
1185
1224
  # Monitoring service with a Kubernetes-native resource model * `monitoring.
@@ -1302,10 +1341,13 @@ module Google
1302
1341
  @desired_intra_node_visibility_config = args[:desired_intra_node_visibility_config] if args.key?(:desired_intra_node_visibility_config)
1303
1342
  @desired_l4ilb_subsetting_config = args[:desired_l4ilb_subsetting_config] if args.key?(:desired_l4ilb_subsetting_config)
1304
1343
  @desired_locations = args[:desired_locations] if args.key?(:desired_locations)
1344
+ @desired_logging_config = args[:desired_logging_config] if args.key?(:desired_logging_config)
1305
1345
  @desired_logging_service = args[:desired_logging_service] if args.key?(:desired_logging_service)
1306
1346
  @desired_master = args[:desired_master] if args.key?(:desired_master)
1307
1347
  @desired_master_authorized_networks_config = args[:desired_master_authorized_networks_config] if args.key?(:desired_master_authorized_networks_config)
1308
1348
  @desired_master_version = args[:desired_master_version] if args.key?(:desired_master_version)
1349
+ @desired_mesh_certificates = args[:desired_mesh_certificates] if args.key?(:desired_mesh_certificates)
1350
+ @desired_monitoring_config = args[:desired_monitoring_config] if args.key?(:desired_monitoring_config)
1309
1351
  @desired_monitoring_service = args[:desired_monitoring_service] if args.key?(:desired_monitoring_service)
1310
1352
  @desired_node_pool_autoscaling = args[:desired_node_pool_autoscaling] if args.key?(:desired_node_pool_autoscaling)
1311
1353
  @desired_node_pool_id = args[:desired_node_pool_id] if args.key?(:desired_node_pool_id)
@@ -1764,6 +1806,26 @@ module Google
1764
1806
  end
1765
1807
  end
1766
1808
 
1809
+ # Configuration for the GCP Filestore CSI driver.
1810
+ class GcpFilestoreCsiDriverConfig
1811
+ include Google::Apis::Core::Hashable
1812
+
1813
+ # Whether the GCP Filestore CSI driver is enabled for this cluster.
1814
+ # Corresponds to the JSON property `enabled`
1815
+ # @return [Boolean]
1816
+ attr_accessor :enabled
1817
+ alias_method :enabled?, :enabled
1818
+
1819
+ def initialize(**args)
1820
+ update!(**args)
1821
+ end
1822
+
1823
+ # Update properties of this object
1824
+ def update!(**args)
1825
+ @enabled = args[:enabled] if args.key?(:enabled)
1826
+ end
1827
+ end
1828
+
1767
1829
  # GetJSONWebKeysResponse is a valid JSON Web Key Set as specififed in rfc 7517
1768
1830
  class GetJsonWebKeysResponse
1769
1831
  include Google::Apis::Core::Hashable
@@ -2481,6 +2543,44 @@ module Google
2481
2543
  end
2482
2544
  end
2483
2545
 
2546
+ # LoggingComponentConfig is cluster logging component configuration.
2547
+ class LoggingComponentConfig
2548
+ include Google::Apis::Core::Hashable
2549
+
2550
+ # Select components to collect logs. An empty set would disable all logging.
2551
+ # Corresponds to the JSON property `enableComponents`
2552
+ # @return [Array<String>]
2553
+ attr_accessor :enable_components
2554
+
2555
+ def initialize(**args)
2556
+ update!(**args)
2557
+ end
2558
+
2559
+ # Update properties of this object
2560
+ def update!(**args)
2561
+ @enable_components = args[:enable_components] if args.key?(:enable_components)
2562
+ end
2563
+ end
2564
+
2565
+ # LoggingConfig is cluster logging configuration.
2566
+ class LoggingConfig
2567
+ include Google::Apis::Core::Hashable
2568
+
2569
+ # LoggingComponentConfig is cluster logging component configuration.
2570
+ # Corresponds to the JSON property `componentConfig`
2571
+ # @return [Google::Apis::ContainerV1beta1::LoggingComponentConfig]
2572
+ attr_accessor :component_config
2573
+
2574
+ def initialize(**args)
2575
+ update!(**args)
2576
+ end
2577
+
2578
+ # Update properties of this object
2579
+ def update!(**args)
2580
+ @component_config = args[:component_config] if args.key?(:component_config)
2581
+ end
2582
+ end
2583
+
2484
2584
  # MaintenancePolicy defines the maintenance policy to be used for the cluster.
2485
2585
  class MaintenancePolicy
2486
2586
  include Google::Apis::Core::Hashable
@@ -2668,6 +2768,30 @@ module Google
2668
2768
  end
2669
2769
  end
2670
2770
 
2771
+ # Configuration for issuance of mTLS keys and certificates to Kubernetes pods.
2772
+ class MeshCertificates
2773
+ include Google::Apis::Core::Hashable
2774
+
2775
+ # enable_certificates controls issuance of workload mTLS certificates. If set,
2776
+ # the GKE Workload Identity Certificates controller and node agent will be
2777
+ # deployed in the cluster, which can then be configured by creating a
2778
+ # WorkloadCertificateConfig Custom Resource. Requires Workload Identity (
2779
+ # workload_pool must be non-empty).
2780
+ # Corresponds to the JSON property `enableCertificates`
2781
+ # @return [Boolean]
2782
+ attr_accessor :enable_certificates
2783
+ alias_method :enable_certificates?, :enable_certificates
2784
+
2785
+ def initialize(**args)
2786
+ update!(**args)
2787
+ end
2788
+
2789
+ # Update properties of this object
2790
+ def update!(**args)
2791
+ @enable_certificates = args[:enable_certificates] if args.key?(:enable_certificates)
2792
+ end
2793
+ end
2794
+
2671
2795
  # Progress metric is (string, int|float|string) pair.
2672
2796
  class Metric
2673
2797
  include Google::Apis::Core::Hashable
@@ -2705,6 +2829,45 @@ module Google
2705
2829
  end
2706
2830
  end
2707
2831
 
2832
+ # MonitoringComponentConfig is cluster monitoring component configuration.
2833
+ class MonitoringComponentConfig
2834
+ include Google::Apis::Core::Hashable
2835
+
2836
+ # Select components to collect metrics. An empty set would disable all
2837
+ # monitoring.
2838
+ # Corresponds to the JSON property `enableComponents`
2839
+ # @return [Array<String>]
2840
+ attr_accessor :enable_components
2841
+
2842
+ def initialize(**args)
2843
+ update!(**args)
2844
+ end
2845
+
2846
+ # Update properties of this object
2847
+ def update!(**args)
2848
+ @enable_components = args[:enable_components] if args.key?(:enable_components)
2849
+ end
2850
+ end
2851
+
2852
+ # MonitoringConfig is cluster monitoring configuration.
2853
+ class MonitoringConfig
2854
+ include Google::Apis::Core::Hashable
2855
+
2856
+ # MonitoringComponentConfig is cluster monitoring component configuration.
2857
+ # Corresponds to the JSON property `componentConfig`
2858
+ # @return [Google::Apis::ContainerV1beta1::MonitoringComponentConfig]
2859
+ attr_accessor :component_config
2860
+
2861
+ def initialize(**args)
2862
+ update!(**args)
2863
+ end
2864
+
2865
+ # Update properties of this object
2866
+ def update!(**args)
2867
+ @component_config = args[:component_config] if args.key?(:component_config)
2868
+ end
2869
+ end
2870
+
2708
2871
  # NetworkConfig reports the relative names of network & subnetwork.
2709
2872
  class NetworkConfig
2710
2873
  include Google::Apis::Core::Hashable
@@ -2889,6 +3052,11 @@ module Google
2889
3052
  # @return [Google::Apis::ContainerV1beta1::EphemeralStorageConfig]
2890
3053
  attr_accessor :ephemeral_storage_config
2891
3054
 
3055
+ # Configuration of gVNIC feature.
3056
+ # Corresponds to the JSON property `gvnic`
3057
+ # @return [Google::Apis::ContainerV1beta1::VirtualNic]
3058
+ attr_accessor :gvnic
3059
+
2892
3060
  # The image type to use for this node. Note that for a given image type, the
2893
3061
  # latest version of it will be used.
2894
3062
  # Corresponds to the JSON property `imageType`
@@ -2940,9 +3108,8 @@ module Google
2940
3108
  # - "gci-ensure-gke-docker" - "gci-metrics-enabled" - "gci-update-strategy" - "
2941
3109
  # instance-template" - "kube-env" - "startup-script" - "user-data" - "disable-
2942
3110
  # address-manager" - "windows-startup-script-ps1" - "common-psm1" - "k8s-node-
2943
- # setup-psm1" - "install-ssh-psm1" - "user-profile-psm1" The following keys are
2944
- # reserved for Windows nodes: - "serial-port-logging-enable" Values are free-
2945
- # form strings, and only have meaning as interpreted by the image running in the
3111
+ # setup-psm1" - "install-ssh-psm1" - "user-profile-psm1" Values are free-form
3112
+ # strings, and only have meaning as interpreted by the image running in the
2946
3113
  # instance. The only restriction placed on them is that each value's size must
2947
3114
  # be less than or equal to 32 KB. The total size of all keys and values must be
2948
3115
  # less than 512 KB.
@@ -3012,6 +3179,13 @@ module Google
3012
3179
  # @return [Google::Apis::ContainerV1beta1::ShieldedInstanceConfig]
3013
3180
  attr_accessor :shielded_instance_config
3014
3181
 
3182
+ # Spot flag for enabling Spot VM, which is a rebrand of the existing preemptible
3183
+ # flag.
3184
+ # Corresponds to the JSON property `spot`
3185
+ # @return [Boolean]
3186
+ attr_accessor :spot
3187
+ alias_method :spot?, :spot
3188
+
3015
3189
  # The list of instance tags applied to all nodes. Tags are used to identify
3016
3190
  # valid sources or targets for network firewalls and are specified by the client
3017
3191
  # during cluster or node pool creation. Each tag within the list must comply
@@ -3044,6 +3218,7 @@ module Google
3044
3218
  @disk_size_gb = args[:disk_size_gb] if args.key?(:disk_size_gb)
3045
3219
  @disk_type = args[:disk_type] if args.key?(:disk_type)
3046
3220
  @ephemeral_storage_config = args[:ephemeral_storage_config] if args.key?(:ephemeral_storage_config)
3221
+ @gvnic = args[:gvnic] if args.key?(:gvnic)
3047
3222
  @image_type = args[:image_type] if args.key?(:image_type)
3048
3223
  @kubelet_config = args[:kubelet_config] if args.key?(:kubelet_config)
3049
3224
  @labels = args[:labels] if args.key?(:labels)
@@ -3059,6 +3234,7 @@ module Google
3059
3234
  @sandbox_config = args[:sandbox_config] if args.key?(:sandbox_config)
3060
3235
  @service_account = args[:service_account] if args.key?(:service_account)
3061
3236
  @shielded_instance_config = args[:shielded_instance_config] if args.key?(:shielded_instance_config)
3237
+ @spot = args[:spot] if args.key?(:spot)
3062
3238
  @tags = args[:tags] if args.key?(:tags)
3063
3239
  @taints = args[:taints] if args.key?(:taints)
3064
3240
  @workload_metadata_config = args[:workload_metadata_config] if args.key?(:workload_metadata_config)
@@ -3179,8 +3355,7 @@ module Google
3179
3355
  end
3180
3356
  end
3181
3357
 
3182
- # Parameters for node pool-level network config. Only applicable if `
3183
- # ip_allocation_policy.use_ip_aliases` is true.
3358
+ # Parameters for node pool-level network config.
3184
3359
  class NodeNetworkConfig
3185
3360
  include Google::Apis::Core::Hashable
3186
3361
 
@@ -3188,6 +3363,8 @@ module Google
3188
3363
  # Defaults are provided for `pod_range` and `pod_ipv4_cidr_block` if they are
3189
3364
  # not specified. If neither `create_pod_range` or `pod_range` are specified, the
3190
3365
  # cluster-level default (`ip_allocation_policy.cluster_ipv4_cidr_block`) is used.
3366
+ # Only applicable if `ip_allocation_policy.use_ip_aliases` is true. This field
3367
+ # cannot be changed after the node pool has been created.
3191
3368
  # Corresponds to the JSON property `createPodRange`
3192
3369
  # @return [Boolean]
3193
3370
  attr_accessor :create_pod_range
@@ -3198,14 +3375,17 @@ module Google
3198
3375
  # default size. Set to /netmask (e.g. `/14`) to have a range chosen with a
3199
3376
  # specific netmask. Set to a [CIDR](https://en.wikipedia.org/wiki/
3200
3377
  # Classless_Inter-Domain_Routing) notation (e.g. `10.96.0.0/14`) to pick a
3201
- # specific range to use.
3378
+ # specific range to use. Only applicable if `ip_allocation_policy.use_ip_aliases`
3379
+ # is true. This field cannot be changed after the node pool has been created.
3202
3380
  # Corresponds to the JSON property `podIpv4CidrBlock`
3203
3381
  # @return [String]
3204
3382
  attr_accessor :pod_ipv4_cidr_block
3205
3383
 
3206
3384
  # The ID of the secondary range for pod IPs. If `create_pod_range` is true, this
3207
3385
  # ID is used for the new range. If `create_pod_range` is false, uses an existing
3208
- # secondary range with this ID.
3386
+ # secondary range with this ID. Only applicable if `ip_allocation_policy.
3387
+ # use_ip_aliases` is true. This field cannot be changed after the node pool has
3388
+ # been created.
3209
3389
  # Corresponds to the JSON property `podRange`
3210
3390
  # @return [String]
3211
3391
  attr_accessor :pod_range
@@ -3301,8 +3481,7 @@ module Google
3301
3481
  # @return [String]
3302
3482
  attr_accessor :name
3303
3483
 
3304
- # Parameters for node pool-level network config. Only applicable if `
3305
- # ip_allocation_policy.use_ip_aliases` is true.
3484
+ # Parameters for node pool-level network config.
3306
3485
  # Corresponds to the JSON property `networkConfig`
3307
3486
  # @return [Google::Apis::ContainerV1beta1::NodeNetworkConfig]
3308
3487
  attr_accessor :network_config
@@ -3380,13 +3559,14 @@ module Google
3380
3559
  attr_accessor :enabled
3381
3560
  alias_method :enabled?, :enabled
3382
3561
 
3383
- # Maximum number of nodes in the NodePool. Must be >= min_node_count. There has
3384
- # to be enough quota to scale up the cluster.
3562
+ # Maximum number of nodes for one location in the NodePool. Must be >=
3563
+ # min_node_count. There has to be enough quota to scale up the cluster.
3385
3564
  # Corresponds to the JSON property `maxNodeCount`
3386
3565
  # @return [Fixnum]
3387
3566
  attr_accessor :max_node_count
3388
3567
 
3389
- # Minimum number of nodes in the NodePool. Must be >= 1 and <= max_node_count.
3568
+ # Minimum number of nodes for one location in the NodePool. Must be >= 1 and <=
3569
+ # max_node_count.
3390
3570
  # Corresponds to the JSON property `minNodeCount`
3391
3571
  # @return [Fixnum]
3392
3572
  attr_accessor :min_node_count
@@ -5139,6 +5319,11 @@ module Google
5139
5319
  # @return [String]
5140
5320
  attr_accessor :cluster_id
5141
5321
 
5322
+ # Configuration of gVNIC feature.
5323
+ # Corresponds to the JSON property `gvnic`
5324
+ # @return [Google::Apis::ContainerV1beta1::VirtualNic]
5325
+ attr_accessor :gvnic
5326
+
5142
5327
  # Required. The desired image type for the node pool.
5143
5328
  # Corresponds to the JSON property `imageType`
5144
5329
  # @return [String]
@@ -5237,6 +5422,7 @@ module Google
5237
5422
  # Update properties of this object
5238
5423
  def update!(**args)
5239
5424
  @cluster_id = args[:cluster_id] if args.key?(:cluster_id)
5425
+ @gvnic = args[:gvnic] if args.key?(:gvnic)
5240
5426
  @image_type = args[:image_type] if args.key?(:image_type)
5241
5427
  @kubelet_config = args[:kubelet_config] if args.key?(:kubelet_config)
5242
5428
  @labels = args[:labels] if args.key?(:labels)
@@ -5283,6 +5469,11 @@ module Google
5283
5469
  # @return [String]
5284
5470
  attr_accessor :version
5285
5471
 
5472
+ # Windows server versions.
5473
+ # Corresponds to the JSON property `windowsVersions`
5474
+ # @return [Google::Apis::ContainerV1beta1::WindowsVersions]
5475
+ attr_accessor :windows_versions
5476
+
5286
5477
  def initialize(**args)
5287
5478
  update!(**args)
5288
5479
  end
@@ -5293,6 +5484,7 @@ module Google
5293
5484
  @resource = args[:resource] if args.key?(:resource)
5294
5485
  @resource_type = args[:resource_type] if args.key?(:resource_type)
5295
5486
  @version = args[:version] if args.key?(:version)
5487
+ @windows_versions = args[:windows_versions] if args.key?(:windows_versions)
5296
5488
  end
5297
5489
  end
5298
5490
 
@@ -5476,6 +5668,26 @@ module Google
5476
5668
  end
5477
5669
  end
5478
5670
 
5671
+ # Configuration of gVNIC feature.
5672
+ class VirtualNic
5673
+ include Google::Apis::Core::Hashable
5674
+
5675
+ # Whether gVNIC features are enabled in the node pool.
5676
+ # Corresponds to the JSON property `enabled`
5677
+ # @return [Boolean]
5678
+ attr_accessor :enabled
5679
+ alias_method :enabled?, :enabled
5680
+
5681
+ def initialize(**args)
5682
+ update!(**args)
5683
+ end
5684
+
5685
+ # Update properties of this object
5686
+ def update!(**args)
5687
+ @enabled = args[:enabled] if args.key?(:enabled)
5688
+ end
5689
+ end
5690
+
5479
5691
  # Windows server version.
5480
5692
  class WindowsVersion
5481
5693
  include Google::Apis::Core::Hashable
@@ -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.16.0"
19
+ GEM_VERSION = "0.20.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210715"
25
+ REVISION = "20210914"
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 GcpFilestoreCsiDriverConfig
218
+ class Representation < Google::Apis::Core::JsonRepresentation; end
219
+
220
+ include Google::Apis::Core::JsonObjectSupport
221
+ end
222
+
217
223
  class GetJsonWebKeysResponse
218
224
  class Representation < Google::Apis::Core::JsonRepresentation; end
219
225
 
@@ -340,6 +346,18 @@ module Google
340
346
  include Google::Apis::Core::JsonObjectSupport
341
347
  end
342
348
 
349
+ class LoggingComponentConfig
350
+ class Representation < Google::Apis::Core::JsonRepresentation; end
351
+
352
+ include Google::Apis::Core::JsonObjectSupport
353
+ end
354
+
355
+ class LoggingConfig
356
+ class Representation < Google::Apis::Core::JsonRepresentation; end
357
+
358
+ include Google::Apis::Core::JsonObjectSupport
359
+ end
360
+
343
361
  class MaintenancePolicy
344
362
  class Representation < Google::Apis::Core::JsonRepresentation; end
345
363
 
@@ -376,12 +394,30 @@ module Google
376
394
  include Google::Apis::Core::JsonObjectSupport
377
395
  end
378
396
 
397
+ class MeshCertificates
398
+ class Representation < Google::Apis::Core::JsonRepresentation; end
399
+
400
+ include Google::Apis::Core::JsonObjectSupport
401
+ end
402
+
379
403
  class Metric
380
404
  class Representation < Google::Apis::Core::JsonRepresentation; end
381
405
 
382
406
  include Google::Apis::Core::JsonObjectSupport
383
407
  end
384
408
 
409
+ class MonitoringComponentConfig
410
+ class Representation < Google::Apis::Core::JsonRepresentation; end
411
+
412
+ include Google::Apis::Core::JsonObjectSupport
413
+ end
414
+
415
+ class MonitoringConfig
416
+ class Representation < Google::Apis::Core::JsonRepresentation; end
417
+
418
+ include Google::Apis::Core::JsonObjectSupport
419
+ end
420
+
385
421
  class NetworkConfig
386
422
  class Representation < Google::Apis::Core::JsonRepresentation; end
387
423
 
@@ -742,6 +778,12 @@ module Google
742
778
  include Google::Apis::Core::JsonObjectSupport
743
779
  end
744
780
 
781
+ class VirtualNic
782
+ class Representation < Google::Apis::Core::JsonRepresentation; end
783
+
784
+ include Google::Apis::Core::JsonObjectSupport
785
+ end
786
+
745
787
  class WindowsVersion
746
788
  class Representation < Google::Apis::Core::JsonRepresentation; end
747
789
 
@@ -792,6 +834,8 @@ module Google
792
834
 
793
835
  property :gce_persistent_disk_csi_driver_config, as: 'gcePersistentDiskCsiDriverConfig', class: Google::Apis::ContainerV1beta1::GcePersistentDiskCsiDriverConfig, decorator: Google::Apis::ContainerV1beta1::GcePersistentDiskCsiDriverConfig::Representation
794
836
 
837
+ property :gcp_filestore_csi_driver_config, as: 'gcpFilestoreCsiDriverConfig', class: Google::Apis::ContainerV1beta1::GcpFilestoreCsiDriverConfig, decorator: Google::Apis::ContainerV1beta1::GcpFilestoreCsiDriverConfig::Representation
838
+
795
839
  property :horizontal_pod_autoscaling, as: 'horizontalPodAutoscaling', class: Google::Apis::ContainerV1beta1::HorizontalPodAutoscaling, decorator: Google::Apis::ContainerV1beta1::HorizontalPodAutoscaling::Representation
796
840
 
797
841
  property :http_load_balancing, as: 'httpLoadBalancing', class: Google::Apis::ContainerV1beta1::HttpLoadBalancing, decorator: Google::Apis::ContainerV1beta1::HttpLoadBalancing::Representation
@@ -950,6 +994,8 @@ module Google
950
994
 
951
995
  property :location, as: 'location'
952
996
  collection :locations, as: 'locations'
997
+ property :logging_config, as: 'loggingConfig', class: Google::Apis::ContainerV1beta1::LoggingConfig, decorator: Google::Apis::ContainerV1beta1::LoggingConfig::Representation
998
+
953
999
  property :logging_service, as: 'loggingService'
954
1000
  property :maintenance_policy, as: 'maintenancePolicy', class: Google::Apis::ContainerV1beta1::MaintenancePolicy, decorator: Google::Apis::ContainerV1beta1::MaintenancePolicy::Representation
955
1001
 
@@ -960,6 +1006,10 @@ module Google
960
1006
  property :master_authorized_networks_config, as: 'masterAuthorizedNetworksConfig', class: Google::Apis::ContainerV1beta1::MasterAuthorizedNetworksConfig, decorator: Google::Apis::ContainerV1beta1::MasterAuthorizedNetworksConfig::Representation
961
1007
 
962
1008
  property :master_ipv4_cidr_block, as: 'masterIpv4CidrBlock'
1009
+ property :mesh_certificates, as: 'meshCertificates', class: Google::Apis::ContainerV1beta1::MeshCertificates, decorator: Google::Apis::ContainerV1beta1::MeshCertificates::Representation
1010
+
1011
+ property :monitoring_config, as: 'monitoringConfig', class: Google::Apis::ContainerV1beta1::MonitoringConfig, decorator: Google::Apis::ContainerV1beta1::MonitoringConfig::Representation
1012
+
963
1013
  property :monitoring_service, as: 'monitoringService'
964
1014
  property :name, as: 'name'
965
1015
  property :network, as: 'network'
@@ -1056,12 +1106,18 @@ module Google
1056
1106
  property :desired_l4ilb_subsetting_config, as: 'desiredL4ilbSubsettingConfig', class: Google::Apis::ContainerV1beta1::IlbSubsettingConfig, decorator: Google::Apis::ContainerV1beta1::IlbSubsettingConfig::Representation
1057
1107
 
1058
1108
  collection :desired_locations, as: 'desiredLocations'
1109
+ property :desired_logging_config, as: 'desiredLoggingConfig', class: Google::Apis::ContainerV1beta1::LoggingConfig, decorator: Google::Apis::ContainerV1beta1::LoggingConfig::Representation
1110
+
1059
1111
  property :desired_logging_service, as: 'desiredLoggingService'
1060
1112
  property :desired_master, as: 'desiredMaster', class: Google::Apis::ContainerV1beta1::Master, decorator: Google::Apis::ContainerV1beta1::Master::Representation
1061
1113
 
1062
1114
  property :desired_master_authorized_networks_config, as: 'desiredMasterAuthorizedNetworksConfig', class: Google::Apis::ContainerV1beta1::MasterAuthorizedNetworksConfig, decorator: Google::Apis::ContainerV1beta1::MasterAuthorizedNetworksConfig::Representation
1063
1115
 
1064
1116
  property :desired_master_version, as: 'desiredMasterVersion'
1117
+ property :desired_mesh_certificates, as: 'desiredMeshCertificates', class: Google::Apis::ContainerV1beta1::MeshCertificates, decorator: Google::Apis::ContainerV1beta1::MeshCertificates::Representation
1118
+
1119
+ property :desired_monitoring_config, as: 'desiredMonitoringConfig', class: Google::Apis::ContainerV1beta1::MonitoringConfig, decorator: Google::Apis::ContainerV1beta1::MonitoringConfig::Representation
1120
+
1065
1121
  property :desired_monitoring_service, as: 'desiredMonitoringService'
1066
1122
  property :desired_node_pool_autoscaling, as: 'desiredNodePoolAutoscaling', class: Google::Apis::ContainerV1beta1::NodePoolAutoscaling, decorator: Google::Apis::ContainerV1beta1::NodePoolAutoscaling::Representation
1067
1123
 
@@ -1215,6 +1271,13 @@ module Google
1215
1271
  end
1216
1272
  end
1217
1273
 
1274
+ class GcpFilestoreCsiDriverConfig
1275
+ # @private
1276
+ class Representation < Google::Apis::Core::JsonRepresentation
1277
+ property :enabled, as: 'enabled'
1278
+ end
1279
+ end
1280
+
1218
1281
  class GetJsonWebKeysResponse
1219
1282
  # @private
1220
1283
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1408,6 +1471,21 @@ module Google
1408
1471
  end
1409
1472
  end
1410
1473
 
1474
+ class LoggingComponentConfig
1475
+ # @private
1476
+ class Representation < Google::Apis::Core::JsonRepresentation
1477
+ collection :enable_components, as: 'enableComponents'
1478
+ end
1479
+ end
1480
+
1481
+ class LoggingConfig
1482
+ # @private
1483
+ class Representation < Google::Apis::Core::JsonRepresentation
1484
+ property :component_config, as: 'componentConfig', class: Google::Apis::ContainerV1beta1::LoggingComponentConfig, decorator: Google::Apis::ContainerV1beta1::LoggingComponentConfig::Representation
1485
+
1486
+ end
1487
+ end
1488
+
1411
1489
  class MaintenancePolicy
1412
1490
  # @private
1413
1491
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1464,6 +1542,13 @@ module Google
1464
1542
  end
1465
1543
  end
1466
1544
 
1545
+ class MeshCertificates
1546
+ # @private
1547
+ class Representation < Google::Apis::Core::JsonRepresentation
1548
+ property :enable_certificates, as: 'enableCertificates'
1549
+ end
1550
+ end
1551
+
1467
1552
  class Metric
1468
1553
  # @private
1469
1554
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1474,6 +1559,21 @@ module Google
1474
1559
  end
1475
1560
  end
1476
1561
 
1562
+ class MonitoringComponentConfig
1563
+ # @private
1564
+ class Representation < Google::Apis::Core::JsonRepresentation
1565
+ collection :enable_components, as: 'enableComponents'
1566
+ end
1567
+ end
1568
+
1569
+ class MonitoringConfig
1570
+ # @private
1571
+ class Representation < Google::Apis::Core::JsonRepresentation
1572
+ property :component_config, as: 'componentConfig', class: Google::Apis::ContainerV1beta1::MonitoringComponentConfig, decorator: Google::Apis::ContainerV1beta1::MonitoringComponentConfig::Representation
1573
+
1574
+ end
1575
+ end
1576
+
1477
1577
  class NetworkConfig
1478
1578
  # @private
1479
1579
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1524,6 +1624,8 @@ module Google
1524
1624
  property :disk_type, as: 'diskType'
1525
1625
  property :ephemeral_storage_config, as: 'ephemeralStorageConfig', class: Google::Apis::ContainerV1beta1::EphemeralStorageConfig, decorator: Google::Apis::ContainerV1beta1::EphemeralStorageConfig::Representation
1526
1626
 
1627
+ property :gvnic, as: 'gvnic', class: Google::Apis::ContainerV1beta1::VirtualNic, decorator: Google::Apis::ContainerV1beta1::VirtualNic::Representation
1628
+
1527
1629
  property :image_type, as: 'imageType'
1528
1630
  property :kubelet_config, as: 'kubeletConfig', class: Google::Apis::ContainerV1beta1::NodeKubeletConfig, decorator: Google::Apis::ContainerV1beta1::NodeKubeletConfig::Representation
1529
1631
 
@@ -1544,6 +1646,7 @@ module Google
1544
1646
  property :service_account, as: 'serviceAccount'
1545
1647
  property :shielded_instance_config, as: 'shieldedInstanceConfig', class: Google::Apis::ContainerV1beta1::ShieldedInstanceConfig, decorator: Google::Apis::ContainerV1beta1::ShieldedInstanceConfig::Representation
1546
1648
 
1649
+ property :spot, as: 'spot'
1547
1650
  collection :tags, as: 'tags'
1548
1651
  collection :taints, as: 'taints', class: Google::Apis::ContainerV1beta1::NodeTaint, decorator: Google::Apis::ContainerV1beta1::NodeTaint::Representation
1549
1652
 
@@ -2066,6 +2169,8 @@ module Google
2066
2169
  # @private
2067
2170
  class Representation < Google::Apis::Core::JsonRepresentation
2068
2171
  property :cluster_id, as: 'clusterId'
2172
+ property :gvnic, as: 'gvnic', class: Google::Apis::ContainerV1beta1::VirtualNic, decorator: Google::Apis::ContainerV1beta1::VirtualNic::Representation
2173
+
2069
2174
  property :image_type, as: 'imageType'
2070
2175
  property :kubelet_config, as: 'kubeletConfig', class: Google::Apis::ContainerV1beta1::NodeKubeletConfig, decorator: Google::Apis::ContainerV1beta1::NodeKubeletConfig::Representation
2071
2176
 
@@ -2098,6 +2203,8 @@ module Google
2098
2203
  property :resource, as: 'resource'
2099
2204
  property :resource_type, as: 'resourceType'
2100
2205
  property :version, as: 'version'
2206
+ property :windows_versions, as: 'windowsVersions', class: Google::Apis::ContainerV1beta1::WindowsVersions, decorator: Google::Apis::ContainerV1beta1::WindowsVersions::Representation
2207
+
2101
2208
  end
2102
2209
  end
2103
2210
 
@@ -2149,6 +2256,13 @@ module Google
2149
2256
  end
2150
2257
  end
2151
2258
 
2259
+ class VirtualNic
2260
+ # @private
2261
+ class Representation < Google::Apis::Core::JsonRepresentation
2262
+ property :enabled, as: 'enabled'
2263
+ end
2264
+ end
2265
+
2152
2266
  class WindowsVersion
2153
2267
  # @private
2154
2268
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -30,7 +30,7 @@ module Google
30
30
  # This is NOT the gem version.
31
31
  VERSION = 'V1beta1'
32
32
 
33
- # See, edit, configure, and delete your Google Cloud Platform data
33
+ # See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account.
34
34
  AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
35
35
  end
36
36
  end
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.16.0
4
+ version: 0.20.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-08-02 00:00:00.000000000 Z
11
+ date: 2021-10-04 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/master/generated/google-apis-container_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-container_v1beta1/v0.16.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-container_v1beta1/v0.20.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-container_v1beta1
63
63
  post_install_message:
64
64
  rdoc_options: []