TimesTenClassic

An object of type TimesTenClassic describes the metadata for deploying TimesTen Classic databases.

The following table describes the syntax for the TimesTenClassic object type.

Table 18-1 TimesTenClassic syntax

Field Type Description

apiVersion

string

Versioned schema of this representation of an object.

The TimesTen Kubernetes Operator supports v5, v4, and v3 schema versions.

The value must be timesten.oracle.com/v5, timesten.oracle.com/v4 or timesten.oracle.com/v3.

Use the v5 schema version by specifying timesten.oracle.com/v5. The v4 and v3 schema versions are available to facilitate upwards compatibility from earlier releases of the TimesTen Operator. The v3 schema version is deprecated. It is fully supported in this release, but will be removed in a future release.

For more information about schema versions for TimesTenClassic objects, see About the TimesTenClassic CRD.

kind

string

Type of object. For example, TimesTenClassic.

metadata

ObjectMeta

Metadata about the object, such as its name. All of the object's metadata is passed from the object to the StatefulSet. For information about ObjectMeta, see:

https://kubernetes.io/docs/reference/kubernetes-api/

spec

TimesTenClassicSpec

Desired configuration of TimesTen Pods and databases.

status

TimesTenClassicStatus

Current status of the Pods in this TimesTenClassic object as well as the status of various TimesTen components within those Pods. This data may be out of date by some window of time.