Skip to content

Commit 5456bb9

Browse files
authored
Merge pull request #505 from vprashar2929/chore-pm-crd
chore: add displayName and description for PowerMonitor CRD
2 parents 4985223 + 3c61548 commit 5456bb9

File tree

2 files changed

+45
-3
lines changed

2 files changed

+45
-3
lines changed

bundle/manifests/kepler-operator.clusterserviceversion.yaml

Lines changed: 21 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ metadata:
4747
capabilities: Seamless Upgrades
4848
categories: Monitoring
4949
containerImage: quay.io/sustainable_computing_io/kepler-operator:0.16.0
50-
createdAt: "2025-05-08T14:06:23Z"
50+
createdAt: "2025-05-09T08:51:49Z"
5151
description: Deploys and Manages Kepler on Kubernetes
5252
operators.operatorframework.io/builder: operator-sdk-v1.39.1
5353
operators.operatorframework.io/internal-objects: |-
@@ -88,11 +88,29 @@ spec:
8888
x-descriptors:
8989
- urn:alm:descriptor:com.tectonic.ui:conditions
9090
version: v1alpha1
91-
- kind: PowerMonitorInternal
91+
- description: PowerMonitorInternal is the Schema for internal/unsupported API
92+
displayName: PowerMonitorInternal
93+
kind: PowerMonitorInternal
9294
name: powermonitorinternals.kepler.system.sustainable.computing.io
95+
statusDescriptors:
96+
- description: conditions represent the latest available observations of the
97+
power-monitor
98+
displayName: Conditions
99+
path: conditions
100+
x-descriptors:
101+
- urn:alm:descriptor:com.tectonic.ui:conditions
93102
version: v1alpha1
94-
- kind: PowerMonitor
103+
- description: PowerMonitor is the Schema for the powermonitors API
104+
displayName: PowerMonitor
105+
kind: PowerMonitor
95106
name: powermonitors.kepler.system.sustainable.computing.io
107+
statusDescriptors:
108+
- description: conditions represent the latest available observations of the
109+
power-monitor
110+
displayName: Conditions
111+
path: conditions
112+
x-descriptors:
113+
- urn:alm:descriptor:com.tectonic.ui:conditions
96114
version: v1alpha1
97115
description: |-
98116
### Introduction

config/manifests/bases/kepler-operator.clusterserviceversion.yaml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,30 @@ spec:
3434
x-descriptors:
3535
- urn:alm:descriptor:com.tectonic.ui:conditions
3636
version: v1alpha1
37+
- description: PowerMonitorInternal is the Schema for internal/unsupported API
38+
displayName: PowerMonitorInternal
39+
kind: PowerMonitorInternal
40+
name: powermonitorinternals.kepler.system.sustainable.computing.io
41+
statusDescriptors:
42+
- description: conditions represent the latest available observations of the
43+
power-monitor
44+
displayName: Conditions
45+
path: conditions
46+
x-descriptors:
47+
- urn:alm:descriptor:com.tectonic.ui:conditions
48+
version: v1alpha1
49+
- description: PowerMonitor is the Schema for the powermonitors API
50+
displayName: PowerMonitor
51+
kind: PowerMonitor
52+
name: powermonitors.kepler.system.sustainable.computing.io
53+
statusDescriptors:
54+
- description: conditions represent the latest available observations of the
55+
power-monitor
56+
displayName: Conditions
57+
path: conditions
58+
x-descriptors:
59+
- urn:alm:descriptor:com.tectonic.ui:conditions
60+
version: v1alpha1
3761
- description: Kepler is the Schema for the keplers API
3862
displayName: Kepler
3963
kind: Kepler

0 commit comments

Comments
 (0)