openstack-operator/chart/crds/identity.openstack.org_endpoints.yaml
Mohammed Naser 84071196c6 Add endpoint CRD
This introduces a CRD to manage endpoints and moves DevStack to use it
instead of using OpenStack CLI.

Change-Id: I90a8d8ba4b73c782f9669a3e7ab5ae1e2b6a9719
2020-05-04 18:15:00 +03:00

25 lines
459 B
YAML

---
apiVersion: apiextensions.k8s.io/v1beta1
kind: CustomResourceDefinition
metadata:
name: endpoints.identity.openstack.org
spec:
group: identity.openstack.org
names:
kind: Endpoint
listKind: EndpointList
plural: endpoints
singular: endpoint
scope: Cluster
version: v1alpha1
versions:
- name: v1alpha1
served: true
storage: true
status:
acceptedNames:
kind: ""
plural: ""
conditions: []
storedVersions: []