google-apis-gkehub_v1beta 0.39.0 → 0.41.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.
@@ -358,18 +358,54 @@ module Google
358
358
  include Google::Apis::Core::JsonObjectSupport
359
359
  end
360
360
 
361
+ class ListMembershipBindingsResponse
362
+ class Representation < Google::Apis::Core::JsonRepresentation; end
363
+
364
+ include Google::Apis::Core::JsonObjectSupport
365
+ end
366
+
367
+ class ListNamespacesResponse
368
+ class Representation < Google::Apis::Core::JsonRepresentation; end
369
+
370
+ include Google::Apis::Core::JsonObjectSupport
371
+ end
372
+
361
373
  class ListOperationsResponse
362
374
  class Representation < Google::Apis::Core::JsonRepresentation; end
363
375
 
364
376
  include Google::Apis::Core::JsonObjectSupport
365
377
  end
366
378
 
379
+ class ListRbacRoleBindingsResponse
380
+ class Representation < Google::Apis::Core::JsonRepresentation; end
381
+
382
+ include Google::Apis::Core::JsonObjectSupport
383
+ end
384
+
385
+ class ListScopesResponse
386
+ class Representation < Google::Apis::Core::JsonRepresentation; end
387
+
388
+ include Google::Apis::Core::JsonObjectSupport
389
+ end
390
+
367
391
  class Location
368
392
  class Representation < Google::Apis::Core::JsonRepresentation; end
369
393
 
370
394
  include Google::Apis::Core::JsonObjectSupport
371
395
  end
372
396
 
397
+ class MembershipBinding
398
+ class Representation < Google::Apis::Core::JsonRepresentation; end
399
+
400
+ include Google::Apis::Core::JsonObjectSupport
401
+ end
402
+
403
+ class MembershipBindingLifecycleState
404
+ class Representation < Google::Apis::Core::JsonRepresentation; end
405
+
406
+ include Google::Apis::Core::JsonObjectSupport
407
+ end
408
+
373
409
  class MembershipFeatureSpec
374
410
  class Representation < Google::Apis::Core::JsonRepresentation; end
375
411
 
@@ -400,6 +436,18 @@ module Google
400
436
  include Google::Apis::Core::JsonObjectSupport
401
437
  end
402
438
 
439
+ class Namespace
440
+ class Representation < Google::Apis::Core::JsonRepresentation; end
441
+
442
+ include Google::Apis::Core::JsonObjectSupport
443
+ end
444
+
445
+ class NamespaceLifecycleState
446
+ class Representation < Google::Apis::Core::JsonRepresentation; end
447
+
448
+ include Google::Apis::Core::JsonObjectSupport
449
+ end
450
+
403
451
  class Operation
404
452
  class Representation < Google::Apis::Core::JsonRepresentation; end
405
453
 
@@ -484,6 +532,36 @@ module Google
484
532
  include Google::Apis::Core::JsonObjectSupport
485
533
  end
486
534
 
535
+ class PolicyControllerToleration
536
+ class Representation < Google::Apis::Core::JsonRepresentation; end
537
+
538
+ include Google::Apis::Core::JsonObjectSupport
539
+ end
540
+
541
+ class RbacRoleBinding
542
+ class Representation < Google::Apis::Core::JsonRepresentation; end
543
+
544
+ include Google::Apis::Core::JsonObjectSupport
545
+ end
546
+
547
+ class RbacRoleBindingLifecycleState
548
+ class Representation < Google::Apis::Core::JsonRepresentation; end
549
+
550
+ include Google::Apis::Core::JsonObjectSupport
551
+ end
552
+
553
+ class Role
554
+ class Representation < Google::Apis::Core::JsonRepresentation; end
555
+
556
+ include Google::Apis::Core::JsonObjectSupport
557
+ end
558
+
559
+ class Scope
560
+ class Representation < Google::Apis::Core::JsonRepresentation; end
561
+
562
+ include Google::Apis::Core::JsonObjectSupport
563
+ end
564
+
487
565
  class ScopeFeatureSpec
488
566
  class Representation < Google::Apis::Core::JsonRepresentation; end
489
567
 
@@ -496,6 +574,12 @@ module Google
496
574
  include Google::Apis::Core::JsonObjectSupport
497
575
  end
498
576
 
577
+ class ScopeLifecycleState
578
+ class Representation < Google::Apis::Core::JsonRepresentation; end
579
+
580
+ include Google::Apis::Core::JsonObjectSupport
581
+ end
582
+
499
583
  class ServiceMeshControlPlaneManagement
500
584
  class Representation < Google::Apis::Core::JsonRepresentation; end
501
585
 
@@ -1116,6 +1200,24 @@ module Google
1116
1200
  end
1117
1201
  end
1118
1202
 
1203
+ class ListMembershipBindingsResponse
1204
+ # @private
1205
+ class Representation < Google::Apis::Core::JsonRepresentation
1206
+ collection :membership_bindings, as: 'membershipBindings', class: Google::Apis::GkehubV1beta::MembershipBinding, decorator: Google::Apis::GkehubV1beta::MembershipBinding::Representation
1207
+
1208
+ property :next_page_token, as: 'nextPageToken'
1209
+ end
1210
+ end
1211
+
1212
+ class ListNamespacesResponse
1213
+ # @private
1214
+ class Representation < Google::Apis::Core::JsonRepresentation
1215
+ collection :namespaces, as: 'namespaces', class: Google::Apis::GkehubV1beta::Namespace, decorator: Google::Apis::GkehubV1beta::Namespace::Representation
1216
+
1217
+ property :next_page_token, as: 'nextPageToken'
1218
+ end
1219
+ end
1220
+
1119
1221
  class ListOperationsResponse
1120
1222
  # @private
1121
1223
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1125,6 +1227,24 @@ module Google
1125
1227
  end
1126
1228
  end
1127
1229
 
1230
+ class ListRbacRoleBindingsResponse
1231
+ # @private
1232
+ class Representation < Google::Apis::Core::JsonRepresentation
1233
+ property :next_page_token, as: 'nextPageToken'
1234
+ collection :rbacrolebindings, as: 'rbacrolebindings', class: Google::Apis::GkehubV1beta::RbacRoleBinding, decorator: Google::Apis::GkehubV1beta::RbacRoleBinding::Representation
1235
+
1236
+ end
1237
+ end
1238
+
1239
+ class ListScopesResponse
1240
+ # @private
1241
+ class Representation < Google::Apis::Core::JsonRepresentation
1242
+ property :next_page_token, as: 'nextPageToken'
1243
+ collection :scopes, as: 'scopes', class: Google::Apis::GkehubV1beta::Scope, decorator: Google::Apis::GkehubV1beta::Scope::Representation
1244
+
1245
+ end
1246
+ end
1247
+
1128
1248
  class Location
1129
1249
  # @private
1130
1250
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1136,6 +1256,28 @@ module Google
1136
1256
  end
1137
1257
  end
1138
1258
 
1259
+ class MembershipBinding
1260
+ # @private
1261
+ class Representation < Google::Apis::Core::JsonRepresentation
1262
+ property :create_time, as: 'createTime'
1263
+ property :delete_time, as: 'deleteTime'
1264
+ property :fleet, as: 'fleet'
1265
+ property :name, as: 'name'
1266
+ property :scope, as: 'scope'
1267
+ property :state, as: 'state', class: Google::Apis::GkehubV1beta::MembershipBindingLifecycleState, decorator: Google::Apis::GkehubV1beta::MembershipBindingLifecycleState::Representation
1268
+
1269
+ property :uid, as: 'uid'
1270
+ property :update_time, as: 'updateTime'
1271
+ end
1272
+ end
1273
+
1274
+ class MembershipBindingLifecycleState
1275
+ # @private
1276
+ class Representation < Google::Apis::Core::JsonRepresentation
1277
+ property :code, as: 'code'
1278
+ end
1279
+ end
1280
+
1139
1281
  class MembershipFeatureSpec
1140
1282
  # @private
1141
1283
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1203,6 +1345,27 @@ module Google
1203
1345
  end
1204
1346
  end
1205
1347
 
1348
+ class Namespace
1349
+ # @private
1350
+ class Representation < Google::Apis::Core::JsonRepresentation
1351
+ property :create_time, as: 'createTime'
1352
+ property :delete_time, as: 'deleteTime'
1353
+ property :name, as: 'name'
1354
+ property :scope, as: 'scope'
1355
+ property :state, as: 'state', class: Google::Apis::GkehubV1beta::NamespaceLifecycleState, decorator: Google::Apis::GkehubV1beta::NamespaceLifecycleState::Representation
1356
+
1357
+ property :uid, as: 'uid'
1358
+ property :update_time, as: 'updateTime'
1359
+ end
1360
+ end
1361
+
1362
+ class NamespaceLifecycleState
1363
+ # @private
1364
+ class Representation < Google::Apis::Core::JsonRepresentation
1365
+ property :code, as: 'code'
1366
+ end
1367
+ end
1368
+
1206
1369
  class Operation
1207
1370
  # @private
1208
1371
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1318,6 +1481,8 @@ module Google
1318
1481
  property :container_resources, as: 'containerResources', class: Google::Apis::GkehubV1beta::PolicyControllerResourceRequirements, decorator: Google::Apis::GkehubV1beta::PolicyControllerResourceRequirements::Representation
1319
1482
 
1320
1483
  property :pod_anti_affinity, as: 'podAntiAffinity'
1484
+ collection :pod_tolerations, as: 'podTolerations', class: Google::Apis::GkehubV1beta::PolicyControllerToleration, decorator: Google::Apis::GkehubV1beta::PolicyControllerToleration::Representation
1485
+
1321
1486
  property :replica_count, :numeric_string => true, as: 'replicaCount'
1322
1487
  end
1323
1488
  end
@@ -1347,6 +1512,60 @@ module Google
1347
1512
  end
1348
1513
  end
1349
1514
 
1515
+ class PolicyControllerToleration
1516
+ # @private
1517
+ class Representation < Google::Apis::Core::JsonRepresentation
1518
+ property :effect, as: 'effect'
1519
+ property :key, as: 'key'
1520
+ property :operator, as: 'operator'
1521
+ property :value, as: 'value'
1522
+ end
1523
+ end
1524
+
1525
+ class RbacRoleBinding
1526
+ # @private
1527
+ class Representation < Google::Apis::Core::JsonRepresentation
1528
+ property :create_time, as: 'createTime'
1529
+ property :delete_time, as: 'deleteTime'
1530
+ property :group, as: 'group'
1531
+ property :name, as: 'name'
1532
+ property :role, as: 'role', class: Google::Apis::GkehubV1beta::Role, decorator: Google::Apis::GkehubV1beta::Role::Representation
1533
+
1534
+ property :state, as: 'state', class: Google::Apis::GkehubV1beta::RbacRoleBindingLifecycleState, decorator: Google::Apis::GkehubV1beta::RbacRoleBindingLifecycleState::Representation
1535
+
1536
+ property :uid, as: 'uid'
1537
+ property :update_time, as: 'updateTime'
1538
+ property :user, as: 'user'
1539
+ end
1540
+ end
1541
+
1542
+ class RbacRoleBindingLifecycleState
1543
+ # @private
1544
+ class Representation < Google::Apis::Core::JsonRepresentation
1545
+ property :code, as: 'code'
1546
+ end
1547
+ end
1548
+
1549
+ class Role
1550
+ # @private
1551
+ class Representation < Google::Apis::Core::JsonRepresentation
1552
+ property :predefined_role, as: 'predefinedRole'
1553
+ end
1554
+ end
1555
+
1556
+ class Scope
1557
+ # @private
1558
+ class Representation < Google::Apis::Core::JsonRepresentation
1559
+ property :create_time, as: 'createTime'
1560
+ property :delete_time, as: 'deleteTime'
1561
+ property :name, as: 'name'
1562
+ property :state, as: 'state', class: Google::Apis::GkehubV1beta::ScopeLifecycleState, decorator: Google::Apis::GkehubV1beta::ScopeLifecycleState::Representation
1563
+
1564
+ property :uid, as: 'uid'
1565
+ property :update_time, as: 'updateTime'
1566
+ end
1567
+ end
1568
+
1350
1569
  class ScopeFeatureSpec
1351
1570
  # @private
1352
1571
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1361,6 +1580,13 @@ module Google
1361
1580
  end
1362
1581
  end
1363
1582
 
1583
+ class ScopeLifecycleState
1584
+ # @private
1585
+ class Representation < Google::Apis::Core::JsonRepresentation
1586
+ property :code, as: 'code'
1587
+ end
1588
+ end
1589
+
1364
1590
  class ServiceMeshControlPlaneManagement
1365
1591
  # @private
1366
1592
  class Representation < Google::Apis::Core::JsonRepresentation