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 20-1 TimesTenClassic syntax

Field Type Description

apiVersion

string

Versioned schema of this representation of an object.

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

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

Use the v4 schema version by specifying timesten.oracle.com/v4. The v3 and v2 schema versions are available to facilitate upwards compatibility from earlier releases of the TimesTen Operator. The v2 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 TimesTen CRDs.

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.