84071196c6
This introduces a CRD to manage endpoints and moves DevStack to use it instead of using OpenStack CLI. Change-Id: I90a8d8ba4b73c782f9669a3e7ab5ae1e2b6a9719
25 lines
459 B
YAML
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: []
|