google-apis-gkehub_v1alpha 0.46.0 → 0.47.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.
@@ -448,18 +448,42 @@ module Google
|
|
448
448
|
include Google::Apis::Core::JsonObjectSupport
|
449
449
|
end
|
450
450
|
|
451
|
+
class ListMembershipBindingsResponse
|
452
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
453
|
+
|
454
|
+
include Google::Apis::Core::JsonObjectSupport
|
455
|
+
end
|
456
|
+
|
451
457
|
class ListMembershipsResponse
|
452
458
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
453
459
|
|
454
460
|
include Google::Apis::Core::JsonObjectSupport
|
455
461
|
end
|
456
462
|
|
463
|
+
class ListNamespacesResponse
|
464
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
465
|
+
|
466
|
+
include Google::Apis::Core::JsonObjectSupport
|
467
|
+
end
|
468
|
+
|
457
469
|
class ListOperationsResponse
|
458
470
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
459
471
|
|
460
472
|
include Google::Apis::Core::JsonObjectSupport
|
461
473
|
end
|
462
474
|
|
475
|
+
class ListRbacRoleBindingsResponse
|
476
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
477
|
+
|
478
|
+
include Google::Apis::Core::JsonObjectSupport
|
479
|
+
end
|
480
|
+
|
481
|
+
class ListScopesResponse
|
482
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
483
|
+
|
484
|
+
include Google::Apis::Core::JsonObjectSupport
|
485
|
+
end
|
486
|
+
|
463
487
|
class Location
|
464
488
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
465
489
|
|
@@ -472,6 +496,18 @@ module Google
|
|
472
496
|
include Google::Apis::Core::JsonObjectSupport
|
473
497
|
end
|
474
498
|
|
499
|
+
class MembershipBinding
|
500
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
501
|
+
|
502
|
+
include Google::Apis::Core::JsonObjectSupport
|
503
|
+
end
|
504
|
+
|
505
|
+
class MembershipBindingLifecycleState
|
506
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
507
|
+
|
508
|
+
include Google::Apis::Core::JsonObjectSupport
|
509
|
+
end
|
510
|
+
|
475
511
|
class MembershipEndpoint
|
476
512
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
477
513
|
|
@@ -520,6 +556,18 @@ module Google
|
|
520
556
|
include Google::Apis::Core::JsonObjectSupport
|
521
557
|
end
|
522
558
|
|
559
|
+
class Namespace
|
560
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
561
|
+
|
562
|
+
include Google::Apis::Core::JsonObjectSupport
|
563
|
+
end
|
564
|
+
|
565
|
+
class NamespaceLifecycleState
|
566
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
567
|
+
|
568
|
+
include Google::Apis::Core::JsonObjectSupport
|
569
|
+
end
|
570
|
+
|
523
571
|
class OnPremCluster
|
524
572
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
525
573
|
|
@@ -610,6 +658,24 @@ module Google
|
|
610
658
|
include Google::Apis::Core::JsonObjectSupport
|
611
659
|
end
|
612
660
|
|
661
|
+
class PolicyControllerToleration
|
662
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
663
|
+
|
664
|
+
include Google::Apis::Core::JsonObjectSupport
|
665
|
+
end
|
666
|
+
|
667
|
+
class RbacRoleBinding
|
668
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
669
|
+
|
670
|
+
include Google::Apis::Core::JsonObjectSupport
|
671
|
+
end
|
672
|
+
|
673
|
+
class RbacRoleBindingLifecycleState
|
674
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
675
|
+
|
676
|
+
include Google::Apis::Core::JsonObjectSupport
|
677
|
+
end
|
678
|
+
|
613
679
|
class ResourceManifest
|
614
680
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
615
681
|
|
@@ -622,6 +688,18 @@ module Google
|
|
622
688
|
include Google::Apis::Core::JsonObjectSupport
|
623
689
|
end
|
624
690
|
|
691
|
+
class Role
|
692
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
693
|
+
|
694
|
+
include Google::Apis::Core::JsonObjectSupport
|
695
|
+
end
|
696
|
+
|
697
|
+
class Scope
|
698
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
699
|
+
|
700
|
+
include Google::Apis::Core::JsonObjectSupport
|
701
|
+
end
|
702
|
+
|
625
703
|
class ScopeFeatureSpec
|
626
704
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
627
705
|
|
@@ -634,6 +712,12 @@ module Google
|
|
634
712
|
include Google::Apis::Core::JsonObjectSupport
|
635
713
|
end
|
636
714
|
|
715
|
+
class ScopeLifecycleState
|
716
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
717
|
+
|
718
|
+
include Google::Apis::Core::JsonObjectSupport
|
719
|
+
end
|
720
|
+
|
637
721
|
class ServiceMeshAnalysisMessage
|
638
722
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
639
723
|
|
@@ -1446,6 +1530,15 @@ module Google
|
|
1446
1530
|
end
|
1447
1531
|
end
|
1448
1532
|
|
1533
|
+
class ListMembershipBindingsResponse
|
1534
|
+
# @private
|
1535
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1536
|
+
collection :membership_bindings, as: 'membershipBindings', class: Google::Apis::GkehubV1alpha::MembershipBinding, decorator: Google::Apis::GkehubV1alpha::MembershipBinding::Representation
|
1537
|
+
|
1538
|
+
property :next_page_token, as: 'nextPageToken'
|
1539
|
+
end
|
1540
|
+
end
|
1541
|
+
|
1449
1542
|
class ListMembershipsResponse
|
1450
1543
|
# @private
|
1451
1544
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1456,6 +1549,15 @@ module Google
|
|
1456
1549
|
end
|
1457
1550
|
end
|
1458
1551
|
|
1552
|
+
class ListNamespacesResponse
|
1553
|
+
# @private
|
1554
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1555
|
+
collection :namespaces, as: 'namespaces', class: Google::Apis::GkehubV1alpha::Namespace, decorator: Google::Apis::GkehubV1alpha::Namespace::Representation
|
1556
|
+
|
1557
|
+
property :next_page_token, as: 'nextPageToken'
|
1558
|
+
end
|
1559
|
+
end
|
1560
|
+
|
1459
1561
|
class ListOperationsResponse
|
1460
1562
|
# @private
|
1461
1563
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1465,6 +1567,24 @@ module Google
|
|
1465
1567
|
end
|
1466
1568
|
end
|
1467
1569
|
|
1570
|
+
class ListRbacRoleBindingsResponse
|
1571
|
+
# @private
|
1572
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1573
|
+
property :next_page_token, as: 'nextPageToken'
|
1574
|
+
collection :rbacrolebindings, as: 'rbacrolebindings', class: Google::Apis::GkehubV1alpha::RbacRoleBinding, decorator: Google::Apis::GkehubV1alpha::RbacRoleBinding::Representation
|
1575
|
+
|
1576
|
+
end
|
1577
|
+
end
|
1578
|
+
|
1579
|
+
class ListScopesResponse
|
1580
|
+
# @private
|
1581
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1582
|
+
property :next_page_token, as: 'nextPageToken'
|
1583
|
+
collection :scopes, as: 'scopes', class: Google::Apis::GkehubV1alpha::Scope, decorator: Google::Apis::GkehubV1alpha::Scope::Representation
|
1584
|
+
|
1585
|
+
end
|
1586
|
+
end
|
1587
|
+
|
1468
1588
|
class Location
|
1469
1589
|
# @private
|
1470
1590
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1497,6 +1617,28 @@ module Google
|
|
1497
1617
|
end
|
1498
1618
|
end
|
1499
1619
|
|
1620
|
+
class MembershipBinding
|
1621
|
+
# @private
|
1622
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1623
|
+
property :create_time, as: 'createTime'
|
1624
|
+
property :delete_time, as: 'deleteTime'
|
1625
|
+
property :fleet, as: 'fleet'
|
1626
|
+
property :name, as: 'name'
|
1627
|
+
property :scope, as: 'scope'
|
1628
|
+
property :state, as: 'state', class: Google::Apis::GkehubV1alpha::MembershipBindingLifecycleState, decorator: Google::Apis::GkehubV1alpha::MembershipBindingLifecycleState::Representation
|
1629
|
+
|
1630
|
+
property :uid, as: 'uid'
|
1631
|
+
property :update_time, as: 'updateTime'
|
1632
|
+
end
|
1633
|
+
end
|
1634
|
+
|
1635
|
+
class MembershipBindingLifecycleState
|
1636
|
+
# @private
|
1637
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1638
|
+
property :code, as: 'code'
|
1639
|
+
end
|
1640
|
+
end
|
1641
|
+
|
1500
1642
|
class MembershipEndpoint
|
1501
1643
|
# @private
|
1502
1644
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1601,6 +1743,27 @@ module Google
|
|
1601
1743
|
end
|
1602
1744
|
end
|
1603
1745
|
|
1746
|
+
class Namespace
|
1747
|
+
# @private
|
1748
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1749
|
+
property :create_time, as: 'createTime'
|
1750
|
+
property :delete_time, as: 'deleteTime'
|
1751
|
+
property :name, as: 'name'
|
1752
|
+
property :scope, as: 'scope'
|
1753
|
+
property :state, as: 'state', class: Google::Apis::GkehubV1alpha::NamespaceLifecycleState, decorator: Google::Apis::GkehubV1alpha::NamespaceLifecycleState::Representation
|
1754
|
+
|
1755
|
+
property :uid, as: 'uid'
|
1756
|
+
property :update_time, as: 'updateTime'
|
1757
|
+
end
|
1758
|
+
end
|
1759
|
+
|
1760
|
+
class NamespaceLifecycleState
|
1761
|
+
# @private
|
1762
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1763
|
+
property :code, as: 'code'
|
1764
|
+
end
|
1765
|
+
end
|
1766
|
+
|
1604
1767
|
class OnPremCluster
|
1605
1768
|
# @private
|
1606
1769
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1726,6 +1889,8 @@ module Google
|
|
1726
1889
|
property :container_resources, as: 'containerResources', class: Google::Apis::GkehubV1alpha::PolicyControllerResourceRequirements, decorator: Google::Apis::GkehubV1alpha::PolicyControllerResourceRequirements::Representation
|
1727
1890
|
|
1728
1891
|
property :pod_anti_affinity, as: 'podAntiAffinity'
|
1892
|
+
collection :pod_tolerations, as: 'podTolerations', class: Google::Apis::GkehubV1alpha::PolicyControllerToleration, decorator: Google::Apis::GkehubV1alpha::PolicyControllerToleration::Representation
|
1893
|
+
|
1729
1894
|
property :replica_count, :numeric_string => true, as: 'replicaCount'
|
1730
1895
|
end
|
1731
1896
|
end
|
@@ -1755,6 +1920,40 @@ module Google
|
|
1755
1920
|
end
|
1756
1921
|
end
|
1757
1922
|
|
1923
|
+
class PolicyControllerToleration
|
1924
|
+
# @private
|
1925
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1926
|
+
property :effect, as: 'effect'
|
1927
|
+
property :key, as: 'key'
|
1928
|
+
property :operator, as: 'operator'
|
1929
|
+
property :value, as: 'value'
|
1930
|
+
end
|
1931
|
+
end
|
1932
|
+
|
1933
|
+
class RbacRoleBinding
|
1934
|
+
# @private
|
1935
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1936
|
+
property :create_time, as: 'createTime'
|
1937
|
+
property :delete_time, as: 'deleteTime'
|
1938
|
+
property :group, as: 'group'
|
1939
|
+
property :name, as: 'name'
|
1940
|
+
property :role, as: 'role', class: Google::Apis::GkehubV1alpha::Role, decorator: Google::Apis::GkehubV1alpha::Role::Representation
|
1941
|
+
|
1942
|
+
property :state, as: 'state', class: Google::Apis::GkehubV1alpha::RbacRoleBindingLifecycleState, decorator: Google::Apis::GkehubV1alpha::RbacRoleBindingLifecycleState::Representation
|
1943
|
+
|
1944
|
+
property :uid, as: 'uid'
|
1945
|
+
property :update_time, as: 'updateTime'
|
1946
|
+
property :user, as: 'user'
|
1947
|
+
end
|
1948
|
+
end
|
1949
|
+
|
1950
|
+
class RbacRoleBindingLifecycleState
|
1951
|
+
# @private
|
1952
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1953
|
+
property :code, as: 'code'
|
1954
|
+
end
|
1955
|
+
end
|
1956
|
+
|
1758
1957
|
class ResourceManifest
|
1759
1958
|
# @private
|
1760
1959
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1772,6 +1971,26 @@ module Google
|
|
1772
1971
|
end
|
1773
1972
|
end
|
1774
1973
|
|
1974
|
+
class Role
|
1975
|
+
# @private
|
1976
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1977
|
+
property :predefined_role, as: 'predefinedRole'
|
1978
|
+
end
|
1979
|
+
end
|
1980
|
+
|
1981
|
+
class Scope
|
1982
|
+
# @private
|
1983
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1984
|
+
property :create_time, as: 'createTime'
|
1985
|
+
property :delete_time, as: 'deleteTime'
|
1986
|
+
property :name, as: 'name'
|
1987
|
+
property :state, as: 'state', class: Google::Apis::GkehubV1alpha::ScopeLifecycleState, decorator: Google::Apis::GkehubV1alpha::ScopeLifecycleState::Representation
|
1988
|
+
|
1989
|
+
property :uid, as: 'uid'
|
1990
|
+
property :update_time, as: 'updateTime'
|
1991
|
+
end
|
1992
|
+
end
|
1993
|
+
|
1775
1994
|
class ScopeFeatureSpec
|
1776
1995
|
# @private
|
1777
1996
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1786,6 +2005,13 @@ module Google
|
|
1786
2005
|
end
|
1787
2006
|
end
|
1788
2007
|
|
2008
|
+
class ScopeLifecycleState
|
2009
|
+
# @private
|
2010
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2011
|
+
property :code, as: 'code'
|
2012
|
+
end
|
2013
|
+
end
|
2014
|
+
|
1789
2015
|
class ServiceMeshAnalysisMessage
|
1790
2016
|
# @private
|
1791
2017
|
class Representation < Google::Apis::Core::JsonRepresentation
|