From 3b5d01d2a599410fb5e6cb41f51f353915b3a735 Mon Sep 17 00:00:00 2001 From: Hao Liu Date: Thu, 1 Feb 2024 16:24:19 -0500 Subject: [PATCH] Add AWXMeshIngress description to CSV --- .../awx-operator.clusterserviceversion.yaml | 43 +++++++++++++++++++ 1 file changed, 43 insertions(+) diff --git a/config/manifests/bases/awx-operator.clusterserviceversion.yaml b/config/manifests/bases/awx-operator.clusterserviceversion.yaml index f18f24fd0..ed24579f1 100644 --- a/config/manifests/bases/awx-operator.clusterserviceversion.yaml +++ b/config/manifests/bases/awx-operator.clusterserviceversion.yaml @@ -17,6 +17,49 @@ spec: apiservicedefinitions: {} customresourcedefinitions: owned: + - description: Deploy a instance of AWX Mesh ingress to allow inbound connection + to the AWX Receptor Mesh. + displayName: AWX Mesh Ingress + kind: AWXMeshIngress + name: awxmeshingresses.awx.ansible.com + specDescriptors: + - displayName: Deployment Name + path: deployment_name + x-descriptors: + - urn:alm:descriptor:com.tectonic.ui:text + - displayName: External Hostname + path: external_hostname + x-descriptors: + - urn:alm:descriptor:com.tectonic.ui:text + - displayName: External IP Address + path: external_ipaddress + x-descriptors: + - urn:alm:descriptor:com.tectonic.ui:text + - displayName: Ingress Type + path: ingress_type + x-descriptors: + - urn:alm:descriptor:com.tectonic.ui:select:none + - urn:alm:descriptor:com.tectonic.ui:select:Ingress + - urn:alm:descriptor:com.tectonic.ui:select:IngressRouteTCP + - urn:alm:descriptor:com.tectonic.ui:select:Route + - displayName: Ingress API Version + path: ingress_api_version + x-descriptors: + - urn:alm:descriptor:com.tectonic.ui:text + - displayName: Ingress Annotations + path: ingress_annotations + x-descriptors: + - urn:alm:descriptor:com.tectonic.ui:text + - displayName: Ingress Class Name + path: ingress_class_name + x-descriptors: + - urn:alm:descriptor:com.tectonic.ui:text + - displayName: Ingress Controller + path: ingress_controller + x-descriptors: + - urn:alm:descriptor:com.tectonic.ui:text + statusDescriptors: {} + version: v1alpha1 - description: Back up a deployment of the awx, including jobs, inventories, and credentials displayName: AWX Backup