mirror of https://github.com/crossplane/docs.git
docs snapshot for crossplane version `v1.7`
This commit is contained in:
parent
0b3e24281a
commit
87ae51baec
|
@ -3,6 +3,21 @@ kind: Configuration
|
||||||
metadata:
|
metadata:
|
||||||
name: getting-started-with-aws-with-vpc
|
name: getting-started-with-aws-with-vpc
|
||||||
annotations:
|
annotations:
|
||||||
|
meta.crossplane.io/maintainer: Crossplane Maintainers <info@crossplane.io>
|
||||||
|
meta.crossplane.io/source: github.com/crossplane/crossplane
|
||||||
|
meta.crossplane.io/license: Apache-2.0
|
||||||
|
meta.crossplane.io/description: |
|
||||||
|
An introductory example to Crossplane and Composition for AWS.
|
||||||
|
meta.crossplane.io/readme: |
|
||||||
|
An introductory example to Crossplane and Composition for AWS.
|
||||||
|
This will enable provisioning of an RDS database instance.
|
||||||
|
The example also illustrates how to specify a non-default VPC.
|
||||||
|
|
||||||
|
[Install &
|
||||||
|
Configure](https://crossplane.io/docs/master/getting-started/install-configure.html)
|
||||||
|
|
||||||
|
[Provision a PostgreSQL RDS
|
||||||
|
Database](https://crossplane.io/docs/master/getting-started/provision-infrastructure.html)
|
||||||
guide: quickstart
|
guide: quickstart
|
||||||
provider: aws
|
provider: aws
|
||||||
vpc: new
|
vpc: new
|
||||||
|
|
|
@ -26,12 +26,14 @@ spec:
|
||||||
properties:
|
properties:
|
||||||
spec:
|
spec:
|
||||||
type: object
|
type: object
|
||||||
|
description: "The OpenAPIV3Schema of this Composite Resource Definition."
|
||||||
properties:
|
properties:
|
||||||
parameters:
|
parameters:
|
||||||
type: object
|
type: object
|
||||||
properties:
|
properties:
|
||||||
storageGB:
|
storageGB:
|
||||||
type: integer
|
type: integer
|
||||||
|
description: "The desired storage capacity of the database, in GB."
|
||||||
required:
|
required:
|
||||||
- storageGB
|
- storageGB
|
||||||
required:
|
required:
|
||||||
|
|
|
@ -3,6 +3,21 @@ kind: Configuration
|
||||||
metadata:
|
metadata:
|
||||||
name: getting-started-with-aws
|
name: getting-started-with-aws
|
||||||
annotations:
|
annotations:
|
||||||
|
meta.crossplane.io/maintainer: Crossplane Maintainers <info@crossplane.io>
|
||||||
|
meta.crossplane.io/source: github.com/crossplane/crossplane
|
||||||
|
meta.crossplane.io/license: Apache-2.0
|
||||||
|
meta.crossplane.io/description: |
|
||||||
|
An introductory example to Crossplane and Composition for AWS.
|
||||||
|
meta.crossplane.io/readme: |
|
||||||
|
An introductory example to Crossplane and Composition for AWS.
|
||||||
|
This will enable provisioning of an RDS database instance.
|
||||||
|
|
||||||
|
[Install &
|
||||||
|
Configure](https://crossplane.io/docs/master/getting-started/install-configure.html)
|
||||||
|
|
||||||
|
[Provision a PostgreSQL RDS
|
||||||
|
Database](https://crossplane.io/docs/master/getting-started/provision-infrastructure.html)
|
||||||
|
labels:
|
||||||
guide: quickstart
|
guide: quickstart
|
||||||
provider: aws
|
provider: aws
|
||||||
vpc: default
|
vpc: default
|
||||||
|
|
|
@ -26,12 +26,14 @@ spec:
|
||||||
properties:
|
properties:
|
||||||
spec:
|
spec:
|
||||||
type: object
|
type: object
|
||||||
|
description: "The OpenAPIV3Schema of this Composite Resource Definition."
|
||||||
properties:
|
properties:
|
||||||
parameters:
|
parameters:
|
||||||
type: object
|
type: object
|
||||||
properties:
|
properties:
|
||||||
storageGB:
|
storageGB:
|
||||||
type: integer
|
type: integer
|
||||||
|
description: "The desired storage capacity of the database, in GB."
|
||||||
required:
|
required:
|
||||||
- storageGB
|
- storageGB
|
||||||
required:
|
required:
|
||||||
|
|
|
@ -30,6 +30,8 @@ spec:
|
||||||
location: West US 2
|
location: West US 2
|
||||||
sslEnforcement: Disabled
|
sslEnforcement: Disabled
|
||||||
version: "11"
|
version: "11"
|
||||||
|
storageProfile:
|
||||||
|
storageMB: 5120
|
||||||
sku:
|
sku:
|
||||||
tier: GeneralPurpose
|
tier: GeneralPurpose
|
||||||
capacity: 2
|
capacity: 2
|
||||||
|
|
|
@ -3,6 +3,20 @@ kind: Configuration
|
||||||
metadata:
|
metadata:
|
||||||
name: getting-started-with-azure
|
name: getting-started-with-azure
|
||||||
annotations:
|
annotations:
|
||||||
|
meta.crossplane.io/maintainer: Crossplane Maintainers <info@crossplane.io>
|
||||||
|
meta.crossplane.io/source: github.com/crossplane/crossplane
|
||||||
|
meta.crossplane.io/license: Apache-2.0
|
||||||
|
meta.crossplane.io/description: |
|
||||||
|
An introductory example to Crossplane and Composition for Azure.
|
||||||
|
meta.crossplane.io/readme: |
|
||||||
|
An introductory example to Crossplane and Composition for Azure.
|
||||||
|
This will enable provisioning of an Azure SQL database instance.
|
||||||
|
|
||||||
|
[Install &
|
||||||
|
Configure](https://crossplane.io/docs/master/getting-started/install-configure.html)
|
||||||
|
|
||||||
|
[Provision a PostgreSQL Azure SQL
|
||||||
|
Database](https://crossplane.io/docs/master/getting-started/provision-infrastructure.html)
|
||||||
guide: quickstart
|
guide: quickstart
|
||||||
provider: azure
|
provider: azure
|
||||||
spec:
|
spec:
|
||||||
|
|
|
@ -26,12 +26,14 @@ spec:
|
||||||
properties:
|
properties:
|
||||||
spec:
|
spec:
|
||||||
type: object
|
type: object
|
||||||
|
description: "The OpenAPIV3Schema of this Composite Resource Definition."
|
||||||
properties:
|
properties:
|
||||||
parameters:
|
parameters:
|
||||||
type: object
|
type: object
|
||||||
properties:
|
properties:
|
||||||
storageGB:
|
storageGB:
|
||||||
type: integer
|
type: integer
|
||||||
|
description: "The desired storage capacity of the database, in GB."
|
||||||
required:
|
required:
|
||||||
- storageGB
|
- storageGB
|
||||||
required:
|
required:
|
||||||
|
|
|
@ -3,6 +3,20 @@ kind: Configuration
|
||||||
metadata:
|
metadata:
|
||||||
name: getting-started-with-gcp
|
name: getting-started-with-gcp
|
||||||
annotations:
|
annotations:
|
||||||
|
meta.crossplane.io/maintainer: Crossplane Maintainers <info@crossplane.io>
|
||||||
|
meta.crossplane.io/source: github.com/crossplane/crossplane
|
||||||
|
meta.crossplane.io/license: Apache-2.0
|
||||||
|
meta.crossplane.io/description: |
|
||||||
|
An introductory example to Crossplane and Composition for GCP.
|
||||||
|
meta.crossplane.io/readme: |
|
||||||
|
An introductory example to Crossplane and Composition for GCP.
|
||||||
|
This will enable provisioning of a Cloud SQL database instance.
|
||||||
|
|
||||||
|
[Install &
|
||||||
|
Configure](https://crossplane.io/docs/master/getting-started/install-configure.html)
|
||||||
|
|
||||||
|
[Provision a PostgreSQL Cloud SQL
|
||||||
|
Database](https://crossplane.io/docs/master/getting-started/provision-infrastructure.html)
|
||||||
guide: quickstart
|
guide: quickstart
|
||||||
provider: gcp
|
provider: gcp
|
||||||
spec:
|
spec:
|
||||||
|
|
|
@ -26,12 +26,14 @@ spec:
|
||||||
properties:
|
properties:
|
||||||
spec:
|
spec:
|
||||||
type: object
|
type: object
|
||||||
|
description: "The OpenAPIV3Schema of this Composite Resource Definition."
|
||||||
properties:
|
properties:
|
||||||
parameters:
|
parameters:
|
||||||
type: object
|
type: object
|
||||||
properties:
|
properties:
|
||||||
storageGB:
|
storageGB:
|
||||||
type: integer
|
type: integer
|
||||||
|
description: "The desired storage capacity of the database, in GB."
|
||||||
required:
|
required:
|
||||||
- storageGB
|
- storageGB
|
||||||
required:
|
required:
|
||||||
|
|
Loading…
Reference in New Issue