google-apis-gkehub_v1beta 0.63.0 → 0.65.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.
@@ -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
 
@@ -496,24 +574,12 @@ module Google
496
574
  include Google::Apis::Core::JsonObjectSupport
497
575
  end
498
576
 
499
- class ListNamespacesResponse
500
- class Representation < Google::Apis::Core::JsonRepresentation; end
501
-
502
- include Google::Apis::Core::JsonObjectSupport
503
- end
504
-
505
577
  class ListOperationsResponse
506
578
  class Representation < Google::Apis::Core::JsonRepresentation; end
507
579
 
508
580
  include Google::Apis::Core::JsonObjectSupport
509
581
  end
510
582
 
511
- class ListRbacRoleBindingsResponse
512
- class Representation < Google::Apis::Core::JsonRepresentation; end
513
-
514
- include Google::Apis::Core::JsonObjectSupport
515
- end
516
-
517
583
  class ListScopeNamespacesResponse
518
584
  class Representation < Google::Apis::Core::JsonRepresentation; end
519
585
 
@@ -652,6 +718,12 @@ module Google
652
718
  include Google::Apis::Core::JsonObjectSupport
653
719
  end
654
720
 
721
+ class PolicyBinding
722
+ class Representation < Google::Apis::Core::JsonRepresentation; end
723
+
724
+ include Google::Apis::Core::JsonObjectSupport
725
+ end
726
+
655
727
  class PolicyControllerBundleInstallSpec
656
728
  class Representation < Google::Apis::Core::JsonRepresentation; end
657
729
 
@@ -915,6 +987,15 @@ module Google
915
987
  end
916
988
  end
917
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
+
918
999
  class Binding
919
1000
  # @private
920
1001
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -931,6 +1012,121 @@ module Google
931
1012
  end
932
1013
  end
933
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 :ignored, as: 'ignored', class: Google::Apis::GkehubV1beta::ClusterUpgradeIgnoredMembership, decorator: Google::Apis::GkehubV1beta::ClusterUpgradeIgnoredMembership::Representation
1108
+
1109
+ collection :upgrades, as: 'upgrades', class: Google::Apis::GkehubV1beta::ClusterUpgradeMembershipGkeUpgradeState, decorator: Google::Apis::GkehubV1beta::ClusterUpgradeMembershipGkeUpgradeState::Representation
1110
+
1111
+ end
1112
+ end
1113
+
1114
+ class ClusterUpgradePostConditions
1115
+ # @private
1116
+ class Representation < Google::Apis::Core::JsonRepresentation
1117
+ property :soaking, as: 'soaking'
1118
+ end
1119
+ end
1120
+
1121
+ class ClusterUpgradeUpgradeStatus
1122
+ # @private
1123
+ class Representation < Google::Apis::Core::JsonRepresentation
1124
+ property :code, as: 'code'
1125
+ property :reason, as: 'reason'
1126
+ property :update_time, as: 'updateTime'
1127
+ end
1128
+ end
1129
+
934
1130
  class CommonFeatureSpec
935
1131
  # @private
936
1132
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -938,6 +1134,8 @@ module Google
938
1134
 
939
1135
  property :appdevexperience, as: 'appdevexperience', class: Google::Apis::GkehubV1beta::AppDevExperienceFeatureSpec, decorator: Google::Apis::GkehubV1beta::AppDevExperienceFeatureSpec::Representation
940
1136
 
1137
+ property :clusterupgrade, as: 'clusterupgrade', class: Google::Apis::GkehubV1beta::ClusterUpgradeFleetSpec, decorator: Google::Apis::GkehubV1beta::ClusterUpgradeFleetSpec::Representation
1138
+
941
1139
  property :fleetobservability, as: 'fleetobservability', class: Google::Apis::GkehubV1beta::FleetObservabilityFeatureSpec, decorator: Google::Apis::GkehubV1beta::FleetObservabilityFeatureSpec::Representation
942
1140
 
943
1141
  property :multiclusteringress, as: 'multiclusteringress', class: Google::Apis::GkehubV1beta::MultiClusterIngressFeatureSpec, decorator: Google::Apis::GkehubV1beta::MultiClusterIngressFeatureSpec::Representation
@@ -950,6 +1148,8 @@ module Google
950
1148
  class Representation < Google::Apis::Core::JsonRepresentation
951
1149
  property :appdevexperience, as: 'appdevexperience', class: Google::Apis::GkehubV1beta::AppDevExperienceFeatureState, decorator: Google::Apis::GkehubV1beta::AppDevExperienceFeatureState::Representation
952
1150
 
1151
+ property :clusterupgrade, as: 'clusterupgrade', class: Google::Apis::GkehubV1beta::ClusterUpgradeFleetState, decorator: Google::Apis::GkehubV1beta::ClusterUpgradeFleetState::Representation
1152
+
953
1153
  property :fleetobservability, as: 'fleetobservability', class: Google::Apis::GkehubV1beta::FleetObservabilityFeatureState, decorator: Google::Apis::GkehubV1beta::FleetObservabilityFeatureState::Representation
954
1154
 
955
1155
  property :state, as: 'state', class: Google::Apis::GkehubV1beta::FeatureState, decorator: Google::Apis::GkehubV1beta::FeatureState::Representation
@@ -1006,7 +1206,6 @@ module Google
1006
1206
 
1007
1207
  property :prevent_drift, as: 'preventDrift'
1008
1208
  property :source_format, as: 'sourceFormat'
1009
- property :stop_syncing, as: 'stopSyncing'
1010
1209
  end
1011
1210
  end
1012
1211
 
@@ -1152,7 +1351,6 @@ module Google
1152
1351
 
1153
1352
  property :hierarchy_controller, as: 'hierarchyController', class: Google::Apis::GkehubV1beta::ConfigManagementHierarchyControllerConfig, decorator: Google::Apis::GkehubV1beta::ConfigManagementHierarchyControllerConfig::Representation
1154
1353
 
1155
- property :management, as: 'management'
1156
1354
  property :policy_controller, as: 'policyController', class: Google::Apis::GkehubV1beta::ConfigManagementPolicyController, decorator: Google::Apis::GkehubV1beta::ConfigManagementPolicyController::Representation
1157
1355
 
1158
1356
  property :version, as: 'version'
@@ -1285,6 +1483,8 @@ module Google
1285
1483
  class DefaultClusterConfig
1286
1484
  # @private
1287
1485
  class Representation < Google::Apis::Core::JsonRepresentation
1486
+ property :binary_authorization_config, as: 'binaryAuthorizationConfig', class: Google::Apis::GkehubV1beta::BinaryAuthorizationConfig, decorator: Google::Apis::GkehubV1beta::BinaryAuthorizationConfig::Representation
1487
+
1288
1488
  property :security_posture_config, as: 'securityPostureConfig', class: Google::Apis::GkehubV1beta::SecurityPostureConfig, decorator: Google::Apis::GkehubV1beta::SecurityPostureConfig::Representation
1289
1489
 
1290
1490
  end
@@ -1645,15 +1845,6 @@ module Google
1645
1845
  end
1646
1846
  end
1647
1847
 
1648
- class ListNamespacesResponse
1649
- # @private
1650
- class Representation < Google::Apis::Core::JsonRepresentation
1651
- collection :namespaces, as: 'namespaces', class: Google::Apis::GkehubV1beta::Namespace, decorator: Google::Apis::GkehubV1beta::Namespace::Representation
1652
-
1653
- property :next_page_token, as: 'nextPageToken'
1654
- end
1655
- end
1656
-
1657
1848
  class ListOperationsResponse
1658
1849
  # @private
1659
1850
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1663,15 +1854,6 @@ module Google
1663
1854
  end
1664
1855
  end
1665
1856
 
1666
- class ListRbacRoleBindingsResponse
1667
- # @private
1668
- class Representation < Google::Apis::Core::JsonRepresentation
1669
- property :next_page_token, as: 'nextPageToken'
1670
- collection :rbacrolebindings, as: 'rbacrolebindings', class: Google::Apis::GkehubV1beta::RbacRoleBinding, decorator: Google::Apis::GkehubV1beta::RbacRoleBinding::Representation
1671
-
1672
- end
1673
- end
1674
-
1675
1857
  class ListScopeNamespacesResponse
1676
1858
  # @private
1677
1859
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1803,6 +1985,8 @@ module Google
1803
1985
  class Representation < Google::Apis::Core::JsonRepresentation
1804
1986
  property :appdevexperience, as: 'appdevexperience', class: Google::Apis::GkehubV1beta::AppDevExperienceFeatureState, decorator: Google::Apis::GkehubV1beta::AppDevExperienceFeatureState::Representation
1805
1987
 
1988
+ property :clusterupgrade, as: 'clusterupgrade', class: Google::Apis::GkehubV1beta::ClusterUpgradeMembershipState, decorator: Google::Apis::GkehubV1beta::ClusterUpgradeMembershipState::Representation
1989
+
1806
1990
  property :configmanagement, as: 'configmanagement', class: Google::Apis::GkehubV1beta::ConfigManagementMembershipState, decorator: Google::Apis::GkehubV1beta::ConfigManagementMembershipState::Representation
1807
1991
 
1808
1992
  property :fleetobservability, as: 'fleetobservability', class: Google::Apis::GkehubV1beta::FleetObservabilityMembershipState, decorator: Google::Apis::GkehubV1beta::FleetObservabilityMembershipState::Representation
@@ -1947,6 +2131,13 @@ module Google
1947
2131
  end
1948
2132
  end
1949
2133
 
2134
+ class PolicyBinding
2135
+ # @private
2136
+ class Representation < Google::Apis::Core::JsonRepresentation
2137
+ property :name, as: 'name'
2138
+ end
2139
+ end
2140
+
1950
2141
  class PolicyControllerBundleInstallSpec
1951
2142
  # @private
1952
2143
  class Representation < Google::Apis::Core::JsonRepresentation