google-apis-gkehub_v1beta 0.58.0 → 0.59.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.58.0"
19
+ GEM_VERSION = "0.59.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 = "20230921"
25
+ REVISION = "20230929"
26
26
  end
27
27
  end
28
28
  end
@@ -46,6 +46,12 @@ module Google
46
46
  include Google::Apis::Core::JsonObjectSupport
47
47
  end
48
48
 
49
+ class ApplianceCluster
50
+ class Representation < Google::Apis::Core::JsonRepresentation; end
51
+
52
+ include Google::Apis::Core::JsonObjectSupport
53
+ end
54
+
49
55
  class AuditConfig
50
56
  class Representation < Google::Apis::Core::JsonRepresentation; end
51
57
 
@@ -58,6 +64,12 @@ module Google
58
64
  include Google::Apis::Core::JsonObjectSupport
59
65
  end
60
66
 
67
+ class Authority
68
+ class Representation < Google::Apis::Core::JsonRepresentation; end
69
+
70
+ include Google::Apis::Core::JsonObjectSupport
71
+ end
72
+
61
73
  class Binding
62
74
  class Representation < Google::Apis::Core::JsonRepresentation; end
63
75
 
@@ -256,6 +268,18 @@ module Google
256
268
  include Google::Apis::Core::JsonObjectSupport
257
269
  end
258
270
 
271
+ class ConnectAgentResource
272
+ class Representation < Google::Apis::Core::JsonRepresentation; end
273
+
274
+ include Google::Apis::Core::JsonObjectSupport
275
+ end
276
+
277
+ class EdgeCluster
278
+ class Representation < Google::Apis::Core::JsonRepresentation; end
279
+
280
+ include Google::Apis::Core::JsonObjectSupport
281
+ end
282
+
259
283
  class Empty
260
284
  class Representation < Google::Apis::Core::JsonRepresentation; end
261
285
 
@@ -358,12 +382,24 @@ module Google
358
382
  include Google::Apis::Core::JsonObjectSupport
359
383
  end
360
384
 
385
+ class GenerateConnectManifestResponse
386
+ class Representation < Google::Apis::Core::JsonRepresentation; end
387
+
388
+ include Google::Apis::Core::JsonObjectSupport
389
+ end
390
+
361
391
  class GenerateMembershipRbacRoleBindingYamlResponse
362
392
  class Representation < Google::Apis::Core::JsonRepresentation; end
363
393
 
364
394
  include Google::Apis::Core::JsonObjectSupport
365
395
  end
366
396
 
397
+ class GkeCluster
398
+ class Representation < Google::Apis::Core::JsonRepresentation; end
399
+
400
+ include Google::Apis::Core::JsonObjectSupport
401
+ end
402
+
367
403
  class GoogleRpcStatus
368
404
  class Representation < Google::Apis::Core::JsonRepresentation; end
369
405
 
@@ -406,6 +442,18 @@ module Google
406
442
  include Google::Apis::Core::JsonObjectSupport
407
443
  end
408
444
 
445
+ class KubernetesMetadata
446
+ class Representation < Google::Apis::Core::JsonRepresentation; end
447
+
448
+ include Google::Apis::Core::JsonObjectSupport
449
+ end
450
+
451
+ class KubernetesResource
452
+ class Representation < Google::Apis::Core::JsonRepresentation; end
453
+
454
+ include Google::Apis::Core::JsonObjectSupport
455
+ end
456
+
409
457
  class ListFeaturesResponse
410
458
  class Representation < Google::Apis::Core::JsonRepresentation; end
411
459
 
@@ -436,6 +484,12 @@ module Google
436
484
  include Google::Apis::Core::JsonObjectSupport
437
485
  end
438
486
 
487
+ class ListMembershipsResponse
488
+ class Representation < Google::Apis::Core::JsonRepresentation; end
489
+
490
+ include Google::Apis::Core::JsonObjectSupport
491
+ end
492
+
439
493
  class ListNamespacesResponse
440
494
  class Representation < Google::Apis::Core::JsonRepresentation; end
441
495
 
@@ -478,6 +532,12 @@ module Google
478
532
  include Google::Apis::Core::JsonObjectSupport
479
533
  end
480
534
 
535
+ class Membership
536
+ class Representation < Google::Apis::Core::JsonRepresentation; end
537
+
538
+ include Google::Apis::Core::JsonObjectSupport
539
+ end
540
+
481
541
  class MembershipBinding
482
542
  class Representation < Google::Apis::Core::JsonRepresentation; end
483
543
 
@@ -490,6 +550,12 @@ module Google
490
550
  include Google::Apis::Core::JsonObjectSupport
491
551
  end
492
552
 
553
+ class MembershipEndpoint
554
+ class Representation < Google::Apis::Core::JsonRepresentation; end
555
+
556
+ include Google::Apis::Core::JsonObjectSupport
557
+ end
558
+
493
559
  class MembershipFeatureSpec
494
560
  class Representation < Google::Apis::Core::JsonRepresentation; end
495
561
 
@@ -508,12 +574,30 @@ module Google
508
574
  include Google::Apis::Core::JsonObjectSupport
509
575
  end
510
576
 
577
+ class MembershipState
578
+ class Representation < Google::Apis::Core::JsonRepresentation; end
579
+
580
+ include Google::Apis::Core::JsonObjectSupport
581
+ end
582
+
511
583
  class MeteringMembershipState
512
584
  class Representation < Google::Apis::Core::JsonRepresentation; end
513
585
 
514
586
  include Google::Apis::Core::JsonObjectSupport
515
587
  end
516
588
 
589
+ class MonitoringConfig
590
+ class Representation < Google::Apis::Core::JsonRepresentation; end
591
+
592
+ include Google::Apis::Core::JsonObjectSupport
593
+ end
594
+
595
+ class MultiCloudCluster
596
+ class Representation < Google::Apis::Core::JsonRepresentation; end
597
+
598
+ include Google::Apis::Core::JsonObjectSupport
599
+ end
600
+
517
601
  class MultiClusterIngressFeatureSpec
518
602
  class Representation < Google::Apis::Core::JsonRepresentation; end
519
603
 
@@ -532,6 +616,12 @@ module Google
532
616
  include Google::Apis::Core::JsonObjectSupport
533
617
  end
534
618
 
619
+ class OnPremCluster
620
+ class Representation < Google::Apis::Core::JsonRepresentation; end
621
+
622
+ include Google::Apis::Core::JsonObjectSupport
623
+ end
624
+
535
625
  class Operation
536
626
  class Representation < Google::Apis::Core::JsonRepresentation; end
537
627
 
@@ -646,6 +736,18 @@ module Google
646
736
  include Google::Apis::Core::JsonObjectSupport
647
737
  end
648
738
 
739
+ class ResourceManifest
740
+ class Representation < Google::Apis::Core::JsonRepresentation; end
741
+
742
+ include Google::Apis::Core::JsonObjectSupport
743
+ end
744
+
745
+ class ResourceOptions
746
+ class Representation < Google::Apis::Core::JsonRepresentation; end
747
+
748
+ include Google::Apis::Core::JsonObjectSupport
749
+ end
750
+
649
751
  class Role
650
752
  class Representation < Google::Apis::Core::JsonRepresentation; end
651
753
 
@@ -730,6 +832,12 @@ module Google
730
832
  include Google::Apis::Core::JsonObjectSupport
731
833
  end
732
834
 
835
+ class TypeMeta
836
+ class Representation < Google::Apis::Core::JsonRepresentation; end
837
+
838
+ include Google::Apis::Core::JsonObjectSupport
839
+ end
840
+
733
841
  class AnthosObservabilityFeatureSpec
734
842
  # @private
735
843
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -761,6 +869,13 @@ module Google
761
869
  end
762
870
  end
763
871
 
872
+ class ApplianceCluster
873
+ # @private
874
+ class Representation < Google::Apis::Core::JsonRepresentation
875
+ property :resource_link, as: 'resourceLink'
876
+ end
877
+ end
878
+
764
879
  class AuditConfig
765
880
  # @private
766
881
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -778,6 +893,16 @@ module Google
778
893
  end
779
894
  end
780
895
 
896
+ class Authority
897
+ # @private
898
+ class Representation < Google::Apis::Core::JsonRepresentation
899
+ property :identity_provider, as: 'identityProvider'
900
+ property :issuer, as: 'issuer'
901
+ property :oidc_jwks, :base64 => true, as: 'oidcJwks'
902
+ property :workload_identity_pool, as: 'workloadIdentityPool'
903
+ end
904
+ end
905
+
781
906
  class Binding
782
907
  # @private
783
908
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1132,6 +1257,22 @@ module Google
1132
1257
  end
1133
1258
  end
1134
1259
 
1260
+ class ConnectAgentResource
1261
+ # @private
1262
+ class Representation < Google::Apis::Core::JsonRepresentation
1263
+ property :manifest, as: 'manifest'
1264
+ property :type, as: 'type', class: Google::Apis::GkehubV1beta::TypeMeta, decorator: Google::Apis::GkehubV1beta::TypeMeta::Representation
1265
+
1266
+ end
1267
+ end
1268
+
1269
+ class EdgeCluster
1270
+ # @private
1271
+ class Representation < Google::Apis::Core::JsonRepresentation
1272
+ property :resource_link, as: 'resourceLink'
1273
+ end
1274
+ end
1275
+
1135
1276
  class Empty
1136
1277
  # @private
1137
1278
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1295,6 +1436,14 @@ module Google
1295
1436
  end
1296
1437
  end
1297
1438
 
1439
+ class GenerateConnectManifestResponse
1440
+ # @private
1441
+ class Representation < Google::Apis::Core::JsonRepresentation
1442
+ collection :manifest, as: 'manifest', class: Google::Apis::GkehubV1beta::ConnectAgentResource, decorator: Google::Apis::GkehubV1beta::ConnectAgentResource::Representation
1443
+
1444
+ end
1445
+ end
1446
+
1298
1447
  class GenerateMembershipRbacRoleBindingYamlResponse
1299
1448
  # @private
1300
1449
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1302,6 +1451,14 @@ module Google
1302
1451
  end
1303
1452
  end
1304
1453
 
1454
+ class GkeCluster
1455
+ # @private
1456
+ class Representation < Google::Apis::Core::JsonRepresentation
1457
+ property :cluster_missing, as: 'clusterMissing'
1458
+ property :resource_link, as: 'resourceLink'
1459
+ end
1460
+ end
1461
+
1305
1462
  class GoogleRpcStatus
1306
1463
  # @private
1307
1464
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1382,6 +1539,31 @@ module Google
1382
1539
  end
1383
1540
  end
1384
1541
 
1542
+ class KubernetesMetadata
1543
+ # @private
1544
+ class Representation < Google::Apis::Core::JsonRepresentation
1545
+ property :kubernetes_api_server_version, as: 'kubernetesApiServerVersion'
1546
+ property :memory_mb, as: 'memoryMb'
1547
+ property :node_count, as: 'nodeCount'
1548
+ property :node_provider_id, as: 'nodeProviderId'
1549
+ property :update_time, as: 'updateTime'
1550
+ property :vcpu_count, as: 'vcpuCount'
1551
+ end
1552
+ end
1553
+
1554
+ class KubernetesResource
1555
+ # @private
1556
+ class Representation < Google::Apis::Core::JsonRepresentation
1557
+ collection :connect_resources, as: 'connectResources', class: Google::Apis::GkehubV1beta::ResourceManifest, decorator: Google::Apis::GkehubV1beta::ResourceManifest::Representation
1558
+
1559
+ property :membership_cr_manifest, as: 'membershipCrManifest'
1560
+ collection :membership_resources, as: 'membershipResources', class: Google::Apis::GkehubV1beta::ResourceManifest, decorator: Google::Apis::GkehubV1beta::ResourceManifest::Representation
1561
+
1562
+ property :resource_options, as: 'resourceOptions', class: Google::Apis::GkehubV1beta::ResourceOptions, decorator: Google::Apis::GkehubV1beta::ResourceOptions::Representation
1563
+
1564
+ end
1565
+ end
1566
+
1385
1567
  class ListFeaturesResponse
1386
1568
  # @private
1387
1569
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1427,6 +1609,16 @@ module Google
1427
1609
  end
1428
1610
  end
1429
1611
 
1612
+ class ListMembershipsResponse
1613
+ # @private
1614
+ class Representation < Google::Apis::Core::JsonRepresentation
1615
+ property :next_page_token, as: 'nextPageToken'
1616
+ collection :resources, as: 'resources', class: Google::Apis::GkehubV1beta::Membership, decorator: Google::Apis::GkehubV1beta::Membership::Representation
1617
+
1618
+ collection :unreachable, as: 'unreachable'
1619
+ end
1620
+ end
1621
+
1430
1622
  class ListNamespacesResponse
1431
1623
  # @private
1432
1624
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1492,6 +1684,29 @@ module Google
1492
1684
  end
1493
1685
  end
1494
1686
 
1687
+ class Membership
1688
+ # @private
1689
+ class Representation < Google::Apis::Core::JsonRepresentation
1690
+ property :authority, as: 'authority', class: Google::Apis::GkehubV1beta::Authority, decorator: Google::Apis::GkehubV1beta::Authority::Representation
1691
+
1692
+ property :create_time, as: 'createTime'
1693
+ property :delete_time, as: 'deleteTime'
1694
+ property :description, as: 'description'
1695
+ property :endpoint, as: 'endpoint', class: Google::Apis::GkehubV1beta::MembershipEndpoint, decorator: Google::Apis::GkehubV1beta::MembershipEndpoint::Representation
1696
+
1697
+ property :external_id, as: 'externalId'
1698
+ hash :labels, as: 'labels'
1699
+ property :last_connection_time, as: 'lastConnectionTime'
1700
+ property :monitoring_config, as: 'monitoringConfig', class: Google::Apis::GkehubV1beta::MonitoringConfig, decorator: Google::Apis::GkehubV1beta::MonitoringConfig::Representation
1701
+
1702
+ property :name, as: 'name'
1703
+ property :state, as: 'state', class: Google::Apis::GkehubV1beta::MembershipState, decorator: Google::Apis::GkehubV1beta::MembershipState::Representation
1704
+
1705
+ property :unique_id, as: 'uniqueId'
1706
+ property :update_time, as: 'updateTime'
1707
+ end
1708
+ end
1709
+
1495
1710
  class MembershipBinding
1496
1711
  # @private
1497
1712
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1514,6 +1729,27 @@ module Google
1514
1729
  end
1515
1730
  end
1516
1731
 
1732
+ class MembershipEndpoint
1733
+ # @private
1734
+ class Representation < Google::Apis::Core::JsonRepresentation
1735
+ property :appliance_cluster, as: 'applianceCluster', class: Google::Apis::GkehubV1beta::ApplianceCluster, decorator: Google::Apis::GkehubV1beta::ApplianceCluster::Representation
1736
+
1737
+ property :edge_cluster, as: 'edgeCluster', class: Google::Apis::GkehubV1beta::EdgeCluster, decorator: Google::Apis::GkehubV1beta::EdgeCluster::Representation
1738
+
1739
+ property :gke_cluster, as: 'gkeCluster', class: Google::Apis::GkehubV1beta::GkeCluster, decorator: Google::Apis::GkehubV1beta::GkeCluster::Representation
1740
+
1741
+ property :google_managed, as: 'googleManaged'
1742
+ property :kubernetes_metadata, as: 'kubernetesMetadata', class: Google::Apis::GkehubV1beta::KubernetesMetadata, decorator: Google::Apis::GkehubV1beta::KubernetesMetadata::Representation
1743
+
1744
+ property :kubernetes_resource, as: 'kubernetesResource', class: Google::Apis::GkehubV1beta::KubernetesResource, decorator: Google::Apis::GkehubV1beta::KubernetesResource::Representation
1745
+
1746
+ property :multi_cloud_cluster, as: 'multiCloudCluster', class: Google::Apis::GkehubV1beta::MultiCloudCluster, decorator: Google::Apis::GkehubV1beta::MultiCloudCluster::Representation
1747
+
1748
+ property :on_prem_cluster, as: 'onPremCluster', class: Google::Apis::GkehubV1beta::OnPremCluster, decorator: Google::Apis::GkehubV1beta::OnPremCluster::Representation
1749
+
1750
+ end
1751
+ end
1752
+
1517
1753
  class MembershipFeatureSpec
1518
1754
  # @private
1519
1755
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1566,6 +1802,13 @@ module Google
1566
1802
  end
1567
1803
  end
1568
1804
 
1805
+ class MembershipState
1806
+ # @private
1807
+ class Representation < Google::Apis::Core::JsonRepresentation
1808
+ property :code, as: 'code'
1809
+ end
1810
+ end
1811
+
1569
1812
  class MeteringMembershipState
1570
1813
  # @private
1571
1814
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1574,6 +1817,25 @@ module Google
1574
1817
  end
1575
1818
  end
1576
1819
 
1820
+ class MonitoringConfig
1821
+ # @private
1822
+ class Representation < Google::Apis::Core::JsonRepresentation
1823
+ property :cluster, as: 'cluster'
1824
+ property :cluster_hash, as: 'clusterHash'
1825
+ property :kubernetes_metrics_prefix, as: 'kubernetesMetricsPrefix'
1826
+ property :location, as: 'location'
1827
+ property :project_id, as: 'projectId'
1828
+ end
1829
+ end
1830
+
1831
+ class MultiCloudCluster
1832
+ # @private
1833
+ class Representation < Google::Apis::Core::JsonRepresentation
1834
+ property :cluster_missing, as: 'clusterMissing'
1835
+ property :resource_link, as: 'resourceLink'
1836
+ end
1837
+ end
1838
+
1577
1839
  class MultiClusterIngressFeatureSpec
1578
1840
  # @private
1579
1841
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1605,6 +1867,16 @@ module Google
1605
1867
  end
1606
1868
  end
1607
1869
 
1870
+ class OnPremCluster
1871
+ # @private
1872
+ class Representation < Google::Apis::Core::JsonRepresentation
1873
+ property :admin_cluster, as: 'adminCluster'
1874
+ property :cluster_missing, as: 'clusterMissing'
1875
+ property :cluster_type, as: 'clusterType'
1876
+ property :resource_link, as: 'resourceLink'
1877
+ end
1878
+ end
1879
+
1608
1880
  class Operation
1609
1881
  # @private
1610
1882
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1805,6 +2077,23 @@ module Google
1805
2077
  end
1806
2078
  end
1807
2079
 
2080
+ class ResourceManifest
2081
+ # @private
2082
+ class Representation < Google::Apis::Core::JsonRepresentation
2083
+ property :cluster_scoped, as: 'clusterScoped'
2084
+ property :manifest, as: 'manifest'
2085
+ end
2086
+ end
2087
+
2088
+ class ResourceOptions
2089
+ # @private
2090
+ class Representation < Google::Apis::Core::JsonRepresentation
2091
+ property :connect_version, as: 'connectVersion'
2092
+ property :k8s_version, as: 'k8sVersion'
2093
+ property :v1beta1_crd, as: 'v1beta1Crd'
2094
+ end
2095
+ end
2096
+
1808
2097
  class Role
1809
2098
  # @private
1810
2099
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1922,6 +2211,14 @@ module Google
1922
2211
  collection :permissions, as: 'permissions'
1923
2212
  end
1924
2213
  end
2214
+
2215
+ class TypeMeta
2216
+ # @private
2217
+ class Representation < Google::Apis::Core::JsonRepresentation
2218
+ property :api_version, as: 'apiVersion'
2219
+ property :kind, as: 'kind'
2220
+ end
2221
+ end
1925
2222
  end
1926
2223
  end
1927
2224
  end