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
metadata ObjectMeta

Standard object's metadata. More information:

https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata

spec
Property Type Description
spec Object spec defines the desired state of DatagateInstanceService
spec.license Object License - spec.license determines whether a license has been accepted
spec.license.accept Boolean License acceptance switch
spec.db2CredentialsSecretName String Name of the secret that stores the Db2® Warehouse on Cloud credentials
spec.version String The desired version of the instance
spec.namespace String The namespace in which the instance is going to be installed
spec.operatorNamespace String The namespace in which the operator has been installed
spec.data_gate_instance_id String The unique ID of the instance
spec.dg_instance_display_name String The display name of the instance
status
Property Type Description
status Object Status defines the observed state of DatagateInstanceService
status.conditions Array A list of conditions, each of which is containing the latst transition time (lastTransitionTime), the message, the type, the status, and optionally some other information
status.datagateInstanceStatus String The status of the instance (one of the following):
  • "Completed"
  • "InProgress"
  • "Failed"
  • "InMaintenance"
status.version Object Information about the reconciled version of the instance
status.version.reconciled String The version you selected to be installed (and was in fact installed if the status is "Completed")