mirror of https://github.com/crossplane/docs.git
docs snapshot for crossplane version `master`
This commit is contained in:
parent
dd6f780731
commit
ac9af4037e
|
@ -261,7 +261,11 @@ kind: Composition
|
||||||
metadata:
|
metadata:
|
||||||
name: example
|
name: example
|
||||||
labels:
|
labels:
|
||||||
|
# An optional convention is to include a label of the XRD. This allows
|
||||||
|
# easy discovery of compatible Compositions.
|
||||||
crossplane.io/xrd: xpostgresqlinstances.database.example.org
|
crossplane.io/xrd: xpostgresqlinstances.database.example.org
|
||||||
|
# The following label marks this Composition for GCP. This label can
|
||||||
|
# be used in 'compositionSelector' in an XR or Claim.
|
||||||
provider: gcp
|
provider: gcp
|
||||||
spec:
|
spec:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue