google-apis-gkehub_v1beta 0.33.0 → 0.34.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: 9622ce09ab1941344974c39a031ddc0baf5e7009ef6a2dc447339bf5a12a251c
|
4
|
+
data.tar.gz: b23a9de309d3497219cd942e179183a3938b29ee0e410f1c6c40cfb6be21e363
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cb9c5bcceed52ad012119a7f38501ee1698708869d6906c9522454e7ae5e2944c2701718aff09a3ed8a01d56fcc7bd9d4e907c4581a7befdcb9dbe5c17a9e4d8
|
7
|
+
data.tar.gz: 10544e2cdee8198ffd598c695063dce92265a18d76c689d0ae654f2bc5585ea7e53b099136e0ef57c98c81ca88b9245c01c61bd2d89d018c35eecdb49746a3b7
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,10 @@
|
|
1
1
|
# Release history for google-apis-gkehub_v1beta
|
2
2
|
|
3
|
+
### v0.34.0 (2022-10-30)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20221018
|
6
|
+
* Regenerated using generator version 0.11.0
|
7
|
+
|
3
8
|
### v0.33.0 (2022-09-21)
|
4
9
|
|
5
10
|
* Regenerated using generator version 0.10.0
|
@@ -405,6 +405,11 @@ module Google
|
|
405
405
|
# @return [Google::Apis::GkehubV1beta::AppDevExperienceFeatureSpec]
|
406
406
|
attr_accessor :appdevexperience
|
407
407
|
|
408
|
+
# **Fleet Observability**: The Hub-wide input for the FleetObservability feature.
|
409
|
+
# Corresponds to the JSON property `fleetobservability`
|
410
|
+
# @return [Google::Apis::GkehubV1beta::FleetObservabilityFeatureSpec]
|
411
|
+
attr_accessor :fleetobservability
|
412
|
+
|
408
413
|
# **Multi-cluster Ingress**: The configuration for the MultiClusterIngress
|
409
414
|
# feature.
|
410
415
|
# Corresponds to the JSON property `multiclusteringress`
|
@@ -419,6 +424,7 @@ module Google
|
|
419
424
|
def update!(**args)
|
420
425
|
@anthosobservability = args[:anthosobservability] if args.key?(:anthosobservability)
|
421
426
|
@appdevexperience = args[:appdevexperience] if args.key?(:appdevexperience)
|
427
|
+
@fleetobservability = args[:fleetobservability] if args.key?(:fleetobservability)
|
422
428
|
@multiclusteringress = args[:multiclusteringress] if args.key?(:multiclusteringress)
|
423
429
|
end
|
424
430
|
end
|
@@ -432,6 +438,12 @@ module Google
|
|
432
438
|
# @return [Google::Apis::GkehubV1beta::AppDevExperienceFeatureState]
|
433
439
|
attr_accessor :appdevexperience
|
434
440
|
|
441
|
+
# **FleetObservability**: An empty state left as an example Hub-wide Feature
|
442
|
+
# state.
|
443
|
+
# Corresponds to the JSON property `fleetobservability`
|
444
|
+
# @return [Google::Apis::GkehubV1beta::FleetObservabilityFeatureState]
|
445
|
+
attr_accessor :fleetobservability
|
446
|
+
|
435
447
|
# FeatureState describes the high-level state of a Feature. It may be used to
|
436
448
|
# describe a Feature's state at the environ-level, or per-membershop, depending
|
437
449
|
# on the context.
|
@@ -446,6 +458,7 @@ module Google
|
|
446
458
|
# Update properties of this object
|
447
459
|
def update!(**args)
|
448
460
|
@appdevexperience = args[:appdevexperience] if args.key?(:appdevexperience)
|
461
|
+
@fleetobservability = args[:fleetobservability] if args.key?(:fleetobservability)
|
449
462
|
@state = args[:state] if args.key?(:state)
|
450
463
|
end
|
451
464
|
end
|
@@ -1544,6 +1557,29 @@ module Google
|
|
1544
1557
|
# @return [Google::Apis::GkehubV1beta::FeatureResourceState]
|
1545
1558
|
attr_accessor :resource_state
|
1546
1559
|
|
1560
|
+
# Optional. Scope-specific configuration for this Feature. If this Feature does
|
1561
|
+
# not support any per-Scope configuration, this field may be unused. The keys
|
1562
|
+
# indicate which Scope the configuration is for, in the form: `projects/`p`/
|
1563
|
+
# locations/global/scopes/`s`` Where `p` is the project, `s` is a valid Scope in
|
1564
|
+
# this project. `p` WILL match the Feature's project. `p` will always be
|
1565
|
+
# returned as the project number, but the project ID is also accepted during
|
1566
|
+
# input. If the same Scope is specified in the map twice (using the project ID
|
1567
|
+
# form, and the project number form), exactly ONE of the entries will be saved,
|
1568
|
+
# with no guarantees as to which. For this reason, it is recommended the same
|
1569
|
+
# format be used for all entries when mutating a Feature.
|
1570
|
+
# Corresponds to the JSON property `scopeSpecs`
|
1571
|
+
# @return [Hash<String,Google::Apis::GkehubV1beta::ScopeFeatureSpec>]
|
1572
|
+
attr_accessor :scope_specs
|
1573
|
+
|
1574
|
+
# Output only. Scope-specific Feature status. If this Feature does report any
|
1575
|
+
# per-Scope status, this field may be unused. The keys indicate which Scope the
|
1576
|
+
# state is for, in the form: `projects/`p`/locations/global/scopes/`s`` Where `p`
|
1577
|
+
# is the project, `s` is a valid Scope in this project. `p` WILL match the
|
1578
|
+
# Feature's project.
|
1579
|
+
# Corresponds to the JSON property `scopeStates`
|
1580
|
+
# @return [Hash<String,Google::Apis::GkehubV1beta::ScopeFeatureState>]
|
1581
|
+
attr_accessor :scope_states
|
1582
|
+
|
1547
1583
|
# CommonFeatureSpec contains Hub-wide configuration information
|
1548
1584
|
# Corresponds to the JSON property `spec`
|
1549
1585
|
# @return [Google::Apis::GkehubV1beta::CommonFeatureSpec]
|
@@ -1572,6 +1608,8 @@ module Google
|
|
1572
1608
|
@membership_states = args[:membership_states] if args.key?(:membership_states)
|
1573
1609
|
@name = args[:name] if args.key?(:name)
|
1574
1610
|
@resource_state = args[:resource_state] if args.key?(:resource_state)
|
1611
|
+
@scope_specs = args[:scope_specs] if args.key?(:scope_specs)
|
1612
|
+
@scope_states = args[:scope_states] if args.key?(:scope_states)
|
1575
1613
|
@spec = args[:spec] if args.key?(:spec)
|
1576
1614
|
@state = args[:state] if args.key?(:state)
|
1577
1615
|
@update_time = args[:update_time] if args.key?(:update_time)
|
@@ -1632,6 +1670,61 @@ module Google
|
|
1632
1670
|
end
|
1633
1671
|
end
|
1634
1672
|
|
1673
|
+
# **Fleet Observability**: The Hub-wide input for the FleetObservability feature.
|
1674
|
+
class FleetObservabilityFeatureSpec
|
1675
|
+
include Google::Apis::Core::Hashable
|
1676
|
+
|
1677
|
+
def initialize(**args)
|
1678
|
+
update!(**args)
|
1679
|
+
end
|
1680
|
+
|
1681
|
+
# Update properties of this object
|
1682
|
+
def update!(**args)
|
1683
|
+
end
|
1684
|
+
end
|
1685
|
+
|
1686
|
+
# **FleetObservability**: An empty state left as an example Hub-wide Feature
|
1687
|
+
# state.
|
1688
|
+
class FleetObservabilityFeatureState
|
1689
|
+
include Google::Apis::Core::Hashable
|
1690
|
+
|
1691
|
+
def initialize(**args)
|
1692
|
+
update!(**args)
|
1693
|
+
end
|
1694
|
+
|
1695
|
+
# Update properties of this object
|
1696
|
+
def update!(**args)
|
1697
|
+
end
|
1698
|
+
end
|
1699
|
+
|
1700
|
+
# **FleetObservability**: The membership-specific input for FleetObservability
|
1701
|
+
# feature.
|
1702
|
+
class FleetObservabilityMembershipSpec
|
1703
|
+
include Google::Apis::Core::Hashable
|
1704
|
+
|
1705
|
+
def initialize(**args)
|
1706
|
+
update!(**args)
|
1707
|
+
end
|
1708
|
+
|
1709
|
+
# Update properties of this object
|
1710
|
+
def update!(**args)
|
1711
|
+
end
|
1712
|
+
end
|
1713
|
+
|
1714
|
+
# **FleetObservability**: An empty state left as an example membership-specific
|
1715
|
+
# Feature state.
|
1716
|
+
class FleetObservabilityMembershipState
|
1717
|
+
include Google::Apis::Core::Hashable
|
1718
|
+
|
1719
|
+
def initialize(**args)
|
1720
|
+
update!(**args)
|
1721
|
+
end
|
1722
|
+
|
1723
|
+
# Update properties of this object
|
1724
|
+
def update!(**args)
|
1725
|
+
end
|
1726
|
+
end
|
1727
|
+
|
1635
1728
|
# The `Status` type defines a logical error model that is suitable for different
|
1636
1729
|
# programming environments, including REST APIs and RPC APIs. It is used by [
|
1637
1730
|
# gRPC](https://github.com/grpc). Each `Status` message contains three pieces of
|
@@ -2067,6 +2160,12 @@ module Google
|
|
2067
2160
|
# @return [Google::Apis::GkehubV1beta::ConfigManagementMembershipSpec]
|
2068
2161
|
attr_accessor :configmanagement
|
2069
2162
|
|
2163
|
+
# **FleetObservability**: The membership-specific input for FleetObservability
|
2164
|
+
# feature.
|
2165
|
+
# Corresponds to the JSON property `fleetobservability`
|
2166
|
+
# @return [Google::Apis::GkehubV1beta::FleetObservabilityMembershipSpec]
|
2167
|
+
attr_accessor :fleetobservability
|
2168
|
+
|
2070
2169
|
# **Anthos Identity Service**: Configuration for a single Membership.
|
2071
2170
|
# Corresponds to the JSON property `identityservice`
|
2072
2171
|
# @return [Google::Apis::GkehubV1beta::IdentityServiceMembershipSpec]
|
@@ -2093,6 +2192,7 @@ module Google
|
|
2093
2192
|
@anthosvm = args[:anthosvm] if args.key?(:anthosvm)
|
2094
2193
|
@cloudbuild = args[:cloudbuild] if args.key?(:cloudbuild)
|
2095
2194
|
@configmanagement = args[:configmanagement] if args.key?(:configmanagement)
|
2195
|
+
@fleetobservability = args[:fleetobservability] if args.key?(:fleetobservability)
|
2096
2196
|
@identityservice = args[:identityservice] if args.key?(:identityservice)
|
2097
2197
|
@mesh = args[:mesh] if args.key?(:mesh)
|
2098
2198
|
@policycontroller = args[:policycontroller] if args.key?(:policycontroller)
|
@@ -2121,6 +2221,12 @@ module Google
|
|
2121
2221
|
# @return [Google::Apis::GkehubV1beta::ConfigManagementMembershipState]
|
2122
2222
|
attr_accessor :configmanagement
|
2123
2223
|
|
2224
|
+
# **FleetObservability**: An empty state left as an example membership-specific
|
2225
|
+
# Feature state.
|
2226
|
+
# Corresponds to the JSON property `fleetobservability`
|
2227
|
+
# @return [Google::Apis::GkehubV1beta::FleetObservabilityMembershipState]
|
2228
|
+
attr_accessor :fleetobservability
|
2229
|
+
|
2124
2230
|
# **Anthos Identity Service**: State for a single Membership.
|
2125
2231
|
# Corresponds to the JSON property `identityservice`
|
2126
2232
|
# @return [Google::Apis::GkehubV1beta::IdentityServiceMembershipState]
|
@@ -2158,6 +2264,7 @@ module Google
|
|
2158
2264
|
@anthosvm = args[:anthosvm] if args.key?(:anthosvm)
|
2159
2265
|
@appdevexperience = args[:appdevexperience] if args.key?(:appdevexperience)
|
2160
2266
|
@configmanagement = args[:configmanagement] if args.key?(:configmanagement)
|
2267
|
+
@fleetobservability = args[:fleetobservability] if args.key?(:fleetobservability)
|
2161
2268
|
@identityservice = args[:identityservice] if args.key?(:identityservice)
|
2162
2269
|
@metering = args[:metering] if args.key?(:metering)
|
2163
2270
|
@policycontroller = args[:policycontroller] if args.key?(:policycontroller)
|
@@ -2590,14 +2697,6 @@ module Google
|
|
2590
2697
|
class PolicyControllerMembershipState
|
2591
2698
|
include Google::Apis::Core::Hashable
|
2592
2699
|
|
2593
|
-
# The user-defined name for the cluster used by ClusterSelectors to group
|
2594
|
-
# clusters together. This should match Membership's membership_name, unless the
|
2595
|
-
# user installed PC on the cluster manually prior to enabling the PC hub feature.
|
2596
|
-
# Unique within a Policy Controller installation.
|
2597
|
-
# Corresponds to the JSON property `clusterName`
|
2598
|
-
# @return [String]
|
2599
|
-
attr_accessor :cluster_name
|
2600
|
-
|
2601
2700
|
# Currently these include (also serving as map keys): 1. "admission" 2. "audit"
|
2602
2701
|
# 3. "mutation" 4. "constraint template library"
|
2603
2702
|
# Corresponds to the JSON property `componentStates`
|
@@ -2616,7 +2715,6 @@ module Google
|
|
2616
2715
|
|
2617
2716
|
# Update properties of this object
|
2618
2717
|
def update!(**args)
|
2619
|
-
@cluster_name = args[:cluster_name] if args.key?(:cluster_name)
|
2620
2718
|
@component_states = args[:component_states] if args.key?(:component_states)
|
2621
2719
|
@state = args[:state] if args.key?(:state)
|
2622
2720
|
end
|
@@ -2689,6 +2787,40 @@ module Google
|
|
2689
2787
|
end
|
2690
2788
|
end
|
2691
2789
|
|
2790
|
+
# ScopeFeatureSpec contains feature specs for a fleet scope.
|
2791
|
+
class ScopeFeatureSpec
|
2792
|
+
include Google::Apis::Core::Hashable
|
2793
|
+
|
2794
|
+
def initialize(**args)
|
2795
|
+
update!(**args)
|
2796
|
+
end
|
2797
|
+
|
2798
|
+
# Update properties of this object
|
2799
|
+
def update!(**args)
|
2800
|
+
end
|
2801
|
+
end
|
2802
|
+
|
2803
|
+
# ScopeFeatureState contains Scope-wide Feature status information.
|
2804
|
+
class ScopeFeatureState
|
2805
|
+
include Google::Apis::Core::Hashable
|
2806
|
+
|
2807
|
+
# FeatureState describes the high-level state of a Feature. It may be used to
|
2808
|
+
# describe a Feature's state at the environ-level, or per-membershop, depending
|
2809
|
+
# on the context.
|
2810
|
+
# Corresponds to the JSON property `state`
|
2811
|
+
# @return [Google::Apis::GkehubV1beta::FeatureState]
|
2812
|
+
attr_accessor :state
|
2813
|
+
|
2814
|
+
def initialize(**args)
|
2815
|
+
update!(**args)
|
2816
|
+
end
|
2817
|
+
|
2818
|
+
# Update properties of this object
|
2819
|
+
def update!(**args)
|
2820
|
+
@state = args[:state] if args.key?(:state)
|
2821
|
+
end
|
2822
|
+
end
|
2823
|
+
|
2692
2824
|
# Status of control plane management.
|
2693
2825
|
class ServiceMeshControlPlaneManagement
|
2694
2826
|
include Google::Apis::Core::Hashable
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module GkehubV1beta
|
18
18
|
# Version of the google-apis-gkehub_v1beta gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.34.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.11.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20221018"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -292,6 +292,30 @@ module Google
|
|
292
292
|
include Google::Apis::Core::JsonObjectSupport
|
293
293
|
end
|
294
294
|
|
295
|
+
class FleetObservabilityFeatureSpec
|
296
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
297
|
+
|
298
|
+
include Google::Apis::Core::JsonObjectSupport
|
299
|
+
end
|
300
|
+
|
301
|
+
class FleetObservabilityFeatureState
|
302
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
303
|
+
|
304
|
+
include Google::Apis::Core::JsonObjectSupport
|
305
|
+
end
|
306
|
+
|
307
|
+
class FleetObservabilityMembershipSpec
|
308
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
309
|
+
|
310
|
+
include Google::Apis::Core::JsonObjectSupport
|
311
|
+
end
|
312
|
+
|
313
|
+
class FleetObservabilityMembershipState
|
314
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
315
|
+
|
316
|
+
include Google::Apis::Core::JsonObjectSupport
|
317
|
+
end
|
318
|
+
|
295
319
|
class GoogleRpcStatus
|
296
320
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
297
321
|
|
@@ -454,6 +478,18 @@ module Google
|
|
454
478
|
include Google::Apis::Core::JsonObjectSupport
|
455
479
|
end
|
456
480
|
|
481
|
+
class ScopeFeatureSpec
|
482
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
483
|
+
|
484
|
+
include Google::Apis::Core::JsonObjectSupport
|
485
|
+
end
|
486
|
+
|
487
|
+
class ScopeFeatureState
|
488
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
489
|
+
|
490
|
+
include Google::Apis::Core::JsonObjectSupport
|
491
|
+
end
|
492
|
+
|
457
493
|
class ServiceMeshControlPlaneManagement
|
458
494
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
459
495
|
|
@@ -632,6 +668,8 @@ module Google
|
|
632
668
|
|
633
669
|
property :appdevexperience, as: 'appdevexperience', class: Google::Apis::GkehubV1beta::AppDevExperienceFeatureSpec, decorator: Google::Apis::GkehubV1beta::AppDevExperienceFeatureSpec::Representation
|
634
670
|
|
671
|
+
property :fleetobservability, as: 'fleetobservability', class: Google::Apis::GkehubV1beta::FleetObservabilityFeatureSpec, decorator: Google::Apis::GkehubV1beta::FleetObservabilityFeatureSpec::Representation
|
672
|
+
|
635
673
|
property :multiclusteringress, as: 'multiclusteringress', class: Google::Apis::GkehubV1beta::MultiClusterIngressFeatureSpec, decorator: Google::Apis::GkehubV1beta::MultiClusterIngressFeatureSpec::Representation
|
636
674
|
|
637
675
|
end
|
@@ -642,6 +680,8 @@ module Google
|
|
642
680
|
class Representation < Google::Apis::Core::JsonRepresentation
|
643
681
|
property :appdevexperience, as: 'appdevexperience', class: Google::Apis::GkehubV1beta::AppDevExperienceFeatureState, decorator: Google::Apis::GkehubV1beta::AppDevExperienceFeatureState::Representation
|
644
682
|
|
683
|
+
property :fleetobservability, as: 'fleetobservability', class: Google::Apis::GkehubV1beta::FleetObservabilityFeatureState, decorator: Google::Apis::GkehubV1beta::FleetObservabilityFeatureState::Representation
|
684
|
+
|
645
685
|
property :state, as: 'state', class: Google::Apis::GkehubV1beta::FeatureState, decorator: Google::Apis::GkehubV1beta::FeatureState::Representation
|
646
686
|
|
647
687
|
end
|
@@ -954,6 +994,10 @@ module Google
|
|
954
994
|
property :name, as: 'name'
|
955
995
|
property :resource_state, as: 'resourceState', class: Google::Apis::GkehubV1beta::FeatureResourceState, decorator: Google::Apis::GkehubV1beta::FeatureResourceState::Representation
|
956
996
|
|
997
|
+
hash :scope_specs, as: 'scopeSpecs', class: Google::Apis::GkehubV1beta::ScopeFeatureSpec, decorator: Google::Apis::GkehubV1beta::ScopeFeatureSpec::Representation
|
998
|
+
|
999
|
+
hash :scope_states, as: 'scopeStates', class: Google::Apis::GkehubV1beta::ScopeFeatureState, decorator: Google::Apis::GkehubV1beta::ScopeFeatureState::Representation
|
1000
|
+
|
957
1001
|
property :spec, as: 'spec', class: Google::Apis::GkehubV1beta::CommonFeatureSpec, decorator: Google::Apis::GkehubV1beta::CommonFeatureSpec::Representation
|
958
1002
|
|
959
1003
|
property :state, as: 'state', class: Google::Apis::GkehubV1beta::CommonFeatureState, decorator: Google::Apis::GkehubV1beta::CommonFeatureState::Representation
|
@@ -978,6 +1022,30 @@ module Google
|
|
978
1022
|
end
|
979
1023
|
end
|
980
1024
|
|
1025
|
+
class FleetObservabilityFeatureSpec
|
1026
|
+
# @private
|
1027
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1028
|
+
end
|
1029
|
+
end
|
1030
|
+
|
1031
|
+
class FleetObservabilityFeatureState
|
1032
|
+
# @private
|
1033
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1034
|
+
end
|
1035
|
+
end
|
1036
|
+
|
1037
|
+
class FleetObservabilityMembershipSpec
|
1038
|
+
# @private
|
1039
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1040
|
+
end
|
1041
|
+
end
|
1042
|
+
|
1043
|
+
class FleetObservabilityMembershipState
|
1044
|
+
# @private
|
1045
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1046
|
+
end
|
1047
|
+
end
|
1048
|
+
|
981
1049
|
class GoogleRpcStatus
|
982
1050
|
# @private
|
983
1051
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1102,6 +1170,8 @@ module Google
|
|
1102
1170
|
|
1103
1171
|
property :configmanagement, as: 'configmanagement', class: Google::Apis::GkehubV1beta::ConfigManagementMembershipSpec, decorator: Google::Apis::GkehubV1beta::ConfigManagementMembershipSpec::Representation
|
1104
1172
|
|
1173
|
+
property :fleetobservability, as: 'fleetobservability', class: Google::Apis::GkehubV1beta::FleetObservabilityMembershipSpec, decorator: Google::Apis::GkehubV1beta::FleetObservabilityMembershipSpec::Representation
|
1174
|
+
|
1105
1175
|
property :identityservice, as: 'identityservice', class: Google::Apis::GkehubV1beta::IdentityServiceMembershipSpec, decorator: Google::Apis::GkehubV1beta::IdentityServiceMembershipSpec::Representation
|
1106
1176
|
|
1107
1177
|
property :mesh, as: 'mesh', class: Google::Apis::GkehubV1beta::ServiceMeshMembershipSpec, decorator: Google::Apis::GkehubV1beta::ServiceMeshMembershipSpec::Representation
|
@@ -1120,6 +1190,8 @@ module Google
|
|
1120
1190
|
|
1121
1191
|
property :configmanagement, as: 'configmanagement', class: Google::Apis::GkehubV1beta::ConfigManagementMembershipState, decorator: Google::Apis::GkehubV1beta::ConfigManagementMembershipState::Representation
|
1122
1192
|
|
1193
|
+
property :fleetobservability, as: 'fleetobservability', class: Google::Apis::GkehubV1beta::FleetObservabilityMembershipState, decorator: Google::Apis::GkehubV1beta::FleetObservabilityMembershipState::Representation
|
1194
|
+
|
1123
1195
|
property :identityservice, as: 'identityservice', class: Google::Apis::GkehubV1beta::IdentityServiceMembershipState, decorator: Google::Apis::GkehubV1beta::IdentityServiceMembershipState::Representation
|
1124
1196
|
|
1125
1197
|
property :metering, as: 'metering', class: Google::Apis::GkehubV1beta::MeteringMembershipState, decorator: Google::Apis::GkehubV1beta::MeteringMembershipState::Representation
|
@@ -1234,7 +1306,6 @@ module Google
|
|
1234
1306
|
class PolicyControllerMembershipState
|
1235
1307
|
# @private
|
1236
1308
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1237
|
-
property :cluster_name, as: 'clusterName'
|
1238
1309
|
hash :component_states, as: 'componentStates', class: Google::Apis::GkehubV1beta::PolicyControllerOnClusterState, decorator: Google::Apis::GkehubV1beta::PolicyControllerOnClusterState::Representation
|
1239
1310
|
|
1240
1311
|
property :state, as: 'state'
|
@@ -1263,6 +1334,20 @@ module Google
|
|
1263
1334
|
end
|
1264
1335
|
end
|
1265
1336
|
|
1337
|
+
class ScopeFeatureSpec
|
1338
|
+
# @private
|
1339
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1340
|
+
end
|
1341
|
+
end
|
1342
|
+
|
1343
|
+
class ScopeFeatureState
|
1344
|
+
# @private
|
1345
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1346
|
+
property :state, as: 'state', class: Google::Apis::GkehubV1beta::FeatureState, decorator: Google::Apis::GkehubV1beta::FeatureState::Representation
|
1347
|
+
|
1348
|
+
end
|
1349
|
+
end
|
1350
|
+
|
1266
1351
|
class ServiceMeshControlPlaneManagement
|
1267
1352
|
# @private
|
1268
1353
|
class Representation < Google::Apis::Core::JsonRepresentation
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-gkehub_v1beta
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.34.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: 2022-
|
11
|
+
date: 2022-10-31 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -16,7 +16,7 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 0.9.
|
19
|
+
version: 0.9.1
|
20
20
|
- - "<"
|
21
21
|
- !ruby/object:Gem::Version
|
22
22
|
version: 2.a
|
@@ -26,7 +26,7 @@ dependencies:
|
|
26
26
|
requirements:
|
27
27
|
- - ">="
|
28
28
|
- !ruby/object:Gem::Version
|
29
|
-
version: 0.9.
|
29
|
+
version: 0.9.1
|
30
30
|
- - "<"
|
31
31
|
- !ruby/object:Gem::Version
|
32
32
|
version: 2.a
|
@@ -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_v1beta/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1beta/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1beta/v0.34.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-gkehub_v1beta
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|