Skip to content

Commit dd23b69

Browse files
committed
Add displayName for OpenStack init resource
Jira: OSPRH-14462
1 parent c5f025b commit dd23b69

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

apis/operator/v1beta1/openstack_types.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ type OpenStackStatus struct {
4444

4545
// +kubebuilder:object:root=true
4646
// +kubebuilder:subresource:status
47+
// +operator-sdk:csv:customresourcedefinitions:displayName="OpenStack"
4748
// +kubebuilder:printcolumn:name="Deployed Operator Count",type=integer,JSONPath=`.status.deployedOperatorCount`
4849
// +kubebuilder:printcolumn:name="Status",type="string",JSONPath=".status.conditions[0].status",description="Status"
4950
// OpenStack is the Schema for the openstacks API

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -614,7 +614,7 @@ spec:
614614
- urn:alm:descriptor:io.kubernetes.conditions
615615
version: v1beta1
616616
- description: OpenStack is the Schema for the openstacks API
617-
displayName: Open Stack
617+
displayName: OpenStack
618618
kind: OpenStack
619619
name: openstacks.operator.openstack.org
620620
statusDescriptors:

0 commit comments

Comments
 (0)