For the complete documentation index, see llms.txt.
Skip to main content
Version: 8.10 (unreleased)

Type Alias: ClusterVariableResultBase

type ClusterVariableResultBase = object;

Cluster variable response item.

Properties

kind

kind: ClusterVariableKindEnum;

metadata

metadata: object;

A generic key-value metadata bag attached to the cluster variable. Values are strings or numbers.

Index Signature

[key: string]: string | number

name

name: ClusterVariableName;

The name of the cluster variable. Unique within its scope (global or tenant-specific).


scope

scope: ClusterVariableScopeEnum;

tenantId

tenantId: string | null;

Only provided if the cluster variable scope is TENANT. Null for global scope variables.