File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ Create this _composite resource definition_ (XRD) to define the schema of the
121
121
new `App` composite resource (XR).
122
122
123
123
` ` ` yaml
124
- apiVersion: apiextensions.crossplane.io/v2alpha1
124
+ apiVersion: apiextensions.crossplane.io/v2
125
125
kind: CompositeResourceDefinition
126
126
metadata:
127
127
name: apps.example.crossplane.io
Original file line number Diff line number Diff line change @@ -89,10 +89,10 @@ which are just "Crossplane stuff" they can ignore.
89
89
{{</hint>}}
90
90
91
91
Composite resource definitions (XRDs) now have a `scope` field. The `scope`
92
- field defaults to `Namespaced` in the new v2alpha1 version of the XRD API.
92
+ field defaults to `Namespaced` in the new v2 version of the XRD API.
93
93
94
94
` ` ` yaml
95
- apiVersion: apiextensions.crossplane.io/v2alpha1
95
+ apiVersion: apiextensions.crossplane.io/v2
96
96
kind: CompositeResourceDefinition
97
97
metadata:
98
98
name: apps.example.crossplane.io
You can’t perform that action at this time.
0 commit comments