Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2,951 changes: 2,951 additions & 0 deletions rds.aws.m.upbound.io/cluster_v1beta1.json

Large diffs are not rendered by default.

589 changes: 589 additions & 0 deletions rds.aws.m.upbound.io/clusteractivitystream_v1beta1.json

Large diffs are not rendered by default.

841 changes: 841 additions & 0 deletions rds.aws.m.upbound.io/clusterendpoint_v1beta1.json

Large diffs are not rendered by default.

1,401 changes: 1,401 additions & 0 deletions rds.aws.m.upbound.io/clusterinstance_v1beta1.json

Large diffs are not rendered by default.

311 changes: 311 additions & 0 deletions rds.aws.m.upbound.io/clusterparametergroup_v1beta1.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,311 @@
{
"description": "ClusterParameterGroup is the Schema for the ClusterParameterGroups API. Provides an RDS DB cluster parameter group resource.",
"properties": {
"apiVersion": {
"description": "APIVersion defines the versioned schema of this representation of an object.\nServers should convert recognized schemas to the latest internal value, and\nmay reject unrecognized values.\nMore info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources",
"type": "string"
},
"kind": {
"description": "Kind is a string value representing the REST resource this object represents.\nServers may infer this from the endpoint the client submits requests to.\nCannot be updated.\nIn CamelCase.\nMore info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds",
"type": "string"
},
"metadata": {
"type": "object"
},
"spec": {
"description": "ClusterParameterGroupSpec defines the desired state of ClusterParameterGroup",
"properties": {
"forProvider": {
"properties": {
"description": {
"description": "The description of the DB cluster parameter group.",
"type": "string"
},
"family": {
"description": "The family of the DB cluster parameter group.",
"type": "string"
},
"parameter": {
"description": "A list of DB parameters to apply. Note that parameters may differ from a family to an other. Full list of all parameters can be discovered via aws rds describe-db-cluster-parameters after initial creation of the group.",
"items": {
"properties": {
"applyMethod": {
"description": "\"immediate\" (default), or \"pending-reboot\". Some\nengines can't apply some parameters without a reboot, and you will need to\nspecify \"pending-reboot\" here.",
"type": "string"
},
"name": {
"description": "The name of the DB cluster parameter group.",
"type": "string"
},
"value": {
"description": "The value of the DB parameter.",
"type": "string"
}
},
"type": "object",
"additionalProperties": false
},
"type": "array"
},
"region": {
"description": "Region where this resource will be managed. Defaults to the Region set in the provider configuration.\nRegion is the region you'd like your resource to be created in.",
"type": "string"
},
"tags": {
"additionalProperties": {
"type": "string"
},
"description": "Key-value map of resource tags.",
"type": "object",
"x-kubernetes-map-type": "granular"
}
},
"required": [
"region"
],
"type": "object",
"additionalProperties": false
},
"initProvider": {
"description": "THIS IS A BETA FIELD. It will be honored\nunless the Management Policies feature flag is disabled.\nInitProvider holds the same fields as ForProvider, with the exception\nof Identifier and other resource reference fields. The fields that are\nin InitProvider are merged into ForProvider when the resource is created.\nThe same fields are also added to the terraform ignore_changes hook, to\navoid updating them after creation. This is useful for fields that are\nrequired on creation, but we do not desire to update them after creation,\nfor example because of an external controller is managing them, like an\nautoscaler.",
"properties": {
"description": {
"description": "The description of the DB cluster parameter group.",
"type": "string"
},
"family": {
"description": "The family of the DB cluster parameter group.",
"type": "string"
},
"parameter": {
"description": "A list of DB parameters to apply. Note that parameters may differ from a family to an other. Full list of all parameters can be discovered via aws rds describe-db-cluster-parameters after initial creation of the group.",
"items": {
"properties": {
"applyMethod": {
"description": "\"immediate\" (default), or \"pending-reboot\". Some\nengines can't apply some parameters without a reboot, and you will need to\nspecify \"pending-reboot\" here.",
"type": "string"
},
"name": {
"description": "The name of the DB cluster parameter group.",
"type": "string"
},
"value": {
"description": "The value of the DB parameter.",
"type": "string"
}
},
"type": "object",
"additionalProperties": false
},
"type": "array"
},
"tags": {
"additionalProperties": {
"type": "string"
},
"description": "Key-value map of resource tags.",
"type": "object",
"x-kubernetes-map-type": "granular"
}
},
"type": "object",
"additionalProperties": false
},
"managementPolicies": {
"default": [
"*"
],
"description": "THIS IS A BETA FIELD. It is on by default but can be opted out\nthrough a Crossplane feature flag.\nManagementPolicies specify the array of actions Crossplane is allowed to\ntake on the managed and external resources.\nSee the design doc for more information: https://github.com/crossplane/crossplane/blob/499895a25d1a1a0ba1604944ef98ac7a1a71f197/design/design-doc-observe-only-resources.md?plain=1#L223\nand this one: https://github.com/crossplane/crossplane/blob/444267e84783136daa93568b364a5f01228cacbe/design/one-pager-ignore-changes.md",
"items": {
"description": "A ManagementAction represents an action that the Crossplane controllers\ncan take on an external resource.",
"enum": [
"Observe",
"Create",
"Update",
"Delete",
"LateInitialize",
"*"
],
"type": "string"
},
"type": "array"
},
"providerConfigRef": {
"default": {
"kind": "ClusterProviderConfig",
"name": "default"
},
"description": "ProviderConfigReference specifies how the provider that will be used to\ncreate, observe, update, and delete this managed resource should be\nconfigured.",
"properties": {
"kind": {
"description": "Kind of the referenced object.",
"type": "string"
},
"name": {
"description": "Name of the referenced object.",
"type": "string"
}
},
"required": [
"kind",
"name"
],
"type": "object",
"additionalProperties": false
},
"writeConnectionSecretToRef": {
"description": "WriteConnectionSecretToReference specifies the namespace and name of a\nSecret to which any connection details for this managed resource should\nbe written. Connection details frequently include the endpoint, username,\nand password required to connect to the managed resource.",
"properties": {
"name": {
"description": "Name of the secret.",
"type": "string"
}
},
"required": [
"name"
],
"type": "object",
"additionalProperties": false
}
},
"required": [
"forProvider"
],
"type": "object",
"x-kubernetes-validations": [
{
"message": "spec.forProvider.family is a required parameter",
"rule": "!('*' in self.managementPolicies || 'Create' in self.managementPolicies || 'Update' in self.managementPolicies) || has(self.forProvider.family) || (has(self.initProvider) && has(self.initProvider.family))"
}
],
"additionalProperties": false
},
"status": {
"description": "ClusterParameterGroupStatus defines the observed state of ClusterParameterGroup.",
"properties": {
"atProvider": {
"properties": {
"arn": {
"description": "The ARN of the db cluster parameter group.",
"type": "string"
},
"description": {
"description": "The description of the DB cluster parameter group.",
"type": "string"
},
"family": {
"description": "The family of the DB cluster parameter group.",
"type": "string"
},
"id": {
"description": "The db cluster parameter group name.",
"type": "string"
},
"parameter": {
"description": "A list of DB parameters to apply. Note that parameters may differ from a family to an other. Full list of all parameters can be discovered via aws rds describe-db-cluster-parameters after initial creation of the group.",
"items": {
"properties": {
"applyMethod": {
"description": "\"immediate\" (default), or \"pending-reboot\". Some\nengines can't apply some parameters without a reboot, and you will need to\nspecify \"pending-reboot\" here.",
"type": "string"
},
"name": {
"description": "The name of the DB cluster parameter group.",
"type": "string"
},
"value": {
"description": "The value of the DB parameter.",
"type": "string"
}
},
"type": "object",
"additionalProperties": false
},
"type": "array"
},
"region": {
"description": "Region where this resource will be managed. Defaults to the Region set in the provider configuration.\nRegion is the region you'd like your resource to be created in.",
"type": "string"
},
"tags": {
"additionalProperties": {
"type": "string"
},
"description": "Key-value map of resource tags.",
"type": "object",
"x-kubernetes-map-type": "granular"
},
"tagsAll": {
"additionalProperties": {
"type": "string"
},
"description": "A map of tags assigned to the resource, including those inherited from the provider default_tags configuration block.",
"type": "object",
"x-kubernetes-map-type": "granular"
}
},
"type": "object",
"additionalProperties": false
},
"conditions": {
"description": "Conditions of the resource.",
"items": {
"description": "A Condition that may apply to a resource.",
"properties": {
"lastTransitionTime": {
"description": "LastTransitionTime is the last time this condition transitioned from one\nstatus to another.",
"format": "date-time",
"type": "string"
},
"message": {
"description": "A Message containing details about this condition's last transition from\none status to another, if any.",
"type": "string"
},
"observedGeneration": {
"description": "ObservedGeneration represents the .metadata.generation that the condition was set based upon.\nFor instance, if .metadata.generation is currently 12, but the .status.conditions[x].observedGeneration is 9, the condition is out of date\nwith respect to the current state of the instance.",
"format": "int64",
"type": "integer"
},
"reason": {
"description": "A Reason for this condition's last transition from one status to another.",
"type": "string"
},
"status": {
"description": "Status of this condition; is it currently True, False, or Unknown?",
"type": "string"
},
"type": {
"description": "Type of this condition. At most one of each condition type may apply to\na resource at any point in time.",
"type": "string"
}
},
"required": [
"lastTransitionTime",
"reason",
"status",
"type"
],
"type": "object",
"additionalProperties": false
},
"type": "array",
"x-kubernetes-list-map-keys": [
"type"
],
"x-kubernetes-list-type": "map"
},
"observedGeneration": {
"description": "ObservedGeneration is the latest metadata.generation\nwhich resulted in either a ready state, or stalled due to error\nit can not recover from without human intervention.",
"format": "int64",
"type": "integer"
}
},
"type": "object",
"additionalProperties": false
}
},
"required": [
"spec"
],
"type": "object"
}
Loading