Skip to content

Commit

Permalink
Add the filter key to the network's CRD entry (openshift#181)
Browse files Browse the repository at this point in the history
* Make yaml lint happy

* Add filter key for networks
  • Loading branch information
flaper87 authored and tomassedovic committed Jan 11, 2019
1 parent b771f48 commit 8f714f1
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions config/crd/openstackproviderconfig_v1alpha1.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
apiVersion: apiextensions.k8s.io/v1beta1
kind: CustomResourceDefinition
metadata:
Expand Down Expand Up @@ -28,6 +29,8 @@ spec:
type: string
fixed_ip:
type: string
filter:
type: object
type: array
floatingIP:
type: string
Expand All @@ -40,16 +43,16 @@ spec:
root_volume:
properties:
volumeType:
type: string
type: string
diskSize:
type: string
type: object
metadata:
type: object
required:
- name
- flavor
- image
- name
- flavor
- image
version: v1alpha1
status:
acceptedNames:
Expand Down

0 comments on commit 8f714f1

Please sign in to comment.