Attributes of a Kubernetes cluster in the fleet.

Hierarchy

  • FleetClusterAttributes

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
agentVersions?: string[]

Datadog Agent versions running in the cluster.

apiKeyNames?: string[]

API key names used by agents in the cluster.

apiKeyUuids?: string[]

API key UUIDs used by agents in the cluster.

cloudProviders?: string[]

Cloud providers hosting the cluster.

clusterName?: string

The name of the Kubernetes cluster.

enabledProducts?: string[]

Datadog products enabled in the cluster.

envs?: string[]

Environments associated with the cluster.

firstSeenAt?: number

Timestamp when the cluster was first seen.

installMethodTool?: string

The tool used to install agents in the cluster.

nodeCount?: number

Total number of nodes in the cluster.

nodeCountByStatus?: {
    [key: string]: number;
}

Node counts grouped by status.

Type declaration

  • [key: string]: number
operatingSystems?: string[]

Operating systems of nodes in the cluster.

otelCollectorDistributions?: string[]

OpenTelemetry collector distributions in the cluster.

otelCollectorVersions?: string[]

OpenTelemetry collector versions in the cluster.

podCountByState?: {
    [key: string]: number;
}

Pod counts grouped by state.

Type declaration

  • [key: string]: number
services?: string[]

Services running in the cluster.

teams?: string[]

Teams associated with the cluster.

Generated using TypeDoc