FirestoreDatabase
- v1alpha8
Name | Type | Description | Required |
---|---|---|---|
apiVersion | string | gcp.konfig.realkinetic.com/v1alpha8 | true |
kind | string | FirestoreDatabase | true |
metadata | object | Refer to the Kubernetes API documentation for the fields of the metadata field. | true |
spec | object | true | |
status | object | false |
FirestoreDatabase.spec
Name | Type | Description | Required |
---|---|---|---|
locationId | string | The location of the database. Available locations are listed at https://cloud.google.com/firestore/docs/locations. Default: nam5 | true |
type | string | The type of database. See https://cloud.google.com/datastore/docs/firestore-or-datastore for information about how to choose. Default: FIRESTORE_NATIVE | true |
appEngineIntegrationMode | string | The App Engine integration mode to use for this database. | false |
cmekConfig | object | Optional. Presence indicates CMEK is enabled for this database | false |
concurrencyMode | string | The concurrency control mode to use for this database. | false |
deletionProtectionState | string | State of delete protection for the database. | false |
pointInTimeRecoveryEnablement | string | Whether to enable the PITR feature on this database. | false |
resourceID | string | A unique id for the given resource | false |
FirestoreDatabase.spec.cmekConfig
Optional. Presence indicates CMEK is enabled for this database
Name | Type | Description | Required |
---|---|---|---|
kmsKeyName | string | Required. Only keys in the same location as this database are allowed to be used for encryption. | false |
FirestoreDatabase.status
Name | Type | Description | Required |
---|---|---|---|
conditions | []object | Conditions represent the latest available observation of the resource's current state. | false |
observedGeneration | integer | ObservedGeneration is the generation of the resource that was most recently observed by the Config Connector controller. If this is equal to metadata.generation, then that means that the current reported status reflects the most recent desired state of the resource. | false |
selfLink | string | The URI of the created resource. | false |
FirestoreDatabase.status.conditions[index]
Name | Type | Description | Required |
---|---|---|---|
lastTransitionTime | string | Last time the condition transitioned from one status to another. | false |
message | string | Human-readable message indicating details about last transition. | false |
reason | string | Unique, one-word, CamelCase reason for the condition's last transition. | false |
status | string | Status is the status of the condition. Can be True, False, Unknown. | false |
type | string | Type is the type of the condition. | false |