Custom resource definition API
See the following information about the custom resource definition (CRD) API that comes with Data Gate on Cloud.
DatagateInstanceService/v1
For information about the installation parameters, see the IBM® documentation. By installing this product, you accept the licensing terms. See Cost and licensing.
- metadata
-
Property Type Description metadataObjectMeta Standard object's metadata. More information:
https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
- spec
-
Property Type Description specObject specdefines the desired state ofDatagateInstanceServicespec.licenseObject License - spec.licensedetermines whether a license has been acceptedspec.license.acceptBoolean License acceptance switch spec.db2CredentialsSecretNameString Name of the secret that stores the Db2® Warehouse on Cloud credentials spec.versionString The desired version of the instance spec.namespaceString The namespace in which the instance is going to be installed spec.operatorNamespaceString The namespace in which the operator has been installed spec.data_gate_instance_idString The unique ID of the instance spec.dg_instance_display_nameString The display name of the instance - status
-
Property Type Description statusObject Status defines the observed state of DatagateInstanceServicestatus.conditionsArray A list of conditions, each of which is containing the latst transition time ( lastTransitionTime), the message, the type, the status, and optionally some other informationstatus.datagateInstanceStatusString The status of the instance (one of the following): "Completed""InProgress""Failed""InMaintenance"
status.versionObject Information about the reconciled version of the instance status.version.reconciledString The version you selected to be installed (and was in fact installed if the status is "Completed")