Coverage for ocp_resources/managed_cluster.py: 0%

3 statements  

« prev     ^ index     » next       coverage.py v7.6.10, created at 2025-01-30 10:48 +0200

1from ocp_resources.resource import Resource 

2 

3 

4class ManagedCluster(Resource): 

5 """ 

6 https://github.com/stolostron/api/blob/main/cluster/v1/0000_00_clusters.open-cluster-management.io_managedclusters.crd.yaml 

7 Provides a representation of the managed cluster on the hub. 

8 """ 

9 

10 api_group = Resource.ApiGroup.CLUSTER_OPEN_CLUSTER_MANAGEMENT_IO