Skip to content

Commit f714e48

Browse files
committed
Review suggestrions
1 parent fb0b075 commit f714e48

File tree

3 files changed

+7
-8
lines changed

3 files changed

+7
-8
lines changed

api/bases/telemetry.openstack.org_ceilometers.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,8 @@ spec:
4444
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
4545
type: string
4646
ksmStatus:
47-
description: |-
48-
NOTE(mmagr): remove with API version increment
49-
Deprecated
47+
description: KSMStatus defines the observed state of kube-state-metrics
48+
[DEPRECATED, Status is used instead]
5049
properties:
5150
conditions:
5251
description: Conditions

api/v1beta1/ceilometer_types.go

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,8 +190,9 @@ type CeilometerStatus struct {
190190
KSMHash map[string]string `json:"ksmHash,omitempty"`
191191
}
192192

193-
// NOTE(mmagr): remove with API version increment
194-
// Deprecated
193+
// NOTE(mmagr): remove KSMStatus with API version increment
194+
195+
// KSMStatus defines the observed state of kube-state-metrics [DEPRECATED, Status is used instead]
195196
type KSMStatus struct {
196197
// ReadyCount of ksm instances
197198
ReadyCount int32 `json:"readyCount,omitempty"`

config/crd/bases/telemetry.openstack.org_ceilometers.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,8 @@ spec:
4444
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
4545
type: string
4646
ksmStatus:
47-
description: |-
48-
NOTE(mmagr): remove with API version increment
49-
Deprecated
47+
description: KSMStatus defines the observed state of kube-state-metrics
48+
[DEPRECATED, Status is used instead]
5049
properties:
5150
conditions:
5251
description: Conditions

0 commit comments

Comments
 (0)