Skip to content

Commit

Permalink
Merge pull request #1006 from abays/osclient_display_name
Browse files Browse the repository at this point in the history
Fix OpenStackClient display name
  • Loading branch information
openshift-merge-bot[bot] authored Aug 15, 2024
2 parents 160e709 + d98d285 commit 99a1e96
Showing 1 changed file with 19 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ spec:
customresourcedefinitions:
owned:
- description: OpenStackClient is the Schema for the openstackclients API
displayName: Open Stack Client
displayName: OpenStack Client
kind: OpenStackClient
name: openstackclients.client.openstack.org
version: v1beta1
Expand Down Expand Up @@ -167,6 +167,11 @@ spec:
- description: TLS - overrides tls parameters for public endpoint
displayName: TLS
path: horizon.apiOverride.tls
- description: Enabled - Whether Horizon services should be deployed and managed
displayName: Enabled
path: horizon.enabled
x-descriptors:
- urn:alm:descriptor:com.tectonic.ui:booleanSwitch
- description: Template - Overrides to use when creating the Horizon services
displayName: Template
path: horizon.template
Expand Down Expand Up @@ -311,7 +316,7 @@ spec:
displayName: Template
path: octavia.template
- description: OpenStackClient - Parameters related to the OpenStackClient
displayName: Open Stack Client
displayName: OpenStack Client
path: openstackclient
- description: Template - Overrides to use when creating the OpenStackClient
Resource
Expand Down Expand Up @@ -518,6 +523,11 @@ spec:
path: conditions
x-descriptors:
- urn:alm:descriptor:io.kubernetes.conditions
- description: Deployed
displayName: Deployed
path: deployed
x-descriptors:
- urn:alm:descriptor:com.tectonic.ui:booleanSwitch
version: v1beta1
- description: OpenStackDataPlaneNodeSet is the Schema for the openstackdataplanenodesets
API OpenStackDataPlaneNodeSet name must be a valid RFC1123 as it is used in
Expand Down Expand Up @@ -573,6 +583,13 @@ spec:
path: addCertMounts
x-descriptors:
- urn:alm:descriptor:com.tectonic.ui:booleanSwitch
- description: DeployOnAllNodeSets - should the service be deploy across all
nodesets This will override default target of a service play, setting it
to 'all'.
displayName: Deploy On All Node Sets
path: deployOnAllNodeSets
x-descriptors:
- urn:alm:descriptor:com.tectonic.ui:booleanSwitch
statusDescriptors:
- description: Conditions
displayName: Conditions
Expand Down

0 comments on commit 99a1e96

Please sign in to comment.