google-apis-gkehub_v1beta 0.62.0 → 0.64.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -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.64.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 = "20231114"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -70,6 +70,12 @@ module Google
|
|
70
70
|
include Google::Apis::Core::JsonObjectSupport
|
71
71
|
end
|
72
72
|
|
73
|
+
class BinaryAuthorizationConfig
|
74
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
75
|
+
|
76
|
+
include Google::Apis::Core::JsonObjectSupport
|
77
|
+
end
|
78
|
+
|
73
79
|
class Binding
|
74
80
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
75
81
|
|
@@ -82,6 +88,78 @@ module Google
|
|
82
88
|
include Google::Apis::Core::JsonObjectSupport
|
83
89
|
end
|
84
90
|
|
91
|
+
class ClusterUpgradeFleetSpec
|
92
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
93
|
+
|
94
|
+
include Google::Apis::Core::JsonObjectSupport
|
95
|
+
end
|
96
|
+
|
97
|
+
class ClusterUpgradeFleetState
|
98
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
99
|
+
|
100
|
+
include Google::Apis::Core::JsonObjectSupport
|
101
|
+
end
|
102
|
+
|
103
|
+
class ClusterUpgradeGkeUpgrade
|
104
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
105
|
+
|
106
|
+
include Google::Apis::Core::JsonObjectSupport
|
107
|
+
end
|
108
|
+
|
109
|
+
class ClusterUpgradeGkeUpgradeFeatureCondition
|
110
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
111
|
+
|
112
|
+
include Google::Apis::Core::JsonObjectSupport
|
113
|
+
end
|
114
|
+
|
115
|
+
class ClusterUpgradeGkeUpgradeFeatureState
|
116
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
117
|
+
|
118
|
+
include Google::Apis::Core::JsonObjectSupport
|
119
|
+
end
|
120
|
+
|
121
|
+
class ClusterUpgradeGkeUpgradeOverride
|
122
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
123
|
+
|
124
|
+
include Google::Apis::Core::JsonObjectSupport
|
125
|
+
end
|
126
|
+
|
127
|
+
class ClusterUpgradeGkeUpgradeState
|
128
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
129
|
+
|
130
|
+
include Google::Apis::Core::JsonObjectSupport
|
131
|
+
end
|
132
|
+
|
133
|
+
class ClusterUpgradeIgnoredMembership
|
134
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
135
|
+
|
136
|
+
include Google::Apis::Core::JsonObjectSupport
|
137
|
+
end
|
138
|
+
|
139
|
+
class ClusterUpgradeMembershipGkeUpgradeState
|
140
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
141
|
+
|
142
|
+
include Google::Apis::Core::JsonObjectSupport
|
143
|
+
end
|
144
|
+
|
145
|
+
class ClusterUpgradeMembershipState
|
146
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
147
|
+
|
148
|
+
include Google::Apis::Core::JsonObjectSupport
|
149
|
+
end
|
150
|
+
|
151
|
+
class ClusterUpgradePostConditions
|
152
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
153
|
+
|
154
|
+
include Google::Apis::Core::JsonObjectSupport
|
155
|
+
end
|
156
|
+
|
157
|
+
class ClusterUpgradeUpgradeStatus
|
158
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
159
|
+
|
160
|
+
include Google::Apis::Core::JsonObjectSupport
|
161
|
+
end
|
162
|
+
|
85
163
|
class CommonFeatureSpec
|
86
164
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
87
165
|
|
@@ -274,6 +352,12 @@ module Google
|
|
274
352
|
include Google::Apis::Core::JsonObjectSupport
|
275
353
|
end
|
276
354
|
|
355
|
+
class DefaultClusterConfig
|
356
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
357
|
+
|
358
|
+
include Google::Apis::Core::JsonObjectSupport
|
359
|
+
end
|
360
|
+
|
277
361
|
class EdgeCluster
|
278
362
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
279
363
|
|
@@ -490,24 +574,12 @@ module Google
|
|
490
574
|
include Google::Apis::Core::JsonObjectSupport
|
491
575
|
end
|
492
576
|
|
493
|
-
class ListNamespacesResponse
|
494
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
495
|
-
|
496
|
-
include Google::Apis::Core::JsonObjectSupport
|
497
|
-
end
|
498
|
-
|
499
577
|
class ListOperationsResponse
|
500
578
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
501
579
|
|
502
580
|
include Google::Apis::Core::JsonObjectSupport
|
503
581
|
end
|
504
582
|
|
505
|
-
class ListRbacRoleBindingsResponse
|
506
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
507
|
-
|
508
|
-
include Google::Apis::Core::JsonObjectSupport
|
509
|
-
end
|
510
|
-
|
511
583
|
class ListScopeNamespacesResponse
|
512
584
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
513
585
|
|
@@ -646,6 +718,12 @@ module Google
|
|
646
718
|
include Google::Apis::Core::JsonObjectSupport
|
647
719
|
end
|
648
720
|
|
721
|
+
class PolicyBinding
|
722
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
723
|
+
|
724
|
+
include Google::Apis::Core::JsonObjectSupport
|
725
|
+
end
|
726
|
+
|
649
727
|
class PolicyControllerBundleInstallSpec
|
650
728
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
651
729
|
|
@@ -778,6 +856,12 @@ module Google
|
|
778
856
|
include Google::Apis::Core::JsonObjectSupport
|
779
857
|
end
|
780
858
|
|
859
|
+
class SecurityPostureConfig
|
860
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
861
|
+
|
862
|
+
include Google::Apis::Core::JsonObjectSupport
|
863
|
+
end
|
864
|
+
|
781
865
|
class ServiceMeshControlPlaneManagement
|
782
866
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
783
867
|
|
@@ -903,6 +987,15 @@ module Google
|
|
903
987
|
end
|
904
988
|
end
|
905
989
|
|
990
|
+
class BinaryAuthorizationConfig
|
991
|
+
# @private
|
992
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
993
|
+
property :evaluation_mode, as: 'evaluationMode'
|
994
|
+
collection :policy_bindings, as: 'policyBindings', class: Google::Apis::GkehubV1beta::PolicyBinding, decorator: Google::Apis::GkehubV1beta::PolicyBinding::Representation
|
995
|
+
|
996
|
+
end
|
997
|
+
end
|
998
|
+
|
906
999
|
class Binding
|
907
1000
|
# @private
|
908
1001
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -919,6 +1012,123 @@ module Google
|
|
919
1012
|
end
|
920
1013
|
end
|
921
1014
|
|
1015
|
+
class ClusterUpgradeFleetSpec
|
1016
|
+
# @private
|
1017
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1018
|
+
collection :gke_upgrade_overrides, as: 'gkeUpgradeOverrides', class: Google::Apis::GkehubV1beta::ClusterUpgradeGkeUpgradeOverride, decorator: Google::Apis::GkehubV1beta::ClusterUpgradeGkeUpgradeOverride::Representation
|
1019
|
+
|
1020
|
+
property :post_conditions, as: 'postConditions', class: Google::Apis::GkehubV1beta::ClusterUpgradePostConditions, decorator: Google::Apis::GkehubV1beta::ClusterUpgradePostConditions::Representation
|
1021
|
+
|
1022
|
+
collection :upstream_fleets, as: 'upstreamFleets'
|
1023
|
+
end
|
1024
|
+
end
|
1025
|
+
|
1026
|
+
class ClusterUpgradeFleetState
|
1027
|
+
# @private
|
1028
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1029
|
+
collection :downstream_fleets, as: 'downstreamFleets'
|
1030
|
+
property :gke_state, as: 'gkeState', class: Google::Apis::GkehubV1beta::ClusterUpgradeGkeUpgradeFeatureState, decorator: Google::Apis::GkehubV1beta::ClusterUpgradeGkeUpgradeFeatureState::Representation
|
1031
|
+
|
1032
|
+
hash :ignored, as: 'ignored', class: Google::Apis::GkehubV1beta::ClusterUpgradeIgnoredMembership, decorator: Google::Apis::GkehubV1beta::ClusterUpgradeIgnoredMembership::Representation
|
1033
|
+
|
1034
|
+
end
|
1035
|
+
end
|
1036
|
+
|
1037
|
+
class ClusterUpgradeGkeUpgrade
|
1038
|
+
# @private
|
1039
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1040
|
+
property :name, as: 'name'
|
1041
|
+
property :version, as: 'version'
|
1042
|
+
end
|
1043
|
+
end
|
1044
|
+
|
1045
|
+
class ClusterUpgradeGkeUpgradeFeatureCondition
|
1046
|
+
# @private
|
1047
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1048
|
+
property :reason, as: 'reason'
|
1049
|
+
property :status, as: 'status'
|
1050
|
+
property :type, as: 'type'
|
1051
|
+
property :update_time, as: 'updateTime'
|
1052
|
+
end
|
1053
|
+
end
|
1054
|
+
|
1055
|
+
class ClusterUpgradeGkeUpgradeFeatureState
|
1056
|
+
# @private
|
1057
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1058
|
+
collection :conditions, as: 'conditions', class: Google::Apis::GkehubV1beta::ClusterUpgradeGkeUpgradeFeatureCondition, decorator: Google::Apis::GkehubV1beta::ClusterUpgradeGkeUpgradeFeatureCondition::Representation
|
1059
|
+
|
1060
|
+
collection :upgrade_state, as: 'upgradeState', class: Google::Apis::GkehubV1beta::ClusterUpgradeGkeUpgradeState, decorator: Google::Apis::GkehubV1beta::ClusterUpgradeGkeUpgradeState::Representation
|
1061
|
+
|
1062
|
+
end
|
1063
|
+
end
|
1064
|
+
|
1065
|
+
class ClusterUpgradeGkeUpgradeOverride
|
1066
|
+
# @private
|
1067
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1068
|
+
property :post_conditions, as: 'postConditions', class: Google::Apis::GkehubV1beta::ClusterUpgradePostConditions, decorator: Google::Apis::GkehubV1beta::ClusterUpgradePostConditions::Representation
|
1069
|
+
|
1070
|
+
property :upgrade, as: 'upgrade', class: Google::Apis::GkehubV1beta::ClusterUpgradeGkeUpgrade, decorator: Google::Apis::GkehubV1beta::ClusterUpgradeGkeUpgrade::Representation
|
1071
|
+
|
1072
|
+
end
|
1073
|
+
end
|
1074
|
+
|
1075
|
+
class ClusterUpgradeGkeUpgradeState
|
1076
|
+
# @private
|
1077
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1078
|
+
hash :stats, as: 'stats'
|
1079
|
+
property :status, as: 'status', class: Google::Apis::GkehubV1beta::ClusterUpgradeUpgradeStatus, decorator: Google::Apis::GkehubV1beta::ClusterUpgradeUpgradeStatus::Representation
|
1080
|
+
|
1081
|
+
property :upgrade, as: 'upgrade', class: Google::Apis::GkehubV1beta::ClusterUpgradeGkeUpgrade, decorator: Google::Apis::GkehubV1beta::ClusterUpgradeGkeUpgrade::Representation
|
1082
|
+
|
1083
|
+
end
|
1084
|
+
end
|
1085
|
+
|
1086
|
+
class ClusterUpgradeIgnoredMembership
|
1087
|
+
# @private
|
1088
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1089
|
+
property :ignored_time, as: 'ignoredTime'
|
1090
|
+
property :reason, as: 'reason'
|
1091
|
+
end
|
1092
|
+
end
|
1093
|
+
|
1094
|
+
class ClusterUpgradeMembershipGkeUpgradeState
|
1095
|
+
# @private
|
1096
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1097
|
+
property :status, as: 'status', class: Google::Apis::GkehubV1beta::ClusterUpgradeUpgradeStatus, decorator: Google::Apis::GkehubV1beta::ClusterUpgradeUpgradeStatus::Representation
|
1098
|
+
|
1099
|
+
property :upgrade, as: 'upgrade', class: Google::Apis::GkehubV1beta::ClusterUpgradeGkeUpgrade, decorator: Google::Apis::GkehubV1beta::ClusterUpgradeGkeUpgrade::Representation
|
1100
|
+
|
1101
|
+
end
|
1102
|
+
end
|
1103
|
+
|
1104
|
+
class ClusterUpgradeMembershipState
|
1105
|
+
# @private
|
1106
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1107
|
+
property :fleet, as: 'fleet'
|
1108
|
+
property :ignored, as: 'ignored', class: Google::Apis::GkehubV1beta::ClusterUpgradeIgnoredMembership, decorator: Google::Apis::GkehubV1beta::ClusterUpgradeIgnoredMembership::Representation
|
1109
|
+
|
1110
|
+
collection :scopes, as: 'scopes'
|
1111
|
+
collection :upgrades, as: 'upgrades', class: Google::Apis::GkehubV1beta::ClusterUpgradeMembershipGkeUpgradeState, decorator: Google::Apis::GkehubV1beta::ClusterUpgradeMembershipGkeUpgradeState::Representation
|
1112
|
+
|
1113
|
+
end
|
1114
|
+
end
|
1115
|
+
|
1116
|
+
class ClusterUpgradePostConditions
|
1117
|
+
# @private
|
1118
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1119
|
+
property :soaking, as: 'soaking'
|
1120
|
+
end
|
1121
|
+
end
|
1122
|
+
|
1123
|
+
class ClusterUpgradeUpgradeStatus
|
1124
|
+
# @private
|
1125
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1126
|
+
property :code, as: 'code'
|
1127
|
+
property :reason, as: 'reason'
|
1128
|
+
property :update_time, as: 'updateTime'
|
1129
|
+
end
|
1130
|
+
end
|
1131
|
+
|
922
1132
|
class CommonFeatureSpec
|
923
1133
|
# @private
|
924
1134
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -926,6 +1136,8 @@ module Google
|
|
926
1136
|
|
927
1137
|
property :appdevexperience, as: 'appdevexperience', class: Google::Apis::GkehubV1beta::AppDevExperienceFeatureSpec, decorator: Google::Apis::GkehubV1beta::AppDevExperienceFeatureSpec::Representation
|
928
1138
|
|
1139
|
+
property :clusterupgrade, as: 'clusterupgrade', class: Google::Apis::GkehubV1beta::ClusterUpgradeFleetSpec, decorator: Google::Apis::GkehubV1beta::ClusterUpgradeFleetSpec::Representation
|
1140
|
+
|
929
1141
|
property :fleetobservability, as: 'fleetobservability', class: Google::Apis::GkehubV1beta::FleetObservabilityFeatureSpec, decorator: Google::Apis::GkehubV1beta::FleetObservabilityFeatureSpec::Representation
|
930
1142
|
|
931
1143
|
property :multiclusteringress, as: 'multiclusteringress', class: Google::Apis::GkehubV1beta::MultiClusterIngressFeatureSpec, decorator: Google::Apis::GkehubV1beta::MultiClusterIngressFeatureSpec::Representation
|
@@ -938,6 +1150,8 @@ module Google
|
|
938
1150
|
class Representation < Google::Apis::Core::JsonRepresentation
|
939
1151
|
property :appdevexperience, as: 'appdevexperience', class: Google::Apis::GkehubV1beta::AppDevExperienceFeatureState, decorator: Google::Apis::GkehubV1beta::AppDevExperienceFeatureState::Representation
|
940
1152
|
|
1153
|
+
property :clusterupgrade, as: 'clusterupgrade', class: Google::Apis::GkehubV1beta::ClusterUpgradeFleetState, decorator: Google::Apis::GkehubV1beta::ClusterUpgradeFleetState::Representation
|
1154
|
+
|
941
1155
|
property :fleetobservability, as: 'fleetobservability', class: Google::Apis::GkehubV1beta::FleetObservabilityFeatureState, decorator: Google::Apis::GkehubV1beta::FleetObservabilityFeatureState::Representation
|
942
1156
|
|
943
1157
|
property :state, as: 'state', class: Google::Apis::GkehubV1beta::FeatureState, decorator: Google::Apis::GkehubV1beta::FeatureState::Representation
|
@@ -994,7 +1208,6 @@ module Google
|
|
994
1208
|
|
995
1209
|
property :prevent_drift, as: 'preventDrift'
|
996
1210
|
property :source_format, as: 'sourceFormat'
|
997
|
-
property :stop_syncing, as: 'stopSyncing'
|
998
1211
|
end
|
999
1212
|
end
|
1000
1213
|
|
@@ -1140,7 +1353,6 @@ module Google
|
|
1140
1353
|
|
1141
1354
|
property :hierarchy_controller, as: 'hierarchyController', class: Google::Apis::GkehubV1beta::ConfigManagementHierarchyControllerConfig, decorator: Google::Apis::GkehubV1beta::ConfigManagementHierarchyControllerConfig::Representation
|
1142
1355
|
|
1143
|
-
property :management, as: 'management'
|
1144
1356
|
property :policy_controller, as: 'policyController', class: Google::Apis::GkehubV1beta::ConfigManagementPolicyController, decorator: Google::Apis::GkehubV1beta::ConfigManagementPolicyController::Representation
|
1145
1357
|
|
1146
1358
|
property :version, as: 'version'
|
@@ -1270,6 +1482,16 @@ module Google
|
|
1270
1482
|
end
|
1271
1483
|
end
|
1272
1484
|
|
1485
|
+
class DefaultClusterConfig
|
1486
|
+
# @private
|
1487
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1488
|
+
property :binary_authorization_config, as: 'binaryAuthorizationConfig', class: Google::Apis::GkehubV1beta::BinaryAuthorizationConfig, decorator: Google::Apis::GkehubV1beta::BinaryAuthorizationConfig::Representation
|
1489
|
+
|
1490
|
+
property :security_posture_config, as: 'securityPostureConfig', class: Google::Apis::GkehubV1beta::SecurityPostureConfig, decorator: Google::Apis::GkehubV1beta::SecurityPostureConfig::Representation
|
1491
|
+
|
1492
|
+
end
|
1493
|
+
end
|
1494
|
+
|
1273
1495
|
class EdgeCluster
|
1274
1496
|
# @private
|
1275
1497
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1340,6 +1562,8 @@ module Google
|
|
1340
1562
|
# @private
|
1341
1563
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1342
1564
|
property :create_time, as: 'createTime'
|
1565
|
+
property :default_cluster_config, as: 'defaultClusterConfig', class: Google::Apis::GkehubV1beta::DefaultClusterConfig, decorator: Google::Apis::GkehubV1beta::DefaultClusterConfig::Representation
|
1566
|
+
|
1343
1567
|
property :delete_time, as: 'deleteTime'
|
1344
1568
|
property :display_name, as: 'displayName'
|
1345
1569
|
hash :labels, as: 'labels'
|
@@ -1623,15 +1847,6 @@ module Google
|
|
1623
1847
|
end
|
1624
1848
|
end
|
1625
1849
|
|
1626
|
-
class ListNamespacesResponse
|
1627
|
-
# @private
|
1628
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
1629
|
-
collection :namespaces, as: 'namespaces', class: Google::Apis::GkehubV1beta::Namespace, decorator: Google::Apis::GkehubV1beta::Namespace::Representation
|
1630
|
-
|
1631
|
-
property :next_page_token, as: 'nextPageToken'
|
1632
|
-
end
|
1633
|
-
end
|
1634
|
-
|
1635
1850
|
class ListOperationsResponse
|
1636
1851
|
# @private
|
1637
1852
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1641,15 +1856,6 @@ module Google
|
|
1641
1856
|
end
|
1642
1857
|
end
|
1643
1858
|
|
1644
|
-
class ListRbacRoleBindingsResponse
|
1645
|
-
# @private
|
1646
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
1647
|
-
property :next_page_token, as: 'nextPageToken'
|
1648
|
-
collection :rbacrolebindings, as: 'rbacrolebindings', class: Google::Apis::GkehubV1beta::RbacRoleBinding, decorator: Google::Apis::GkehubV1beta::RbacRoleBinding::Representation
|
1649
|
-
|
1650
|
-
end
|
1651
|
-
end
|
1652
|
-
|
1653
1859
|
class ListScopeNamespacesResponse
|
1654
1860
|
# @private
|
1655
1861
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1781,6 +1987,8 @@ module Google
|
|
1781
1987
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1782
1988
|
property :appdevexperience, as: 'appdevexperience', class: Google::Apis::GkehubV1beta::AppDevExperienceFeatureState, decorator: Google::Apis::GkehubV1beta::AppDevExperienceFeatureState::Representation
|
1783
1989
|
|
1990
|
+
property :clusterupgrade, as: 'clusterupgrade', class: Google::Apis::GkehubV1beta::ClusterUpgradeMembershipState, decorator: Google::Apis::GkehubV1beta::ClusterUpgradeMembershipState::Representation
|
1991
|
+
|
1784
1992
|
property :configmanagement, as: 'configmanagement', class: Google::Apis::GkehubV1beta::ConfigManagementMembershipState, decorator: Google::Apis::GkehubV1beta::ConfigManagementMembershipState::Representation
|
1785
1993
|
|
1786
1994
|
property :fleetobservability, as: 'fleetobservability', class: Google::Apis::GkehubV1beta::FleetObservabilityMembershipState, decorator: Google::Apis::GkehubV1beta::FleetObservabilityMembershipState::Representation
|
@@ -1925,6 +2133,13 @@ module Google
|
|
1925
2133
|
end
|
1926
2134
|
end
|
1927
2135
|
|
2136
|
+
class PolicyBinding
|
2137
|
+
# @private
|
2138
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2139
|
+
property :name, as: 'name'
|
2140
|
+
end
|
2141
|
+
end
|
2142
|
+
|
1928
2143
|
class PolicyControllerBundleInstallSpec
|
1929
2144
|
# @private
|
1930
2145
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2141,6 +2356,14 @@ module Google
|
|
2141
2356
|
end
|
2142
2357
|
end
|
2143
2358
|
|
2359
|
+
class SecurityPostureConfig
|
2360
|
+
# @private
|
2361
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2362
|
+
property :mode, as: 'mode'
|
2363
|
+
property :vulnerability_mode, as: 'vulnerabilityMode'
|
2364
|
+
end
|
2365
|
+
end
|
2366
|
+
|
2144
2367
|
class ServiceMeshControlPlaneManagement
|
2145
2368
|
# @private
|
2146
2369
|
class Representation < Google::Apis::Core::JsonRepresentation
|