google-apis-gkehub_v1 0.49.0 → 0.51.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +8 -0
- data/lib/google/apis/gkehub_v1/classes.rb +205 -53
- data/lib/google/apis/gkehub_v1/gem_version.rb +2 -2
- data/lib/google/apis/gkehub_v1/representations.rb +111 -17
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d3e23004081c6ba5e864987f4d0166e492133a687ad3836a4c4e456c1b152600
|
4
|
+
data.tar.gz: 75bc99154dcf30805a400e52e435ee7a9d2fb8e7f7e9156eb83d506db96de24a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 876940daa0a3d1db9487429178e3c2c66ee5745006a98097a1ea0584809f54ab5efe08a5765f25c683108405093599a870983b5f4d26f40142dc7d84cd36e2c5
|
7
|
+
data.tar.gz: 3dd4dc36004b07dca1230e6f1503c0c11bab318a95e8c7303a9ff3207dec244f29f4347e220a9941d47c83ccb33fee4d9021de8166b40abb39f7c414242dac7a
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-gkehub_v1
|
2
2
|
|
3
|
+
### v0.51.0 (2023-07-02)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20230627
|
6
|
+
|
7
|
+
### v0.50.0 (2023-06-25)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20230620
|
10
|
+
|
3
11
|
### v0.49.0 (2023-06-18)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20230609
|
@@ -381,11 +381,9 @@ module Google
|
|
381
381
|
|
382
382
|
# Enables the installation of ConfigSync. If set to true, ConfigSync resources
|
383
383
|
# will be created and the other ConfigSync fields will be applied if exist. If
|
384
|
-
# set to false
|
385
|
-
# will be
|
386
|
-
#
|
387
|
-
# resources will be managed if: * the git or oci field is present; or * Managed
|
388
|
-
# Config Sync is enabled (i.e., managed.enabled is true).
|
384
|
+
# set to false, all other ConfigSync fields will be ignored, ConfigSync
|
385
|
+
# resources will be deleted. If omitted, ConfigSync resources will be managed
|
386
|
+
# depends on the presence of the git or oci field.
|
389
387
|
# Corresponds to the JSON property `enabled`
|
390
388
|
# @return [Boolean]
|
391
389
|
attr_accessor :enabled
|
@@ -396,17 +394,12 @@ module Google
|
|
396
394
|
# @return [Google::Apis::GkehubV1::ConfigManagementGitConfig]
|
397
395
|
attr_accessor :git
|
398
396
|
|
399
|
-
#
|
400
|
-
#
|
401
|
-
# @return [Google::Apis::GkehubV1::ConfigManagementManaged]
|
402
|
-
attr_accessor :managed
|
403
|
-
|
404
|
-
# The Email of the GCP Service Account (GSA) used for exporting Config Sync
|
405
|
-
# metrics to Cloud Monitoring and Cloud Monarch when Workload Identity is
|
397
|
+
# The Email of the Google Cloud Service Account (GSA) used for exporting Config
|
398
|
+
# Sync metrics to Cloud Monitoring and Cloud Monarch when Workload Identity is
|
406
399
|
# enabled. The GSA should have the Monitoring Metric Writer (roles/monitoring.
|
407
400
|
# metricWriter) IAM role. The Kubernetes ServiceAccount `default` in the
|
408
401
|
# namespace `config-management-monitoring` should be binded to the GSA. This
|
409
|
-
# field is required when
|
402
|
+
# field is required when automatic Feature management is enabled.
|
410
403
|
# Corresponds to the JSON property `metricsGcpServiceAccountEmail`
|
411
404
|
# @return [String]
|
412
405
|
attr_accessor :metrics_gcp_service_account_email
|
@@ -430,6 +423,14 @@ module Google
|
|
430
423
|
# @return [String]
|
431
424
|
attr_accessor :source_format
|
432
425
|
|
426
|
+
# Set to true to stop syncing configs for a single cluster when automatic
|
427
|
+
# Feature management is enabled. Default to false. The field will be ignored
|
428
|
+
# when automatic Feature management is disabled.
|
429
|
+
# Corresponds to the JSON property `stopSyncing`
|
430
|
+
# @return [Boolean]
|
431
|
+
attr_accessor :stop_syncing
|
432
|
+
alias_method :stop_syncing?, :stop_syncing
|
433
|
+
|
433
434
|
def initialize(**args)
|
434
435
|
update!(**args)
|
435
436
|
end
|
@@ -439,11 +440,11 @@ module Google
|
|
439
440
|
@allow_vertical_scale = args[:allow_vertical_scale] if args.key?(:allow_vertical_scale)
|
440
441
|
@enabled = args[:enabled] if args.key?(:enabled)
|
441
442
|
@git = args[:git] if args.key?(:git)
|
442
|
-
@managed = args[:managed] if args.key?(:managed)
|
443
443
|
@metrics_gcp_service_account_email = args[:metrics_gcp_service_account_email] if args.key?(:metrics_gcp_service_account_email)
|
444
444
|
@oci = args[:oci] if args.key?(:oci)
|
445
445
|
@prevent_drift = args[:prevent_drift] if args.key?(:prevent_drift)
|
446
446
|
@source_format = args[:source_format] if args.key?(:source_format)
|
447
|
+
@stop_syncing = args[:stop_syncing] if args.key?(:stop_syncing)
|
447
448
|
end
|
448
449
|
end
|
449
450
|
|
@@ -685,7 +686,7 @@ module Google
|
|
685
686
|
class ConfigManagementGitConfig
|
686
687
|
include Google::Apis::Core::Hashable
|
687
688
|
|
688
|
-
# The
|
689
|
+
# The Google Cloud Service Account Email used for auth when secret_type is
|
689
690
|
# gcpServiceAccount.
|
690
691
|
# Corresponds to the JSON property `gcpServiceAccountEmail`
|
691
692
|
# @return [String]
|
@@ -905,36 +906,6 @@ module Google
|
|
905
906
|
end
|
906
907
|
end
|
907
908
|
|
908
|
-
# Configuration for Managed Config Sync.
|
909
|
-
class ConfigManagementManaged
|
910
|
-
include Google::Apis::Core::Hashable
|
911
|
-
|
912
|
-
# Set to true to enable Managed Config Sync. Defaults to false which disables
|
913
|
-
# Managed Config Sync. Setting this field to true when configSync.enabled is
|
914
|
-
# false is invalid.
|
915
|
-
# Corresponds to the JSON property `enabled`
|
916
|
-
# @return [Boolean]
|
917
|
-
attr_accessor :enabled
|
918
|
-
alias_method :enabled?, :enabled
|
919
|
-
|
920
|
-
# Set to true to stop syncing configs for a single cluster. Default to false. If
|
921
|
-
# set to true, Managed Config Sync will not upgrade Config Sync.
|
922
|
-
# Corresponds to the JSON property `stopSyncing`
|
923
|
-
# @return [Boolean]
|
924
|
-
attr_accessor :stop_syncing
|
925
|
-
alias_method :stop_syncing?, :stop_syncing
|
926
|
-
|
927
|
-
def initialize(**args)
|
928
|
-
update!(**args)
|
929
|
-
end
|
930
|
-
|
931
|
-
# Update properties of this object
|
932
|
-
def update!(**args)
|
933
|
-
@enabled = args[:enabled] if args.key?(:enabled)
|
934
|
-
@stop_syncing = args[:stop_syncing] if args.key?(:stop_syncing)
|
935
|
-
end
|
936
|
-
end
|
937
|
-
|
938
909
|
# **Anthos Config Management**: Configuration for a single cluster. Intended to
|
939
910
|
# parallel the ConfigManagement CR.
|
940
911
|
class ConfigManagementMembershipSpec
|
@@ -960,6 +931,11 @@ module Google
|
|
960
931
|
# @return [Google::Apis::GkehubV1::ConfigManagementHierarchyControllerConfig]
|
961
932
|
attr_accessor :hierarchy_controller
|
962
933
|
|
934
|
+
# Enables automatic Feature management.
|
935
|
+
# Corresponds to the JSON property `management`
|
936
|
+
# @return [String]
|
937
|
+
attr_accessor :management
|
938
|
+
|
963
939
|
# Configuration for Policy Controller
|
964
940
|
# Corresponds to the JSON property `policyController`
|
965
941
|
# @return [Google::Apis::GkehubV1::ConfigManagementPolicyController]
|
@@ -979,6 +955,7 @@ module Google
|
|
979
955
|
@cluster = args[:cluster] if args.key?(:cluster)
|
980
956
|
@config_sync = args[:config_sync] if args.key?(:config_sync)
|
981
957
|
@hierarchy_controller = args[:hierarchy_controller] if args.key?(:hierarchy_controller)
|
958
|
+
@management = args[:management] if args.key?(:management)
|
982
959
|
@policy_controller = args[:policy_controller] if args.key?(:policy_controller)
|
983
960
|
@version = args[:version] if args.key?(:version)
|
984
961
|
end
|
@@ -1039,7 +1016,7 @@ module Google
|
|
1039
1016
|
class ConfigManagementOciConfig
|
1040
1017
|
include Google::Apis::Core::Hashable
|
1041
1018
|
|
1042
|
-
# The
|
1019
|
+
# The Google Cloud Service Account Email used for auth when secret_type is
|
1043
1020
|
# gcpServiceAccount.
|
1044
1021
|
# Corresponds to the JSON property `gcpServiceAccountEmail`
|
1045
1022
|
# @return [String]
|
@@ -1755,16 +1732,47 @@ module Google
|
|
1755
1732
|
end
|
1756
1733
|
end
|
1757
1734
|
|
1735
|
+
# All error details of the fleet observability feature.
|
1736
|
+
class FleetObservabilityFeatureError
|
1737
|
+
include Google::Apis::Core::Hashable
|
1738
|
+
|
1739
|
+
# The code of the error.
|
1740
|
+
# Corresponds to the JSON property `code`
|
1741
|
+
# @return [String]
|
1742
|
+
attr_accessor :code
|
1743
|
+
|
1744
|
+
# A human-readable description of the current status.
|
1745
|
+
# Corresponds to the JSON property `description`
|
1746
|
+
# @return [String]
|
1747
|
+
attr_accessor :description
|
1748
|
+
|
1749
|
+
def initialize(**args)
|
1750
|
+
update!(**args)
|
1751
|
+
end
|
1752
|
+
|
1753
|
+
# Update properties of this object
|
1754
|
+
def update!(**args)
|
1755
|
+
@code = args[:code] if args.key?(:code)
|
1756
|
+
@description = args[:description] if args.key?(:description)
|
1757
|
+
end
|
1758
|
+
end
|
1759
|
+
|
1758
1760
|
# **Fleet Observability**: The Hub-wide input for the FleetObservability feature.
|
1759
1761
|
class FleetObservabilityFeatureSpec
|
1760
1762
|
include Google::Apis::Core::Hashable
|
1761
1763
|
|
1764
|
+
# LoggingConfig defines the configuration for different types of logs.
|
1765
|
+
# Corresponds to the JSON property `loggingConfig`
|
1766
|
+
# @return [Google::Apis::GkehubV1::FleetObservabilityLoggingConfig]
|
1767
|
+
attr_accessor :logging_config
|
1768
|
+
|
1762
1769
|
def initialize(**args)
|
1763
1770
|
update!(**args)
|
1764
1771
|
end
|
1765
1772
|
|
1766
1773
|
# Update properties of this object
|
1767
1774
|
def update!(**args)
|
1775
|
+
@logging_config = args[:logging_config] if args.key?(:logging_config)
|
1768
1776
|
end
|
1769
1777
|
end
|
1770
1778
|
|
@@ -1772,12 +1780,119 @@ module Google
|
|
1772
1780
|
class FleetObservabilityFeatureState
|
1773
1781
|
include Google::Apis::Core::Hashable
|
1774
1782
|
|
1783
|
+
# Feature state for logging feature.
|
1784
|
+
# Corresponds to the JSON property `logging`
|
1785
|
+
# @return [Google::Apis::GkehubV1::FleetObservabilityFleetObservabilityLoggingState]
|
1786
|
+
attr_accessor :logging
|
1787
|
+
|
1788
|
+
# Feature state for monitoring feature.
|
1789
|
+
# Corresponds to the JSON property `monitoring`
|
1790
|
+
# @return [Google::Apis::GkehubV1::FleetObservabilityFleetObservabilityMonitoringState]
|
1791
|
+
attr_accessor :monitoring
|
1792
|
+
|
1775
1793
|
def initialize(**args)
|
1776
1794
|
update!(**args)
|
1777
1795
|
end
|
1778
1796
|
|
1779
1797
|
# Update properties of this object
|
1780
1798
|
def update!(**args)
|
1799
|
+
@logging = args[:logging] if args.key?(:logging)
|
1800
|
+
@monitoring = args[:monitoring] if args.key?(:monitoring)
|
1801
|
+
end
|
1802
|
+
end
|
1803
|
+
|
1804
|
+
# Base state for fleet observability feature.
|
1805
|
+
class FleetObservabilityFleetObservabilityBaseFeatureState
|
1806
|
+
include Google::Apis::Core::Hashable
|
1807
|
+
|
1808
|
+
# The high-level, machine-readable status of this Feature.
|
1809
|
+
# Corresponds to the JSON property `code`
|
1810
|
+
# @return [String]
|
1811
|
+
attr_accessor :code
|
1812
|
+
|
1813
|
+
# Errors after reconciling the monitoring and logging feature if the code is not
|
1814
|
+
# OK.
|
1815
|
+
# Corresponds to the JSON property `errors`
|
1816
|
+
# @return [Array<Google::Apis::GkehubV1::FleetObservabilityFeatureError>]
|
1817
|
+
attr_accessor :errors
|
1818
|
+
|
1819
|
+
def initialize(**args)
|
1820
|
+
update!(**args)
|
1821
|
+
end
|
1822
|
+
|
1823
|
+
# Update properties of this object
|
1824
|
+
def update!(**args)
|
1825
|
+
@code = args[:code] if args.key?(:code)
|
1826
|
+
@errors = args[:errors] if args.key?(:errors)
|
1827
|
+
end
|
1828
|
+
end
|
1829
|
+
|
1830
|
+
# Feature state for logging feature.
|
1831
|
+
class FleetObservabilityFleetObservabilityLoggingState
|
1832
|
+
include Google::Apis::Core::Hashable
|
1833
|
+
|
1834
|
+
# Base state for fleet observability feature.
|
1835
|
+
# Corresponds to the JSON property `defaultLog`
|
1836
|
+
# @return [Google::Apis::GkehubV1::FleetObservabilityFleetObservabilityBaseFeatureState]
|
1837
|
+
attr_accessor :default_log
|
1838
|
+
|
1839
|
+
# Base state for fleet observability feature.
|
1840
|
+
# Corresponds to the JSON property `scopeLog`
|
1841
|
+
# @return [Google::Apis::GkehubV1::FleetObservabilityFleetObservabilityBaseFeatureState]
|
1842
|
+
attr_accessor :scope_log
|
1843
|
+
|
1844
|
+
def initialize(**args)
|
1845
|
+
update!(**args)
|
1846
|
+
end
|
1847
|
+
|
1848
|
+
# Update properties of this object
|
1849
|
+
def update!(**args)
|
1850
|
+
@default_log = args[:default_log] if args.key?(:default_log)
|
1851
|
+
@scope_log = args[:scope_log] if args.key?(:scope_log)
|
1852
|
+
end
|
1853
|
+
end
|
1854
|
+
|
1855
|
+
# Feature state for monitoring feature.
|
1856
|
+
class FleetObservabilityFleetObservabilityMonitoringState
|
1857
|
+
include Google::Apis::Core::Hashable
|
1858
|
+
|
1859
|
+
# Base state for fleet observability feature.
|
1860
|
+
# Corresponds to the JSON property `state`
|
1861
|
+
# @return [Google::Apis::GkehubV1::FleetObservabilityFleetObservabilityBaseFeatureState]
|
1862
|
+
attr_accessor :state
|
1863
|
+
|
1864
|
+
def initialize(**args)
|
1865
|
+
update!(**args)
|
1866
|
+
end
|
1867
|
+
|
1868
|
+
# Update properties of this object
|
1869
|
+
def update!(**args)
|
1870
|
+
@state = args[:state] if args.key?(:state)
|
1871
|
+
end
|
1872
|
+
end
|
1873
|
+
|
1874
|
+
# LoggingConfig defines the configuration for different types of logs.
|
1875
|
+
class FleetObservabilityLoggingConfig
|
1876
|
+
include Google::Apis::Core::Hashable
|
1877
|
+
|
1878
|
+
# RoutingConfig configures the behaviour of fleet logging feature.
|
1879
|
+
# Corresponds to the JSON property `defaultConfig`
|
1880
|
+
# @return [Google::Apis::GkehubV1::FleetObservabilityRoutingConfig]
|
1881
|
+
attr_accessor :default_config
|
1882
|
+
|
1883
|
+
# RoutingConfig configures the behaviour of fleet logging feature.
|
1884
|
+
# Corresponds to the JSON property `fleetScopeLogsConfig`
|
1885
|
+
# @return [Google::Apis::GkehubV1::FleetObservabilityRoutingConfig]
|
1886
|
+
attr_accessor :fleet_scope_logs_config
|
1887
|
+
|
1888
|
+
def initialize(**args)
|
1889
|
+
update!(**args)
|
1890
|
+
end
|
1891
|
+
|
1892
|
+
# Update properties of this object
|
1893
|
+
def update!(**args)
|
1894
|
+
@default_config = args[:default_config] if args.key?(:default_config)
|
1895
|
+
@fleet_scope_logs_config = args[:fleet_scope_logs_config] if args.key?(:fleet_scope_logs_config)
|
1781
1896
|
end
|
1782
1897
|
end
|
1783
1898
|
|
@@ -1809,6 +1924,25 @@ module Google
|
|
1809
1924
|
end
|
1810
1925
|
end
|
1811
1926
|
|
1927
|
+
# RoutingConfig configures the behaviour of fleet logging feature.
|
1928
|
+
class FleetObservabilityRoutingConfig
|
1929
|
+
include Google::Apis::Core::Hashable
|
1930
|
+
|
1931
|
+
# mode configures the logs routing mode.
|
1932
|
+
# Corresponds to the JSON property `mode`
|
1933
|
+
# @return [String]
|
1934
|
+
attr_accessor :mode
|
1935
|
+
|
1936
|
+
def initialize(**args)
|
1937
|
+
update!(**args)
|
1938
|
+
end
|
1939
|
+
|
1940
|
+
# Update properties of this object
|
1941
|
+
def update!(**args)
|
1942
|
+
@mode = args[:mode] if args.key?(:mode)
|
1943
|
+
end
|
1944
|
+
end
|
1945
|
+
|
1812
1946
|
# GenerateConnectManifestResponse contains manifest information for installing/
|
1813
1947
|
# upgrading a Connect agent.
|
1814
1948
|
class GenerateConnectManifestResponse
|
@@ -2790,12 +2924,6 @@ module Google
|
|
2790
2924
|
# @return [Google::Apis::GkehubV1::ConfigManagementMembershipSpec]
|
2791
2925
|
attr_accessor :configmanagement
|
2792
2926
|
|
2793
|
-
# True if value of `feature_spec` was inherited from a fleet-level default.
|
2794
|
-
# Corresponds to the JSON property `fleetInherited`
|
2795
|
-
# @return [Boolean]
|
2796
|
-
attr_accessor :fleet_inherited
|
2797
|
-
alias_method :fleet_inherited?, :fleet_inherited
|
2798
|
-
|
2799
2927
|
# **FleetObservability**: The membership-specific input for FleetObservability
|
2800
2928
|
# feature.
|
2801
2929
|
# Corresponds to the JSON property `fleetobservability`
|
@@ -2812,6 +2940,11 @@ module Google
|
|
2812
2940
|
# @return [Google::Apis::GkehubV1::ServiceMeshMembershipSpec]
|
2813
2941
|
attr_accessor :mesh
|
2814
2942
|
|
2943
|
+
# Origin defines where this MembershipFeatureSpec originated from.
|
2944
|
+
# Corresponds to the JSON property `origin`
|
2945
|
+
# @return [Google::Apis::GkehubV1::Origin]
|
2946
|
+
attr_accessor :origin
|
2947
|
+
|
2815
2948
|
def initialize(**args)
|
2816
2949
|
update!(**args)
|
2817
2950
|
end
|
@@ -2819,10 +2952,10 @@ module Google
|
|
2819
2952
|
# Update properties of this object
|
2820
2953
|
def update!(**args)
|
2821
2954
|
@configmanagement = args[:configmanagement] if args.key?(:configmanagement)
|
2822
|
-
@fleet_inherited = args[:fleet_inherited] if args.key?(:fleet_inherited)
|
2823
2955
|
@fleetobservability = args[:fleetobservability] if args.key?(:fleetobservability)
|
2824
2956
|
@identityservice = args[:identityservice] if args.key?(:identityservice)
|
2825
2957
|
@mesh = args[:mesh] if args.key?(:mesh)
|
2958
|
+
@origin = args[:origin] if args.key?(:origin)
|
2826
2959
|
end
|
2827
2960
|
end
|
2828
2961
|
|
@@ -3168,6 +3301,25 @@ module Google
|
|
3168
3301
|
end
|
3169
3302
|
end
|
3170
3303
|
|
3304
|
+
# Origin defines where this MembershipFeatureSpec originated from.
|
3305
|
+
class Origin
|
3306
|
+
include Google::Apis::Core::Hashable
|
3307
|
+
|
3308
|
+
# Type specifies which type of origin is set.
|
3309
|
+
# Corresponds to the JSON property `type`
|
3310
|
+
# @return [String]
|
3311
|
+
attr_accessor :type
|
3312
|
+
|
3313
|
+
def initialize(**args)
|
3314
|
+
update!(**args)
|
3315
|
+
end
|
3316
|
+
|
3317
|
+
# Update properties of this object
|
3318
|
+
def update!(**args)
|
3319
|
+
@type = args[:type] if args.key?(:type)
|
3320
|
+
end
|
3321
|
+
end
|
3322
|
+
|
3171
3323
|
# An Identity and Access Management (IAM) policy, which specifies access
|
3172
3324
|
# controls for Google Cloud resources. A `Policy` is a collection of `bindings`.
|
3173
3325
|
# A `binding` binds one or more `members`, or principals, to a single `role`.
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module GkehubV1
|
18
18
|
# Version of the google-apis-gkehub_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.51.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.12.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20230627"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -172,12 +172,6 @@ module Google
|
|
172
172
|
include Google::Apis::Core::JsonObjectSupport
|
173
173
|
end
|
174
174
|
|
175
|
-
class ConfigManagementManaged
|
176
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
177
|
-
|
178
|
-
include Google::Apis::Core::JsonObjectSupport
|
179
|
-
end
|
180
|
-
|
181
175
|
class ConfigManagementMembershipSpec
|
182
176
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
183
177
|
|
@@ -298,6 +292,12 @@ module Google
|
|
298
292
|
include Google::Apis::Core::JsonObjectSupport
|
299
293
|
end
|
300
294
|
|
295
|
+
class FleetObservabilityFeatureError
|
296
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
297
|
+
|
298
|
+
include Google::Apis::Core::JsonObjectSupport
|
299
|
+
end
|
300
|
+
|
301
301
|
class FleetObservabilityFeatureSpec
|
302
302
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
303
303
|
|
@@ -310,6 +310,30 @@ module Google
|
|
310
310
|
include Google::Apis::Core::JsonObjectSupport
|
311
311
|
end
|
312
312
|
|
313
|
+
class FleetObservabilityFleetObservabilityBaseFeatureState
|
314
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
315
|
+
|
316
|
+
include Google::Apis::Core::JsonObjectSupport
|
317
|
+
end
|
318
|
+
|
319
|
+
class FleetObservabilityFleetObservabilityLoggingState
|
320
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
321
|
+
|
322
|
+
include Google::Apis::Core::JsonObjectSupport
|
323
|
+
end
|
324
|
+
|
325
|
+
class FleetObservabilityFleetObservabilityMonitoringState
|
326
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
327
|
+
|
328
|
+
include Google::Apis::Core::JsonObjectSupport
|
329
|
+
end
|
330
|
+
|
331
|
+
class FleetObservabilityLoggingConfig
|
332
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
333
|
+
|
334
|
+
include Google::Apis::Core::JsonObjectSupport
|
335
|
+
end
|
336
|
+
|
313
337
|
class FleetObservabilityMembershipSpec
|
314
338
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
315
339
|
|
@@ -322,6 +346,12 @@ module Google
|
|
322
346
|
include Google::Apis::Core::JsonObjectSupport
|
323
347
|
end
|
324
348
|
|
349
|
+
class FleetObservabilityRoutingConfig
|
350
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
351
|
+
|
352
|
+
include Google::Apis::Core::JsonObjectSupport
|
353
|
+
end
|
354
|
+
|
325
355
|
class GenerateConnectManifestResponse
|
326
356
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
327
357
|
|
@@ -514,6 +544,12 @@ module Google
|
|
514
544
|
include Google::Apis::Core::JsonObjectSupport
|
515
545
|
end
|
516
546
|
|
547
|
+
class Origin
|
548
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
549
|
+
|
550
|
+
include Google::Apis::Core::JsonObjectSupport
|
551
|
+
end
|
552
|
+
|
517
553
|
class Policy
|
518
554
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
519
555
|
|
@@ -717,13 +753,12 @@ module Google
|
|
717
753
|
property :enabled, as: 'enabled'
|
718
754
|
property :git, as: 'git', class: Google::Apis::GkehubV1::ConfigManagementGitConfig, decorator: Google::Apis::GkehubV1::ConfigManagementGitConfig::Representation
|
719
755
|
|
720
|
-
property :managed, as: 'managed', class: Google::Apis::GkehubV1::ConfigManagementManaged, decorator: Google::Apis::GkehubV1::ConfigManagementManaged::Representation
|
721
|
-
|
722
756
|
property :metrics_gcp_service_account_email, as: 'metricsGcpServiceAccountEmail'
|
723
757
|
property :oci, as: 'oci', class: Google::Apis::GkehubV1::ConfigManagementOciConfig, decorator: Google::Apis::GkehubV1::ConfigManagementOciConfig::Representation
|
724
758
|
|
725
759
|
property :prevent_drift, as: 'preventDrift'
|
726
760
|
property :source_format, as: 'sourceFormat'
|
761
|
+
property :stop_syncing, as: 'stopSyncing'
|
727
762
|
end
|
728
763
|
end
|
729
764
|
|
@@ -859,14 +894,6 @@ module Google
|
|
859
894
|
end
|
860
895
|
end
|
861
896
|
|
862
|
-
class ConfigManagementManaged
|
863
|
-
# @private
|
864
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
865
|
-
property :enabled, as: 'enabled'
|
866
|
-
property :stop_syncing, as: 'stopSyncing'
|
867
|
-
end
|
868
|
-
end
|
869
|
-
|
870
897
|
class ConfigManagementMembershipSpec
|
871
898
|
# @private
|
872
899
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -875,6 +902,7 @@ module Google
|
|
875
902
|
|
876
903
|
property :hierarchy_controller, as: 'hierarchyController', class: Google::Apis::GkehubV1::ConfigManagementHierarchyControllerConfig, decorator: Google::Apis::GkehubV1::ConfigManagementHierarchyControllerConfig::Representation
|
877
904
|
|
905
|
+
property :management, as: 'management'
|
878
906
|
property :policy_controller, as: 'policyController', class: Google::Apis::GkehubV1::ConfigManagementPolicyController, decorator: Google::Apis::GkehubV1::ConfigManagementPolicyController::Representation
|
879
907
|
|
880
908
|
property :version, as: 'version'
|
@@ -1089,15 +1117,66 @@ module Google
|
|
1089
1117
|
end
|
1090
1118
|
end
|
1091
1119
|
|
1120
|
+
class FleetObservabilityFeatureError
|
1121
|
+
# @private
|
1122
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1123
|
+
property :code, as: 'code'
|
1124
|
+
property :description, as: 'description'
|
1125
|
+
end
|
1126
|
+
end
|
1127
|
+
|
1092
1128
|
class FleetObservabilityFeatureSpec
|
1093
1129
|
# @private
|
1094
1130
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1131
|
+
property :logging_config, as: 'loggingConfig', class: Google::Apis::GkehubV1::FleetObservabilityLoggingConfig, decorator: Google::Apis::GkehubV1::FleetObservabilityLoggingConfig::Representation
|
1132
|
+
|
1095
1133
|
end
|
1096
1134
|
end
|
1097
1135
|
|
1098
1136
|
class FleetObservabilityFeatureState
|
1099
1137
|
# @private
|
1100
1138
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1139
|
+
property :logging, as: 'logging', class: Google::Apis::GkehubV1::FleetObservabilityFleetObservabilityLoggingState, decorator: Google::Apis::GkehubV1::FleetObservabilityFleetObservabilityLoggingState::Representation
|
1140
|
+
|
1141
|
+
property :monitoring, as: 'monitoring', class: Google::Apis::GkehubV1::FleetObservabilityFleetObservabilityMonitoringState, decorator: Google::Apis::GkehubV1::FleetObservabilityFleetObservabilityMonitoringState::Representation
|
1142
|
+
|
1143
|
+
end
|
1144
|
+
end
|
1145
|
+
|
1146
|
+
class FleetObservabilityFleetObservabilityBaseFeatureState
|
1147
|
+
# @private
|
1148
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1149
|
+
property :code, as: 'code'
|
1150
|
+
collection :errors, as: 'errors', class: Google::Apis::GkehubV1::FleetObservabilityFeatureError, decorator: Google::Apis::GkehubV1::FleetObservabilityFeatureError::Representation
|
1151
|
+
|
1152
|
+
end
|
1153
|
+
end
|
1154
|
+
|
1155
|
+
class FleetObservabilityFleetObservabilityLoggingState
|
1156
|
+
# @private
|
1157
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1158
|
+
property :default_log, as: 'defaultLog', class: Google::Apis::GkehubV1::FleetObservabilityFleetObservabilityBaseFeatureState, decorator: Google::Apis::GkehubV1::FleetObservabilityFleetObservabilityBaseFeatureState::Representation
|
1159
|
+
|
1160
|
+
property :scope_log, as: 'scopeLog', class: Google::Apis::GkehubV1::FleetObservabilityFleetObservabilityBaseFeatureState, decorator: Google::Apis::GkehubV1::FleetObservabilityFleetObservabilityBaseFeatureState::Representation
|
1161
|
+
|
1162
|
+
end
|
1163
|
+
end
|
1164
|
+
|
1165
|
+
class FleetObservabilityFleetObservabilityMonitoringState
|
1166
|
+
# @private
|
1167
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1168
|
+
property :state, as: 'state', class: Google::Apis::GkehubV1::FleetObservabilityFleetObservabilityBaseFeatureState, decorator: Google::Apis::GkehubV1::FleetObservabilityFleetObservabilityBaseFeatureState::Representation
|
1169
|
+
|
1170
|
+
end
|
1171
|
+
end
|
1172
|
+
|
1173
|
+
class FleetObservabilityLoggingConfig
|
1174
|
+
# @private
|
1175
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1176
|
+
property :default_config, as: 'defaultConfig', class: Google::Apis::GkehubV1::FleetObservabilityRoutingConfig, decorator: Google::Apis::GkehubV1::FleetObservabilityRoutingConfig::Representation
|
1177
|
+
|
1178
|
+
property :fleet_scope_logs_config, as: 'fleetScopeLogsConfig', class: Google::Apis::GkehubV1::FleetObservabilityRoutingConfig, decorator: Google::Apis::GkehubV1::FleetObservabilityRoutingConfig::Representation
|
1179
|
+
|
1101
1180
|
end
|
1102
1181
|
end
|
1103
1182
|
|
@@ -1113,6 +1192,13 @@ module Google
|
|
1113
1192
|
end
|
1114
1193
|
end
|
1115
1194
|
|
1195
|
+
class FleetObservabilityRoutingConfig
|
1196
|
+
# @private
|
1197
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1198
|
+
property :mode, as: 'mode'
|
1199
|
+
end
|
1200
|
+
end
|
1201
|
+
|
1116
1202
|
class GenerateConnectManifestResponse
|
1117
1203
|
# @private
|
1118
1204
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1380,13 +1466,14 @@ module Google
|
|
1380
1466
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1381
1467
|
property :configmanagement, as: 'configmanagement', class: Google::Apis::GkehubV1::ConfigManagementMembershipSpec, decorator: Google::Apis::GkehubV1::ConfigManagementMembershipSpec::Representation
|
1382
1468
|
|
1383
|
-
property :fleet_inherited, as: 'fleetInherited'
|
1384
1469
|
property :fleetobservability, as: 'fleetobservability', class: Google::Apis::GkehubV1::FleetObservabilityMembershipSpec, decorator: Google::Apis::GkehubV1::FleetObservabilityMembershipSpec::Representation
|
1385
1470
|
|
1386
1471
|
property :identityservice, as: 'identityservice', class: Google::Apis::GkehubV1::IdentityServiceMembershipSpec, decorator: Google::Apis::GkehubV1::IdentityServiceMembershipSpec::Representation
|
1387
1472
|
|
1388
1473
|
property :mesh, as: 'mesh', class: Google::Apis::GkehubV1::ServiceMeshMembershipSpec, decorator: Google::Apis::GkehubV1::ServiceMeshMembershipSpec::Representation
|
1389
1474
|
|
1475
|
+
property :origin, as: 'origin', class: Google::Apis::GkehubV1::Origin, decorator: Google::Apis::GkehubV1::Origin::Representation
|
1476
|
+
|
1390
1477
|
end
|
1391
1478
|
end
|
1392
1479
|
|
@@ -1476,6 +1563,13 @@ module Google
|
|
1476
1563
|
end
|
1477
1564
|
end
|
1478
1565
|
|
1566
|
+
class Origin
|
1567
|
+
# @private
|
1568
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1569
|
+
property :type, as: 'type'
|
1570
|
+
end
|
1571
|
+
end
|
1572
|
+
|
1479
1573
|
class Policy
|
1480
1574
|
# @private
|
1481
1575
|
class Representation < Google::Apis::Core::JsonRepresentation
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-gkehub_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.51.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: 2023-
|
11
|
+
date: 2023-07-02 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-gkehub_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1/v0.51.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-gkehub_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|