docs snapshot for crossplane version `v1.9`

This commit is contained in:
Crossplane 2022-10-11 14:30:09 +00:00
parent dca9f57b72
commit 80a19ecdcf
12 changed files with 81 additions and 10 deletions

View File

@ -24,12 +24,12 @@ spec:
apiVersion: apiVersion:
description: 'APIVersion defines the versioned schema of this representation description: 'APIVersion defines the versioned schema of this representation
of an object. Servers should convert recognized schemas to the latest of an object. Servers should convert recognized schemas to the latest
internal value, and may reject unrecognized values. More info: {{<ref "https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions" >}}#resources' internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
type: string type: string
kind: kind:
description: 'Kind is a string value representing the REST resource this description: 'Kind is a string value representing the REST resource this
object represents. Servers may infer this from the endpoint the client object represents. Servers may infer this from the endpoint the client
submits requests to. Cannot be updated. In CamelCase. More info: {{<ref "https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions" >}}#types-kinds' submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
type: string type: string
metadata: metadata:
type: object type: object
@ -83,12 +83,12 @@ spec:
apiVersion: apiVersion:
description: 'APIVersion defines the versioned schema of this representation description: 'APIVersion defines the versioned schema of this representation
of an object. Servers should convert recognized schemas to the latest of an object. Servers should convert recognized schemas to the latest
internal value, and may reject unrecognized values. More info: {{<ref "https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions" >}}#resources' internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
type: string type: string
kind: kind:
description: 'Kind is a string value representing the REST resource this description: 'Kind is a string value representing the REST resource this
object represents. Servers may infer this from the endpoint the client object represents. Servers may infer this from the endpoint the client
submits requests to. Cannot be updated. In CamelCase. More info: {{<ref "https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions" >}}#types-kinds' submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
type: string type: string
metadata: metadata:
type: object type: object

View File

@ -23,12 +23,12 @@ spec:
apiVersion: apiVersion:
description: 'APIVersion defines the versioned schema of this representation description: 'APIVersion defines the versioned schema of this representation
of an object. Servers should convert recognized schemas to the latest of an object. Servers should convert recognized schemas to the latest
internal value, and may reject unrecognized values. More info: {{<ref "https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions" >}}#resources' internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
type: string type: string
kind: kind:
description: 'Kind is a string value representing the REST resource this description: 'Kind is a string value representing the REST resource this
object represents. Servers may infer this from the endpoint the client object represents. Servers may infer this from the endpoint the client
submits requests to. Cannot be updated. In CamelCase. More info: {{<ref "https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions" >}}#types-kinds' submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
type: string type: string
metadata: metadata:
type: object type: object
@ -143,12 +143,12 @@ spec:
apiVersion: apiVersion:
description: 'APIVersion defines the versioned schema of this representation description: 'APIVersion defines the versioned schema of this representation
of an object. Servers should convert recognized schemas to the latest of an object. Servers should convert recognized schemas to the latest
internal value, and may reject unrecognized values. More info: {{<ref "https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions" >}}#resources' internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
type: string type: string
kind: kind:
description: 'Kind is a string value representing the REST resource this description: 'Kind is a string value representing the REST resource this
object represents. Servers may infer this from the endpoint the client object represents. Servers may infer this from the endpoint the client
submits requests to. Cannot be updated. In CamelCase. More info: {{<ref "https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions" >}}#types-kinds' submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
type: string type: string
metadata: metadata:
type: object type: object

View File

@ -4,6 +4,9 @@ weight: 301
--- ---
# Install Crossplane
Crossplane can be easily installed into any existing Kubernetes cluster using Crossplane can be easily installed into any existing Kubernetes cluster using
the regularly published Helm chart. The Helm chart contains all the custom the regularly published Helm chart. The Helm chart contains all the custom
resources and controllers needed to deploy and configure Crossplane. resources and controllers needed to deploy and configure Crossplane.
@ -159,5 +162,5 @@ imagePullSecrets:
<!-- Named Links --> <!-- Named Links -->
[Kubernetes cluster]: https://kubernetes.io/docs/setup/ [Kubernetes cluster]: https://kubernetes.io/docs/setup/
[Minikube]: https://minikube.sigs.k8s.io/docs/start/ [Minikube]: https://kubernetes.io/docs/tasks/tools/install-minikube/
[Helm]: https://helm.sh/docs/intro/using_helm/ [Helm]: https://docs.helm.sh/using_helm/

View File

@ -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

View File

@ -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:

View File

@ -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

View File

@ -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:

View File

@ -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

View File

@ -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:

View File

@ -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:

View File

@ -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:

View File

@ -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: