-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathxrd-networking.yaml
More file actions
50 lines (50 loc) · 1.38 KB
/
xrd-networking.yaml
File metadata and controls
50 lines (50 loc) · 1.38 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
apiVersion: apiextensions.crossplane.io/v1
kind: CompositeResourceDefinition
metadata:
name: xnetworkings.net.aws.crossplane.grazdev.io
spec:
group: net.aws.crossplane.grazdev.io
names:
kind: XNetworking
plural: xnetworkings
claimNames:
kind: Networking
plural: networkings
versions:
- name: v1alpha1
served: true
referenceable: true
schema:
openAPIV3Schema:
type: object
properties:
# defining input parameters
spec:
type: object
properties:
id:
type: string
description: ID of this Network that other objects will use to refer to it.
parameters:
type: object
description: Network configuration parameters.
properties:
region:
type: string
required:
- region
required:
- id
- parameters
# defining return values
status:
type: object
properties:
subnetIds:
type: array
items:
type: string
securityGroupClusterIds:
type: array
items:
type: string