mirror of https://github.com/crossplane/docs.git
docs snapshot for crossplane version `master`
This commit is contained in:
parent
5fd247ffad
commit
b4e6a0db6c
|
@ -154,24 +154,24 @@ If you have any questions, please drop us a note on [Crossplane Slack][join-cros
|
|||
[services-user-guide]: services-guide.md
|
||||
[stack-user-guide]: stacks-guide.md
|
||||
[stack-developer-guide]: developer-guide.md
|
||||
[stacks-manager]: https://github.com/crossplaneio/crossplane/blob/master/design/design-doc-stacks.md#terminology
|
||||
[crossplane-cli]: https://github.com/crossplaneio/crossplane-cli
|
||||
[crossplane-cli-usage]: https://github.com/crossplaneio/crossplane-cli#usage
|
||||
[stack-security-design]: https://github.com/crossplaneio/crossplane/blob/master/design/one-pager-stacks-security-isolation.md
|
||||
[stacks-manager]: https://github.com/crossplane/crossplane/blob/master/design/design-doc-stacks.md#terminology
|
||||
[crossplane-cli]: https://github.com/crossplane/crossplane-cli
|
||||
[crossplane-cli-usage]: https://github.com/crossplane/crossplane-cli#usage
|
||||
[stack-security-design]: https://github.com/crossplane/crossplane/blob/master/design/one-pager-stacks-security-isolation.md
|
||||
|
||||
[stack-wordpress-registry]: https://hub.docker.com/r/crossplane/sample-stack-wordpress
|
||||
[stack-wordpress]: https://github.com/crossplaneio/sample-stack-wordpress
|
||||
[stack-wordpress]: https://github.com/crossplane/sample-stack-wordpress
|
||||
|
||||
[stack-gcp]: https://github.com/crossplaneio/stack-gcp
|
||||
[stack-aws]: https://github.com/crossplaneio/stack-aws
|
||||
[stack-azure]: https://github.com/crossplaneio/stack-azure
|
||||
[stack-gcp]: https://github.com/crossplane/stack-gcp
|
||||
[stack-aws]: https://github.com/crossplane/stack-aws
|
||||
[stack-azure]: https://github.com/crossplane/stack-azure
|
||||
[stack-registry]: https://hub.docker.com/search?q=crossplane&type=image
|
||||
[stack-install-docs]: https://github.com/crossplaneio/crossplane/blob/master/design/design-doc-stacks.md#installation-flow
|
||||
[stack-install-docs]: https://github.com/crossplane/crossplane/blob/master/design/design-doc-stacks.md#installation-flow
|
||||
|
||||
[k8s-app-design]: https://github.com/crossplaneio/crossplane/blob/master/design/design-doc-complex-workloads.md#design
|
||||
[k8s-app-design]: https://github.com/crossplane/crossplane/blob/master/design/design-doc-complex-workloads.md#design
|
||||
|
||||
[arch-doc]: https://docs.google.com/document/d/1whncqdUeU2cATGEJhHvzXWC9xdK29Er45NJeoemxebo/edit?usp=sharing
|
||||
|
||||
[contact-us]: https://github.com/crossplaneio/crossplane#contact
|
||||
[contact-us]: https://github.com/crossplane/crossplane#contact
|
||||
[join-crossplane-slack]: https://slack.crossplane.io
|
||||
[learn-more]: learn-more.md
|
||||
|
|
|
@ -169,8 +169,8 @@ A ResourceSpec defines the desired state of a managed resource.
|
|||
Name | Type | Description
|
||||
-----|------|------------
|
||||
`writeConnectionSecretToRef` | Optional [SecretReference](#SecretReference) | WriteConnectionSecretToReference specifies the namespace and name of a Secret to which any connection details for this managed resource should be written. Connection details frequently include the endpoint, username, and password required to connect to the managed resource.
|
||||
`claimRef` | Optional [core/v1.ObjectReference](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.15/#objectreference-v1-core) | ClaimReference specifies the resource claim to which this managed resource will be bound. ClaimReference is set automatically during dynamic provisioning. Crossplane does not currently support setting this field manually, per https://github.com/crossplaneio/crossplane-runtime/issues/19
|
||||
`classRef` | Optional [core/v1.ObjectReference](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.15/#objectreference-v1-core) | ClassReference specifies the resource class that was used to dynamically provision this managed resource, if any. Crossplane does not currently support setting this field manually, per https://github.com/crossplaneio/crossplane-runtime/issues/20
|
||||
`claimRef` | Optional [core/v1.ObjectReference](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.15/#objectreference-v1-core) | ClaimReference specifies the resource claim to which this managed resource will be bound. ClaimReference is set automatically during dynamic provisioning. Crossplane does not currently support setting this field manually, per https://github.com/crossplane/crossplane-runtime/issues/19
|
||||
`classRef` | Optional [core/v1.ObjectReference](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.15/#objectreference-v1-core) | ClassReference specifies the resource class that was used to dynamically provision this managed resource, if any. Crossplane does not currently support setting this field manually, per https://github.com/crossplane/crossplane-runtime/issues/20
|
||||
`providerRef` | [core/v1.ObjectReference](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.15/#objectreference-v1-core) | ProviderReference specifies the provider that will be used to create, observe, update, and delete this managed resource.
|
||||
`reclaimPolicy` | Optional [ReclaimPolicy](#ReclaimPolicy) | ReclaimPolicy specifies what will happen to this managed resource when its resource claim is deleted, and what will happen to the underlying external resource when the managed resource is deleted. The "Delete" policy causes the managed resource to be deleted when its bound resource claim is deleted, and in turn causes the external resource to be deleted when its managed resource is deleted. The "Retain" policy causes the managed resource to be retained, in binding phase "Released", when its resource claim is deleted, and in turn causes the external resource to be retained when its managed resource is deleted. The "Retain" policy is used when no policy is specified.
|
||||
|
|
@ -17,7 +17,7 @@ Name | Type | Description
|
|||
`kind` | string | `RedisCluster`
|
||||
`metadata` | [meta/v1.ObjectMeta](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.15/#objectmeta-v1-meta) | Kubernetes object metadata.
|
||||
`spec` | [RedisClusterSpec](#RedisClusterSpec) | RedisClusterSpec specifies the desired state of a RedisCluster.
|
||||
`status` | [v1alpha1.ResourceClaimStatus](../crossplane-runtime/core-crossplane-io-v1alpha1.md#resourceclaimstatus) |
|
||||
`status` | github.com/crossplaneio/crossplane-runtime/apis/core/v1alpha1.ResourceClaimStatus |
|
||||
|
||||
|
||||
|
||||
|
@ -37,7 +37,7 @@ Name | Type | Description
|
|||
|
||||
RedisClusterSpec supports all fields of:
|
||||
|
||||
* [v1alpha1.ResourceClaimSpec](../crossplane-runtime/core-crossplane-io-v1alpha1.md#resourceclaimspec)
|
||||
* github.com/crossplaneio/crossplane-runtime/apis/core/v1alpha1.ResourceClaimSpec
|
||||
|
||||
|
||||
This API documentation was generated by `crossdocs`.
|
|
@ -18,7 +18,7 @@ Name | Type | Description
|
|||
`kind` | string | `KubernetesCluster`
|
||||
`metadata` | [meta/v1.ObjectMeta](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.15/#objectmeta-v1-meta) | Kubernetes object metadata.
|
||||
`spec` | [KubernetesClusterSpec](#KubernetesClusterSpec) | KubernetesClusterSpec specifies the desired state of a KubernetesCluster.
|
||||
`status` | [v1alpha1.ResourceClaimStatus](../crossplane-runtime/core-crossplane-io-v1alpha1.md#resourceclaimstatus) |
|
||||
`status` | github.com/crossplaneio/crossplane-runtime/apis/core/v1alpha1.ResourceClaimStatus |
|
||||
|
||||
|
||||
|
||||
|
@ -33,7 +33,7 @@ Name | Type | Description
|
|||
`kind` | string | `MachineInstance`
|
||||
`metadata` | [meta/v1.ObjectMeta](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.15/#objectmeta-v1-meta) | Kubernetes object metadata.
|
||||
`spec` | [MachineInstanceSpec](#MachineInstanceSpec) | MachineInstanceSpec specifies the desired state of a MachineInstance.
|
||||
`status` | [v1alpha1.ResourceClaimStatus](../crossplane-runtime/core-crossplane-io-v1alpha1.md#resourceclaimstatus) |
|
||||
`status` | github.com/crossplaneio/crossplane-runtime/apis/core/v1alpha1.ResourceClaimStatus |
|
||||
|
||||
|
||||
|
||||
|
@ -53,7 +53,7 @@ Name | Type | Description
|
|||
|
||||
KubernetesClusterSpec supports all fields of:
|
||||
|
||||
* [v1alpha1.ResourceClaimSpec](../crossplane-runtime/core-crossplane-io-v1alpha1.md#resourceclaimspec)
|
||||
* github.com/crossplaneio/crossplane-runtime/apis/core/v1alpha1.ResourceClaimSpec
|
||||
|
||||
|
||||
## MachineInstanceSpec
|
||||
|
@ -69,7 +69,7 @@ Appears in:
|
|||
|
||||
MachineInstanceSpec supports all fields of:
|
||||
|
||||
* [v1alpha1.ResourceClaimSpec](../crossplane-runtime/core-crossplane-io-v1alpha1.md#resourceclaimspec)
|
||||
* github.com/crossplaneio/crossplane-runtime/apis/core/v1alpha1.ResourceClaimSpec
|
||||
|
||||
|
||||
This API documentation was generated by `crossdocs`.
|
|
@ -18,7 +18,7 @@ Name | Type | Description
|
|||
`kind` | string | `MySQLInstance`
|
||||
`metadata` | [meta/v1.ObjectMeta](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.15/#objectmeta-v1-meta) | Kubernetes object metadata.
|
||||
`spec` | [MySQLInstanceSpec](#MySQLInstanceSpec) | MySQLInstanceSpec specifies the desired state of a MySQLInstance.
|
||||
`status` | [v1alpha1.ResourceClaimStatus](../crossplane-runtime/core-crossplane-io-v1alpha1.md#resourceclaimstatus) |
|
||||
`status` | github.com/crossplaneio/crossplane-runtime/apis/core/v1alpha1.ResourceClaimStatus |
|
||||
|
||||
|
||||
|
||||
|
@ -33,7 +33,7 @@ Name | Type | Description
|
|||
`kind` | string | `PostgreSQLInstance`
|
||||
`metadata` | [meta/v1.ObjectMeta](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.15/#objectmeta-v1-meta) | Kubernetes object metadata.
|
||||
`spec` | [PostgreSQLInstanceSpec](#PostgreSQLInstanceSpec) | PostgreSQLInstanceSpec specifies the desired state of a PostgreSQLInstance. PostgreSQLInstance.
|
||||
`status` | [v1alpha1.ResourceClaimStatus](../crossplane-runtime/core-crossplane-io-v1alpha1.md#resourceclaimstatus) |
|
||||
`status` | github.com/crossplaneio/crossplane-runtime/apis/core/v1alpha1.ResourceClaimStatus |
|
||||
|
||||
|
||||
|
||||
|
@ -53,7 +53,7 @@ Name | Type | Description
|
|||
|
||||
MySQLInstanceSpec supports all fields of:
|
||||
|
||||
* [v1alpha1.ResourceClaimSpec](../crossplane-runtime/core-crossplane-io-v1alpha1.md#resourceclaimspec)
|
||||
* github.com/crossplaneio/crossplane-runtime/apis/core/v1alpha1.ResourceClaimSpec
|
||||
|
||||
|
||||
## PostgreSQLInstanceSpec
|
||||
|
@ -72,7 +72,7 @@ Name | Type | Description
|
|||
|
||||
PostgreSQLInstanceSpec supports all fields of:
|
||||
|
||||
* [v1alpha1.ResourceClaimSpec](../crossplane-runtime/core-crossplane-io-v1alpha1.md#resourceclaimspec)
|
||||
* github.com/crossplaneio/crossplane-runtime/apis/core/v1alpha1.ResourceClaimSpec
|
||||
|
||||
|
||||
This API documentation was generated by `crossdocs`.
|
|
@ -31,7 +31,7 @@ Appears in:
|
|||
|
||||
Name | Type | Description
|
||||
-----|------|------------
|
||||
`credentialsSecretRef` | [v1alpha1.SecretReference](../crossplane-runtime/core-crossplane-io-v1alpha1.md#secretreference) | A Secret containing connection credentials for a Kubernetes cluster client that will be used to authenticate to this Kubernetes Provider. This will typically be the connection secret of a KubernetesCluster claim, or the secret created by a Kubernetes service account, but could also be manually configured to connect to a preexisting cluster.
|
||||
`credentialsSecretRef` | github.com/crossplaneio/crossplane-runtime/apis/core/v1alpha1.SecretReference | A Secret containing connection credentials for a Kubernetes cluster client that will be used to authenticate to this Kubernetes Provider. This will typically be the connection secret of a KubernetesCluster claim, or the secret created by a Kubernetes service account, but could also be manually configured to connect to a preexisting cluster.
|
||||
|
||||
|
||||
|
|
@ -341,7 +341,7 @@ Appears in:
|
|||
|
||||
Name | Type | Description
|
||||
-----|------|------------
|
||||
`conditionedStatus` | [v1alpha1.ConditionedStatus](../crossplane-runtime/core-crossplane-io-v1alpha1.md#conditionedstatus) |
|
||||
`conditionedStatus` | github.com/crossplaneio/crossplane-runtime/apis/core/v1alpha1.ConditionedStatus |
|
||||
`installJob` | [core/v1.ObjectReference](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.15/#objectreference-v1-core) |
|
||||
`stackRecord` | [core/v1.ObjectReference](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.15/#objectreference-v1-core) |
|
||||
|
||||
|
@ -400,7 +400,7 @@ Appears in:
|
|||
|
||||
Name | Type | Description
|
||||
-----|------|------------
|
||||
`conditionedStatus` | [v1alpha1.ConditionedStatus](../crossplane-runtime/core-crossplane-io-v1alpha1.md#conditionedstatus) |
|
||||
`conditionedStatus` | github.com/crossplaneio/crossplane-runtime/apis/core/v1alpha1.ConditionedStatus |
|
||||
`controllerRef` | [core/v1.ObjectReference](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.15/#objectreference-v1-core) |
|
||||
|
||||
|
|
@ -17,7 +17,7 @@ Name | Type | Description
|
|||
`kind` | string | `Bucket`
|
||||
`metadata` | [meta/v1.ObjectMeta](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.15/#objectmeta-v1-meta) | Kubernetes object metadata.
|
||||
`spec` | [BucketSpec](#BucketSpec) | BucketSpec specifies the desired state of a Bucket.
|
||||
`status` | [v1alpha1.ResourceClaimStatus](../crossplane-runtime/core-crossplane-io-v1alpha1.md#resourceclaimstatus) |
|
||||
`status` | github.com/crossplaneio/crossplane-runtime/apis/core/v1alpha1.ResourceClaimStatus |
|
||||
|
||||
|
||||
|
||||
|
@ -39,7 +39,7 @@ Name | Type | Description
|
|||
|
||||
BucketSpec supports all fields of:
|
||||
|
||||
* [v1alpha1.ResourceClaimSpec](../crossplane-runtime/core-crossplane-io-v1alpha1.md#resourceclaimspec)
|
||||
* github.com/crossplaneio/crossplane-runtime/apis/core/v1alpha1.ResourceClaimSpec
|
||||
|
||||
|
||||
## LocalPermissionType
|
|
@ -136,7 +136,7 @@ Name | Type | Description
|
|||
|
||||
ReplicationGroupClassSpecTemplate supports all fields of:
|
||||
|
||||
* [v1alpha1.ClassSpecTemplate](../crossplane-runtime/core-crossplane-io-v1alpha1.md#classspectemplate)
|
||||
* github.com/crossplaneio/crossplane-runtime/apis/core/v1alpha1.ClassSpecTemplate
|
||||
|
||||
|
||||
## ReplicationGroupObservation
|
||||
|
@ -237,7 +237,7 @@ Name | Type | Description
|
|||
|
||||
ReplicationGroupSpec supports all fields of:
|
||||
|
||||
* [v1alpha1.ResourceSpec](../crossplane-runtime/core-crossplane-io-v1alpha1.md#resourcespec)
|
||||
* github.com/crossplaneio/crossplane-runtime/apis/core/v1alpha1.ResourceSpec
|
||||
|
||||
|
||||
## ReplicationGroupStatus
|
||||
|
@ -256,7 +256,7 @@ Name | Type | Description
|
|||
|
||||
ReplicationGroupStatus supports all fields of:
|
||||
|
||||
* [v1alpha1.ResourceStatus](../crossplane-runtime/core-crossplane-io-v1alpha1.md#resourcestatus)
|
||||
* github.com/crossplaneio/crossplane-runtime/apis/core/v1alpha1.ResourceStatus
|
||||
|
||||
|
||||
## ReshardingStatus
|
|
@ -49,7 +49,7 @@ Appears in:
|
|||
|
||||
EKSClusterClassSpecTemplate supports all fields of:
|
||||
|
||||
* [v1alpha1.ClassSpecTemplate](../crossplane-runtime/core-crossplane-io-v1alpha1.md#classspectemplate)
|
||||
* github.com/crossplaneio/crossplane-runtime/apis/core/v1alpha1.ClassSpecTemplate
|
||||
* [EKSClusterParameters](#EKSClusterParameters)
|
||||
|
||||
|
||||
|
@ -71,9 +71,9 @@ Name | Type | Description
|
|||
`vpcId` | string | VPCID is the ID of the VPC.
|
||||
`vpcIdRef` | [VPCIDReferencerForEKSCluster](#VPCIDReferencerForEKSCluster) | VPCIDRef references to a VPC to and retrieves its vpcId
|
||||
`subnetIds` | []string | SubnetIDs of this EKS cluster.
|
||||
`subnetIdRefs` | [[]*github.com/crossplaneio/stack-aws/apis/compute/v1alpha3.SubnetIDReferencerForEKSCluster](#*github.com/crossplaneio/stack-aws/apis/compute/v1alpha3.SubnetIDReferencerForEKSCluster) | SubnetIDRefs is a set of referencers that each retrieve the subnetID from the referenced Subnet
|
||||
`subnetIdRefs` | [[]*github.com/crossplane/stack-aws/apis/compute/v1alpha3.SubnetIDReferencerForEKSCluster](#*github.com/crossplane/stack-aws/apis/compute/v1alpha3.SubnetIDReferencerForEKSCluster) | SubnetIDRefs is a set of referencers that each retrieve the subnetID from the referenced Subnet
|
||||
`securityGroupIds` | []string | SecurityGroupIDs of this EKS cluster.
|
||||
`securityGroupIdRefs` | [[]*github.com/crossplaneio/stack-aws/apis/compute/v1alpha3.SecurityGroupIDReferencerForEKSCluster](#*github.com/crossplaneio/stack-aws/apis/compute/v1alpha3.SecurityGroupIDReferencerForEKSCluster) | SecurityGroupIDRefs is a set of referencers that each retrieve the ID from the referenced SecurityGroup
|
||||
`securityGroupIdRefs` | [[]*github.com/crossplane/stack-aws/apis/compute/v1alpha3.SecurityGroupIDReferencerForEKSCluster](#*github.com/crossplane/stack-aws/apis/compute/v1alpha3.SecurityGroupIDReferencerForEKSCluster) | SecurityGroupIDRefs is a set of referencers that each retrieve the ID from the referenced SecurityGroup
|
||||
`clusterVersion` | Optional string | ClusterVersion: The desired Kubernetes version of this EKS Cluster. If you do not specify a value here, the latest version available is used.
|
||||
`workerNodes` | [WorkerNodesSpec](#WorkerNodesSpec) | WorkerNodes configuration for cloudformation
|
||||
`mapRoles` | Optional [[]MapRole](#MapRole) | MapRoles map AWS roles to one or more Kubernetes groups. A Default role that allows nodes access to communicate with master is autogenerated when a node pool comes online.
|
||||
|
@ -94,7 +94,7 @@ Appears in:
|
|||
|
||||
EKSClusterSpec supports all fields of:
|
||||
|
||||
* [v1alpha1.ResourceSpec](../crossplane-runtime/core-crossplane-io-v1alpha1.md#resourcespec)
|
||||
* github.com/crossplaneio/crossplane-runtime/apis/core/v1alpha1.ResourceSpec
|
||||
* [EKSClusterParameters](#EKSClusterParameters)
|
||||
|
||||
|
||||
|
@ -118,7 +118,7 @@ Name | Type | Description
|
|||
|
||||
EKSClusterStatus supports all fields of:
|
||||
|
||||
* [v1alpha1.ResourceStatus](../crossplane-runtime/core-crossplane-io-v1alpha1.md#resourcestatus)
|
||||
* github.com/crossplaneio/crossplane-runtime/apis/core/v1alpha1.ResourceStatus
|
||||
|
||||
|
||||
## EKSRegion
|
|
@ -65,7 +65,7 @@ Name | Type | Description
|
|||
`description` | string | The description for the DB subnet group.
|
||||
`groupName` | string | The name for the DB subnet group. This value is stored as a lowercase string.
|
||||
`subnetIds` | []string | The EC2 Subnet IDs for the DB subnet group.
|
||||
`subnetIdRefs` | [[]*github.com/crossplaneio/stack-aws/apis/database/v1alpha3.SubnetIDReferencerForDBSubnetGroup](#*github.com/crossplaneio/stack-aws/apis/database/v1alpha3.SubnetIDReferencerForDBSubnetGroup) | SubnetIDRefs is a set of referencers that each retrieve the subnetID from the referenced Subnet
|
||||
`subnetIdRefs` | [[]*github.com/crossplane/stack-aws/apis/database/v1alpha3.SubnetIDReferencerForDBSubnetGroup](#*github.com/crossplane/stack-aws/apis/database/v1alpha3.SubnetIDReferencerForDBSubnetGroup) | SubnetIDRefs is a set of referencers that each retrieve the subnetID from the referenced Subnet
|
||||
`tags` | [[]Tag](#Tag) | A list of tags. For more information, see Tagging Amazon RDS Resources (http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html) in the Amazon RDS User Guide.
|
||||
|
||||
|
||||
|
@ -83,7 +83,7 @@ Appears in:
|
|||
|
||||
DBSubnetGroupSpec supports all fields of:
|
||||
|
||||
* [v1alpha1.ResourceSpec](../crossplane-runtime/core-crossplane-io-v1alpha1.md#resourcespec)
|
||||
* github.com/crossplaneio/crossplane-runtime/apis/core/v1alpha1.ResourceSpec
|
||||
* [DBSubnetGroupParameters](#DBSubnetGroupParameters)
|
||||
|
||||
|
||||
|
@ -100,7 +100,7 @@ Appears in:
|
|||
|
||||
DBSubnetGroupStatus supports all fields of:
|
||||
|
||||
* [v1alpha1.ResourceStatus](../crossplane-runtime/core-crossplane-io-v1alpha1.md#resourcestatus)
|
||||
* github.com/crossplaneio/crossplane-runtime/apis/core/v1alpha1.ResourceStatus
|
||||
* [DBSubnetGroupExternalStatus](#DBSubnetGroupExternalStatus)
|
||||
|
||||
|
|
@ -312,7 +312,7 @@ Name | Type | Description
|
|||
|
||||
RDSInstanceClassSpecTemplate supports all fields of:
|
||||
|
||||
* [v1alpha1.ClassSpecTemplate](../crossplane-runtime/core-crossplane-io-v1alpha1.md#classspectemplate)
|
||||
* github.com/crossplaneio/crossplane-runtime/apis/core/v1alpha1.ClassSpecTemplate
|
||||
|
||||
|
||||
## RDSInstanceObservation
|
||||
|
@ -404,7 +404,7 @@ Name | Type | Description
|
|||
`tags` | Optional [[]Tag](#Tag) | Tags. For more information, see Tagging Amazon RDS Resources (http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html) in the Amazon RDS User Guide.
|
||||
`timezone` | Optional string | Timezone of the DB instance. The time zone parameter is currently supported only by Microsoft SQL Server (http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_SQLServer.html#SQLServer.Concepts.General.TimeZone).
|
||||
`vpcSecurityGroupIds` | Optional []string | VPCSecurityGroupIDs is a list of EC2 VPC security groups to associate with this DB instance. Amazon Aurora Not applicable. The associated list of EC2 VPC security groups is managed by the DB cluster. For more information, see CreateDBCluster. Default: The default EC2 VPC security group for the DB subnet group's VPC.
|
||||
`vpcSecurityGroupIDRefs` | Optional [[]*github.com/crossplaneio/stack-aws/apis/database/v1beta1.VPCSecurityGroupIDReferencerForRDSInstance](#*github.com/crossplaneio/stack-aws/apis/database/v1beta1.VPCSecurityGroupIDReferencerForRDSInstance) | VPCSecurityGroupIDRefs are references to VPCSecurityGroups used to set the VPCSecurityGroupIDs.
|
||||
`vpcSecurityGroupIDRefs` | Optional [[]*github.com/crossplane/stack-aws/apis/database/v1beta1.VPCSecurityGroupIDReferencerForRDSInstance](#*github.com/crossplane/stack-aws/apis/database/v1beta1.VPCSecurityGroupIDReferencerForRDSInstance) | VPCSecurityGroupIDRefs are references to VPCSecurityGroups used to set the VPCSecurityGroupIDs.
|
||||
`allowMajorVersionUpgrade` | Optional bool | AllowMajorVersionUpgrade indicates that major version upgrades are allowed. Changing this parameter doesn't result in an outage and the change is asynchronously applied as soon as possible. Constraints: This parameter must be set to true when specifying a value for the EngineVersion parameter that is a different major version than the DB instance's current version.
|
||||
`applyModificationsImmediately` | Optional bool | ApplyModificationsImmediately specifies whether the modifications in this request and any pending modifications are asynchronously applied as soon as possible, regardless of the PreferredMaintenanceWindow setting for the DB instance. If this parameter is set to false, changes to the DB instance are applied during the next maintenance window. Some parameter changes can cause an outage and are applied on the next call to RebootDBInstance, or the next failure reboot. Review the table of parameters in Modifying a DB Instance and Using the Apply Immediately Parameter (http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Overview.DBInstance.Modifying.html) in the Amazon RDS User Guide. to see the impact that setting ApplyImmediately to true or false has for each modified parameter and to determine when the changes are applied. Default: false
|
||||
`cloudwatchLogsExportConfiguration` | Optional [CloudwatchLogsExportConfiguration](#CloudwatchLogsExportConfiguration) | CloudwatchLogsExportConfiguration is the configuration setting for the log types to be enabled for export to CloudWatch Logs for a specific DB instance.
|
||||
|
@ -435,7 +435,7 @@ Name | Type | Description
|
|||
|
||||
RDSInstanceSpec supports all fields of:
|
||||
|
||||
* [v1alpha1.ResourceSpec](../crossplane-runtime/core-crossplane-io-v1alpha1.md#resourcespec)
|
||||
* github.com/crossplaneio/crossplane-runtime/apis/core/v1alpha1.ResourceSpec
|
||||
|
||||
|
||||
## RDSInstanceState
|
||||
|
@ -459,7 +459,7 @@ Name | Type | Description
|
|||
|
||||
RDSInstanceStatus supports all fields of:
|
||||
|
||||
* [v1alpha1.ResourceStatus](../crossplane-runtime/core-crossplane-io-v1alpha1.md#resourcestatus)
|
||||
* github.com/crossplaneio/crossplane-runtime/apis/core/v1alpha1.ResourceStatus
|
||||
|
||||
|
||||
## ScalingConfiguration
|
|
@ -159,7 +159,7 @@ Appears in:
|
|||
|
||||
IAMRolePolicyAttachmentSpec supports all fields of:
|
||||
|
||||
* [v1alpha1.ResourceSpec](../crossplane-runtime/core-crossplane-io-v1alpha1.md#resourcespec)
|
||||
* github.com/crossplaneio/crossplane-runtime/apis/core/v1alpha1.ResourceSpec
|
||||
* [IAMRolePolicyAttachmentParameters](#IAMRolePolicyAttachmentParameters)
|
||||
|
||||
|
||||
|
@ -176,7 +176,7 @@ Appears in:
|
|||
|
||||
IAMRolePolicyAttachmentStatus supports all fields of:
|
||||
|
||||
* [v1alpha1.ResourceStatus](../crossplane-runtime/core-crossplane-io-v1alpha1.md#resourcestatus)
|
||||
* github.com/crossplaneio/crossplane-runtime/apis/core/v1alpha1.ResourceStatus
|
||||
* [IAMRolePolicyAttachmentExternalStatus](#IAMRolePolicyAttachmentExternalStatus)
|
||||
|
||||
|
||||
|
@ -193,7 +193,7 @@ Appears in:
|
|||
|
||||
IAMRoleSpec supports all fields of:
|
||||
|
||||
* [v1alpha1.ResourceSpec](../crossplane-runtime/core-crossplane-io-v1alpha1.md#resourcespec)
|
||||
* github.com/crossplaneio/crossplane-runtime/apis/core/v1alpha1.ResourceSpec
|
||||
* [IAMRoleParameters](#IAMRoleParameters)
|
||||
|
||||
|
||||
|
@ -210,7 +210,7 @@ Appears in:
|
|||
|
||||
IAMRoleStatus supports all fields of:
|
||||
|
||||
* [v1alpha1.ResourceStatus](../crossplane-runtime/core-crossplane-io-v1alpha1.md#resourcestatus)
|
||||
* github.com/crossplaneio/crossplane-runtime/apis/core/v1alpha1.ResourceStatus
|
||||
* [IAMRoleExternalStatus](#IAMRoleExternalStatus)
|
||||
|
||||
|
|
@ -250,7 +250,7 @@ Appears in:
|
|||
|
||||
InternetGatewaySpec supports all fields of:
|
||||
|
||||
* [v1alpha1.ResourceSpec](../crossplane-runtime/core-crossplane-io-v1alpha1.md#resourcespec)
|
||||
* github.com/crossplaneio/crossplane-runtime/apis/core/v1alpha1.ResourceSpec
|
||||
* [InternetGatewayParameters](#InternetGatewayParameters)
|
||||
|
||||
|
||||
|
@ -267,7 +267,7 @@ Appears in:
|
|||
|
||||
InternetGatewayStatus supports all fields of:
|
||||
|
||||
* [v1alpha1.ResourceStatus](../crossplane-runtime/core-crossplane-io-v1alpha1.md#resourcestatus)
|
||||
* github.com/crossplaneio/crossplane-runtime/apis/core/v1alpha1.ResourceStatus
|
||||
* [InternetGatewayExternalStatus](#InternetGatewayExternalStatus)
|
||||
|
||||
|
||||
|
@ -356,7 +356,7 @@ Appears in:
|
|||
|
||||
RouteTableSpec supports all fields of:
|
||||
|
||||
* [v1alpha1.ResourceSpec](../crossplane-runtime/core-crossplane-io-v1alpha1.md#resourcespec)
|
||||
* github.com/crossplaneio/crossplane-runtime/apis/core/v1alpha1.ResourceSpec
|
||||
* [RouteTableParameters](#RouteTableParameters)
|
||||
|
||||
|
||||
|
@ -373,7 +373,7 @@ Appears in:
|
|||
|
||||
RouteTableStatus supports all fields of:
|
||||
|
||||
* [v1alpha1.ResourceStatus](../crossplane-runtime/core-crossplane-io-v1alpha1.md#resourcestatus)
|
||||
* github.com/crossplaneio/crossplane-runtime/apis/core/v1alpha1.ResourceStatus
|
||||
* [RouteTableExternalStatus](#RouteTableExternalStatus)
|
||||
|
||||
|
||||
|
@ -438,7 +438,7 @@ Appears in:
|
|||
|
||||
SecurityGroupSpec supports all fields of:
|
||||
|
||||
* [v1alpha1.ResourceSpec](../crossplane-runtime/core-crossplane-io-v1alpha1.md#resourcespec)
|
||||
* github.com/crossplaneio/crossplane-runtime/apis/core/v1alpha1.ResourceSpec
|
||||
* [SecurityGroupParameters](#SecurityGroupParameters)
|
||||
|
||||
|
||||
|
@ -455,7 +455,7 @@ Appears in:
|
|||
|
||||
SecurityGroupStatus supports all fields of:
|
||||
|
||||
* [v1alpha1.ResourceStatus](../crossplane-runtime/core-crossplane-io-v1alpha1.md#resourcestatus)
|
||||
* github.com/crossplaneio/crossplane-runtime/apis/core/v1alpha1.ResourceStatus
|
||||
* [SecurityGroupExternalStatus](#SecurityGroupExternalStatus)
|
||||
|
||||
|
||||
|
@ -539,7 +539,7 @@ Appears in:
|
|||
|
||||
SubnetSpec supports all fields of:
|
||||
|
||||
* [v1alpha1.ResourceSpec](../crossplane-runtime/core-crossplane-io-v1alpha1.md#resourcespec)
|
||||
* github.com/crossplaneio/crossplane-runtime/apis/core/v1alpha1.ResourceSpec
|
||||
* [SubnetParameters](#SubnetParameters)
|
||||
|
||||
|
||||
|
@ -556,7 +556,7 @@ Appears in:
|
|||
|
||||
SubnetStatus supports all fields of:
|
||||
|
||||
* [v1alpha1.ResourceStatus](../crossplane-runtime/core-crossplane-io-v1alpha1.md#resourcestatus)
|
||||
* github.com/crossplaneio/crossplane-runtime/apis/core/v1alpha1.ResourceStatus
|
||||
* [SubnetExternalStatus](#SubnetExternalStatus)
|
||||
|
||||
|
||||
|
@ -709,7 +709,7 @@ Appears in:
|
|||
|
||||
VPCSpec supports all fields of:
|
||||
|
||||
* [v1alpha1.ResourceSpec](../crossplane-runtime/core-crossplane-io-v1alpha1.md#resourcespec)
|
||||
* github.com/crossplaneio/crossplane-runtime/apis/core/v1alpha1.ResourceSpec
|
||||
* [VPCParameters](#VPCParameters)
|
||||
|
||||
|
||||
|
@ -726,7 +726,7 @@ Appears in:
|
|||
|
||||
VPCStatus supports all fields of:
|
||||
|
||||
* [v1alpha1.ResourceStatus](../crossplane-runtime/core-crossplane-io-v1alpha1.md#resourcestatus)
|
||||
* github.com/crossplaneio/crossplane-runtime/apis/core/v1alpha1.ResourceStatus
|
||||
* [VPCExternalStatus](#VPCExternalStatus)
|
||||
|
||||
|
|
@ -49,7 +49,7 @@ Appears in:
|
|||
|
||||
S3BucketClassSpecTemplate supports all fields of:
|
||||
|
||||
* [v1alpha1.ClassSpecTemplate](../crossplane-runtime/core-crossplane-io-v1alpha1.md#classspectemplate)
|
||||
* github.com/crossplaneio/crossplane-runtime/apis/core/v1alpha1.ClassSpecTemplate
|
||||
* [S3BucketParameters](#S3BucketParameters)
|
||||
|
||||
|
||||
|
@ -69,7 +69,7 @@ Name | Type | Description
|
|||
`region` | string | Region of the bucket.
|
||||
`cannedACL` | Optional [s3.BucketCannedACL](https://godoc.org/github.com/aws/aws-sdk-go-v2/service/s3#BucketCannedACL) | CannedACL applies a standard AWS built-in ACL for common bucket use cases.
|
||||
`versioning` | Optional bool | Versioning enables versioning of objects stored in this bucket.
|
||||
`localPermission` | [storage/v1alpha1.LocalPermissionType](../crossplane/storage-crossplane-io-v1alpha1.md#localpermissiontype) | LocalPermission is the permissions granted on the bucket for the provider specific bucket service account that is available in a secret after provisioning.
|
||||
`localPermission` | github.com/crossplaneio/crossplane/apis/storage/v1alpha1.LocalPermissionType | LocalPermission is the permissions granted on the bucket for the provider specific bucket service account that is available in a secret after provisioning.
|
||||
|
||||
|
||||
|
||||
|
@ -86,7 +86,7 @@ Appears in:
|
|||
|
||||
S3BucketSpec supports all fields of:
|
||||
|
||||
* [v1alpha1.ResourceSpec](../crossplane-runtime/core-crossplane-io-v1alpha1.md#resourcespec)
|
||||
* github.com/crossplaneio/crossplane-runtime/apis/core/v1alpha1.ResourceSpec
|
||||
* [S3BucketParameters](#S3BucketParameters)
|
||||
|
||||
|
||||
|
@ -104,12 +104,12 @@ Name | Type | Description
|
|||
`providerID` | string | ProviderID is the AWS identifier for this bucket.
|
||||
`iamUsername` | string | IAMUsername is the name of an IAM user that is automatically created and granted access to this bucket by Crossplane at bucket creation time.
|
||||
`lastUserPolicyVersion` | int | LastUserPolicyVersion is the most recent version of the policy associated with this bucket's IAMUser.
|
||||
`lastLocalPermission` | [storage/v1alpha1.LocalPermissionType](../crossplane/storage-crossplane-io-v1alpha1.md#localpermissiontype) | LastLocalPermission is the most recent local permission that was set for this bucket.
|
||||
`lastLocalPermission` | github.com/crossplaneio/crossplane/apis/storage/v1alpha1.LocalPermissionType | LastLocalPermission is the most recent local permission that was set for this bucket.
|
||||
|
||||
|
||||
S3BucketStatus supports all fields of:
|
||||
|
||||
* [v1alpha1.ResourceStatus](../crossplane-runtime/core-crossplane-io-v1alpha1.md#resourcestatus)
|
||||
* github.com/crossplaneio/crossplane-runtime/apis/core/v1alpha1.ResourceStatus
|
||||
|
||||
|
||||
This API documentation was generated by `crossdocs`.
|
|
@ -52,7 +52,7 @@ Name | Type | Description
|
|||
|
||||
RedisClassSpecTemplate supports all fields of:
|
||||
|
||||
* [v1alpha1.ClassSpecTemplate](../crossplane-runtime/core-crossplane-io-v1alpha1.md#classspectemplate)
|
||||
* github.com/crossplaneio/crossplane-runtime/apis/core/v1alpha1.ClassSpecTemplate
|
||||
|
||||
|
||||
## RedisObservation
|
||||
|
@ -121,7 +121,7 @@ Name | Type | Description
|
|||
|
||||
RedisSpec supports all fields of:
|
||||
|
||||
* [v1alpha1.ResourceSpec](../crossplane-runtime/core-crossplane-io-v1alpha1.md#resourcespec)
|
||||
* github.com/crossplaneio/crossplane-runtime/apis/core/v1alpha1.ResourceSpec
|
||||
|
||||
|
||||
## RedisStatus
|
||||
|
@ -140,7 +140,7 @@ Name | Type | Description
|
|||
|
||||
RedisStatus supports all fields of:
|
||||
|
||||
* [v1alpha1.ResourceStatus](../crossplane-runtime/core-crossplane-io-v1alpha1.md#resourcestatus)
|
||||
* github.com/crossplaneio/crossplane-runtime/apis/core/v1alpha1.ResourceStatus
|
||||
|
||||
|
||||
## ResourceGroupNameReferencerForRedis
|
|
@ -49,7 +49,7 @@ Appears in:
|
|||
|
||||
AKSClusterClassSpecTemplate supports all fields of:
|
||||
|
||||
* [v1alpha1.ClassSpecTemplate](../crossplane-runtime/core-crossplane-io-v1alpha1.md#classspectemplate)
|
||||
* github.com/crossplaneio/crossplane-runtime/apis/core/v1alpha1.ClassSpecTemplate
|
||||
* [AKSClusterParameters](#AKSClusterParameters)
|
||||
|
||||
|
||||
|
@ -75,7 +75,7 @@ Name | Type | Description
|
|||
`nodeVMSize` | Optional string | NodeVMSize is the name of the worker node VM size, e.g., Standard_B2s, Standard_F2s_v2, etc.
|
||||
`dnsNamePrefix` | Optional string | DNSNamePrefix is the DNS name prefix to use with the hosted Kubernetes API server FQDN. You will use this to connect to the Kubernetes API when managing containers after creating the cluster.
|
||||
`disableRBAC` | Optional bool | DisableRBAC determines whether RBAC will be disabled or enabled in the cluster.
|
||||
`writeServicePrincipalTo` | [v1alpha1.SecretReference](../crossplane-runtime/core-crossplane-io-v1alpha1.md#secretreference) | WriteServicePrincipalSecretTo the specified Secret. The service principal is automatically generated and used by the AKS cluster to interact with other Azure resources.
|
||||
`writeServicePrincipalTo` | github.com/crossplaneio/crossplane-runtime/apis/core/v1alpha1.SecretReference | WriteServicePrincipalSecretTo the specified Secret. The service principal is automatically generated and used by the AKS cluster to interact with other Azure resources.
|
||||
|
||||
|
||||
|
||||
|
@ -92,7 +92,7 @@ Appears in:
|
|||
|
||||
AKSClusterSpec supports all fields of:
|
||||
|
||||
* [v1alpha1.ResourceSpec](../crossplane-runtime/core-crossplane-io-v1alpha1.md#resourcespec)
|
||||
* github.com/crossplaneio/crossplane-runtime/apis/core/v1alpha1.ResourceSpec
|
||||
* [AKSClusterParameters](#AKSClusterParameters)
|
||||
|
||||
|
||||
|
@ -118,7 +118,7 @@ Name | Type | Description
|
|||
|
||||
AKSClusterStatus supports all fields of:
|
||||
|
||||
* [v1alpha1.ResourceStatus](../crossplane-runtime/core-crossplane-io-v1alpha1.md#resourcestatus)
|
||||
* github.com/crossplaneio/crossplane-runtime/apis/core/v1alpha1.ResourceStatus
|
||||
|
||||
|
||||
## ResourceGroupNameReferencerForAKSCluster
|
|
@ -150,7 +150,7 @@ Name | Type | Description
|
|||
|
||||
SubnetSpec supports all fields of:
|
||||
|
||||
* [v1alpha1.ResourceSpec](../crossplane-runtime/core-crossplane-io-v1alpha1.md#resourcespec)
|
||||
* github.com/crossplaneio/crossplane-runtime/apis/core/v1alpha1.ResourceSpec
|
||||
|
||||
|
||||
## SubnetStatus
|
||||
|
@ -173,7 +173,7 @@ Name | Type | Description
|
|||
|
||||
SubnetStatus supports all fields of:
|
||||
|
||||
* [v1alpha1.ResourceStatus](../crossplane-runtime/core-crossplane-io-v1alpha1.md#resourcestatus)
|
||||
* github.com/crossplaneio/crossplane-runtime/apis/core/v1alpha1.ResourceStatus
|
||||
|
||||
|
||||
## VirtualNetworkNameReferencer
|
||||
|
@ -246,7 +246,7 @@ Name | Type | Description
|
|||
|
||||
VirtualNetworkSpec supports all fields of:
|
||||
|
||||
* [v1alpha1.ResourceSpec](../crossplane-runtime/core-crossplane-io-v1alpha1.md#resourcespec)
|
||||
* github.com/crossplaneio/crossplane-runtime/apis/core/v1alpha1.ResourceSpec
|
||||
|
||||
|
||||
## VirtualNetworkStatus
|
||||
|
@ -270,7 +270,7 @@ Name | Type | Description
|
|||
|
||||
VirtualNetworkStatus supports all fields of:
|
||||
|
||||
* [v1alpha1.ResourceStatus](../crossplane-runtime/core-crossplane-io-v1alpha1.md#resourcestatus)
|
||||
* github.com/crossplaneio/crossplane-runtime/apis/core/v1alpha1.ResourceStatus
|
||||
|
||||
|
||||
This API documentation was generated by `crossdocs`.
|
|
@ -80,7 +80,7 @@ Appears in:
|
|||
|
||||
AccountClassSpecTemplate supports all fields of:
|
||||
|
||||
* [v1alpha1.ClassSpecTemplate](../crossplane-runtime/core-crossplane-io-v1alpha1.md#classspectemplate)
|
||||
* github.com/crossplaneio/crossplane-runtime/apis/core/v1alpha1.ClassSpecTemplate
|
||||
* [AccountParameters](#AccountParameters)
|
||||
|
||||
|
||||
|
@ -115,7 +115,7 @@ Appears in:
|
|||
|
||||
AccountSpec supports all fields of:
|
||||
|
||||
* [v1alpha1.ResourceSpec](../crossplane-runtime/core-crossplane-io-v1alpha1.md#resourcespec)
|
||||
* github.com/crossplaneio/crossplane-runtime/apis/core/v1alpha1.ResourceSpec
|
||||
* [AccountParameters](#AccountParameters)
|
||||
|
||||
|
||||
|
@ -132,7 +132,7 @@ Appears in:
|
|||
|
||||
AccountStatus supports all fields of:
|
||||
|
||||
* [v1alpha1.ResourceStatus](../crossplane-runtime/core-crossplane-io-v1alpha1.md#resourcestatus)
|
||||
* github.com/crossplaneio/crossplane-runtime/apis/core/v1alpha1.ResourceStatus
|
||||
* [StorageAccountStatus](#StorageAccountStatus)
|
||||
|
||||
|
||||
|
@ -149,7 +149,7 @@ Appears in:
|
|||
|
||||
ContainerClassSpecTemplate supports all fields of:
|
||||
|
||||
* [v1alpha1.ClassSpecTemplate](../crossplane-runtime/core-crossplane-io-v1alpha1.md#classspectemplate)
|
||||
* github.com/crossplaneio/crossplane-runtime/apis/core/v1alpha1.ClassSpecTemplate
|
||||
* [ContainerParameters](#ContainerParameters)
|
||||
|
||||
|
||||
|
@ -183,10 +183,10 @@ Appears in:
|
|||
|
||||
Name | Type | Description
|
||||
-----|------|------------
|
||||
`writeConnectionSecretToRef` | Optional [v1alpha1.SecretReference](../crossplane-runtime/core-crossplane-io-v1alpha1.md#secretreference) | WriteConnectionSecretToReference specifies the name of a Secret, in the same namespace as this managed resource, to which any connection details for this managed resource should be written. Connection details frequently include the endpoint, username, and password required to connect to the managed resource.
|
||||
`writeConnectionSecretToRef` | Optional github.com/crossplaneio/crossplane-runtime/apis/core/v1alpha1.SecretReference | WriteConnectionSecretToReference specifies the name of a Secret, in the same namespace as this managed resource, to which any connection details for this managed resource should be written. Connection details frequently include the endpoint, username, and password required to connect to the managed resource.
|
||||
`claimRef` | Optional [core/v1.ObjectReference](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.15/#objectreference-v1-core) | ClaimReference specifies the resource claim to which this managed resource will be bound. ClaimReference is set automatically during dynamic provisioning. Crossplane does not currently support setting this field manually, per https://github.com/crossplaneio/crossplane-runtime/issues/19
|
||||
`classRef` | Optional [core/v1.ObjectReference](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.15/#objectreference-v1-core) | ClassReference specifies the non-portable resource class that was used to dynamically provision this managed resource, if any. Crossplane does not currently support setting this field manually, per https://github.com/crossplaneio/crossplane-runtime/issues/20
|
||||
`reclaimPolicy` | Optional [v1alpha1.ReclaimPolicy](../crossplane-runtime/core-crossplane-io-v1alpha1.md#reclaimpolicy) | ReclaimPolicy specifies what will happen to the external resource this managed resource manages when the managed resource is deleted. "Delete" deletes the external resource, while "Retain" (the default) does not. Note this behaviour is subtly different from other uses of the ReclaimPolicy concept within the Kubernetes ecosystem per https://github.com/crossplaneio/crossplane-runtime/issues/21
|
||||
`reclaimPolicy` | Optional github.com/crossplaneio/crossplane-runtime/apis/core/v1alpha1.ReclaimPolicy | ReclaimPolicy specifies what will happen to the external resource this managed resource manages when the managed resource is deleted. "Delete" deletes the external resource, while "Retain" (the default) does not. Note this behaviour is subtly different from other uses of the ReclaimPolicy concept within the Kubernetes ecosystem per https://github.com/crossplaneio/crossplane-runtime/issues/21
|
||||
|
||||
|
||||
ContainerSpec supports all fields of:
|
||||
|
@ -210,7 +210,7 @@ Name | Type | Description
|
|||
|
||||
ContainerStatus supports all fields of:
|
||||
|
||||
* [v1alpha1.ResourceStatus](../crossplane-runtime/core-crossplane-io-v1alpha1.md#resourcestatus)
|
||||
* github.com/crossplaneio/crossplane-runtime/apis/core/v1alpha1.ResourceStatus
|
||||
|
||||
|
||||
## CustomDomain
|
|
@ -52,7 +52,7 @@ Name | Type | Description
|
|||
|
||||
CloudMemorystoreInstanceClassSpecTemplate supports all fields of:
|
||||
|
||||
* [v1alpha1.ClassSpecTemplate](../crossplane-runtime/core-crossplane-io-v1alpha1.md#classspectemplate)
|
||||
* github.com/crossplaneio/crossplane-runtime/apis/core/v1alpha1.ClassSpecTemplate
|
||||
|
||||
|
||||
## CloudMemorystoreInstanceObservation
|
||||
|
@ -119,7 +119,7 @@ Name | Type | Description
|
|||
|
||||
CloudMemorystoreInstanceSpec supports all fields of:
|
||||
|
||||
* [v1alpha1.ResourceSpec](../crossplane-runtime/core-crossplane-io-v1alpha1.md#resourcespec)
|
||||
* github.com/crossplaneio/crossplane-runtime/apis/core/v1alpha1.ResourceSpec
|
||||
|
||||
|
||||
## CloudMemorystoreInstanceStatus
|
||||
|
@ -138,7 +138,7 @@ Name | Type | Description
|
|||
|
||||
CloudMemorystoreInstanceStatus supports all fields of:
|
||||
|
||||
* [v1alpha1.ResourceStatus](../crossplane-runtime/core-crossplane-io-v1alpha1.md#resourcestatus)
|
||||
* github.com/crossplaneio/crossplane-runtime/apis/core/v1alpha1.ResourceStatus
|
||||
|
||||
|
||||
This API documentation was generated by `crossdocs`.
|
|
@ -124,7 +124,7 @@ Name | Type | Description
|
|||
|
||||
GlobalAddressSpec supports all fields of:
|
||||
|
||||
* [v1alpha1.ResourceSpec](../crossplane-runtime/core-crossplane-io-v1alpha1.md#resourcespec)
|
||||
* github.com/crossplaneio/crossplane-runtime/apis/core/v1alpha1.ResourceSpec
|
||||
|
||||
|
||||
## GlobalAddressStatus
|
||||
|
@ -143,7 +143,7 @@ Name | Type | Description
|
|||
|
||||
GlobalAddressStatus supports all fields of:
|
||||
|
||||
* [v1alpha1.ResourceStatus](../crossplane-runtime/core-crossplane-io-v1alpha1.md#resourcestatus)
|
||||
* github.com/crossplaneio/crossplane-runtime/apis/core/v1alpha1.ResourceStatus
|
||||
|
||||
|
||||
## NetworkObservation
|
||||
|
@ -160,7 +160,7 @@ Name | Type | Description
|
|||
`creationTimestamp` | string | CreationTimestamp: Creation timestamp in RFC3339 text format.
|
||||
`gatewayIPv4` | string | GatewayIPv4: The gateway address for default routing out of the network, selected by GCP.
|
||||
`id` | uint64 | Id: The unique identifier for the resource. This identifier is defined by the server.
|
||||
`peerings` | [[]*github.com/crossplaneio/stack-gcp/apis/compute/v1beta1.NetworkPeering](#*github.com/crossplaneio/stack-gcp/apis/compute/v1beta1.NetworkPeering) | Peerings: A list of network peerings for the resource.
|
||||
`peerings` | [[]*github.com/crossplane/stack-gcp/apis/compute/v1beta1.NetworkPeering](#*github.com/crossplane/stack-gcp/apis/compute/v1beta1.NetworkPeering) | Peerings: A list of network peerings for the resource.
|
||||
`selfLink` | string | SelfLink: Server-defined URL for the resource.
|
||||
`subnetworks` | []string | Subnetworks: Server-defined fully-qualified URLs for all subnetworks in this VPC network.
|
||||
|
||||
|
@ -230,7 +230,7 @@ Name | Type | Description
|
|||
|
||||
NetworkSpec supports all fields of:
|
||||
|
||||
* [v1alpha1.ResourceSpec](../crossplane-runtime/core-crossplane-io-v1alpha1.md#resourcespec)
|
||||
* github.com/crossplaneio/crossplane-runtime/apis/core/v1alpha1.ResourceSpec
|
||||
|
||||
|
||||
## NetworkStatus
|
||||
|
@ -249,7 +249,7 @@ Name | Type | Description
|
|||
|
||||
NetworkStatus supports all fields of:
|
||||
|
||||
* [v1alpha1.ResourceStatus](../crossplane-runtime/core-crossplane-io-v1alpha1.md#resourcestatus)
|
||||
* github.com/crossplaneio/crossplane-runtime/apis/core/v1alpha1.ResourceStatus
|
||||
|
||||
|
||||
## NetworkURIReferencer
|
||||
|
@ -338,7 +338,7 @@ Name | Type | Description
|
|||
`description` | Optional string | Description: An optional description of this resource. Provide this property when you create the resource. This field can be set only at resource creation time.
|
||||
`enableFlowLogs` | Optional bool | EnableFlowLogs: Whether to enable flow logging for this subnetwork. If this field is not explicitly set, it will not appear in get listings. If not set the default behavior is to disable flow logging.
|
||||
`privateIpGoogleAccess` | Optional bool | PrivateIPGoogleAccess: Whether the VMs in this subnet can access Google services without assigned external IP addresses. This field can be both set at resource creation time and updated using setPrivateIPGoogleAccess.
|
||||
`secondaryIpRanges` | Optional [[]*github.com/crossplaneio/stack-gcp/apis/compute/v1beta1.SubnetworkSecondaryRange](#*github.com/crossplaneio/stack-gcp/apis/compute/v1beta1.SubnetworkSecondaryRange) | SecondaryIPRanges: An array of configurations for secondary IP ranges for VM instances contained in this subnetwork. The primary IP of such VM must belong to the primary ipCidrRange of the subnetwork. The alias IPs may belong to either primary or secondary ranges. This field can be updated with a patch request.
|
||||
`secondaryIpRanges` | Optional [[]*github.com/crossplane/stack-gcp/apis/compute/v1beta1.SubnetworkSecondaryRange](#*github.com/crossplane/stack-gcp/apis/compute/v1beta1.SubnetworkSecondaryRange) | SecondaryIPRanges: An array of configurations for secondary IP ranges for VM instances contained in this subnetwork. The primary IP of such VM must belong to the primary ipCidrRange of the subnetwork. The alias IPs may belong to either primary or secondary ranges. This field can be updated with a patch request.
|
||||
|
||||
|
||||
|
||||
|
@ -370,7 +370,7 @@ Name | Type | Description
|
|||
|
||||
SubnetworkSpec supports all fields of:
|
||||
|
||||
* [v1alpha1.ResourceSpec](../crossplane-runtime/core-crossplane-io-v1alpha1.md#resourcespec)
|
||||
* github.com/crossplaneio/crossplane-runtime/apis/core/v1alpha1.ResourceSpec
|
||||
|
||||
|
||||
## SubnetworkStatus
|
||||
|
@ -389,7 +389,7 @@ Name | Type | Description
|
|||
|
||||
SubnetworkStatus supports all fields of:
|
||||
|
||||
* [v1alpha1.ResourceStatus](../crossplane-runtime/core-crossplane-io-v1alpha1.md#resourcestatus)
|
||||
* github.com/crossplaneio/crossplane-runtime/apis/core/v1alpha1.ResourceStatus
|
||||
|
||||
|
||||
## SubnetworkURIReferencer
|
|
@ -84,7 +84,7 @@ Name | Type | Description
|
|||
|
||||
CloudSQLInstanceClassSpecTemplate supports all fields of:
|
||||
|
||||
* [v1alpha1.ClassSpecTemplate](../crossplane-runtime/core-crossplane-io-v1alpha1.md#classspectemplate)
|
||||
* github.com/crossplaneio/crossplane-runtime/apis/core/v1alpha1.ClassSpecTemplate
|
||||
|
||||
|
||||
## CloudSQLInstanceObservation
|
||||
|
@ -104,7 +104,7 @@ Name | Type | Description
|
|||
`diskEncryptionStatus` | [DiskEncryptionStatus](#DiskEncryptionStatus) | DiskEncryptionStatus: Disk encryption status specific to an instance. Applies only to Second Generation instances.
|
||||
`failoverReplica` | [DatabaseInstanceFailoverReplicaStatus](#DatabaseInstanceFailoverReplicaStatus) | FailoverReplica: The name and status of the failover replica. This property is applicable only to Second Generation instances.
|
||||
`gceZone` | string | GceZone: The Compute Engine zone that the instance is currently serving from. This value could be different from the zone that was specified when the instance was created if the instance has failed over to its secondary zone.
|
||||
`ipAddresses` | [[]*github.com/crossplaneio/stack-gcp/apis/database/v1beta1.IPMapping](#*github.com/crossplaneio/stack-gcp/apis/database/v1beta1.IPMapping) | IPAddresses: The assigned IP addresses for the instance.
|
||||
`ipAddresses` | [[]*github.com/crossplane/stack-gcp/apis/database/v1beta1.IPMapping](#*github.com/crossplane/stack-gcp/apis/database/v1beta1.IPMapping) | IPAddresses: The assigned IP addresses for the instance.
|
||||
`ipv6Address` | string | IPv6Address: The IPv6 address assigned to the instance. This property is applicable only to First Generation instances.
|
||||
`project` | string | Project: The project ID of the project containing the Cloud SQL instance. The Google apps domain is prefixed if applicable.
|
||||
`selfLink` | string | SelfLink: The URI of this resource.
|
||||
|
@ -157,7 +157,7 @@ Name | Type | Description
|
|||
|
||||
CloudSQLInstanceSpec supports all fields of:
|
||||
|
||||
* [v1alpha1.ResourceSpec](../crossplane-runtime/core-crossplane-io-v1alpha1.md#resourcespec)
|
||||
* github.com/crossplaneio/crossplane-runtime/apis/core/v1alpha1.ResourceSpec
|
||||
|
||||
|
||||
## CloudSQLInstanceStatus
|
||||
|
@ -176,7 +176,7 @@ Name | Type | Description
|
|||
|
||||
CloudSQLInstanceStatus supports all fields of:
|
||||
|
||||
* [v1alpha1.ResourceStatus](../crossplane-runtime/core-crossplane-io-v1alpha1.md#resourcestatus)
|
||||
* github.com/crossplaneio/crossplane-runtime/apis/core/v1alpha1.ResourceStatus
|
||||
|
||||
|
||||
## DatabaseFlags
|
||||
|
@ -262,7 +262,7 @@ Appears in:
|
|||
|
||||
Name | Type | Description
|
||||
-----|------|------------
|
||||
`authorizedNetworks` | Optional [[]*github.com/crossplaneio/stack-gcp/apis/database/v1beta1.ACLEntry](#*github.com/crossplaneio/stack-gcp/apis/database/v1beta1.ACLEntry) | AuthorizedNetworks: The list of external networks that are allowed to connect to the instance using the IP. In CIDR notation, also known as 'slash' notation (e.g. 192.168.100.0/24).
|
||||
`authorizedNetworks` | Optional [[]*github.com/crossplane/stack-gcp/apis/database/v1beta1.ACLEntry](#*github.com/crossplane/stack-gcp/apis/database/v1beta1.ACLEntry) | AuthorizedNetworks: The list of external networks that are allowed to connect to the instance using the IP. In CIDR notation, also known as 'slash' notation (e.g. 192.168.100.0/24).
|
||||
`ipv4Enabled` | Optional bool | Ipv4Enabled: Whether the instance should be assigned an IP address or not.
|
||||
`privateNetwork` | Optional string | PrivateNetwork: The resource link for the VPC network from which the Cloud SQL instance is accessible for private IP. For example, /projects/myProject/global/networks/default. This setting can be updated, but it cannot be removed after it is set.
|
||||
`privateNetworkRef` | [NetworkURIReferencerForCloudSQLInstance](#NetworkURIReferencerForCloudSQLInstance) | PrivateNetworkRef sets the PrivateNetwork field by resolving the resource link of the referenced Crossplane Network managed resource. The Network must have an active Service Networking connection peering before resolution will proceed. https://cloud.google.com/vpc/docs/configure-private-services-access
|
||||
|
@ -368,7 +368,7 @@ Name | Type | Description
|
|||
`pricingPlan` | Optional string | PricingPlan: The pricing plan for this instance. This can be either PER_USE or PACKAGE. Only PER_USE is supported for Second Generation instances.
|
||||
`replicationType` | Optional string | ReplicationType: The type of replication this instance uses. This can be either ASYNCHRONOUS or SYNCHRONOUS. This property is only applicable to First Generation instances.
|
||||
`userLabels` | Optional map[string]string | UserLabels: User-provided labels, represented as a dictionary where each label is a single key value pair.
|
||||
`databaseFlags` | Optional [[]*github.com/crossplaneio/stack-gcp/apis/database/v1beta1.DatabaseFlags](#*github.com/crossplaneio/stack-gcp/apis/database/v1beta1.DatabaseFlags) | DatabaseFlags is the array of database flags passed to the instance at startup.
|
||||
`databaseFlags` | Optional [[]*github.com/crossplane/stack-gcp/apis/database/v1beta1.DatabaseFlags](#*github.com/crossplane/stack-gcp/apis/database/v1beta1.DatabaseFlags) | DatabaseFlags is the array of database flags passed to the instance at startup.
|
||||
`backupConfiguration` | Optional [BackupConfiguration](#BackupConfiguration) | BackupConfiguration is the daily backup configuration for the instance.
|
||||
`ipConfiguration` | Optional [IPConfiguration](#IPConfiguration) | IPConfiguration: The settings for IP Management. This allows to enable or disable the instance IP and manage which external networks can connect to the instance. The IPv4 address cannot be disabled for Second Generation instances.
|
||||
`locationPreference` | Optional [LocationPreference](#LocationPreference) | LocationPreference is the location preference settings. This allows the instance to be located as near as possible to either an App Engine app or Compute Engine zone for better performance. App Engine co-location is only applicable to First Generation instances.
|
|
@ -69,7 +69,7 @@ Appears in:
|
|||
|
||||
BucketClassSpecTemplate supports all fields of:
|
||||
|
||||
* [v1alpha1.ClassSpecTemplate](../crossplane-runtime/core-crossplane-io-v1alpha1.md#classspectemplate)
|
||||
* github.com/crossplaneio/crossplane-runtime/apis/core/v1alpha1.ClassSpecTemplate
|
||||
* [BucketParameters](#BucketParameters)
|
||||
|
||||
|
||||
|
@ -135,7 +135,7 @@ Appears in:
|
|||
Name | Type | Description
|
||||
-----|------|------------
|
||||
`nameFormat` | string | NameFormat specifies the name of the external Bucket. The first instance of the string '%s' will be replaced with the Kubernetes UID of this Bucket.
|
||||
`serviceAccountSecretRef` | [v1alpha1.SecretReference](../crossplane-runtime/core-crossplane-io-v1alpha1.md#secretreference) | ServiceAccountSecretRef contains GCP ServiceAccount secret that will be used for bucket connection secret credentials
|
||||
`serviceAccountSecretRef` | github.com/crossplaneio/crossplane-runtime/apis/core/v1alpha1.SecretReference | ServiceAccountSecretRef contains GCP ServiceAccount secret that will be used for bucket connection secret credentials
|
||||
|
||||
|
||||
BucketParameters supports all fields of:
|
||||
|
@ -173,7 +173,7 @@ Appears in:
|
|||
|
||||
BucketSpec supports all fields of:
|
||||
|
||||
* [v1alpha1.ResourceSpec](../crossplane-runtime/core-crossplane-io-v1alpha1.md#resourcespec)
|
||||
* github.com/crossplaneio/crossplane-runtime/apis/core/v1alpha1.ResourceSpec
|
||||
* [BucketParameters](#BucketParameters)
|
||||
|
||||
|
||||
|
@ -215,7 +215,7 @@ Name | Type | Description
|
|||
|
||||
BucketStatus supports all fields of:
|
||||
|
||||
* [v1alpha1.ResourceStatus](../crossplane-runtime/core-crossplane-io-v1alpha1.md#resourcestatus)
|
||||
* github.com/crossplaneio/crossplane-runtime/apis/core/v1alpha1.ResourceStatus
|
||||
|
||||
|
||||
## BucketUpdatableAttrs
|
|
@ -83,7 +83,7 @@ Name | Type | Description
|
|||
|
||||
CockroachClusterClassSpecTemplate supports all fields of:
|
||||
|
||||
* [v1alpha1.ClassSpecTemplate](../crossplane-runtime/core-crossplane-io-v1alpha1.md#classspectemplate)
|
||||
* github.com/crossplaneio/crossplane-runtime/apis/core/v1alpha1.ClassSpecTemplate
|
||||
|
||||
|
||||
## CockroachClusterParameters
|
||||
|
@ -100,8 +100,8 @@ Name | Type | Description
|
|||
-----|------|------------
|
||||
`name` | string |
|
||||
`namespace` | string |
|
||||
`annotations` | [v1alpha1.Annotations](../stack-rook/rook-crossplane-io-v1alpha1.md#annotations) | The annotations-related configuration to add/set on each Pod related object.
|
||||
`scope` | [v1alpha1.StorageScopeSpec](../stack-rook/rook-crossplane-io-v1alpha1.md#storagescopespec) |
|
||||
`annotations` | github.com/crossplaneio/stack-rook/apis/v1alpha1.Annotations | The annotations-related configuration to add/set on each Pod related object.
|
||||
`scope` | github.com/crossplaneio/stack-rook/apis/v1alpha1.StorageScopeSpec |
|
||||
`network` | [NetworkSpec](#NetworkSpec) | NetworkSpec describes network related settings of the cluster
|
||||
`secure` | bool |
|
||||
`cachePercent` | int |
|
||||
|
@ -125,7 +125,7 @@ Name | Type | Description
|
|||
|
||||
CockroachClusterSpec supports all fields of:
|
||||
|
||||
* [v1alpha1.ResourceSpec](../crossplane-runtime/core-crossplane-io-v1alpha1.md#resourcespec)
|
||||
* github.com/crossplaneio/crossplane-runtime/apis/core/v1alpha1.ResourceSpec
|
||||
|
||||
|
||||
## CockroachClusterStatus
|
||||
|
@ -141,7 +141,7 @@ Appears in:
|
|||
|
||||
CockroachClusterStatus supports all fields of:
|
||||
|
||||
* [v1alpha1.ResourceStatus](../crossplane-runtime/core-crossplane-io-v1alpha1.md#resourcestatus)
|
||||
* github.com/crossplaneio/crossplane-runtime/apis/core/v1alpha1.ResourceStatus
|
||||
|
||||
|
||||
## NetworkSpec
|
||||
|
@ -209,7 +209,7 @@ Name | Type | Description
|
|||
|
||||
YugabyteClusterClassSpecTemplate supports all fields of:
|
||||
|
||||
* [v1alpha1.ClassSpecTemplate](../crossplane-runtime/core-crossplane-io-v1alpha1.md#classspectemplate)
|
||||
* github.com/crossplaneio/crossplane-runtime/apis/core/v1alpha1.ClassSpecTemplate
|
||||
|
||||
|
||||
## YugabyteClusterParameters
|
||||
|
@ -226,7 +226,7 @@ Name | Type | Description
|
|||
-----|------|------------
|
||||
`name` | string |
|
||||
`namespace` | string |
|
||||
`annotations` | [v1alpha1.Annotations](../stack-rook/rook-crossplane-io-v1alpha1.md#annotations) |
|
||||
`annotations` | github.com/crossplaneio/stack-rook/apis/v1alpha1.Annotations |
|
||||
`master` | [ServerSpec](#ServerSpec) | ServerSpec describes server related settings of the cluster
|
||||
`tserver` | [ServerSpec](#ServerSpec) | ServerSpec describes server related settings of the cluster
|
||||
|
||||
|
@ -248,7 +248,7 @@ Name | Type | Description
|
|||
|
||||
YugabyteClusterSpec supports all fields of:
|
||||
|
||||
* [v1alpha1.ResourceSpec](../crossplane-runtime/core-crossplane-io-v1alpha1.md#resourcespec)
|
||||
* github.com/crossplaneio/crossplane-runtime/apis/core/v1alpha1.ResourceSpec
|
||||
|
||||
|
||||
## YugabyteClusterStatus
|
||||
|
@ -264,7 +264,7 @@ Appears in:
|
|||
|
||||
YugabyteClusterStatus supports all fields of:
|
||||
|
||||
* [v1alpha1.ResourceStatus](../crossplane-runtime/core-crossplane-io-v1alpha1.md#resourcestatus)
|
||||
* github.com/crossplaneio/crossplane-runtime/apis/core/v1alpha1.ResourceStatus
|
||||
|
||||
|
||||
This API documentation was generated by `crossdocs`.
|
|
@ -1,192 +0,0 @@
|
|||
# workload.crossplane.io/v1alpha1 API Reference
|
||||
|
||||
Package v1alpha1 contains resources relating to Crossplane Workloads.
|
||||
|
||||
This API group contains the following Crossplane resources:
|
||||
|
||||
* [KubernetesApplication](#KubernetesApplication)
|
||||
* [KubernetesApplicationResource](#KubernetesApplicationResource)
|
||||
* [KubernetesTarget](#KubernetesTarget)
|
||||
|
||||
## KubernetesApplication
|
||||
|
||||
A KubernetesApplication defines an application deployed by Crossplane to a Kubernetes cluster, i.e. a portable KubernetesCluster resource claim.
|
||||
|
||||
|
||||
Name | Type | Description
|
||||
-----|------|------------
|
||||
`apiVersion` | string | `workload.crossplane.io/v1alpha1`
|
||||
`kind` | string | `KubernetesApplication`
|
||||
`metadata` | [meta/v1.ObjectMeta](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.15/#objectmeta-v1-meta) | Kubernetes object metadata.
|
||||
`spec` | [KubernetesApplicationSpec](#KubernetesApplicationSpec) | A KubernetesApplicationSpec specifies the resources of a Kubernetes application.
|
||||
`status` | [KubernetesApplicationStatus](#KubernetesApplicationStatus) | KubernetesApplicationStatus represents the observed state of a KubernetesApplication.
|
||||
|
||||
|
||||
|
||||
## KubernetesApplicationResource
|
||||
|
||||
A KubernetesApplicationResource is a resource of a Kubernetes application. Each resource templates a single Kubernetes resource to be deployed to its scheduled KubernetesCluster.
|
||||
|
||||
|
||||
Name | Type | Description
|
||||
-----|------|------------
|
||||
`apiVersion` | string | `workload.crossplane.io/v1alpha1`
|
||||
`kind` | string | `KubernetesApplicationResource`
|
||||
`metadata` | [meta/v1.ObjectMeta](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.15/#objectmeta-v1-meta) | Kubernetes object metadata.
|
||||
`spec` | [KubernetesApplicationResourceSpec](#KubernetesApplicationResourceSpec) | KubernetesApplicationResourceSpec specifies the desired state of a KubernetesApplicationResource.
|
||||
`status` | [KubernetesApplicationResourceStatus](#KubernetesApplicationResourceStatus) | KubernetesApplicationResourceStatus represents the observed state of a KubernetesApplicationResource.
|
||||
|
||||
|
||||
|
||||
## KubernetesTarget
|
||||
|
||||
A KubernetesTarget is a scheduling target for a Kubernetes Application.
|
||||
|
||||
|
||||
Name | Type | Description
|
||||
-----|------|------------
|
||||
`apiVersion` | string | `workload.crossplane.io/v1alpha1`
|
||||
`kind` | string | `KubernetesTarget`
|
||||
`metadata` | [meta/v1.ObjectMeta](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.15/#objectmeta-v1-meta) | Kubernetes object metadata.
|
||||
`spec` | [v1alpha1.TargetSpec](../crossplane-runtime/core-crossplane-io-v1alpha1.md#targetspec) |
|
||||
`status` | [v1alpha1.TargetStatus](../crossplane-runtime/core-crossplane-io-v1alpha1.md#targetstatus) |
|
||||
|
||||
|
||||
|
||||
## KubernetesApplicationResourceSpec
|
||||
|
||||
KubernetesApplicationResourceSpec specifies the desired state of a KubernetesApplicationResource.
|
||||
|
||||
Appears in:
|
||||
|
||||
* [KubernetesApplicationResource](#KubernetesApplicationResource)
|
||||
* [KubernetesApplicationResourceTemplate](#KubernetesApplicationResourceTemplate)
|
||||
|
||||
|
||||
Name | Type | Description
|
||||
-----|------|------------
|
||||
`template` | [meta/v1/unstructured.Unstructured](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.15/#unstructured-unstructured-v1) | A Template for a Kubernetes resource to be submitted to the KubernetesCluster to which this application resource is scheduled. The resource must be understood by the KubernetesCluster. Crossplane requires only that the resource contains standard Kubernetes type and object metadata.
|
||||
`secrets` | [[]core/v1.LocalObjectReference](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.15/#localobjectreference-v1-core) | Secrets upon which this application resource depends. These secrets will be propagated to the Kubernetes cluster to which this application is scheduled.
|
||||
|
||||
|
||||
|
||||
## KubernetesApplicationResourceState
|
||||
|
||||
KubernetesApplicationResourceState represents the state of a KubernetesApplicationResource. Alias of string.
|
||||
|
||||
Appears in:
|
||||
|
||||
* [KubernetesApplicationResourceStatus](#KubernetesApplicationResourceStatus)
|
||||
|
||||
|
||||
## KubernetesApplicationResourceStatus
|
||||
|
||||
KubernetesApplicationResourceStatus represents the observed state of a KubernetesApplicationResource.
|
||||
|
||||
Appears in:
|
||||
|
||||
* [KubernetesApplicationResource](#KubernetesApplicationResource)
|
||||
|
||||
|
||||
Name | Type | Description
|
||||
-----|------|------------
|
||||
`conditionedStatus` | [v1alpha1.ConditionedStatus](../crossplane-runtime/core-crossplane-io-v1alpha1.md#conditionedstatus) |
|
||||
`state` | [KubernetesApplicationResourceState](#KubernetesApplicationResourceState) | State of the application.
|
||||
`targetRef` | [KubernetesTargetReference](#KubernetesTargetReference) | Target to which this application has been scheduled.
|
||||
`remote` | [RemoteStatus](#RemoteStatus) | Remote status of the resource templated by this application resource.
|
||||
|
||||
|
||||
|
||||
## KubernetesApplicationResourceTemplate
|
||||
|
||||
A KubernetesApplicationResourceTemplate is used to instantiate new KubernetesApplicationResources.
|
||||
|
||||
Appears in:
|
||||
|
||||
* [KubernetesApplicationSpec](#KubernetesApplicationSpec)
|
||||
|
||||
|
||||
Name | Type | Description
|
||||
-----|------|------------
|
||||
`metadata` | [meta/v1.ObjectMeta](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.15/#objectmeta-v1-meta) | Kubernetes object metadata.
|
||||
`spec` | [KubernetesApplicationResourceSpec](#KubernetesApplicationResourceSpec) | KubernetesApplicationResourceSpec specifies the desired state of a KubernetesApplicationResource.
|
||||
|
||||
|
||||
|
||||
## KubernetesApplicationSpec
|
||||
|
||||
A KubernetesApplicationSpec specifies the resources of a Kubernetes application.
|
||||
|
||||
Appears in:
|
||||
|
||||
* [KubernetesApplication](#KubernetesApplication)
|
||||
|
||||
|
||||
Name | Type | Description
|
||||
-----|------|------------
|
||||
`resourceSelector` | [meta/v1.LabelSelector](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.15/#labelselector-v1-meta) | ResourceSelector selects the KubernetesApplicationResources that are managed by this KubernetesApplication. Note that a KubernetesApplication will never adopt orphaned KubernetesApplicationResources, and thus this selector serves only to help match a KubernetesApplication to its KubernetesApplicationResources.
|
||||
`targetSelector` | [meta/v1.LabelSelector](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.15/#labelselector-v1-meta) | TargetSelector selects the targets to which this application may be scheduled. Leave both match labels and expressions empty to match any target.
|
||||
`resourceTemplates` | [[]KubernetesApplicationResourceTemplate](#KubernetesApplicationResourceTemplate) | ResourceTemplates specifies a set of Kubernetes application resources managed by this application.
|
||||
|
||||
|
||||
|
||||
## KubernetesApplicationState
|
||||
|
||||
KubernetesApplicationState represents the state of a Kubernetes application. Alias of string.
|
||||
|
||||
Appears in:
|
||||
|
||||
* [KubernetesApplicationStatus](#KubernetesApplicationStatus)
|
||||
|
||||
|
||||
## KubernetesApplicationStatus
|
||||
|
||||
KubernetesApplicationStatus represents the observed state of a KubernetesApplication.
|
||||
|
||||
Appears in:
|
||||
|
||||
* [KubernetesApplication](#KubernetesApplication)
|
||||
|
||||
|
||||
Name | Type | Description
|
||||
-----|------|------------
|
||||
`conditionedStatus` | [v1alpha1.ConditionedStatus](../crossplane-runtime/core-crossplane-io-v1alpha1.md#conditionedstatus) |
|
||||
`state` | [KubernetesApplicationState](#KubernetesApplicationState) | State of the application.
|
||||
`targetRef` | [KubernetesTargetReference](#KubernetesTargetReference) | Target to which this application has been scheduled.
|
||||
`desiredResources` | int | Desired resources of this application, i.e. the number of resources that match this application's resource selector.
|
||||
`submittedResources` | int | Submitted resources of this workload, i.e. the subset of desired resources that have been successfully submitted to their scheduled Kubernetes cluster.
|
||||
|
||||
|
||||
|
||||
## KubernetesTargetReference
|
||||
|
||||
A KubernetesTargetReference is a reference to a KubernetesTarget resource claim in the same namespace as the referrer.
|
||||
|
||||
Appears in:
|
||||
|
||||
* [KubernetesApplicationResourceStatus](#KubernetesApplicationResourceStatus)
|
||||
* [KubernetesApplicationStatus](#KubernetesApplicationStatus)
|
||||
|
||||
|
||||
Name | Type | Description
|
||||
-----|------|------------
|
||||
`name` | string | Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
|
||||
|
||||
|
||||
|
||||
## RemoteStatus
|
||||
|
||||
RemoteStatus represents the observed state of a remote cluster.
|
||||
|
||||
Appears in:
|
||||
|
||||
* [KubernetesApplicationResourceStatus](#KubernetesApplicationResourceStatus)
|
||||
|
||||
|
||||
Name | Type | Description
|
||||
-----|------|------------
|
||||
`raw` | [encoding/json.RawMessage](https://golang.org/pkg/encoding/json#RawMessage) | Raw JSON representation of the remote status as a byte array.
|
||||
|
||||
|
||||
|
||||
This API documentation was generated by `crossdocs`.
|
|
@ -1,43 +0,0 @@
|
|||
# aws.crossplane.io/v1alpha3 API Reference
|
||||
|
||||
Package v1alpha3 contains core AWS resources.
|
||||
|
||||
This API group contains the following Crossplane resources:
|
||||
|
||||
* [Provider](#Provider)
|
||||
|
||||
## Provider
|
||||
|
||||
A Provider configures an AWS 'provider', i.e. a connection to a particular AWS account using a particular AWS IAM role.
|
||||
|
||||
|
||||
Name | Type | Description
|
||||
-----|------|------------
|
||||
`apiVersion` | string | `aws.crossplane.io/v1alpha3`
|
||||
`kind` | string | `Provider`
|
||||
`metadata` | [meta/v1.ObjectMeta](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.15/#objectmeta-v1-meta) | Kubernetes object metadata.
|
||||
`spec` | [ProviderSpec](#ProviderSpec) | A ProviderSpec defines the desired state of a Provider.
|
||||
|
||||
|
||||
|
||||
## ProviderSpec
|
||||
|
||||
A ProviderSpec defines the desired state of a Provider.
|
||||
|
||||
Appears in:
|
||||
|
||||
* [Provider](#Provider)
|
||||
|
||||
|
||||
Name | Type | Description
|
||||
-----|------|------------
|
||||
`region` | string | Region for managed resources created using this AWS provider.
|
||||
`useServiceAccount` | Optional bool | UseServiceAccount indicates to use an IAM Role associated Kubernetes ServiceAccount for authentication instead of a credentials Secret. https://docs.aws.amazon.com/eks/latest/userguide/iam-roles-for-service-accounts.html If set to true, credentialsSecretRef will be ignored.
|
||||
|
||||
|
||||
ProviderSpec supports all fields of:
|
||||
|
||||
* [v1alpha1.ProviderSpec](../crossplane-runtime/core-crossplane-io-v1alpha1.md#providerspec)
|
||||
|
||||
|
||||
This API documentation was generated by `crossdocs`.
|
|
@ -1,120 +0,0 @@
|
|||
# azure.crossplane.io/v1alpha3 API Reference
|
||||
|
||||
Package v1alpha3 contains core resources for Microsoft Azure.
|
||||
|
||||
This API group contains the following Crossplane resources:
|
||||
|
||||
* [Provider](#Provider)
|
||||
* [ResourceGroup](#ResourceGroup)
|
||||
|
||||
## Provider
|
||||
|
||||
A Provider configures an Azure 'provider', i.e. a connection to a particular Azure account using a particular Azure Service Principal.
|
||||
|
||||
|
||||
Name | Type | Description
|
||||
-----|------|------------
|
||||
`apiVersion` | string | `azure.crossplane.io/v1alpha3`
|
||||
`kind` | string | `Provider`
|
||||
`metadata` | [meta/v1.ObjectMeta](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.15/#objectmeta-v1-meta) | Kubernetes object metadata.
|
||||
`spec` | [ProviderSpec](#ProviderSpec) | A ProviderSpec defines the desired state of a Provider.
|
||||
|
||||
|
||||
|
||||
## ResourceGroup
|
||||
|
||||
A ResourceGroup is a managed resource that represents an Azure Resource Group.
|
||||
|
||||
|
||||
Name | Type | Description
|
||||
-----|------|------------
|
||||
`apiVersion` | string | `azure.crossplane.io/v1alpha3`
|
||||
`kind` | string | `ResourceGroup`
|
||||
`metadata` | [meta/v1.ObjectMeta](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.15/#objectmeta-v1-meta) | Kubernetes object metadata.
|
||||
`spec` | [ResourceGroupSpec](#ResourceGroupSpec) | A ResourceGroupSpec defines the desired state of a ResourceGroup.
|
||||
`status` | [ResourceGroupStatus](#ResourceGroupStatus) | A ResourceGroupStatus represents the observed status of a ResourceGroup.
|
||||
|
||||
|
||||
|
||||
## AsyncOperation
|
||||
|
||||
AsyncOperation is used to save Azure Async operation details.
|
||||
|
||||
|
||||
Name | Type | Description
|
||||
-----|------|------------
|
||||
`method` | string | Method is HTTP method that the initial request is made with.
|
||||
`pollingUrl` | string | PollingURL is used to fetch the status of the given operation.
|
||||
`status` | string | Status represents the status of the operation.
|
||||
`errorMessage` | string | ErrorMessage represents the error that occurred during the operation.
|
||||
|
||||
|
||||
|
||||
## ProviderSpec
|
||||
|
||||
A ProviderSpec defines the desired state of a Provider.
|
||||
|
||||
Appears in:
|
||||
|
||||
* [Provider](#Provider)
|
||||
|
||||
|
||||
|
||||
|
||||
ProviderSpec supports all fields of:
|
||||
|
||||
* [v1alpha1.ProviderSpec](../crossplane-runtime/core-crossplane-io-v1alpha1.md#providerspec)
|
||||
|
||||
|
||||
## ResourceGroupNameReferencer
|
||||
|
||||
ResourceGroupNameReferencer is used to get the name from another ResourceGroup
|
||||
|
||||
|
||||
|
||||
|
||||
ResourceGroupNameReferencer supports all fields of:
|
||||
|
||||
* [core/v1.LocalObjectReference](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.15/#localobjectreference-v1-core)
|
||||
|
||||
|
||||
## ResourceGroupSpec
|
||||
|
||||
A ResourceGroupSpec defines the desired state of a ResourceGroup.
|
||||
|
||||
Appears in:
|
||||
|
||||
* [ResourceGroup](#ResourceGroup)
|
||||
|
||||
|
||||
Name | Type | Description
|
||||
-----|------|------------
|
||||
`name` | string | Name of the resource group.
|
||||
`location` | string | Location of the resource group. See the official list of valid regions - https://azure.microsoft.com/en-us/global-infrastructure/regions/
|
||||
|
||||
|
||||
ResourceGroupSpec supports all fields of:
|
||||
|
||||
* [v1alpha1.ResourceSpec](../crossplane-runtime/core-crossplane-io-v1alpha1.md#resourcespec)
|
||||
|
||||
|
||||
## ResourceGroupStatus
|
||||
|
||||
A ResourceGroupStatus represents the observed status of a ResourceGroup.
|
||||
|
||||
Appears in:
|
||||
|
||||
* [ResourceGroup](#ResourceGroup)
|
||||
|
||||
|
||||
Name | Type | Description
|
||||
-----|------|------------
|
||||
`name` | string | Name of the resource group.
|
||||
|
||||
|
||||
ResourceGroupStatus supports all fields of:
|
||||
|
||||
* [v1alpha1.ResourceStatus](../crossplane-runtime/core-crossplane-io-v1alpha1.md#resourcestatus)
|
||||
|
||||
|
||||
This API documentation was generated by `crossdocs`.
|
|
@ -1,186 +0,0 @@
|
|||
# database.azure.crossplane.io/v1alpha3 API Reference
|
||||
|
||||
Package v1alpha3 contains managed resources for Azure database services.
|
||||
|
||||
This API group contains the following Crossplane resources:
|
||||
|
||||
* [MySQLServerVirtualNetworkRule](#MySQLServerVirtualNetworkRule)
|
||||
* [PostgreSQLServerVirtualNetworkRule](#PostgreSQLServerVirtualNetworkRule)
|
||||
|
||||
## MySQLServerVirtualNetworkRule
|
||||
|
||||
A MySQLServerVirtualNetworkRule is a managed resource that represents an Azure MySQL Database virtual network rule.
|
||||
|
||||
|
||||
Name | Type | Description
|
||||
-----|------|------------
|
||||
`apiVersion` | string | `database.azure.crossplane.io/v1alpha3`
|
||||
`kind` | string | `MySQLServerVirtualNetworkRule`
|
||||
`metadata` | [meta/v1.ObjectMeta](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.15/#objectmeta-v1-meta) | Kubernetes object metadata.
|
||||
`spec` | [MySQLVirtualNetworkRuleSpec](#MySQLVirtualNetworkRuleSpec) | A MySQLVirtualNetworkRuleSpec defines the desired state of a MySQLVirtualNetworkRule.
|
||||
`status` | [VirtualNetworkRuleStatus](#VirtualNetworkRuleStatus) | A VirtualNetworkRuleStatus represents the observed state of a VirtualNetworkRule.
|
||||
|
||||
|
||||
|
||||
## PostgreSQLServerVirtualNetworkRule
|
||||
|
||||
A PostgreSQLServerVirtualNetworkRule is a managed resource that represents an Azure PostgreSQL Database virtual network rule.
|
||||
|
||||
|
||||
Name | Type | Description
|
||||
-----|------|------------
|
||||
`apiVersion` | string | `database.azure.crossplane.io/v1alpha3`
|
||||
`kind` | string | `PostgreSQLServerVirtualNetworkRule`
|
||||
`metadata` | [meta/v1.ObjectMeta](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.15/#objectmeta-v1-meta) | Kubernetes object metadata.
|
||||
`spec` | [PostgreSQLVirtualNetworkRuleSpec](#PostgreSQLVirtualNetworkRuleSpec) | A PostgreSQLVirtualNetworkRuleSpec defines the desired state of a PostgreSQLVirtualNetworkRule.
|
||||
`status` | [VirtualNetworkRuleStatus](#VirtualNetworkRuleStatus) | A VirtualNetworkRuleStatus represents the observed state of a VirtualNetworkRule.
|
||||
|
||||
|
||||
|
||||
## MySQLVirtualNetworkRuleSpec
|
||||
|
||||
A MySQLVirtualNetworkRuleSpec defines the desired state of a MySQLVirtualNetworkRule.
|
||||
|
||||
Appears in:
|
||||
|
||||
* [MySQLServerVirtualNetworkRule](#MySQLServerVirtualNetworkRule)
|
||||
|
||||
|
||||
Name | Type | Description
|
||||
-----|------|------------
|
||||
`name` | string | Name - Name of the Virtual Network Rule.
|
||||
`serverName` | string | ServerName - Name of the Virtual Network Rule's server.
|
||||
`serverNameRef` | github.com/crossplaneio/stack-azure/apis/database/v1beta1.MySQLServerNameReferencer | ServerNameRef - A reference to the Virtual Network Rule's MySQLServer.
|
||||
`resourceGroupName` | string | ResourceGroupName - Name of the Virtual Network Rule's resource group.
|
||||
`resourceGroupNameRef` | [ResourceGroupNameReferencerForVirtualNetworkRule](#ResourceGroupNameReferencerForVirtualNetworkRule) | ResourceGroupNameRef - A reference to a ResourceGroup object to retrieve its name
|
||||
`properties` | [VirtualNetworkRuleProperties](#VirtualNetworkRuleProperties) | VirtualNetworkRuleProperties - Resource properties.
|
||||
|
||||
|
||||
MySQLVirtualNetworkRuleSpec supports all fields of:
|
||||
|
||||
* [v1alpha1.ResourceSpec](../crossplane-runtime/core-crossplane-io-v1alpha1.md#resourcespec)
|
||||
|
||||
|
||||
## PostgreSQLVirtualNetworkRuleSpec
|
||||
|
||||
A PostgreSQLVirtualNetworkRuleSpec defines the desired state of a PostgreSQLVirtualNetworkRule.
|
||||
|
||||
Appears in:
|
||||
|
||||
* [PostgreSQLServerVirtualNetworkRule](#PostgreSQLServerVirtualNetworkRule)
|
||||
|
||||
|
||||
Name | Type | Description
|
||||
-----|------|------------
|
||||
`name` | string | Name - Name of the Virtual Network Rule.
|
||||
`serverName` | string | ServerName - Name of the Virtual Network Rule's PostgreSQLServer.
|
||||
`serverNameRef` | github.com/crossplaneio/stack-azure/apis/database/v1beta1.PostgreSQLServerNameReferencer | ServerNameRef - A reference to the Virtual Network Rule's PostgreSQLServer.
|
||||
`resourceGroupName` | string | ResourceGroupName - Name of the Virtual Network Rule's resource group.
|
||||
`resourceGroupNameRef` | [ResourceGroupNameReferencerForVirtualNetworkRule](#ResourceGroupNameReferencerForVirtualNetworkRule) | ResourceGroupNameRef - A reference to a ResourceGroup object to retrieve its name
|
||||
`properties` | [VirtualNetworkRuleProperties](#VirtualNetworkRuleProperties) | VirtualNetworkRuleProperties - Resource properties.
|
||||
|
||||
|
||||
PostgreSQLVirtualNetworkRuleSpec supports all fields of:
|
||||
|
||||
* [v1alpha1.ResourceSpec](../crossplane-runtime/core-crossplane-io-v1alpha1.md#resourcespec)
|
||||
|
||||
|
||||
## ResourceGroupNameReferencerForVirtualNetworkRule
|
||||
|
||||
ResourceGroupNameReferencerForVirtualNetworkRule is an attribute referencer that resolves the name of a the ResourceGroup.
|
||||
|
||||
Appears in:
|
||||
|
||||
* [MySQLVirtualNetworkRuleSpec](#MySQLVirtualNetworkRuleSpec)
|
||||
* [PostgreSQLVirtualNetworkRuleSpec](#PostgreSQLVirtualNetworkRuleSpec)
|
||||
|
||||
|
||||
|
||||
|
||||
ResourceGroupNameReferencerForVirtualNetworkRule supports all fields of:
|
||||
|
||||
* github.com/crossplaneio/stack-azure/apis/v1alpha3.ResourceGroupNameReferencer
|
||||
|
||||
|
||||
## ServerNameReferencerForMySQLServerVirtualNetworkRule
|
||||
|
||||
ServerNameReferencerForMySQLServerVirtualNetworkRule is an attribute referencer that resolves the name of a MySQLServer.
|
||||
|
||||
|
||||
|
||||
|
||||
ServerNameReferencerForMySQLServerVirtualNetworkRule supports all fields of:
|
||||
|
||||
* github.com/crossplaneio/stack-azure/apis/database/v1beta1.MySQLServerNameReferencer
|
||||
|
||||
|
||||
## ServerNameReferencerForPostgreSQLServerVirtualNetworkRule
|
||||
|
||||
ServerNameReferencerForPostgreSQLServerVirtualNetworkRule is an attribute referencer that resolves the name of a PostgreSQLServer.
|
||||
|
||||
|
||||
|
||||
|
||||
ServerNameReferencerForPostgreSQLServerVirtualNetworkRule supports all fields of:
|
||||
|
||||
* github.com/crossplaneio/stack-azure/apis/database/v1beta1.PostgreSQLServerNameReferencer
|
||||
|
||||
|
||||
## SubnetIDReferencerForVirtualNetworkRule
|
||||
|
||||
SubnetIDReferencerForVirtualNetworkRule is an attribute referencer that resolves id from a referenced Subnet and assigns it to a PostgreSQLServer or MySQL server object
|
||||
|
||||
Appears in:
|
||||
|
||||
* [VirtualNetworkRuleProperties](#VirtualNetworkRuleProperties)
|
||||
|
||||
|
||||
|
||||
|
||||
SubnetIDReferencerForVirtualNetworkRule supports all fields of:
|
||||
|
||||
* github.com/crossplaneio/stack-azure/apis/network/v1alpha3.SubnetIDReferencer
|
||||
|
||||
|
||||
## VirtualNetworkRuleProperties
|
||||
|
||||
VirtualNetworkRuleProperties defines the properties of a VirtualNetworkRule.
|
||||
|
||||
Appears in:
|
||||
|
||||
* [MySQLVirtualNetworkRuleSpec](#MySQLVirtualNetworkRuleSpec)
|
||||
* [PostgreSQLVirtualNetworkRuleSpec](#PostgreSQLVirtualNetworkRuleSpec)
|
||||
|
||||
|
||||
Name | Type | Description
|
||||
-----|------|------------
|
||||
`virtualNetworkSubnetId` | string | VirtualNetworkSubnetID - The ARM resource id of the virtual network subnet.
|
||||
`virtualNetworkSubnetIdRef` | [SubnetIDReferencerForVirtualNetworkRule](#SubnetIDReferencerForVirtualNetworkRule) | VirtualNetworkSubnetIDRef - A reference to a Subnet to retrieve its ID
|
||||
`ignoreMissingVnetServiceEndpoint` | bool | IgnoreMissingVnetServiceEndpoint - Create firewall rule before the virtual network has vnet service endpoint enabled.
|
||||
|
||||
|
||||
|
||||
## VirtualNetworkRuleStatus
|
||||
|
||||
A VirtualNetworkRuleStatus represents the observed state of a VirtualNetworkRule.
|
||||
|
||||
Appears in:
|
||||
|
||||
* [MySQLServerVirtualNetworkRule](#MySQLServerVirtualNetworkRule)
|
||||
* [PostgreSQLServerVirtualNetworkRule](#PostgreSQLServerVirtualNetworkRule)
|
||||
|
||||
|
||||
Name | Type | Description
|
||||
-----|------|------------
|
||||
`state` | string | State of this virtual network rule.
|
||||
`message` | string | A Message containing details about the state of this virtual network rule, if any.
|
||||
`id` | string | ID - Resource ID
|
||||
`type` | string | Type - Resource type.
|
||||
|
||||
|
||||
VirtualNetworkRuleStatus supports all fields of:
|
||||
|
||||
* [v1alpha1.ResourceStatus](../crossplane-runtime/core-crossplane-io-v1alpha1.md#resourcestatus)
|
||||
|
||||
|
||||
This API documentation was generated by `crossdocs`.
|
|
@ -1,235 +0,0 @@
|
|||
# database.azure.crossplane.io/v1beta1 API Reference
|
||||
|
||||
Package v1beta1 contains managed resources for Azure database services such as SQL server.
|
||||
|
||||
This API group contains the following Crossplane resources:
|
||||
|
||||
* [MySQLServer](#MySQLServer)
|
||||
* [PostgreSQLServer](#PostgreSQLServer)
|
||||
* [SQLServerClass](#SQLServerClass)
|
||||
|
||||
## MySQLServer
|
||||
|
||||
A MySQLServer is a managed resource that represents an Azure MySQL Database Server.
|
||||
|
||||
|
||||
Name | Type | Description
|
||||
-----|------|------------
|
||||
`apiVersion` | string | `database.azure.crossplane.io/v1beta1`
|
||||
`kind` | string | `MySQLServer`
|
||||
`metadata` | [meta/v1.ObjectMeta](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.15/#objectmeta-v1-meta) | Kubernetes object metadata.
|
||||
`spec` | [SQLServerSpec](#SQLServerSpec) | A SQLServerSpec defines the desired state of a SQLServer.
|
||||
`status` | [SQLServerStatus](#SQLServerStatus) | A SQLServerStatus represents the observed state of a SQLServer.
|
||||
|
||||
|
||||
|
||||
## PostgreSQLServer
|
||||
|
||||
A PostgreSQLServer is a managed resource that represents an Azure PostgreSQL Database Server.
|
||||
|
||||
|
||||
Name | Type | Description
|
||||
-----|------|------------
|
||||
`apiVersion` | string | `database.azure.crossplane.io/v1beta1`
|
||||
`kind` | string | `PostgreSQLServer`
|
||||
`metadata` | [meta/v1.ObjectMeta](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.15/#objectmeta-v1-meta) | Kubernetes object metadata.
|
||||
`spec` | [SQLServerSpec](#SQLServerSpec) | A SQLServerSpec defines the desired state of a SQLServer.
|
||||
`status` | [SQLServerStatus](#SQLServerStatus) | A SQLServerStatus represents the observed state of a SQLServer.
|
||||
|
||||
|
||||
|
||||
## SQLServerClass
|
||||
|
||||
A SQLServerClass is a non-portable resource class. It defines the desired spec of resource claims that use it to dynamically provision a managed resource.
|
||||
|
||||
|
||||
Name | Type | Description
|
||||
-----|------|------------
|
||||
`apiVersion` | string | `database.azure.crossplane.io/v1beta1`
|
||||
`kind` | string | `SQLServerClass`
|
||||
`metadata` | [meta/v1.ObjectMeta](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.15/#objectmeta-v1-meta) | Kubernetes object metadata.
|
||||
`specTemplate` | [SQLServerClassSpecTemplate](#SQLServerClassSpecTemplate) | SpecTemplate is a template for the spec of a dynamically provisioned SQLServer.
|
||||
|
||||
|
||||
|
||||
## MySQLServerNameReferencer
|
||||
|
||||
A MySQLServerNameReferencer returns the server name of a referenced MySQLServer.
|
||||
|
||||
|
||||
|
||||
|
||||
MySQLServerNameReferencer supports all fields of:
|
||||
|
||||
* [core/v1.LocalObjectReference](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.15/#localobjectreference-v1-core)
|
||||
|
||||
|
||||
## PostgreSQLServerNameReferencer
|
||||
|
||||
A PostgreSQLServerNameReferencer returns the server name of a referenced PostgreSQLServer.
|
||||
|
||||
|
||||
|
||||
|
||||
PostgreSQLServerNameReferencer supports all fields of:
|
||||
|
||||
* [core/v1.LocalObjectReference](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.15/#localobjectreference-v1-core)
|
||||
|
||||
|
||||
## ResourceGroupNameReferencerForSQLServer
|
||||
|
||||
ResourceGroupNameReferencerForSQLServer is an attribute referencer that resolves the name of a the ResourceGroup.
|
||||
|
||||
Appears in:
|
||||
|
||||
* [SQLServerParameters](#SQLServerParameters)
|
||||
|
||||
|
||||
|
||||
|
||||
ResourceGroupNameReferencerForSQLServer supports all fields of:
|
||||
|
||||
* github.com/crossplaneio/stack-azure/apis/v1alpha3.ResourceGroupNameReferencer
|
||||
|
||||
|
||||
## SKU
|
||||
|
||||
SKU billing information related properties of a server.
|
||||
|
||||
Appears in:
|
||||
|
||||
* [SQLServerParameters](#SQLServerParameters)
|
||||
|
||||
|
||||
Name | Type | Description
|
||||
-----|------|------------
|
||||
`tier` | string | Tier - The tier of the particular SKU. Possible values include: 'Basic', 'GeneralPurpose', 'MemoryOptimized'
|
||||
`capacity` | int | Capacity - The scale up/out capacity, representing server's compute units.
|
||||
`size` | Optional string | Size - The size code, to be interpreted by resource as appropriate.
|
||||
`family` | string | Family - The family of hardware.
|
||||
|
||||
|
||||
|
||||
## SQLServerClassSpecTemplate
|
||||
|
||||
A SQLServerClassSpecTemplate is a template for the spec of a dynamically provisioned MySQLServer or PostgreSQLServer.
|
||||
|
||||
Appears in:
|
||||
|
||||
* [SQLServerClass](#SQLServerClass)
|
||||
|
||||
|
||||
Name | Type | Description
|
||||
-----|------|------------
|
||||
`forProvider` | [SQLServerParameters](#SQLServerParameters) | SQLServerParameters define the desired state of an Azure SQL Database, either PostgreSQL or MySQL.
|
||||
|
||||
|
||||
SQLServerClassSpecTemplate supports all fields of:
|
||||
|
||||
* [v1alpha1.ClassSpecTemplate](../crossplane-runtime/core-crossplane-io-v1alpha1.md#classspectemplate)
|
||||
|
||||
|
||||
## SQLServerObservation
|
||||
|
||||
SQLServerObservation represents the current state of Azure SQL resource.
|
||||
|
||||
Appears in:
|
||||
|
||||
* [SQLServerStatus](#SQLServerStatus)
|
||||
|
||||
|
||||
Name | Type | Description
|
||||
-----|------|------------
|
||||
`id` | string | ID - Resource ID
|
||||
`name` | string | Name - Resource name.
|
||||
`type` | string | Type - Resource type.
|
||||
`userVisibleState` | string | UserVisibleState - A state of a server that is visible to user.
|
||||
`fullyQualifiedDomainName` | string | FullyQualifiedDomainName - The fully qualified domain name of a server.
|
||||
`masterServerId` | string | MasterServerID - The master server id of a replica server.
|
||||
`lastOperation` | github.com/crossplaneio/stack-azure/apis/v1alpha3.AsyncOperation | LastOperation represents the state of the last operation started by the controller.
|
||||
|
||||
|
||||
|
||||
## SQLServerParameters
|
||||
|
||||
SQLServerParameters define the desired state of an Azure SQL Database, either PostgreSQL or MySQL.
|
||||
|
||||
Appears in:
|
||||
|
||||
* [SQLServerClassSpecTemplate](#SQLServerClassSpecTemplate)
|
||||
* [SQLServerSpec](#SQLServerSpec)
|
||||
|
||||
|
||||
Name | Type | Description
|
||||
-----|------|------------
|
||||
`resourceGroupName` | string | ResourceGroupName specifies the name of the resource group that should contain this SQLServer.
|
||||
`resourceGroupNameRef` | [ResourceGroupNameReferencerForSQLServer](#ResourceGroupNameReferencerForSQLServer) | ResourceGroupNameRef - A reference to a ResourceGroup object to retrieve its name
|
||||
`sku` | [SKU](#SKU) | SKU is the billing information related properties of the server.
|
||||
`location` | string | Location specifies the location of this SQLServer.
|
||||
`administratorLogin` | string | AdministratorLogin - The administrator's login name of a server. Can only be specified when the server is being created (and is required for creation).
|
||||
`tags` | Optional map[string]string | Tags - Application-specific metadata in the form of key-value pairs.
|
||||
`version` | string | Version - Server version.
|
||||
`sslEnforcement` | string | SSLEnforcement - Enable ssl enforcement or not when connect to server. Possible values include: 'Enabled', 'Disabled'
|
||||
`storageProfile` | [StorageProfile](#StorageProfile) | StorageProfile - Storage profile of a server.
|
||||
|
||||
|
||||
|
||||
## SQLServerSpec
|
||||
|
||||
A SQLServerSpec defines the desired state of a SQLServer.
|
||||
|
||||
Appears in:
|
||||
|
||||
* [MySQLServer](#MySQLServer)
|
||||
* [PostgreSQLServer](#PostgreSQLServer)
|
||||
|
||||
|
||||
Name | Type | Description
|
||||
-----|------|------------
|
||||
`forProvider` | [SQLServerParameters](#SQLServerParameters) | SQLServerParameters define the desired state of an Azure SQL Database, either PostgreSQL or MySQL.
|
||||
|
||||
|
||||
SQLServerSpec supports all fields of:
|
||||
|
||||
* [v1alpha1.ResourceSpec](../crossplane-runtime/core-crossplane-io-v1alpha1.md#resourcespec)
|
||||
|
||||
|
||||
## SQLServerStatus
|
||||
|
||||
A SQLServerStatus represents the observed state of a SQLServer.
|
||||
|
||||
Appears in:
|
||||
|
||||
* [MySQLServer](#MySQLServer)
|
||||
* [PostgreSQLServer](#PostgreSQLServer)
|
||||
|
||||
|
||||
Name | Type | Description
|
||||
-----|------|------------
|
||||
`atProvider` | [SQLServerObservation](#SQLServerObservation) | SQLServerObservation represents the current state of Azure SQL resource.
|
||||
|
||||
|
||||
SQLServerStatus supports all fields of:
|
||||
|
||||
* [v1alpha1.ResourceStatus](../crossplane-runtime/core-crossplane-io-v1alpha1.md#resourcestatus)
|
||||
|
||||
|
||||
## StorageProfile
|
||||
|
||||
StorageProfile storage Profile properties of a server
|
||||
|
||||
Appears in:
|
||||
|
||||
* [SQLServerParameters](#SQLServerParameters)
|
||||
|
||||
|
||||
Name | Type | Description
|
||||
-----|------|------------
|
||||
`backupRetentionDays` | Optional int | BackupRetentionDays - Backup retention days for the server.
|
||||
`geoRedundantBackup` | Optional string | GeoRedundantBackup - Enable Geo-redundant or not for server backup. Possible values include: 'Enabled', 'Disabled'
|
||||
`storageMB` | int | StorageMB - Max storage allowed for a server.
|
||||
`storageAutogrow` | Optional string | StorageAutogrow - Enable Storage Auto Grow. Possible values include: 'Enabled', 'Disabled'
|
||||
|
||||
|
||||
|
||||
This API documentation was generated by `crossdocs`.
|
|
@ -1,158 +0,0 @@
|
|||
# compute.gcp.crossplane.io/v1alpha3 API Reference
|
||||
|
||||
Package v1alpha3 contains managed resources for GCP compute services such as GKE.
|
||||
|
||||
This API group contains the following Crossplane resources:
|
||||
|
||||
* [GKECluster](#GKECluster)
|
||||
* [GKEClusterClass](#GKEClusterClass)
|
||||
|
||||
## GKECluster
|
||||
|
||||
A GKECluster is a managed resource that represents a Google Kubernetes Engine cluster.
|
||||
|
||||
|
||||
Name | Type | Description
|
||||
-----|------|------------
|
||||
`apiVersion` | string | `compute.gcp.crossplane.io/v1alpha3`
|
||||
`kind` | string | `GKECluster`
|
||||
`metadata` | [meta/v1.ObjectMeta](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.15/#objectmeta-v1-meta) | Kubernetes object metadata.
|
||||
`spec` | [GKEClusterSpec](#GKEClusterSpec) | A GKEClusterSpec defines the desired state of a GKECluster.
|
||||
`status` | [GKEClusterStatus](#GKEClusterStatus) | A GKEClusterStatus represents the observed state of a GKECluster.
|
||||
|
||||
|
||||
|
||||
## GKEClusterClass
|
||||
|
||||
A GKEClusterClass is a resource class. It defines the desired spec of resource claims that use it to dynamically provision a managed resource.
|
||||
|
||||
|
||||
Name | Type | Description
|
||||
-----|------|------------
|
||||
`apiVersion` | string | `compute.gcp.crossplane.io/v1alpha3`
|
||||
`kind` | string | `GKEClusterClass`
|
||||
`metadata` | [meta/v1.ObjectMeta](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.15/#objectmeta-v1-meta) | Kubernetes object metadata.
|
||||
`specTemplate` | [GKEClusterClassSpecTemplate](#GKEClusterClassSpecTemplate) | SpecTemplate is a template for the spec of a dynamically provisioned GKECluster.
|
||||
|
||||
|
||||
|
||||
## GKEClusterClassSpecTemplate
|
||||
|
||||
A GKEClusterClassSpecTemplate is a template for the spec of a dynamically provisioned GKECluster.
|
||||
|
||||
Appears in:
|
||||
|
||||
* [GKEClusterClass](#GKEClusterClass)
|
||||
|
||||
|
||||
|
||||
|
||||
GKEClusterClassSpecTemplate supports all fields of:
|
||||
|
||||
* [v1alpha1.ClassSpecTemplate](../crossplane-runtime/core-crossplane-io-v1alpha1.md#classspectemplate)
|
||||
* [GKEClusterParameters](#GKEClusterParameters)
|
||||
|
||||
|
||||
## GKEClusterParameters
|
||||
|
||||
GKEClusterParameters define the desired state of a Google Kubernetes Engine cluster.
|
||||
|
||||
Appears in:
|
||||
|
||||
* [GKEClusterClassSpecTemplate](#GKEClusterClassSpecTemplate)
|
||||
* [GKEClusterSpec](#GKEClusterSpec)
|
||||
|
||||
|
||||
Name | Type | Description
|
||||
-----|------|------------
|
||||
`clusterVersion` | Optional string | ClusterVersion is the initial Kubernetes version for this cluster. Users may specify either explicit versions offered by Kubernetes Engine or version aliases, for example "latest", "1.X", or "1.X.Y". Leave unset to use the default version.
|
||||
`labels` | Optional map[string]string | Labels for the cluster to use to annotate any related Google Compute Engine resources.
|
||||
`machineType` | Optional string | MachineType is the name of a Google Compute Engine machine type (e.g. n1-standard-1). If unspecified the default machine type is n1-standard-1.
|
||||
`numNodes` | int64 | NumNodes is the number of nodes to create in this cluster. You must ensure that your Compute Engine resource quota is sufficient for this number of instances. You must also have available firewall and routes quota.
|
||||
`zone` | Optional string | Zone specifies the name of the Google Compute Engine zone in which this cluster resides.
|
||||
`scopes` | Optional []string | Scopes are the set of Google API scopes to be made available on all of the node VMs under the "default" service account.
|
||||
`network` | Optional string | Network is the name of the Google Compute Engine network to which the cluster is connected. If left unspecified, the default network will be used.
|
||||
`networkRef` | [NetworkURIReferencerForGKECluster](#NetworkURIReferencerForGKECluster) | NetworkRef references to a Network and retrieves its URI
|
||||
`subnetwork` | Optional string | Subnetwork is the name of the Google Compute Engine subnetwork to which the cluster is connected.
|
||||
`subnetworkRef` | [SubnetworkURIReferencerForGKECluster](#SubnetworkURIReferencerForGKECluster) | SubnetworkRef references to a Subnetwork and retrieves its URI
|
||||
`enableIPAlias` | Optional bool | EnableIPAlias determines whether Alias IPs will be used for pod IPs in the cluster.
|
||||
`createSubnetwork` | Optional bool | CreateSubnetwork determines whether a new subnetwork will be created automatically for the cluster. Only applicable when EnableIPAlias is true.
|
||||
`nodeIPV4CIDR` | Optional string | NodeIPV4CIDR specifies the IP address range of the instance IPs in this cluster. This is applicable only if CreateSubnetwork is true. Omit this field to have a range chosen with the default size. Set it to a netmask (e.g. /24) to have a range chosen with a specific netmask.
|
||||
`clusterIPV4CIDR` | Optional string | ClusterIPV4CIDR specifies the IP address range of the pod IPs in this cluster. This is applicable only if EnableIPAlias is true. Omit this field to have a range chosen with the default size. Set it to a netmask (e.g. /24) to have a range chosen with a specific netmask.
|
||||
`clusterSecondaryRangeName` | Optional string | ClusterSecondaryRangeName specifies the name of the secondary range to be used for the cluster CIDR block. The secondary range will be used for pod IP addresses. This must be an existing secondary range associated with the cluster subnetwork.
|
||||
`serviceIPV4CIDR` | Optional string | ServiceIPV4CIDR specifies the IP address range of service IPs in this cluster. This is applicable only if EnableIPAlias is true. Omit this field to have a range chosen with the default size. Set it to a netmask (e.g. /24) to have a range chosen with a specific netmask.
|
||||
`servicesSecondaryRangeName` | string | ServicesSecondaryRangeName specifies the name of the secondary range to be used as for the services CIDR block. The secondary range will be used for service ClusterIPs. This must be an existing secondary range associated with the cluster subnetwork.
|
||||
|
||||
|
||||
|
||||
## GKEClusterSpec
|
||||
|
||||
A GKEClusterSpec defines the desired state of a GKECluster.
|
||||
|
||||
Appears in:
|
||||
|
||||
* [GKECluster](#GKECluster)
|
||||
|
||||
|
||||
|
||||
|
||||
GKEClusterSpec supports all fields of:
|
||||
|
||||
* [v1alpha1.ResourceSpec](../crossplane-runtime/core-crossplane-io-v1alpha1.md#resourcespec)
|
||||
* [GKEClusterParameters](#GKEClusterParameters)
|
||||
|
||||
|
||||
## GKEClusterStatus
|
||||
|
||||
A GKEClusterStatus represents the observed state of a GKECluster.
|
||||
|
||||
Appears in:
|
||||
|
||||
* [GKECluster](#GKECluster)
|
||||
|
||||
|
||||
Name | Type | Description
|
||||
-----|------|------------
|
||||
`clusterName` | string | ClusterName is the name of this GKE cluster. The name is automatically generated by Crossplane.
|
||||
`endpoint` | string | Endpoint of the GKE cluster used in connection strings.
|
||||
`state` | string | State of this GKE cluster.
|
||||
|
||||
|
||||
GKEClusterStatus supports all fields of:
|
||||
|
||||
* [v1alpha1.ResourceStatus](../crossplane-runtime/core-crossplane-io-v1alpha1.md#resourcestatus)
|
||||
|
||||
|
||||
## NetworkURIReferencerForGKECluster
|
||||
|
||||
NetworkURIReferencerForGKECluster is an attribute referencer that resolves network uri from a referenced Network and assigns it to a GKECluster
|
||||
|
||||
Appears in:
|
||||
|
||||
* [GKEClusterParameters](#GKEClusterParameters)
|
||||
|
||||
|
||||
|
||||
|
||||
NetworkURIReferencerForGKECluster supports all fields of:
|
||||
|
||||
* github.com/crossplaneio/stack-gcp/apis/compute/v1beta1.NetworkURIReferencer
|
||||
|
||||
|
||||
## SubnetworkURIReferencerForGKECluster
|
||||
|
||||
SubnetworkURIReferencerForGKECluster is an attribute referencer that resolves subnetwork uri from a referenced Subnetwork and assigns it to a GKECluster
|
||||
|
||||
Appears in:
|
||||
|
||||
* [GKEClusterParameters](#GKEClusterParameters)
|
||||
|
||||
|
||||
|
||||
|
||||
SubnetworkURIReferencerForGKECluster supports all fields of:
|
||||
|
||||
* github.com/crossplaneio/stack-gcp/apis/compute/v1beta1.SubnetworkURIReferencer
|
||||
|
||||
|
||||
This API documentation was generated by `crossdocs`.
|
|
@ -1,322 +0,0 @@
|
|||
# container.gcp.crossplane.io/v1alpha1 API Reference
|
||||
|
||||
Package v1alpha1 contains managed resources for GCP compute services such as GKE.
|
||||
|
||||
This API group contains the following Crossplane resources:
|
||||
|
||||
* [NodePool](#NodePool)
|
||||
* [NodePoolClass](#NodePoolClass)
|
||||
|
||||
## NodePool
|
||||
|
||||
A NodePool is a managed resource that represents a Google Kubernetes Engine node pool.
|
||||
|
||||
|
||||
Name | Type | Description
|
||||
-----|------|------------
|
||||
`apiVersion` | string | `container.gcp.crossplane.io/v1alpha1`
|
||||
`kind` | string | `NodePool`
|
||||
`metadata` | [meta/v1.ObjectMeta](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.15/#objectmeta-v1-meta) | Kubernetes object metadata.
|
||||
`spec` | [NodePoolSpec](#NodePoolSpec) | A NodePoolSpec defines the desired state of a NodePool.
|
||||
`status` | [NodePoolStatus](#NodePoolStatus) | A NodePoolStatus represents the observed state of a NodePool.
|
||||
|
||||
|
||||
|
||||
## NodePoolClass
|
||||
|
||||
A NodePoolClass is a resource class. It defines the desired spec of resource claims that use it to dynamically provision a managed resource.
|
||||
|
||||
|
||||
Name | Type | Description
|
||||
-----|------|------------
|
||||
`apiVersion` | string | `container.gcp.crossplane.io/v1alpha1`
|
||||
`kind` | string | `NodePoolClass`
|
||||
`metadata` | [meta/v1.ObjectMeta](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.15/#objectmeta-v1-meta) | Kubernetes object metadata.
|
||||
`specTemplate` | [NodePoolClassSpecTemplate](#NodePoolClassSpecTemplate) | SpecTemplate is a template for the spec of a dynamically provisioned NodePool.
|
||||
|
||||
|
||||
|
||||
## AcceleratorConfig
|
||||
|
||||
AcceleratorConfig represents a Hardware Accelerator request.
|
||||
|
||||
|
||||
Name | Type | Description
|
||||
-----|------|------------
|
||||
`acceleratorCount,omitempty,string` | int64 | AcceleratorCount: The number of the accelerator cards exposed to an instance.
|
||||
`acceleratorType` | string | AcceleratorType: The accelerator type resource name. List of supported accelerators [here](/compute/docs/gpus/#Introduction)
|
||||
|
||||
|
||||
|
||||
## AutoUpgradeOptions
|
||||
|
||||
AutoUpgradeOptions defines the set of options for the user to control how the Auto Upgrades will proceed.
|
||||
|
||||
Appears in:
|
||||
|
||||
* [NodeManagementStatus](#NodeManagementStatus)
|
||||
|
||||
|
||||
Name | Type | Description
|
||||
-----|------|------------
|
||||
`autoUpgradeStartTime` | string | AutoUpgradeStartTime: This field is set when upgrades are about to commence with the approximate start time for the upgrades, in [RFC3339](https://www.ietf.org/rfc/rfc3339.txt) text format.
|
||||
`description` | string | Description: This field is set when upgrades are about to commence with the description of the upgrade.
|
||||
|
||||
|
||||
|
||||
## GKEClusterURIReferencerForNodePool
|
||||
|
||||
GKEClusterURIReferencerForNodePool resolves references from a NodePool to a GKECluster by returning the referenced GKECluster's resource link, e.g. projects/projectID/locations/clusterLocation/clusters/clusterName.
|
||||
|
||||
Appears in:
|
||||
|
||||
* [NodePoolParameters](#NodePoolParameters)
|
||||
|
||||
|
||||
|
||||
|
||||
GKEClusterURIReferencerForNodePool supports all fields of:
|
||||
|
||||
* github.com/crossplaneio/stack-gcp/apis/container/v1beta1.GKEClusterURIReferencer
|
||||
|
||||
|
||||
## NodeConfig
|
||||
|
||||
NodeConfig is parameters that describe the nodes in a cluster.
|
||||
|
||||
Appears in:
|
||||
|
||||
* [NodePoolParameters](#NodePoolParameters)
|
||||
|
||||
|
||||
Name | Type | Description
|
||||
-----|------|------------
|
||||
`accelerators` | [[]*github.com/crossplaneio/stack-gcp/apis/container/v1alpha1.AcceleratorConfig](#*github.com/crossplaneio/stack-gcp/apis/container/v1alpha1.AcceleratorConfig) | Accelerators: A list of hardware accelerators to be attached to each node. See https://cloud.google.com/compute/docs/gpus for more information about support for GPUs.
|
||||
`diskSizeGb` | Optional int64 | DiskSizeGb: Size of the disk attached to each node, specified in GB. The smallest allowed disk size is 10GB. If unspecified, the default disk size is 100GB.
|
||||
`diskType` | Optional string | DiskType: Type of the disk attached to each node (e.g. 'pd-standard' or 'pd-ssd') If unspecified, the default disk type is 'pd-standard'
|
||||
`imageType` | Optional string | ImageType: The image type to use for this node. Note that for a given image type, the latest version of it will be used.
|
||||
`labels` | Optional map[string]string | Labels: The map of Kubernetes labels (key/value pairs) to be applied to each node. These will added in addition to any default label(s) that Kubernetes may apply to the node. In case of conflict in label keys, the applied set may differ depending on the Kubernetes version -- it's best to assume the behavior is undefined and conflicts should be avoided. For more information, including usage and the valid values, see: https://kubernetes.io/docs/concepts/overview/working-with-objects /labels/
|
||||
`localSsdCount` | Optional int64 | LocalSsdCount: The number of local SSD disks to be attached to the node. The limit for this value is dependant upon the maximum number of disks available on a machine per zone. See: https://cloud.google.com/compute/docs/disks/local-ssd#local_ssd_l imits for more information.
|
||||
`machineType` | Optional string | MachineType: The name of a Google Compute Engine [machine type](/compute/docs/machine-types) (e.g. `n1-standard-1`). If unspecified, the default machine type is `n1-standard-1`.
|
||||
`metadata` | Optional map[string]string | Metadata: The metadata key/value pairs assigned to instances in the cluster. Keys must conform to the regexp [a-zA-Z0-9-_]+ and be less than 128 bytes in length. These are reflected as part of a URL in the metadata server. Additionally, to avoid ambiguity, keys must not conflict with any other metadata keys for the project or be one of the reserved keys: "cluster-location" "cluster-name" "cluster-uid" "configure-sh" "containerd-configure-sh" "enable-oslogin" "gci-ensure-gke-docker" "gci-update-strategy" "instance-template" "kube-env" "startup-script" "user-data" "disable-address-manager" "windows-startup-script-ps1" "common-psm1" "k8s-node-setup-psm1" "install-ssh-psm1" "user-profile-psm1" "serial-port-logging-enable" Values are free-form strings, and only have meaning as interpreted by the image running in the instance. The only restriction placed on them is that each value's size must be less than or equal to 32 KB. The total size of all keys and values must be less than 512 KB.
|
||||
`minCpuPlatform` | Optional string | MinCpuPlatform: Minimum CPU platform to be used by this instance. The instance may be scheduled on the specified or newer CPU platform. Applicable values are the friendly names of CPU platforms, such as <code>minCpuPlatform: &quot;Intel Haswell&quot;</code> or <code>minCpuPlatform: &quot;Intel Sandy Bridge&quot;</code>. For more information, read [how to specify min CPU platform](https://cloud.google.com/compute/docs/instances/specify- min-cpu-platform)
|
||||
`oauthScopes` | Optional []string | OauthScopes: The set of Google API scopes to be made available on all of the node VMs under the "default" service account. The following scopes are recommended, but not required, and by default are not included: * `https://www.googleapis.com/auth/compute` is required for mounting persistent storage on your nodes. * `https://www.googleapis.com/auth/devstorage.read_only` is required for communicating with **gcr.io** (the [Google Container Registry](/container-registry/)). If unspecified, no scopes are added, unless Cloud Logging or Cloud Monitoring are enabled, in which case their required scopes will be added.
|
||||
`preemptible` | Optional bool | Preemptible: Whether the nodes are created as preemptible VM instances. See: https://cloud.google.com/compute/docs/instances/preemptible for more inforamtion about preemptible VM instances.
|
||||
`sandboxConfig` | Optional [SandboxConfig](#SandboxConfig) | SandboxConfig: Sandbox configuration for this node.
|
||||
`serviceAccount` | Optional string | ServiceAccount: The Google Cloud Platform Service Account to be used by the node VMs. If no Service Account is specified, the "default" service account is used.
|
||||
`shieldedInstanceConfig` | Optional [ShieldedInstanceConfig](#ShieldedInstanceConfig) | ShieldedInstanceConfig: Shielded Instance options.
|
||||
`tags` | Optional []string | Tags: The list of instance tags applied to all nodes. Tags are used to identify valid sources or targets for network firewalls and are specified by the client during cluster or node pool creation. Each tag within the list must comply with RFC1035.
|
||||
`taints` | Optional [[]*github.com/crossplaneio/stack-gcp/apis/container/v1alpha1.NodeTaint](#*github.com/crossplaneio/stack-gcp/apis/container/v1alpha1.NodeTaint) | Taints: List of kubernetes taints to be applied to each node. For more information, including usage and the valid values, see: https://kubernetes.io/docs/concepts/configuration/taint-and-toler ation/
|
||||
`workloadMetadataConfig` | Optional [WorkloadMetadataConfig](#WorkloadMetadataConfig) | WorkloadMetadataConfig: The workload metadata configuration for this node.
|
||||
|
||||
|
||||
|
||||
## NodeManagementSpec
|
||||
|
||||
NodeManagementSpec defines the desired set of node management services turned on for the node pool.
|
||||
|
||||
Appears in:
|
||||
|
||||
* [NodePoolParameters](#NodePoolParameters)
|
||||
|
||||
|
||||
Name | Type | Description
|
||||
-----|------|------------
|
||||
`autoRepair` | Optional bool | AutoRepair: Whether the nodes will be automatically repaired.
|
||||
`autoUpgrade` | Optional bool | AutoUpgrade: Whether the nodes will be automatically upgraded.
|
||||
|
||||
|
||||
|
||||
## NodeManagementStatus
|
||||
|
||||
NodeManagementStatus defines the observed set of node management services turned on for the node pool.
|
||||
|
||||
Appears in:
|
||||
|
||||
* [NodePoolObservation](#NodePoolObservation)
|
||||
|
||||
|
||||
Name | Type | Description
|
||||
-----|------|------------
|
||||
`upgradeOptions` | [AutoUpgradeOptions](#AutoUpgradeOptions) | UpgradeOptions: Specifies the Auto Upgrade knobs for the node pool.
|
||||
|
||||
|
||||
|
||||
## NodePoolAutoscaling
|
||||
|
||||
NodePoolAutoscaling contains information required by cluster autoscaler to adjust the size of the node pool to the current cluster usage.
|
||||
|
||||
Appears in:
|
||||
|
||||
* [NodePoolParameters](#NodePoolParameters)
|
||||
|
||||
|
||||
Name | Type | Description
|
||||
-----|------|------------
|
||||
`autoprovisioned` | Optional bool | Autoprovisioned: Can this node pool be deleted automatically.
|
||||
`enabled` | Optional bool | Enabled: Is autoscaling enabled for this node pool.
|
||||
`maxNodeCount` | Optional int64 | MaxNodeCount: Maximum number of nodes in the NodePool. Must be >= min_node_count. There has to enough quota to scale up the cluster.
|
||||
`minNodeCount` | Optional int64 | MinNodeCount: Minimum number of nodes in the NodePool. Must be >= 1 and <= max_node_count.
|
||||
|
||||
|
||||
|
||||
## NodePoolClassSpecTemplate
|
||||
|
||||
A NodePoolClassSpecTemplate is a template for the spec of a dynamically provisioned NodePool.
|
||||
|
||||
Appears in:
|
||||
|
||||
* [NodePoolClass](#NodePoolClass)
|
||||
|
||||
|
||||
|
||||
|
||||
NodePoolClassSpecTemplate supports all fields of:
|
||||
|
||||
* [v1alpha1.ClassSpecTemplate](../crossplane-runtime/core-crossplane-io-v1alpha1.md#classspectemplate)
|
||||
* [NodePoolParameters](#NodePoolParameters)
|
||||
|
||||
|
||||
## NodePoolObservation
|
||||
|
||||
NodePoolObservation is used to show the observed state of the GKE Node Pool resource on GCP.
|
||||
|
||||
Appears in:
|
||||
|
||||
* [NodePoolStatus](#NodePoolStatus)
|
||||
|
||||
|
||||
Name | Type | Description
|
||||
-----|------|------------
|
||||
`conditions` | []*github.com/crossplaneio/stack-gcp/apis/container/v1beta1.StatusCondition | Conditions: Which conditions caused the current node pool state.
|
||||
`instanceGroupUrls` | []string | InstanceGroupUrls: The resource URLs of the [managed instance groups](/compute/docs/instance-groups/creating-groups-of-mana ged-instances) associated with this node pool.
|
||||
`podIpv4CidrSize` | int64 | PodIpv4CidrSize: The pod CIDR block size per node in this node pool.
|
||||
`management` | [NodeManagementStatus](#NodeManagementStatus) | Management: NodeManagement configuration for this NodePool.
|
||||
`selfLink` | string | SelfLink: Server-defined URL for the resource.
|
||||
`status` | string | Status: The status of the nodes in this pool instance. Possible values: "STATUS_UNSPECIFIED" - Not set. "PROVISIONING" - The PROVISIONING state indicates the node pool is being created. "RUNNING" - The RUNNING state indicates the node pool has been created and is fully usable. "RUNNING_WITH_ERROR" - The RUNNING_WITH_ERROR state indicates the node pool has been created and is partially usable. Some error state has occurred and some functionality may be impaired. Customer may need to reissue a request or trigger a new update. "RECONCILING" - The RECONCILING state indicates that some work is actively being done on the node pool, such as upgrading node software. Details can be found in the `statusMessage` field. "STOPPING" - The STOPPING state indicates the node pool is being deleted. "ERROR" - The ERROR state indicates the node pool may be unusable. Details can be found in the `statusMessage` field.
|
||||
`statusMessage` | string | StatusMessage: Additional information about the current status of this node pool instance, if available.
|
||||
|
||||
|
||||
|
||||
## NodePoolParameters
|
||||
|
||||
NodePoolParameters define the desired state of a Google Kubernetes Engine node pool.
|
||||
|
||||
Appears in:
|
||||
|
||||
* [NodePoolClassSpecTemplate](#NodePoolClassSpecTemplate)
|
||||
* [NodePoolSpec](#NodePoolSpec)
|
||||
|
||||
|
||||
Name | Type | Description
|
||||
-----|------|------------
|
||||
`cluster` | string | Cluster: The resource link for the GKE cluster to which the NodePool will attach. Must be of format projects/projectID/locations/clusterLocation/clusters/clusterName. Must be supplied if ClusterRef is not.
|
||||
`clusterRef` | Optional [GKEClusterURIReferencerForNodePool](#GKEClusterURIReferencerForNodePool) | ClusterRef sets the Cluster field by resolving the resource link of the referenced Crossplane GKECluster managed resource. Must be supplied in Cluster is not.
|
||||
`autoscaling` | [NodePoolAutoscaling](#NodePoolAutoscaling) | Autoscaling: Autoscaler configuration for this NodePool. Autoscaler is enabled only if a valid configuration is present.
|
||||
`config` | [NodeConfig](#NodeConfig) | Config: The node configuration of the pool.
|
||||
`initialNodeCount` | Optional int64 | InitialNodeCount: The initial node count for the pool. You must ensure that your Compute Engine <a href="/compute/docs/resource-quotas">resource quota</a> is sufficient for this number of instances. You must also have available firewall and routes quota.
|
||||
`locations` | Optional []string | Locations: The list of Google Compute Engine [zones](/compute/docs/zones#available) in which the NodePool's nodes should be located.
|
||||
`management` | [NodeManagementSpec](#NodeManagementSpec) | Management: NodeManagement configuration for this NodePool.
|
||||
`maxPodsConstraint` | github.com/crossplaneio/stack-gcp/apis/container/v1beta1.MaxPodsConstraint | MaxPodsConstraint: The constraint on the maximum number of pods that can be run simultaneously on a node in the node pool.
|
||||
`version` | Optional string | Version: The version of the Kubernetes of this node.
|
||||
|
||||
|
||||
|
||||
## NodePoolSpec
|
||||
|
||||
A NodePoolSpec defines the desired state of a NodePool.
|
||||
|
||||
Appears in:
|
||||
|
||||
* [NodePool](#NodePool)
|
||||
|
||||
|
||||
Name | Type | Description
|
||||
-----|------|------------
|
||||
`forProvider` | [NodePoolParameters](#NodePoolParameters) | NodePoolParameters define the desired state of a Google Kubernetes Engine node pool.
|
||||
|
||||
|
||||
NodePoolSpec supports all fields of:
|
||||
|
||||
* [v1alpha1.ResourceSpec](../crossplane-runtime/core-crossplane-io-v1alpha1.md#resourcespec)
|
||||
|
||||
|
||||
## NodePoolStatus
|
||||
|
||||
A NodePoolStatus represents the observed state of a NodePool.
|
||||
|
||||
Appears in:
|
||||
|
||||
* [NodePool](#NodePool)
|
||||
|
||||
|
||||
Name | Type | Description
|
||||
-----|------|------------
|
||||
`atProvider` | [NodePoolObservation](#NodePoolObservation) | NodePoolObservation is used to show the observed state of the GKE Node Pool resource on GCP.
|
||||
|
||||
|
||||
NodePoolStatus supports all fields of:
|
||||
|
||||
* [v1alpha1.ResourceStatus](../crossplane-runtime/core-crossplane-io-v1alpha1.md#resourcestatus)
|
||||
|
||||
|
||||
## NodeTaint
|
||||
|
||||
NodeTaint is a Kubernetes taint is comprised of three fields: key, value, and effect. Effect can only be one of three types: NoSchedule, PreferNoSchedule or NoExecute. For more information, including usage and the valid values, see: https://kubernetes.io/docs/concepts/configuration/taint-and-toler ation/
|
||||
|
||||
|
||||
Name | Type | Description
|
||||
-----|------|------------
|
||||
`effect` | string | Effect: Effect for taint. Possible values: "EFFECT_UNSPECIFIED" - Not set "NO_SCHEDULE" - NoSchedule "PREFER_NO_SCHEDULE" - PreferNoSchedule "NO_EXECUTE" - NoExecute
|
||||
`key` | string | Key: Key for taint.
|
||||
`value` | string | Value: Value for taint.
|
||||
|
||||
|
||||
|
||||
## SandboxConfig
|
||||
|
||||
SandboxConfig contains configurations of the sandbox to use for the node.
|
||||
|
||||
Appears in:
|
||||
|
||||
* [NodeConfig](#NodeConfig)
|
||||
|
||||
|
||||
Name | Type | Description
|
||||
-----|------|------------
|
||||
`sandboxType` | string | SandboxType: Type of the sandbox to use for the node (e.g. 'gvisor')
|
||||
|
||||
|
||||
|
||||
## ShieldedInstanceConfig
|
||||
|
||||
ShieldedInstanceConfig is a set of Shielded Instance options.
|
||||
|
||||
Appears in:
|
||||
|
||||
* [NodeConfig](#NodeConfig)
|
||||
|
||||
|
||||
Name | Type | Description
|
||||
-----|------|------------
|
||||
`enableIntegrityMonitoring` | Optional bool | EnableIntegrityMonitoring: Defines whether the instance has integrity monitoring enabled. Enables monitoring and attestation of the boot integrity of the instance. The attestation is performed against the integrity policy baseline. This baseline is initially derived from the implicitly trusted boot image when the instance is created.
|
||||
`enableSecureBoot` | Optional bool | EnableSecureBoot: Defines whether the instance has Secure Boot enabled. Secure Boot helps ensure that the system only runs authentic software by verifying the digital signature of all boot components, and halting the boot process if signature verification fails.
|
||||
|
||||
|
||||
|
||||
## WorkloadMetadataConfig
|
||||
|
||||
WorkloadMetadataConfig defines the metadata configuration to expose to workloads on the node pool.
|
||||
|
||||
Appears in:
|
||||
|
||||
* [NodeConfig](#NodeConfig)
|
||||
|
||||
|
||||
Name | Type | Description
|
||||
-----|------|------------
|
||||
`nodeMetadata` | string | NodeMetadata: NodeMetadata is the configuration for how to expose metadata to the workloads running on the node. Possible values: "UNSPECIFIED" - Not set. "SECURE" - Prevent workloads not in hostGKECluster from accessing certain VM metadata, specifically kube-env, which contains Kubelet credentials, and the instance identity token. Metadata concealment is a temporary security solution available while the bootstrapping process for cluster nodes is being redesigned with significant security improvements. This feature is scheduled to be deprecated in the future and later removed. "EXPOSE" - Expose all VM metadata to pods. "GKE_METADATA_SERVER" - Run the GKE Metadata Server on this node. The GKE Metadata Server exposes a metadata API to workloads that is compatible with the V1 Compute Metadata APIs exposed by the Compute Engine and App Engine Metadata Servers. This feature can only be enabled if Workload Identity is enabled at the cluster level.
|
||||
|
||||
|
||||
|
||||
This API documentation was generated by `crossdocs`.
|
File diff suppressed because it is too large
Load Diff
|
@ -1,42 +0,0 @@
|
|||
# gcp.crossplane.io/v1alpha3 API Reference
|
||||
|
||||
Package v1alpha3 contains the core resources of the Google Cloud Platform.
|
||||
|
||||
This API group contains the following Crossplane resources:
|
||||
|
||||
* [Provider](#Provider)
|
||||
|
||||
## Provider
|
||||
|
||||
A Provider configures a GCP 'provider', i.e. a connection to a particular GCP project using a particular GCP service account
|
||||
|
||||
|
||||
Name | Type | Description
|
||||
-----|------|------------
|
||||
`apiVersion` | string | `gcp.crossplane.io/v1alpha3`
|
||||
`kind` | string | `Provider`
|
||||
`metadata` | [meta/v1.ObjectMeta](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.15/#objectmeta-v1-meta) | Kubernetes object metadata.
|
||||
`spec` | [ProviderSpec](#ProviderSpec) | A ProviderSpec defines the desired state of a Provider.
|
||||
|
||||
|
||||
|
||||
## ProviderSpec
|
||||
|
||||
A ProviderSpec defines the desired state of a Provider.
|
||||
|
||||
Appears in:
|
||||
|
||||
* [Provider](#Provider)
|
||||
|
||||
|
||||
Name | Type | Description
|
||||
-----|------|------------
|
||||
`projectID` | string | ProjectID is the project name (not numerical ID) of this GCP Provider.
|
||||
|
||||
|
||||
ProviderSpec supports all fields of:
|
||||
|
||||
* [v1alpha1.ProviderSpec](../crossplane-runtime/core-crossplane-io-v1alpha1.md#providerspec)
|
||||
|
||||
|
||||
This API documentation was generated by `crossdocs`.
|
|
@ -1,125 +0,0 @@
|
|||
# servicenetworking.gcp.crossplane.io/v1beta1 API Reference
|
||||
|
||||
Package v1beta1 contains managed resources for GCP service networking services such as connections.
|
||||
|
||||
This API group contains the following Crossplane resources:
|
||||
|
||||
* [Connection](#Connection)
|
||||
|
||||
## Connection
|
||||
|
||||
A Connection is a managed resource that represents a Google Cloud Service Networking Connection.
|
||||
|
||||
|
||||
Name | Type | Description
|
||||
-----|------|------------
|
||||
`apiVersion` | string | `servicenetworking.gcp.crossplane.io/v1beta1`
|
||||
`kind` | string | `Connection`
|
||||
`metadata` | [meta/v1.ObjectMeta](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.15/#objectmeta-v1-meta) | Kubernetes object metadata.
|
||||
`spec` | [ConnectionSpec](#ConnectionSpec) | A ConnectionSpec defines the desired state of a Connection.
|
||||
`status` | [ConnectionStatus](#ConnectionStatus) | A ConnectionStatus represents the observed state of a Connection.
|
||||
|
||||
|
||||
|
||||
## ConnectionObservation
|
||||
|
||||
ConnectionObservation is used to show the observed state of the Connection.
|
||||
|
||||
Appears in:
|
||||
|
||||
* [ConnectionStatus](#ConnectionStatus)
|
||||
|
||||
|
||||
Name | Type | Description
|
||||
-----|------|------------
|
||||
`peering` | string | Peering: The name of the VPC Network Peering connection that was created by the service producer.
|
||||
`service` | string | Service: The name of the peering service that's associated with this connection, in the following format: `services/{service name}`.
|
||||
|
||||
|
||||
|
||||
## ConnectionParameters
|
||||
|
||||
ConnectionParameters define the desired state of a Google Cloud Service Networking Connection. Most fields map direct to a Connection: https://cloud.google.com/service-infrastructure/docs/service-networking/reference/rest/v1/services.connections#Connection
|
||||
|
||||
Appears in:
|
||||
|
||||
* [ConnectionSpec](#ConnectionSpec)
|
||||
|
||||
|
||||
Name | Type | Description
|
||||
-----|------|------------
|
||||
`parent` | string | Parent: The service that is managing peering connectivity for a service producer's organization. For Google services that support this functionality, this value is services/servicenetworking.googleapis.com.
|
||||
`network` | Optional string | Network: The name of service consumer's VPC network that's connected with service producer network, in the following format: `projects/{project}/global/networks/{network}`. `{project}` is a project number, such as in `12345` that includes the VPC service consumer's VPC network. `{network}` is the name of the service consumer's VPC network.
|
||||
`networkRef` | Optional [NetworkURIReferencerForConnection](#NetworkURIReferencerForConnection) | NetworkRef references to a Network and retrieves its URI
|
||||
`reservedPeeringRanges` | Optional []string | ReservedPeeringRanges: The name of one or more allocated IP address ranges for this service producer of type `PEERING`.
|
||||
`reservedPeeringRangeRefs` | Optional [[]*github.com/crossplaneio/stack-gcp/apis/servicenetworking/v1beta1.GlobalAddressNameReferencerForConnection](#*github.com/crossplaneio/stack-gcp/apis/servicenetworking/v1beta1.GlobalAddressNameReferencerForConnection) | ReservedPeeringRangeRefs is a set of references to GlobalAddress objects
|
||||
|
||||
|
||||
|
||||
## ConnectionSpec
|
||||
|
||||
A ConnectionSpec defines the desired state of a Connection.
|
||||
|
||||
Appears in:
|
||||
|
||||
* [Connection](#Connection)
|
||||
|
||||
|
||||
Name | Type | Description
|
||||
-----|------|------------
|
||||
`forProvider` | [ConnectionParameters](#ConnectionParameters) | ConnectionParameters define the desired state of a Google Cloud Service Networking Connection. Most fields map direct to a Connection: https://cloud.google.com/service-infrastructure/docs/service-networking/reference/rest/v1/services.connections#Connection
|
||||
|
||||
|
||||
ConnectionSpec supports all fields of:
|
||||
|
||||
* [v1alpha1.ResourceSpec](../crossplane-runtime/core-crossplane-io-v1alpha1.md#resourcespec)
|
||||
|
||||
|
||||
## ConnectionStatus
|
||||
|
||||
A ConnectionStatus represents the observed state of a Connection.
|
||||
|
||||
Appears in:
|
||||
|
||||
* [Connection](#Connection)
|
||||
|
||||
|
||||
Name | Type | Description
|
||||
-----|------|------------
|
||||
`atProvider` | [ConnectionObservation](#ConnectionObservation) | ConnectionObservation is used to show the observed state of the Connection.
|
||||
|
||||
|
||||
ConnectionStatus supports all fields of:
|
||||
|
||||
* [v1alpha1.ResourceStatus](../crossplane-runtime/core-crossplane-io-v1alpha1.md#resourcestatus)
|
||||
|
||||
|
||||
## GlobalAddressNameReferencerForConnection
|
||||
|
||||
GlobalAddressNameReferencerForConnection is an attribute referencer that resolves name from a referenced GlobalAddress and assigns it to a Connection
|
||||
|
||||
|
||||
|
||||
|
||||
GlobalAddressNameReferencerForConnection supports all fields of:
|
||||
|
||||
* github.com/crossplaneio/stack-gcp/apis/compute/v1beta1.GlobalAddressNameReferencer
|
||||
|
||||
|
||||
## NetworkURIReferencerForConnection
|
||||
|
||||
NetworkURIReferencerForConnection is an attribute referencer that resolves network uri from a referenced Network and assigns it to a connection
|
||||
|
||||
Appears in:
|
||||
|
||||
* [ConnectionParameters](#ConnectionParameters)
|
||||
|
||||
|
||||
|
||||
|
||||
NetworkURIReferencerForConnection supports all fields of:
|
||||
|
||||
* github.com/crossplaneio/stack-gcp/apis/compute/v1beta1.NetworkURIReferencer
|
||||
|
||||
|
||||
This API documentation was generated by `crossdocs`.
|
|
@ -130,7 +130,7 @@ to provide access information to the configured AWS account.
|
|||
[configured]: https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-configure.html
|
||||
[AWS security credentials]: https://docs.aws.amazon.com/general/latest/gr/aws-security-credentials.html
|
||||
[secret]:https://kubernetes.io/docs/concepts/configuration/secret/
|
||||
[setup.sh]: https://github.com/crossplaneio/crossplane/blob/master/cluster/examples/aws-setup-provider/setup.sh
|
||||
[setup.sh]: https://github.com/crossplane/crossplane/blob/master/cluster/examples/aws-setup-provider/setup.sh
|
||||
[aws named profile]: https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-profiles.html
|
||||
[aws user]: https://docs.aws.amazon.com/mediapackage/latest/ug/setting-up-create-iam-user.html
|
||||
[Access Key]: https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_access-keys.html
|
||||
|
|
|
@ -89,17 +89,17 @@ To [learn more][learn-more] checkout these [useful links][learn-more].
|
|||
[services-user-guide]: services-guide.md
|
||||
[stack-user-guide]: stacks-guide.md
|
||||
[stack-registry]: https://hub.docker.com/search?q=crossplane&type=image
|
||||
[crossplane-cli-usage]: https://github.com/crossplaneio/crossplane-cli#usage
|
||||
[stack-install-docs]: https://github.com/crossplaneio/crossplane/blob/master/design/design-doc-stacks.md#installation-flow
|
||||
[stack-gcp]: https://github.com/crossplaneio/stack-gcp
|
||||
[stack-aws]: https://github.com/crossplaneio/stack-aws
|
||||
[stack-azure]: https://github.com/crossplaneio/stack-azure
|
||||
[stack-wordpress]: https://github.com/crossplaneio/sample-stack-wordpress
|
||||
[crossplane-cli-usage]: https://github.com/crossplane/crossplane-cli#usage
|
||||
[stack-install-docs]: https://github.com/crossplane/crossplane/blob/master/design/design-doc-stacks.md#installation-flow
|
||||
[stack-gcp]: https://github.com/crossplane/stack-gcp
|
||||
[stack-aws]: https://github.com/crossplane/stack-aws
|
||||
[stack-azure]: https://github.com/crossplane/stack-azure
|
||||
[stack-wordpress]: https://github.com/crossplane/sample-stack-wordpress
|
||||
[stack-wordpress-registry]: https://hub.docker.com/r/crossplane/sample-stack-wordpress
|
||||
[stack-manager]: https://github.com/crossplaneio/crossplane/blob/master/design/design-doc-stacks.md#terminology
|
||||
[stack-manager]: https://github.com/crossplane/crossplane/blob/master/design/design-doc-stacks.md#terminology
|
||||
[services-developer-guide]: services-developer-guide.md
|
||||
[stack-quick-start]: https://github.com/crossplaneio/crossplane-cli#quick-start-stacks
|
||||
[stack-quick-start]: https://github.com/crossplane/crossplane-cli#quick-start-stacks
|
||||
[kubernetes-controller]: https://kubernetes.io/docs/concepts/extend-kubernetes/api-extension/custom-resources/#custom-controllers
|
||||
[join-crossplane-slack]: https://slack.crossplane.io
|
||||
[contact-us]: https://github.com/crossplaneio/crossplane#contact
|
||||
[contact-us]: https://github.com/crossplane/crossplane#contact
|
||||
[learn-more]: learn-more.md
|
||||
|
|
|
@ -12,25 +12,25 @@ If you have any questions, please drop us a note on [Crossplane Slack][join-cros
|
|||
- [CNCF Talks & Community Presentations](https://www.youtube.com/playlist?list=PL510POnNVaaZJj9OG6PbgsZvgYbhwJRyE)
|
||||
- [Software Engineering Daily - Intro Podcast](https://softwareengineeringdaily.com/2019/01/02/crossplane-multicloud-control-plane-with-bassam-tabbara/)
|
||||
- [Crossplane Architecture](https://docs.google.com/document/d/1whncqdUeU2cATGEJhHvzXWC9xdK29Er45NJeoemxebo/edit?usp=sharing)
|
||||
- [Latest Design Docs](https://github.com/crossplaneio/crossplane/tree/master/design)
|
||||
- [Roadmap](https://github.com/crossplaneio/crossplane/blob/master/ROADMAP.md)
|
||||
- [Latest Design Docs](https://github.com/crossplane/crossplane/tree/master/design)
|
||||
- [Roadmap](https://github.com/crossplane/crossplane/blob/master/ROADMAP.md)
|
||||
|
||||
***Writing Kubernetes controllers to extend Crossplane***
|
||||
- [Keep the Space Shuttle Flying: Writing Robust Operators](https://www.youtube.com/watch?v=uf97lOApOv8)
|
||||
- [Best practices for building Kubernetes Operators](https://cloud.google.com/blog/products/containers-kubernetes/best-practices-for-building-kubernetes-operators-and-stateful-apps)
|
||||
- [Programming Kubernetes Book](https://www.oreilly.com/library/view/programming-kubernetes/9781492047094/)
|
||||
- [Crossplane Reconciler Patterns](https://github.com/crossplaneio/crossplane/blob/master/design/design-doc-reconciler-patterns.md)
|
||||
- [Contributor Guide](https://github.com/crossplaneio/crossplane/blob/master/CONTRIBUTING.md)
|
||||
- [Crossplane Reconciler Patterns](https://github.com/crossplane/crossplane/blob/master/design/design-doc-reconciler-patterns.md)
|
||||
- [Contributor Guide](https://github.com/crossplane/crossplane/blob/master/CONTRIBUTING.md)
|
||||
|
||||
***Join the growing Crossplane community and get involved!***
|
||||
- Join our [Community Slack](https://slack.crossplane.io/)!
|
||||
- Submit an issue on [GitHub](https://github.com/crossplaneio/crossplane)
|
||||
- Attend our bi-weekly [Community Meeting](https://github.com/crossplaneio/crossplane#community-meeting)
|
||||
- Join our bi-weekly live stream: [The Binding Status](https://github.com/crossplaneio/tbs)
|
||||
- Submit an issue on [GitHub](https://github.com/crossplane/crossplane)
|
||||
- Attend our bi-weekly [Community Meeting](https://github.com/crossplane/crossplane#community-meeting)
|
||||
- Join our bi-weekly live stream: [The Binding Status](https://github.com/crossplane/tbs)
|
||||
- Subscribe to our [YouTube Channel](https://www.youtube.com/channel/UC19FgzMBMqBro361HbE46Fw)
|
||||
- Drop us a note on Twitter: [@crossplane_io](https://twitter.com/crossplane_io)
|
||||
- Email us: [info@crossplane.io](mailto:info@crossplane.io)
|
||||
|
||||
<!-- Named links -->
|
||||
[join-crossplane-slack]: https://slack.crossplane.io
|
||||
[contact-us]: https://github.com/crossplaneio/crossplane#contact
|
||||
[contact-us]: https://github.com/crossplane/crossplane#contact
|
||||
|
|
|
@ -183,15 +183,15 @@ Keep the following in mind when using the above libraries:
|
|||
Finally, when in doubt, aim for consistency with existing Crossplane controller
|
||||
implementations.
|
||||
|
||||
[not yet implemented]: https://github.com/crossplaneio/crossplane/issues/314
|
||||
[not yet implemented]: https://github.com/crossplane/crossplane/issues/314
|
||||
[Events]: https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.16/#event-v1-core
|
||||
[debugging an application cluster]: https://kubernetes.io/docs/tasks/debug-application-cluster/
|
||||
[Dave Cheney article]: https://dave.cheney.net/2015/11/05/lets-talk-about-logging
|
||||
[`event`]: https://godoc.org/github.com/crossplaneio/crossplane-runtime/pkg/event
|
||||
[`logging`]: https://godoc.org/github.com/crossplaneio/crossplane-runtime/pkg/logging
|
||||
[`event`]: https://godoc.org/github.com/crossplane/crossplane-runtime/pkg/event
|
||||
[`logging`]: https://godoc.org/github.com/crossplane/crossplane-runtime/pkg/logging
|
||||
[Do]: https://peter.bourgon.org/go-best-practices-2016/#logging-and-instrumentation
|
||||
[not]: https://dave.cheney.net/2017/01/23/the-package-level-logger-anti-pattern
|
||||
[`Reconciler`]: https://godoc.org/sigs.k8s.io/controller-runtime/pkg/reconcile#Reconciler
|
||||
[managed resource reconciler]: https://github.com/crossplaneio/crossplane-runtime/blob/a6bb0/pkg/reconciler/managed/reconciler.go#L436
|
||||
[managed resource reconciler]: https://github.com/crossplane/crossplane-runtime/blob/a6bb0/pkg/reconciler/managed/reconciler.go#L436
|
||||
[wrapping errors]: https://godoc.org/github.com/pkg/errors#Wrap
|
||||
[API conventions]: https://github.com/kubernetes/community/blob/09f55c6/contributors/devel/sig-architecture/api-conventions.md#events
|
|
@ -38,11 +38,11 @@ This document will cover the release process for all of the repositories that th
|
|||
maintains and publishes regular versioned artifacts from. This set of repositories covers both core
|
||||
Crossplane and the set of Stacks that Crossplane currently maintains:
|
||||
|
||||
* [`crossplane`](https://github.com/crossplaneio/crossplane)
|
||||
* [`stack-gcp`](https://github.com/crossplaneio/stack-gcp)
|
||||
* [`stack-aws`](https://github.com/crossplaneio/stack-aws)
|
||||
* [`stack-azure`](https://github.com/crossplaneio/stack-azure)
|
||||
* [`stack-rook`](https://github.com/crossplaneio/stack-rook)
|
||||
* [`crossplane`](https://github.com/crossplane/crossplane)
|
||||
* [`stack-gcp`](https://github.com/crossplane/stack-gcp)
|
||||
* [`stack-aws`](https://github.com/crossplane/stack-aws)
|
||||
* [`stack-azure`](https://github.com/crossplane/stack-azure)
|
||||
* [`stack-rook`](https://github.com/crossplane/stack-rook)
|
||||
|
||||
|
||||
The release process for Stacks is almost identical to that of core Crossplane because they use the
|
||||
|
@ -57,7 +57,7 @@ following conditions should be met:
|
|||
* All expected features should be ["complete"](#857) and merged into master. This includes user
|
||||
guides, examples, API documentation via [crossdocs](https://github.com/negz/crossdocs/), and test
|
||||
updates.
|
||||
* All issues in the [milestone](https://github.com/crossplaneio/crossplane/milestones) should be
|
||||
* All issues in the [milestone](https://github.com/crossplane/crossplane/milestones) should be
|
||||
closed
|
||||
* Sanity testing has been performed on `master`
|
||||
|
||||
|
@ -73,7 +73,7 @@ process](https://github.com/upbound/build/blob/master/makelib/common.mk#L182-L19
|
|||
describe --tags`.
|
||||
|
||||
> **NOTE:** The `tag` pipeline does not yet support extra tags in the version number, such as
|
||||
`v0.5.0-rc`. [#330](https://github.com/crossplaneio/crossplane/issues/330) will be resolved when
|
||||
`v0.5.0-rc`. [#330](https://github.com/crossplane/crossplane/issues/330) will be resolved when
|
||||
this functionality is available. In the meantime, manually tagging and pushing to the repo
|
||||
required.
|
||||
|
||||
|
@ -87,7 +87,7 @@ v0.5.0-rc
|
|||
```
|
||||
|
||||
After the tag pipeline has succeeded, verify in the [GitHub
|
||||
UI](https://github.com/crossplaneio/crossplane/tags) that the tag was successfully applied to the
|
||||
UI](https://github.com/crossplane/crossplane/tags) that the tag was successfully applied to the
|
||||
correct commit.
|
||||
|
||||
### Create Release Branch
|
||||
|
@ -98,7 +98,7 @@ you just use the branch selector drop down and type in the name of the new relea
|
|||
|
||||
If this is the first ever release branch being created in a repo (uncommon), you should also set up
|
||||
branch protection rules for the `release-*` pattern. You can find existing examples in the
|
||||
[Crossplane repo settings](https://github.com/crossplaneio/crossplane/settings/branches).
|
||||
[Crossplane repo settings](https://github.com/crossplane/crossplane/settings/branches).
|
||||
|
||||
At this point, the `HEAD` commit in the release branch will be our release candidate. The build
|
||||
pipeline will automatically be started due to the create branch event, so we can start to perform
|
||||
|
@ -139,12 +139,12 @@ yet.
|
|||
|
||||
We're getting close to starting the official release, so you should take this opportunity to draft
|
||||
up the release notes. You can create a [new release draft
|
||||
here](https://github.com/crossplaneio/crossplane/releases/new). Make sure you select "This is a
|
||||
here](https://github.com/crossplane/crossplane/releases/new). Make sure you select "This is a
|
||||
pre-release" and hit "Save draft" when you are ready to share and collect feedback. Do **not** hit
|
||||
"Publish release" yet.
|
||||
|
||||
You can see and follow the template and structure from [previous
|
||||
releases](https://github.com/crossplaneio/crossplane/releases).
|
||||
releases](https://github.com/crossplane/crossplane/releases).
|
||||
|
||||
### Stack Release Process
|
||||
|
||||
|
@ -200,16 +200,16 @@ Back in the core Crossplane repository, we need to update the release branch doc
|
|||
point to the freshly released stack versions.
|
||||
|
||||
* Documentation, such as [Installation
|
||||
instructions](https://github.com/crossplaneio/crossplane/blob/master/docs/install-crossplane.md#installing-cloud-provider-stacks),
|
||||
instructions](https://github.com/crossplane/crossplane/blob/master/docs/install-crossplane.md#installing-cloud-provider-stacks),
|
||||
and [Stack
|
||||
guides](https://github.com/crossplaneio/crossplane/blob/master/docs/stacks-guide-gcp.md).
|
||||
guides](https://github.com/crossplane/crossplane/blob/master/docs/stacks-guide-gcp.md).
|
||||
* searching for `:master` will help a lot here
|
||||
* `kubectl -k` statements will contain `?ref=master`, which should be updated to the release
|
||||
branch name instead, e.g. `?ref=release-0.4`
|
||||
* Examples, such as [`StackInstall` yaml
|
||||
files](https://github.com/crossplaneio/crossplane/tree/master/cluster/examples/stacks)
|
||||
files](https://github.com/crossplane/crossplane/tree/master/cluster/examples/stacks)
|
||||
* [Helm chart
|
||||
defaults](https://github.com/crossplaneio/crossplane/blob/master/cluster/charts/crossplane/values.yaml.tmpl)
|
||||
defaults](https://github.com/crossplane/crossplane/blob/master/cluster/charts/crossplane/values.yaml.tmpl)
|
||||
for stack versions
|
||||
|
||||
### Tag Core Crossplane
|
||||
|
@ -255,7 +255,7 @@ the release has been promoted to the right channel.
|
|||
### Publish Release Notes
|
||||
|
||||
Now that the release has been published and verified, you can publish the [release
|
||||
notes](https://github.com/crossplaneio/crossplane/releases) that you drafted earlier. After
|
||||
notes](https://github.com/crossplane/crossplane/releases) that you drafted earlier. After
|
||||
incorporating all feedback, you can now click on the "Publish release" button.
|
||||
|
||||
This will send an email notification with the release notes to all watchers of the repo.
|
||||
|
|
|
@ -208,7 +208,7 @@ should look as follows:
|
|||
type FavouriteDBInstanceParameters struct {
|
||||
|
||||
// We're still working on a standard for naming external resources. See
|
||||
// https://github.com/crossplaneio/crossplane/issues/624 for context.
|
||||
// https://github.com/crossplane/crossplane/issues/624 for context.
|
||||
|
||||
// Name of this instance.
|
||||
Name string `json:"name"`
|
||||
|
@ -498,13 +498,13 @@ import (
|
|||
// An API client of the hypothetical FavouriteDB service.
|
||||
"github.com/fcp-sdk/v1/services/database"
|
||||
|
||||
runtimev1alpha1 "github.com/crossplaneio/crossplane-runtime/apis/core/v1alpha1"
|
||||
"github.com/crossplaneio/crossplane-runtime/pkg/meta"
|
||||
"github.com/crossplaneio/crossplane-runtime/pkg/resource"
|
||||
"github.com/crossplaneio/crossplane-runtime/pkg/reconciler/managed"
|
||||
runtimev1alpha1 "github.com/crossplane/crossplane-runtime/apis/core/v1alpha1"
|
||||
"github.com/crossplane/crossplane-runtime/pkg/meta"
|
||||
"github.com/crossplane/crossplane-runtime/pkg/resource"
|
||||
"github.com/crossplane/crossplane-runtime/pkg/reconciler/managed"
|
||||
|
||||
"github.com/crossplaneio/stack-fcp/apis/database/v1alpha3"
|
||||
fcpv1alpha3 "github.com/crossplaneio/stack-fcp/apis/v1alpha3"
|
||||
"github.com/crossplane/stack-fcp/apis/database/v1alpha3"
|
||||
fcpv1alpha3 "github.com/crossplane/stack-fcp/apis/v1alpha3"
|
||||
)
|
||||
|
||||
type FavouriteDBInstanceController struct{}
|
||||
|
@ -654,7 +654,7 @@ func (e *external) Create(ctx context.Context, mg resource.Managed) (managed.Ext
|
|||
// an error if asked to create a resource that already exists. Real managed
|
||||
// resource controllers are advised to avoid unintentially 'adoptign' an
|
||||
// existing, unrelated external resource, per
|
||||
// https://github.com/crossplaneio/crossplane-runtime/issues/27
|
||||
// https://github.com/crossplane/crossplane-runtime/issues/27
|
||||
return managed.ExternalCreation{ConnectionDetails: cd}, errors.Wrap(resource.Ignore(database.IsExists, err), "cannot create instance")
|
||||
}
|
||||
|
||||
|
@ -710,16 +710,16 @@ import (
|
|||
|
||||
ctrl "sigs.k8s.io/controller-runtime"
|
||||
|
||||
runtimev1alpha1 "github.com/crossplaneio/crossplane-runtime/apis/core/v1alpha1"
|
||||
"github.com/crossplaneio/crossplane-runtime/pkg/resource"
|
||||
"github.com/crossplaneio/crossplane-runtime/pkg/reconciler/claimscheduling"
|
||||
runtimev1alpha1 "github.com/crossplane/crossplane-runtime/apis/core/v1alpha1"
|
||||
"github.com/crossplane/crossplane-runtime/pkg/resource"
|
||||
"github.com/crossplane/crossplane-runtime/pkg/reconciler/claimscheduling"
|
||||
|
||||
// Note that the hypothetical FancySQL resource claim is part of Crossplane,
|
||||
// not stack-fcp, because it is (hypothetically) portable across multiple
|
||||
// infrastructure stacks.
|
||||
databasev1alpha1 "github.com/crossplaneio/crossplane/apis/database/v1alpha1"
|
||||
databasev1alpha1 "github.com/crossplane/crossplane/apis/database/v1alpha1"
|
||||
|
||||
"github.com/crossplaneio/stack-fcp/apis/database/v1alpha3"
|
||||
"github.com/crossplane/stack-fcp/apis/database/v1alpha3"
|
||||
)
|
||||
|
||||
type PostgreSQLInstanceClaimSchedulingController struct{}
|
||||
|
@ -779,16 +779,16 @@ import (
|
|||
|
||||
ctrl "sigs.k8s.io/controller-runtime"
|
||||
|
||||
runtimev1alpha1 "github.com/crossplaneio/crossplane-runtime/apis/core/v1alpha1"
|
||||
"github.com/crossplaneio/crossplane-runtime/pkg/resource"
|
||||
"github.com/crossplaneio/crossplane-runtime/pkg/reconciler/claimdefaulting"
|
||||
runtimev1alpha1 "github.com/crossplane/crossplane-runtime/apis/core/v1alpha1"
|
||||
"github.com/crossplane/crossplane-runtime/pkg/resource"
|
||||
"github.com/crossplane/crossplane-runtime/pkg/reconciler/claimdefaulting"
|
||||
|
||||
// Note that the hypothetical FancySQL resource claim is part of Crossplane,
|
||||
// not stack-fcp, because it is (hypothetically) portable across multiple
|
||||
// infrastructure stacks.
|
||||
databasev1alpha1 "github.com/crossplaneio/crossplane/apis/database/v1alpha1"
|
||||
databasev1alpha1 "github.com/crossplane/crossplane/apis/database/v1alpha1"
|
||||
|
||||
"github.com/crossplaneio/stack-fcp/apis/database/v1alpha3"
|
||||
"github.com/crossplane/stack-fcp/apis/database/v1alpha3"
|
||||
)
|
||||
|
||||
type PostgreSQLInstanceClaimDefaultingController struct{}
|
||||
|
@ -852,16 +852,16 @@ import (
|
|||
ctrl "sigs.k8s.io/controller-runtime"
|
||||
"sigs.k8s.io/controller-runtime/pkg/source"
|
||||
|
||||
runtimev1alpha1 "github.com/crossplaneio/crossplane-runtime/apis/core/v1alpha1"
|
||||
"github.com/crossplaneio/crossplane-runtime/pkg/resource"
|
||||
"github.com/crossplaneio/crossplane-runtime/pkg/reconciler/claimbinding"
|
||||
runtimev1alpha1 "github.com/crossplane/crossplane-runtime/apis/core/v1alpha1"
|
||||
"github.com/crossplane/crossplane-runtime/pkg/resource"
|
||||
"github.com/crossplane/crossplane-runtime/pkg/reconciler/claimbinding"
|
||||
|
||||
// Note that the hypothetical FancySQL resource claim is part of Crossplane,
|
||||
// not stack-fcp, because it is (hypothetically) portable across multiple
|
||||
// infrastructure stacks.
|
||||
databasev1alpha1 "github.com/crossplaneio/crossplane/apis/database/v1alpha1"
|
||||
databasev1alpha1 "github.com/crossplane/crossplane/apis/database/v1alpha1"
|
||||
|
||||
"github.com/crossplaneio/stack-fcp/apis/database/v1alpha3"
|
||||
"github.com/crossplane/stack-fcp/apis/database/v1alpha3"
|
||||
)
|
||||
|
||||
type FavouriteDBInstanceClaimController struct{}
|
||||
|
@ -980,11 +980,11 @@ import (
|
|||
ctrl "sigs.k8s.io/controller-runtime"
|
||||
"sigs.k8s.io/controller-runtime/pkg/source"
|
||||
|
||||
"github.com/crossplaneio/crossplane-runtime/pkg/resource"
|
||||
"github.com/crossplaneio/crossplane-runtime/pkg/reconciler/secret"
|
||||
databasev1alpha1 "github.com/crossplaneio/crossplane/apis/database/v1alpha1"
|
||||
"github.com/crossplane/crossplane-runtime/pkg/resource"
|
||||
"github.com/crossplane/crossplane-runtime/pkg/reconciler/secret"
|
||||
databasev1alpha1 "github.com/crossplane/crossplane/apis/database/v1alpha1"
|
||||
|
||||
"github.com/crossplaneio/stack-fcp/apis/database/v1alpha3"
|
||||
"github.com/crossplane/stack-fcp/apis/database/v1alpha3"
|
||||
)
|
||||
|
||||
type FavouriteDBInstanceSecretController struct{}
|
||||
|
@ -1029,11 +1029,11 @@ import (
|
|||
|
||||
ctrl "sigs.k8s.io/controller-runtime"
|
||||
|
||||
"github.com/crossplaneio/crossplane-runtime/pkg/reconciler/target"
|
||||
"github.com/crossplaneio/crossplane-runtime/pkg/resource"
|
||||
workloadv1alpha1 "github.com/crossplaneio/crossplane/apis/workload/v1alpha1"
|
||||
"github.com/crossplane/crossplane-runtime/pkg/reconciler/target"
|
||||
"github.com/crossplane/crossplane-runtime/pkg/resource"
|
||||
workloadv1alpha1 "github.com/crossplane/crossplane/apis/workload/v1alpha1"
|
||||
|
||||
"github.com/crossplaneio/stack-fcp/apis/compute/v1alpha3"
|
||||
"github.com/crossplane/stack-fcp/apis/compute/v1alpha3"
|
||||
)
|
||||
|
||||
type FavoriteClusterTargetController struct{}
|
||||
|
@ -1074,10 +1074,10 @@ import (
|
|||
"sigs.k8s.io/controller-runtime/pkg/manager"
|
||||
"sigs.k8s.io/controller-runtime/pkg/manager/signals"
|
||||
|
||||
crossplaneapis "github.com/crossplaneio/crossplane/apis"
|
||||
crossplaneapis "github.com/crossplane/crossplane/apis"
|
||||
|
||||
fcpapis "github.com/crossplaneio/stack-fcp/apis"
|
||||
"github.com/crossplaneio/stack-fcp/pkg/controller"
|
||||
fcpapis "github.com/crossplane/stack-fcp/apis"
|
||||
"github.com/crossplane/stack-fcp/pkg/controller"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
@ -1121,56 +1121,56 @@ value any feedback you may have about the services development process!
|
|||
[resource claim]: concepts.md#resource-claim
|
||||
[resource class]: concepts.md#resource-class
|
||||
[dynamic provisioning]: concepts.md#dynamic-and-static-provisioning
|
||||
[`CloudMemorystoreInstance`]: https://github.com/crossplaneio/stack-gcp/blob/85a6ed3c669a021f1d61be51b2cbe2714b0bc70b/apis/cache/v1beta1/cloudmemorystore_instance_types.go#L184
|
||||
[`CloudMemorystoreInstanceClass`]: https://github.com/crossplaneio/stack-gcp/blob/85a6ed3c669a021f1d61be51b2cbe2714b0bc70b/apis/cache/v1beta1/cloudmemorystore_instance_types.go#L217
|
||||
[`Provider`]: https://github.com/crossplaneio/stack-gcp/blob/85a6ed3c669a021f1d61be51b2cbe2714b0bc70b/apis/v1alpha3/types.go#L41
|
||||
[`RedisCluster`]: https://github.com/crossplaneio/crossplane/blob/3c6cf4e/apis/cache/v1alpha1/rediscluster_types.go#L40
|
||||
[`RedisClusterClass`]: https://github.com/crossplaneio/crossplane/blob/3c6cf4e/apis/cache/v1alpha1/rediscluster_types.go#L116
|
||||
[`CloudMemorystoreInstance`]: https://github.com/crossplane/stack-gcp/blob/85a6ed3c669a021f1d61be51b2cbe2714b0bc70b/apis/cache/v1beta1/cloudmemorystore_instance_types.go#L184
|
||||
[`CloudMemorystoreInstanceClass`]: https://github.com/crossplane/stack-gcp/blob/85a6ed3c669a021f1d61be51b2cbe2714b0bc70b/apis/cache/v1beta1/cloudmemorystore_instance_types.go#L217
|
||||
[`Provider`]: https://github.com/crossplane/stack-gcp/blob/85a6ed3c669a021f1d61be51b2cbe2714b0bc70b/apis/v1alpha3/types.go#L41
|
||||
[`RedisCluster`]: https://github.com/crossplane/crossplane/blob/3c6cf4e/apis/cache/v1alpha1/rediscluster_types.go#L40
|
||||
[`RedisClusterClass`]: https://github.com/crossplane/crossplane/blob/3c6cf4e/apis/cache/v1alpha1/rediscluster_types.go#L116
|
||||
[watching the API server]: https://kubernetes.io/docs/reference/using-api/api-concepts/#efficient-detection-of-changes
|
||||
[kubebuilder]: https://kubebuilder.io/
|
||||
[controller-runtime]: https://github.com/kubernetes-sigs/controller-runtime
|
||||
[crossplane-runtime]: https://github.com/crossplaneio/crossplane-runtime/
|
||||
[crossplane-runtime v0.4.0]: https://github.com/crossplaneio/crossplane-runtime/releases/tag/v0.4.0
|
||||
[crossplane-runtime]: https://github.com/crossplane/crossplane-runtime/
|
||||
[crossplane-runtime v0.4.0]: https://github.com/crossplane/crossplane-runtime/releases/tag/v0.4.0
|
||||
[golden path]: https://charity.wtf/2018/12/02/software-sprawl-the-golden-path-and-scaling-teams-with-agency/
|
||||
[API Conventions]: https://github.com/kubernetes/community/blob/c6e1e89a/contributors/devel/sig-architecture/api-conventions.md
|
||||
[kubebuilder book]: https://book.kubebuilder.io/
|
||||
[Stacks quick start]: https://github.com/crossplaneio/crossplane-cli/blob/357d18e7b/README.md#quick-start-stacks
|
||||
[Stacks quick start]: https://github.com/crossplane/crossplane-cli/blob/357d18e7b/README.md#quick-start-stacks
|
||||
[resources]: https://kubebuilder.io/cronjob-tutorial/gvks.html#kinds-and-resources
|
||||
[kinds]: https://kubebuilder.io/cronjob-tutorial/gvks.html#kinds-and-resources
|
||||
[objects]: https://kubernetes.io/docs/concepts/#kubernetes-objects
|
||||
[comment marker]: https://kubebuilder.io/reference/markers.html
|
||||
[comment markers]: https://kubebuilder.io/reference/markers.html
|
||||
[`resource.Managed`]: https://godoc.org/github.com/crossplaneio/crossplane-runtime/pkg/resource#Managed
|
||||
[`resource.Claim`]: https://godoc.org/github.com/crossplaneio/crossplane-runtime/pkg/resource#Claim
|
||||
[`resource.Class`]: https://godoc.org/github.com/crossplaneio/crossplane-runtime/pkg/resource#Class
|
||||
[`managed.Reconciler`]: https://godoc.org/github.com/crossplaneio/crossplane-runtime/pkg/reconciler/managed#Reconciler
|
||||
[`managed.NewReconciler`]: https://godoc.org/github.com/crossplaneio/crossplane-runtime/pkg/reconciler/managed#NewReconciler
|
||||
[`claimbinding.Reconciler`]: https://godoc.org/github.com/crossplaneio/crossplane-runtime/pkg/reconciler/claimbinding#Reconciler
|
||||
[`claimbinding.NewReconciler`]: https://godoc.org/github.com/crossplaneio/crossplane-runtime/pkg/reconciler/claimbinding#NewReconciler
|
||||
[`claimscheduling.Reconciler`]: https://godoc.org/github.com/crossplaneio/crossplane-runtime/pkg/reconciler/claimscheduling#Reconciler
|
||||
[`claimscheduling.NewReconciler`]: https://github.com/crossplaneio/crossplane-runtime/blob/master/pkg/reconciler/claimscheduling/reconciler.go#L83
|
||||
[`claimdefaulting.Reconciler`]: https://godoc.org/github.com/crossplaneio/crossplane-runtime/pkg/reconciler/claimdefaulting#Reconciler
|
||||
[`claimdefaulting.NewReconciler`]: https://godoc.org/github.com/crossplaneio/crossplane-runtime/pkg/reconciler/claimdefaulting#NewReconciler
|
||||
[`secret.NewReconciler`]: https://godoc.org/github.com/crossplaneio/crossplane-runtime/pkg/reconciler/secret#NewReconciler
|
||||
[`managed.ExternalConnecter`]: https://godoc.org/github.com/crossplaneio/crossplane-runtime/pkg/reconciler/managed#ExternalConnecter
|
||||
[`managed.ExternalClient`]: https://godoc.org/github.com/crossplaneio/crossplane-runtime/pkg/reconciler/managed#ExternalClient
|
||||
[`claimbinding.ManagedConfigurator`]: https://godoc.org/github.com/crossplaneio/crossplane-runtime/pkg/reconciler/claimbinding#ManagedConfigurator
|
||||
[`target.Reconciler`]: https://godoc.org/github.com/crossplaneio/crossplane-runtime/pkg/reconciler/target#Reconciler
|
||||
[`ResourceSpec`]: https://godoc.org/github.com/crossplaneio/crossplane-runtime/apis/core/v1alpha1#ResourceSpec
|
||||
[`ResourceStatus`]: https://godoc.org/github.com/crossplaneio/crossplane-runtime/apis/core/v1alpha1#ResourceStatus
|
||||
[`ResourceClaimSpec`]: https://godoc.org/github.com/crossplaneio/crossplane-runtime/apis/core/v1alpha1#ResourceClaimSpec
|
||||
[`ResourceClaimStatus`]: https://godoc.org/github.com/crossplaneio/crossplane-runtime/apis/core/v1alpha1#ResourceClaimStatus
|
||||
[`ClassSpecTemplate`]: https://godoc.org/github.com/crossplaneio/crossplane-runtime/apis/core/v1alpha1#ClassSpecTemplate
|
||||
[`ProviderSpec`]: https://godoc.org/github.com/crossplaneio/crossplane-runtime/apis/core/v1alpha1#ProviderSpec
|
||||
['managed.ExternalConnecter`]: https://godoc.org/github.com/crossplaneio/crossplane-runtime/pkg/reconciler/managed#ExternalConnecter
|
||||
[opening a Crossplane issue]: https://github.com/crossplaneio/crossplane/issues/new/choose
|
||||
[`resource.Managed`]: https://godoc.org/github.com/crossplane/crossplane-runtime/pkg/resource#Managed
|
||||
[`resource.Claim`]: https://godoc.org/github.com/crossplane/crossplane-runtime/pkg/resource#Claim
|
||||
[`resource.Class`]: https://godoc.org/github.com/crossplane/crossplane-runtime/pkg/resource#Class
|
||||
[`managed.Reconciler`]: https://godoc.org/github.com/crossplane/crossplane-runtime/pkg/reconciler/managed#Reconciler
|
||||
[`managed.NewReconciler`]: https://godoc.org/github.com/crossplane/crossplane-runtime/pkg/reconciler/managed#NewReconciler
|
||||
[`claimbinding.Reconciler`]: https://godoc.org/github.com/crossplane/crossplane-runtime/pkg/reconciler/claimbinding#Reconciler
|
||||
[`claimbinding.NewReconciler`]: https://godoc.org/github.com/crossplane/crossplane-runtime/pkg/reconciler/claimbinding#NewReconciler
|
||||
[`claimscheduling.Reconciler`]: https://godoc.org/github.com/crossplane/crossplane-runtime/pkg/reconciler/claimscheduling#Reconciler
|
||||
[`claimscheduling.NewReconciler`]: https://github.com/crossplane/crossplane-runtime/blob/master/pkg/reconciler/claimscheduling/reconciler.go#L83
|
||||
[`claimdefaulting.Reconciler`]: https://godoc.org/github.com/crossplane/crossplane-runtime/pkg/reconciler/claimdefaulting#Reconciler
|
||||
[`claimdefaulting.NewReconciler`]: https://godoc.org/github.com/crossplane/crossplane-runtime/pkg/reconciler/claimdefaulting#NewReconciler
|
||||
[`secret.NewReconciler`]: https://godoc.org/github.com/crossplane/crossplane-runtime/pkg/reconciler/secret#NewReconciler
|
||||
[`managed.ExternalConnecter`]: https://godoc.org/github.com/crossplane/crossplane-runtime/pkg/reconciler/managed#ExternalConnecter
|
||||
[`managed.ExternalClient`]: https://godoc.org/github.com/crossplane/crossplane-runtime/pkg/reconciler/managed#ExternalClient
|
||||
[`claimbinding.ManagedConfigurator`]: https://godoc.org/github.com/crossplane/crossplane-runtime/pkg/reconciler/claimbinding#ManagedConfigurator
|
||||
[`target.Reconciler`]: https://godoc.org/github.com/crossplane/crossplane-runtime/pkg/reconciler/target#Reconciler
|
||||
[`ResourceSpec`]: https://godoc.org/github.com/crossplane/crossplane-runtime/apis/core/v1alpha1#ResourceSpec
|
||||
[`ResourceStatus`]: https://godoc.org/github.com/crossplane/crossplane-runtime/apis/core/v1alpha1#ResourceStatus
|
||||
[`ResourceClaimSpec`]: https://godoc.org/github.com/crossplane/crossplane-runtime/apis/core/v1alpha1#ResourceClaimSpec
|
||||
[`ResourceClaimStatus`]: https://godoc.org/github.com/crossplane/crossplane-runtime/apis/core/v1alpha1#ResourceClaimStatus
|
||||
[`ClassSpecTemplate`]: https://godoc.org/github.com/crossplane/crossplane-runtime/apis/core/v1alpha1#ClassSpecTemplate
|
||||
[`ProviderSpec`]: https://godoc.org/github.com/crossplane/crossplane-runtime/apis/core/v1alpha1#ProviderSpec
|
||||
['managed.ExternalConnecter`]: https://godoc.org/github.com/crossplane/crossplane-runtime/pkg/reconciler/managed#ExternalConnecter
|
||||
[opening a Crossplane issue]: https://github.com/crossplane/crossplane/issues/new/choose
|
||||
[`GroupVersionKind`]: https://godoc.org/k8s.io/apimachinery/pkg/runtime/schema#GroupVersionKind
|
||||
[`reconcile.Reconciler`]: https://godoc.org/sigs.k8s.io/controller-runtime/pkg/reconcile#Reconciler
|
||||
[favor]: https://github.com/crossplaneio/crossplane/issues/452
|
||||
[reach out]: https://github.com/crossplaneio/crossplane#contact
|
||||
[favor]: https://github.com/crossplane/crossplane/issues/452
|
||||
[reach out]: https://github.com/crossplane/crossplane#contact
|
||||
[#sig-services]: https://crossplane.slack.com/messages/sig-services
|
||||
[crossplaneio org]: https://github.com/crossplaneio
|
||||
[`angryjet`]: https://github.com/crossplaneio/crossplane-tools
|
||||
[crossplaneio org]: https://github.com/crossplane
|
||||
[`angryjet`]: https://github.com/crossplane/crossplane-tools
|
||||
[Managed Resource API Patterns]: ../design/one-pager-managed-resource-api-design.md
|
||||
[Crossplane CLI]: https://github.com/crossplaneio/crossplane-cli#quick-start-stacks
|
||||
[`angryjet` documentation]: https://github.com/crossplaneio/crossplane-tools/blob/master/README.md
|
||||
[Crossplane CLI]: https://github.com/crossplane/crossplane-cli#quick-start-stacks
|
||||
[`angryjet` documentation]: https://github.com/crossplane/crossplane-tools/blob/master/README.md
|
||||
|
|
|
@ -138,6 +138,6 @@ existing cluster are provided in the service guides for:
|
|||
[stack-guide-aws]: stacks-guide-aws.md
|
||||
[stack-guide-azure]: stacks-guide-azure.md
|
||||
|
||||
[contact-us]: https://github.com/crossplaneio/crossplane#contact
|
||||
[contact-us]: https://github.com/crossplane/crossplane#contact
|
||||
[join-crossplane-slack]: https://slack.crossplane.io
|
||||
[learn-more]: learn-more.md
|
||||
|
|
|
@ -116,13 +116,13 @@ configurations in Crossplane.
|
|||
Apply the sample network configuration resources:
|
||||
|
||||
```bash
|
||||
kubectl apply -k github.com/crossplaneio/crossplane//cluster/examples/workloads/kubernetes/wordpress/aws/network-config?ref=master
|
||||
kubectl apply -k github.com/crossplane/crossplane//cluster/examples/workloads/kubernetes/wordpress/aws/network-config?ref=master
|
||||
```
|
||||
|
||||
And you're done! You can check the status of the provisioning by running:
|
||||
|
||||
```bash
|
||||
kubectl get -k github.com/crossplaneio/crossplane//cluster/examples/workloads/kubernetes/wordpress/aws/network-config?ref=master
|
||||
kubectl get -k github.com/crossplane/crossplane//cluster/examples/workloads/kubernetes/wordpress/aws/network-config?ref=master
|
||||
```
|
||||
|
||||
When all resources have the `Ready` condition in `True` state, the provisioning
|
||||
|
@ -143,7 +143,7 @@ connectivity][aws-resource-connectivity] design document.
|
|||
To inspect the resources that we created above, let's run:
|
||||
|
||||
```bash
|
||||
kubectl kustomize github.com/crossplaneio/crossplane//cluster/examples/workloads/kubernetes/wordpress/aws/network-config?ref=master > network-config.yaml
|
||||
kubectl kustomize github.com/crossplane/crossplane//cluster/examples/workloads/kubernetes/wordpress/aws/network-config?ref=master > network-config.yaml
|
||||
```
|
||||
|
||||
This will save the sample network configuration resources locally in
|
||||
|
@ -438,7 +438,7 @@ repository.
|
|||
Apply the sample AWS resource classes:
|
||||
|
||||
```bash
|
||||
kubectl apply -k github.com/crossplaneio/crossplane//cluster/examples/workloads/kubernetes/wordpress/aws/resource-classes?ref=master
|
||||
kubectl apply -k github.com/crossplane/crossplane//cluster/examples/workloads/kubernetes/wordpress/aws/resource-classes?ref=master
|
||||
```
|
||||
|
||||
And you're done! Note that these resources do not immediately provision external
|
||||
|
@ -449,7 +449,7 @@ AWS resources, as they only serve as as template classes.
|
|||
To inspect the resource classes that we created above, run:
|
||||
|
||||
```bash
|
||||
kubectl kustomize github.com/crossplaneio/crossplane//cluster/examples/workloads/kubernetes/wordpress/aws/resource-classes?ref=master > resource-classes.yaml
|
||||
kubectl kustomize github.com/crossplane/crossplane//cluster/examples/workloads/kubernetes/wordpress/aws/resource-classes?ref=master > resource-classes.yaml
|
||||
```
|
||||
|
||||
This will save the sample resource classes YAML locally in
|
||||
|
@ -550,14 +550,14 @@ off.
|
|||
[crossplane-concepts]: concepts.md
|
||||
[stacks-guide]: stacks-guide.md
|
||||
[aws]: https://aws.amazon.com
|
||||
[stack-aws]: https://github.com/crossplaneio/stack-aws
|
||||
[sample-wordpress-stack]: https://github.com/crossplaneio/sample-stack-wordpress
|
||||
[stack-docs]: https://github.com/crossplaneio/crossplane/blob/master/design/design-doc-stacks.md#crossplane-stacks
|
||||
[stack-aws]: https://github.com/crossplane/stack-aws
|
||||
[sample-wordpress-stack]: https://github.com/crossplane/sample-stack-wordpress
|
||||
[stack-docs]: https://github.com/crossplane/crossplane/blob/master/design/design-doc-stacks.md#crossplane-stacks
|
||||
[aws command line tool]: https://aws.amazon.com/cli/
|
||||
[crossplane-cli]: https://github.com/crossplaneio/crossplane-cli/tree/release-0.2
|
||||
[crossplane-cli]: https://github.com/crossplane/crossplane-cli/tree/release-0.2
|
||||
[Virtual Private Network]: https://aws.amazon.com/vpc/
|
||||
[Subnet]: https://docs.aws.amazon.com/vpc/latest/userguide/VPC_Subnets.html#vpc-subnet-basics
|
||||
[aws-resource-connectivity]: https://github.com/crossplaneio/crossplane/blob/master/design/one-pager-resource-connectivity-mvp.md#amazon-web-services
|
||||
[aws-resource-connectivity]: https://github.com/crossplane/crossplane/blob/master/design/one-pager-resource-connectivity-mvp.md#amazon-web-services
|
||||
[Internet Gateway]: https://docs.aws.amazon.com/vpc/latest/userguide/VPC_Internet_Gateway.html
|
||||
[Route Table]: https://docs.aws.amazon.com/vpc/latest/userguide/VPC_Route_Tables.html
|
||||
[Security Group]: https://docs.aws.amazon.com/vpc/latest/userguide/VPC_SecurityGroups.html
|
||||
|
@ -567,12 +567,12 @@ off.
|
|||
[stacks-guide-continue]: stacks-guide.md#install-support-for-our-application-into-crossplane
|
||||
[resource-claims-docs]: concepts.md#resource-claims-and-resource-classes
|
||||
[eks-user-guide]: https://docs.aws.amazon.com/eks/latest/userguide/create-public-private-vpc.html
|
||||
[Cross Resource Referencing]: https://github.com/crossplaneio/crossplane/blob/master/design/one-pager-cross-resource-referencing.md
|
||||
[sample AWS network configuration]: https://github.com/crossplaneio/crossplane/tree/master/cluster/examples/workloads/kubernetes/wordpress/aws/network-config?ref=master
|
||||
[sample AWS resource classes]: https://github.com/crossplaneio/crossplane/tree/master/cluster/examples/workloads/kubernetes/wordpress/aws/resource-classes?ref=master
|
||||
[Cross Resource Referencing]: https://github.com/crossplane/crossplane/blob/master/design/one-pager-cross-resource-referencing.md
|
||||
[sample AWS network configuration]: https://github.com/crossplane/crossplane/tree/master/cluster/examples/workloads/kubernetes/wordpress/aws/network-config?ref=master
|
||||
[sample AWS resource classes]: https://github.com/crossplane/crossplane/tree/master/cluster/examples/workloads/kubernetes/wordpress/aws/resource-classes?ref=master
|
||||
[RDS Database Instance]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Overview.DBInstance.html
|
||||
[EKS Cluster]: https://docs.aws.amazon.com/eks/latest/userguide/clusters.html
|
||||
[resource-classes-docs]: concepts.md#resource-claims-and-resource-classes
|
||||
[resource class selection]: https://github.com/crossplaneio/crossplane/blob/master/design/one-pager-simple-class-selection.md
|
||||
[crossplane-aws-networking-docs]: https://github.com/crossplaneio/crossplane/blob/master/design/one-pager-resource-connectivity-mvp.md#amazon-web-services
|
||||
[resource class selection]: https://github.com/crossplane/crossplane/blob/master/design/one-pager-simple-class-selection.md
|
||||
[crossplane-aws-networking-docs]: https://github.com/crossplane/crossplane/blob/master/design/one-pager-resource-connectivity-mvp.md#amazon-web-services
|
||||
[aws-provider-guide]: cloud-providers/aws/aws-provider.md
|
||||
|
|
|
@ -126,13 +126,13 @@ connectivity configurations in Crossplane.
|
|||
Apply the sample network configuration resources:
|
||||
|
||||
```bash
|
||||
kubectl apply -k github.com/crossplaneio/crossplane//cluster/examples/workloads/kubernetes/wordpress/azure/network-config?ref=master
|
||||
kubectl apply -k github.com/crossplane/crossplane//cluster/examples/workloads/kubernetes/wordpress/azure/network-config?ref=master
|
||||
```
|
||||
|
||||
And you're done! You can check the status of the provisioning by running:
|
||||
|
||||
```bash
|
||||
kubectl get -k github.com/crossplaneio/crossplane//cluster/examples/workloads/kubernetes/wordpress/azure/network-config?ref=master
|
||||
kubectl get -k github.com/crossplane/crossplane//cluster/examples/workloads/kubernetes/wordpress/azure/network-config?ref=master
|
||||
```
|
||||
|
||||
When all resources have the `Ready` condition in `True` state, the provisioning
|
||||
|
@ -155,7 +155,7 @@ connectivity][azure-resource-connectivity] design document.
|
|||
To inspect the resources that we created above, let's run:
|
||||
|
||||
```bash
|
||||
kubectl kustomize github.com/crossplaneio/crossplane//cluster/examples/workloads/kubernetes/wordpress/azure/network-config?ref=master > network-config.yaml
|
||||
kubectl kustomize github.com/crossplane/crossplane//cluster/examples/workloads/kubernetes/wordpress/azure/network-config?ref=master > network-config.yaml
|
||||
```
|
||||
|
||||
This will save the sample network configuration resources locally in
|
||||
|
@ -263,7 +263,7 @@ repository.
|
|||
Apply the sample Azure resource classes:
|
||||
|
||||
```bash
|
||||
kubectl apply -k github.com/crossplaneio/crossplane//cluster/examples/workloads/kubernetes/wordpress/azure/resource-classes?ref=master
|
||||
kubectl apply -k github.com/crossplane/crossplane//cluster/examples/workloads/kubernetes/wordpress/azure/resource-classes?ref=master
|
||||
```
|
||||
|
||||
And you're done! Note that these resources do not immediately provision external
|
||||
|
@ -274,7 +274,7 @@ Azure resources, as they only serve as template classes.
|
|||
To inspect the resource classes that we created above, run:
|
||||
|
||||
```bash
|
||||
kubectl kustomize github.com/crossplaneio/crossplane//cluster/examples/workloads/kubernetes/wordpress/azure/resource-classes?ref=master > resource-classes.yaml
|
||||
kubectl kustomize github.com/crossplane/crossplane//cluster/examples/workloads/kubernetes/wordpress/azure/resource-classes?ref=master > resource-classes.yaml
|
||||
```
|
||||
|
||||
This will save the sample resource classes YAML locally in
|
||||
|
@ -429,26 +429,26 @@ off.
|
|||
|
||||
<!-- Links -->
|
||||
[crossplane-concepts]: concepts.md
|
||||
[sample-wordpress-stack]: https://github.com/crossplaneio/sample-stack-wordpress
|
||||
[crossplane-cli]: https://github.com/crossplaneio/crossplane-cli/tree/release-0.2
|
||||
[crossplane-azure-networking-docs]: https://github.com/crossplaneio/crossplane/blob/master/design/one-pager-resource-connectivity-mvp.md#microsoft-azure
|
||||
[sample-wordpress-stack]: https://github.com/crossplane/sample-stack-wordpress
|
||||
[crossplane-cli]: https://github.com/crossplane/crossplane-cli/tree/release-0.2
|
||||
[crossplane-azure-networking-docs]: https://github.com/crossplane/crossplane/blob/master/design/one-pager-resource-connectivity-mvp.md#microsoft-azure
|
||||
[stacks-guide]: stacks-guide.md
|
||||
[provider-azure-guide]: cloud-providers/azure/azure-provider.md
|
||||
[stack-docs]: https://github.com/crossplaneio/crossplane/blob/master/design/design-doc-stacks.md#crossplane-stacks
|
||||
[stack-azure]: https://github.com/crossplaneio/stack-azure
|
||||
[stack-docs]: https://github.com/crossplane/crossplane/blob/master/design/design-doc-stacks.md#crossplane-stacks
|
||||
[stack-azure]: https://github.com/crossplane/stack-azure
|
||||
[azure]: https://azure.microsoft.com
|
||||
[azure-vnet-rule]: https://docs.microsoft.com/en-us/azure/mysql/concepts-data-access-and-security-vnet
|
||||
[azure-resource-group-docs]: https://docs.microsoft.com/en-us/azure/azure-resource-manager/resource-group-overview
|
||||
[stacks-guide-continue]: stacks-guide.md#install-support-for-our-application-into-crossplane
|
||||
[jq]: https://stedolan.github.io/jq/
|
||||
[azure-virtual-network]: https://docs.microsoft.com/en-us/azure/virtual-network/virtual-networks-overview
|
||||
[azure-resource-connectivity]: https://github.com/crossplaneio/crossplane/blob/master/design/one-pager-resource-connectivity-mvp.md#microsoft-azure
|
||||
[azure-resource-connectivity]: https://github.com/crossplane/crossplane/blob/master/design/one-pager-resource-connectivity-mvp.md#microsoft-azure
|
||||
[azure-network-configuration]: https://docs.microsoft.com/en-us/azure/virtual-network/virtual-networks-using-network-configuration-file
|
||||
[sample Azure resource classes]: https://github.com/crossplaneio/crossplane/tree/master/cluster/examples/workloads/kubernetes/wordpress/azure/resource-classes?ref=master
|
||||
[sample Azure resource classes]: https://github.com/crossplane/crossplane/tree/master/cluster/examples/workloads/kubernetes/wordpress/azure/resource-classes?ref=master
|
||||
[azure-mysql-database]: https://azure.microsoft.com/en-us/services/mysql/
|
||||
[azure-aks]: https://azure.microsoft.com/en-us/services/kubernetes-service/
|
||||
[resource-claims-and-classes-docs]: https://github.com/crossplaneio/crossplane/blob/master/docs/concepts.md#resource-claims-and-resource-classes
|
||||
[sample Azure network configuration]: https://github.com/crossplaneio/crossplane/tree/master/cluster/examples/workloads/kubernetes/wordpress/azure/network-config?ref=master
|
||||
[Cross Resource Referencing]: https://github.com/crossplaneio/crossplane/blob/master/design/one-pager-cross-resource-referencing.md
|
||||
[resource class selection]: https://github.com/crossplaneio/crossplane/blob/master/design/one-pager-simple-class-selection.md
|
||||
[resource-claims-and-classes-docs]: https://github.com/crossplane/crossplane/blob/master/docs/concepts.md#resource-claims-and-resource-classes
|
||||
[sample Azure network configuration]: https://github.com/crossplane/crossplane/tree/master/cluster/examples/workloads/kubernetes/wordpress/azure/network-config?ref=master
|
||||
[Cross Resource Referencing]: https://github.com/crossplane/crossplane/blob/master/design/one-pager-cross-resource-referencing.md
|
||||
[resource class selection]: https://github.com/crossplane/crossplane/blob/master/design/one-pager-simple-class-selection.md
|
||||
[azure-provider-guide]: cloud-providers/azure/azure-provider.md
|
||||
|
|
|
@ -142,13 +142,13 @@ configurations in Crossplane.
|
|||
Apply the sample network configuration resources:
|
||||
|
||||
```bash
|
||||
kubectl apply -k github.com/crossplaneio/crossplane//cluster/examples/workloads/kubernetes/wordpress/gcp/network-config?ref=master
|
||||
kubectl apply -k github.com/crossplane/crossplane//cluster/examples/workloads/kubernetes/wordpress/gcp/network-config?ref=master
|
||||
```
|
||||
|
||||
And you're done! You can check the status of the provisioning by running:
|
||||
|
||||
```bash
|
||||
kubectl get -k github.com/crossplaneio/crossplane//cluster/examples/workloads/kubernetes/wordpress/gcp/network-config?ref=master
|
||||
kubectl get -k github.com/crossplane/crossplane//cluster/examples/workloads/kubernetes/wordpress/gcp/network-config?ref=master
|
||||
```
|
||||
|
||||
When all resources have the `Ready` condition in `True` state, the provisioning
|
||||
|
@ -165,7 +165,7 @@ Kubernetes cluster.
|
|||
To inspect the resources that we created above, let's run:
|
||||
|
||||
```bash
|
||||
kubectl kustomize github.com/crossplaneio/crossplane//cluster/examples/workloads/kubernetes/wordpress/gcp/network-config?ref=master > network-config.yaml
|
||||
kubectl kustomize github.com/crossplane/crossplane//cluster/examples/workloads/kubernetes/wordpress/gcp/network-config?ref=master > network-config.yaml
|
||||
```
|
||||
|
||||
This will save the sample network configuration resources locally in
|
||||
|
@ -299,7 +299,7 @@ repository.
|
|||
Apply the sample GCP resource classes:
|
||||
|
||||
```bash
|
||||
kubectl apply -k github.com/crossplaneio/crossplane//cluster/examples/workloads/kubernetes/wordpress/gcp/resource-classes?ref=master
|
||||
kubectl apply -k github.com/crossplane/crossplane//cluster/examples/workloads/kubernetes/wordpress/gcp/resource-classes?ref=master
|
||||
```
|
||||
|
||||
And you're done! Note that these resources do not immediately provision external GCP resourcs.
|
||||
|
@ -309,7 +309,7 @@ And you're done! Note that these resources do not immediately provision external
|
|||
To inspect the resource classes that we created above, run:
|
||||
|
||||
```bash
|
||||
kubectl kustomize github.com/crossplaneio/crossplane//cluster/examples/workloads/kubernetes/wordpress/gcp/resource-classes?ref=master > resource-classes.yaml
|
||||
kubectl kustomize github.com/crossplane/crossplane//cluster/examples/workloads/kubernetes/wordpress/gcp/resource-classes?ref=master > resource-classes.yaml
|
||||
```
|
||||
|
||||
This will save the sample resource classes YAML locally in
|
||||
|
@ -400,26 +400,26 @@ where we left off.
|
|||
|
||||
<!-- Links -->
|
||||
[crossplane-concepts]: concepts.md
|
||||
[crossplane-cli]: https://github.com/crossplaneio/crossplane-cli/tree/release-0.2
|
||||
[crossplane-gcp-networking-docs]: https://github.com/crossplaneio/crossplane/blob/master/design/one-pager-resource-connectivity-mvp.md#google-cloud-platform
|
||||
[stacks-guide]: https://github.com/crossplaneio/crossplane/blob/master/docs/stacks-guide.md
|
||||
[gcp-credentials]: https://github.com/crossplaneio/crossplane/blob/master/cluster/examples/gcp-credentials.sh
|
||||
[crossplane-cli]: https://github.com/crossplane/crossplane-cli/tree/release-0.2
|
||||
[crossplane-gcp-networking-docs]: https://github.com/crossplane/crossplane/blob/master/design/one-pager-resource-connectivity-mvp.md#google-cloud-platform
|
||||
[stacks-guide]: https://github.com/crossplane/crossplane/blob/master/docs/stacks-guide.md
|
||||
[gcp-credentials]: https://github.com/crossplane/crossplane/blob/master/cluster/examples/gcp-credentials.sh
|
||||
[gcp-enable-apis]: https://cloud.google.com/endpoints/docs/openapi/enable-api
|
||||
[gcp-assign-roles]: https://cloud.google.com/iam/docs/granting-roles-to-service-accounts
|
||||
[gcp]: https://cloud.google.com/
|
||||
[stacks-guide-continue]: https://github.com/crossplaneio/crossplane/blob/master/docs/stacks-guide.md#install-support-for-our-application-into-crossplane
|
||||
[sample-wordpress-stack]: https://github.com/crossplaneio/sample-stack-wordpress
|
||||
[stack-docs]: https://github.com/crossplaneio/crossplane/blob/master/design/design-doc-stacks.md#crossplane-stacks
|
||||
[stack-gcp]: https://github.com/crossplaneio/stack-gcp
|
||||
[resource-claims-and-classes-docs]: https://github.com/crossplaneio/crossplane/blob/master/docs/concepts.md#resource-claims-and-resource-classes
|
||||
[cloud-provider-setup-gcp]: https://github.com/crossplaneio/crossplane/blob/master/docs/cloud-providers/gcp/gcp-provider.md
|
||||
[stacks-guide-continue]: https://github.com/crossplane/crossplane/blob/master/docs/stacks-guide.md#install-support-for-our-application-into-crossplane
|
||||
[sample-wordpress-stack]: https://github.com/crossplane/sample-stack-wordpress
|
||||
[stack-docs]: https://github.com/crossplane/crossplane/blob/master/design/design-doc-stacks.md#crossplane-stacks
|
||||
[stack-gcp]: https://github.com/crossplane/stack-gcp
|
||||
[resource-claims-and-classes-docs]: https://github.com/crossplane/crossplane/blob/master/docs/concepts.md#resource-claims-and-resource-classes
|
||||
[cloud-provider-setup-gcp]: https://github.com/crossplane/crossplane/blob/master/docs/cloud-providers/gcp/gcp-provider.md
|
||||
[gcp-network-configuration]: https://cloud.google.com/vpc/docs/vpc
|
||||
[Cross Resource Referencing]: https://github.com/crossplaneio/crossplane/blob/master/design/one-pager-cross-resource-referencing.md
|
||||
[sample GCP resource classes]: https://github.com/crossplaneio/crossplane/tree/master/cluster/examples/workloads/kubernetes/wordpress/gcp/resource-classes?ref=master
|
||||
[Cross Resource Referencing]: https://github.com/crossplane/crossplane/blob/master/design/one-pager-cross-resource-referencing.md
|
||||
[sample GCP resource classes]: https://github.com/crossplane/crossplane/tree/master/cluster/examples/workloads/kubernetes/wordpress/gcp/resource-classes?ref=master
|
||||
[gcp-cloudsql]: https://cloud.google.com/sql/
|
||||
[gcp-gke]: https://cloud.google.com/kubernetes-engine/
|
||||
[sample GCP network configuration]: https://github.com/crossplaneio/crossplane/tree/master/cluster/examples/workloads/kubernetes/wordpress/gcp/network-config?ref=master
|
||||
[sample GCP network configuration]: https://github.com/crossplane/crossplane/tree/master/cluster/examples/workloads/kubernetes/wordpress/gcp/network-config?ref=master
|
||||
[gcp-ip-address]: https://cloud.google.com/compute/docs/ip-addresses/
|
||||
[gcp-connection]: https://cloud.google.com/vpc/docs/configure-private-services-access
|
||||
[resource class selection]: https://github.com/crossplaneio/crossplane/blob/master/design/one-pager-simple-class-selection.md
|
||||
[resource class selection]: https://github.com/crossplane/crossplane/blob/master/design/one-pager-simple-class-selection.md
|
||||
[gcp-provider-guide]: cloud-providers/gcp/gcp-provider.md
|
||||
|
|
|
@ -182,13 +182,13 @@ If you want to skip the rest of the guide and just deploy Yugastore, you can
|
|||
run:
|
||||
|
||||
```bash
|
||||
kubectl apply -k https://github.com/crossplaneio/crossplane//cluster/examples/rook/yugastore?ref=master
|
||||
kubectl apply -k https://github.com/crossplane/crossplane//cluster/examples/rook/yugastore?ref=master
|
||||
```
|
||||
|
||||
And you're done! You can check the status of the provisioning by running:
|
||||
|
||||
```bash
|
||||
kubectl get -k https://github.com/crossplaneio/crossplane//cluster/examples/rook/yugastore?ref=master
|
||||
kubectl get -k https://github.com/crossplane/crossplane//cluster/examples/rook/yugastore?ref=master
|
||||
```
|
||||
|
||||
If you did not opt for this shortcut, keep reading.
|
||||
|
@ -867,7 +867,7 @@ resources in, checkout the [services guide][services].
|
|||
[CustomResourceDefinition]: https://kubernetes.io/docs/concepts/extend-kubernetes/api-extension/custom-resources/
|
||||
[instance]: https://rook.io/docs/rook/v1.1/yugabytedb-cluster-crd.html
|
||||
[operator YAML]: https://github.com/rook/rook/blob/master/cluster/examples/kubernetes/yugabytedb/operator.yaml
|
||||
[complex-workload-design]: https://github.com/crossplaneio/crossplane/blob/master/design/design-doc-complex-workloads.md#design
|
||||
[complex-workload-design]: https://github.com/crossplane/crossplane/blob/master/design/design-doc-complex-workloads.md#design
|
||||
|
||||
[services]: services-guide.md
|
||||
[stacks]: stacks-guide.md
|
||||
|
|
|
@ -219,7 +219,7 @@ a `Namespace`, `Deployment`, and `Service`. The `KubernetesApplication` resourc
|
|||
available once the Kubernetes resources have been created on the target cluster.
|
||||
|
||||
To check the status, you can use [the trace
|
||||
command](https://github.com/crossplaneio/crossplane-cli/tree/master/docs/trace-command.md)
|
||||
command](https://github.com/crossplane/crossplane-cli/tree/master/docs/trace-command.md)
|
||||
of the Crossplane CLI.
|
||||
|
||||
```
|
||||
|
@ -342,16 +342,16 @@ guide][stack-developer-guide].
|
|||
* [Kubernetes documentation][kubernetes-docs]
|
||||
|
||||
<!-- Named links -->
|
||||
[crossplane-cli]: https://github.com/crossplaneio/crossplane-cli/tree/release-0.2
|
||||
[crossplane-cli-docs]: https://github.com/crossplaneio/crossplane-cli/blob/release-0.2/README.md
|
||||
[crossplane-cli]: https://github.com/crossplane/crossplane-cli/tree/release-0.2
|
||||
[crossplane-cli-docs]: https://github.com/crossplane/crossplane-cli/blob/release-0.2/README.md
|
||||
[crossplane-concepts]: concepts.md
|
||||
[crossplane-install-docs]: install-crossplane.md
|
||||
[crossplane-api-reference]: api.md
|
||||
|
||||
[kubernetesapplicationresource-docs]: https://github.com/crossplaneio/crossplane/blob/master/design/design-doc-complex-workloads.md
|
||||
[kubernetesapplicationresource-docs]: https://github.com/crossplane/crossplane/blob/master/design/design-doc-complex-workloads.md
|
||||
[claims-docs]: concepts.md#resource-claims-and-resource-classes
|
||||
[resource-classes-docs]: concepts.md#resource-claims-and-resource-classes
|
||||
[portable-classes-docs]: https://github.com/crossplaneio/crossplane/blob/master/design/one-pager-default-resource-class.md
|
||||
[portable-classes-docs]: https://github.com/crossplane/crossplane/blob/master/design/one-pager-default-resource-class.md
|
||||
[workloads-docs]: concepts.md#resources-and-workloads
|
||||
|
||||
[kubernetes-concepts]: https://kubernetes.io/docs/concepts/
|
||||
|
@ -369,11 +369,11 @@ guide][stack-developer-guide].
|
|||
[gcp-setup]: stacks-guide-gcp.md
|
||||
[azure-setup]: stacks-guide-azure.md
|
||||
|
||||
[stack-docs]: https://github.com/crossplaneio/crossplane/blob/master/design/design-doc-stacks.md#crossplane-stacks
|
||||
[stack-quick-start]: https://github.com/crossplaneio/crossplane-cli/tree/release-0.2#quick-start-stacks
|
||||
[stack-concepts]: https://github.com/crossplaneio/crossplane/blob/master/design/design-doc-stacks.md#crossplane-stacks
|
||||
[stack-docs]: https://github.com/crossplane/crossplane/blob/master/design/design-doc-stacks.md#crossplane-stacks
|
||||
[stack-quick-start]: https://github.com/crossplane/crossplane-cli/tree/release-0.2#quick-start-stacks
|
||||
[stack-concepts]: https://github.com/crossplane/crossplane/blob/master/design/design-doc-stacks.md#crossplane-stacks
|
||||
[stack-registry]: https://hub.docker.com/search?q=crossplane&type=image
|
||||
[stack-manager-docs]: https://github.com/crossplaneio/crossplane/blob/master/design/design-doc-stacks.md#installation-flow
|
||||
[stack-format-docs]: https://github.com/crossplaneio/crossplane/blob/master/design/design-doc-stacks.md#stack-package-format
|
||||
[stack-manager-docs]: https://github.com/crossplane/crossplane/blob/master/design/design-doc-stacks.md#installation-flow
|
||||
[stack-format-docs]: https://github.com/crossplane/crossplane/blob/master/design/design-doc-stacks.md#stack-package-format
|
||||
[stack-developer-guide]: developer-guide.md
|
||||
[provider-stack-developer-guide]: developer-guide.md
|
||||
|
|
|
@ -14,7 +14,7 @@ indent: true
|
|||
|
||||
## Using the trace command
|
||||
|
||||
The [Crossplane CLI](https://github.com/crossplaneio/crossplane-cli) trace
|
||||
The [Crossplane CLI](https://github.com/crossplane/crossplane-cli) trace
|
||||
command provides a holistic view for a particular object and related
|
||||
ones to ease debugging and troubleshooting process. It finds the
|
||||
relevant Crossplane resources for a given one and provides detailed
|
||||
|
@ -34,7 +34,7 @@ kubectl crossplane trace KubernetesApplication wordpress-app-83f04457-0b1b-4532-
|
|||
kubectl crossplane trace MySQLInstance wordpress-mysql-83f04457-0b1b-4532-9691-f55cf6c0da6e -n app-project1-dev
|
||||
```
|
||||
|
||||
For more information, see [the trace command documentation](https://github.com/crossplaneio/crossplane-cli/tree/master/docs/trace-command.md).
|
||||
For more information, see [the trace command documentation](https://github.com/crossplane/crossplane-cli/tree/master/docs/trace-command.md).
|
||||
|
||||
## Resource Status and Conditions
|
||||
|
||||
|
|
|
@ -232,7 +232,7 @@ environments for your specific use case!
|
|||
[GCP provider]: cloud-providers/gcp/gcp-provider.md
|
||||
[AWS provider]: cloud-providers/aws/aws-provider.md
|
||||
[Azure provider]: cloud-providers/azure/azure-provider.md
|
||||
[this repository]: https://github.com/crossplaneio/crosscd/tree/master/classpacks/workflow/argo
|
||||
[wordpress-dir]: https://github.com/crossplaneio/crosscd/tree/master/classpacks/workflow/argo/app
|
||||
[app-patch]: https://github.com/crossplaneio/crosscd/blob/master/classpacks/workflow/argo/app/patch.yaml
|
||||
[AWS infrastructure directory]: https://github.com/crossplaneio/crosscd/tree/master/classpacks/workflow/argo/infra/aws
|
||||
[this repository]: https://github.com/crossplane/crosscd/tree/master/classpacks/workflow/argo
|
||||
[wordpress-dir]: https://github.com/crossplane/crosscd/tree/master/classpacks/workflow/argo/app
|
||||
[app-patch]: https://github.com/crossplane/crosscd/blob/master/classpacks/workflow/argo/app/patch.yaml
|
||||
[AWS infrastructure directory]: https://github.com/crossplane/crosscd/tree/master/classpacks/workflow/argo/infra/aws
|
Loading…
Reference in New Issue