From 8a51fe92859914a1c85067744e6a558ad89a970a Mon Sep 17 00:00:00 2001 From: Hao Liu <44379968+TheRealHaoLiu@users.noreply.github.com> Date: Fri, 2 Feb 2024 10:58:57 -0500 Subject: [PATCH] Add AWXMeshIngress description to CSV (#1703) --- .../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 f18f24fd..ed24579f 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