GetProjectEnvironmentsEnvironment

data class GetProjectEnvironmentsEnvironment(val autoStopAt: String, val autoStopSetting: String, val clusterAgentId: Int, val createdAt: String, val description: String, val externalUrl: String, val fluxResourcePath: String, val id: Int, val kubernetesNamespace: String, val name: String, val slug: String, val state: String, val tier: String, val updatedAt: String)

Constructors

Link copied to clipboard
constructor(autoStopAt: String, autoStopSetting: String, clusterAgentId: Int, createdAt: String, description: String, externalUrl: String, fluxResourcePath: String, id: Int, kubernetesNamespace: String, name: String, slug: String, state: String, tier: String, updatedAt: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Timestamp of when the environment is scheduled to stop, RFC3339 format.

Link copied to clipboard

The auto stop setting for the environment.

Link copied to clipboard

The ID of the environments cluster agent or null if none is assigned.

Link copied to clipboard

Timestamp of the environment creation, RFC3339 format.

Link copied to clipboard

The description of the environment.

Link copied to clipboard

Place to link to for this environment.

Link copied to clipboard

The Flux resource path to associate with this environment.

Link copied to clipboard
val id: Int

The ID of the environment.

Link copied to clipboard

The Kubernetes namespace to associate with this environment.

Link copied to clipboard

The name of the environment.

Link copied to clipboard

The simplified version of the environment name, suitable for inclusion in DNS, URLs, Kubernetes labels, and so on. The slug is truncated to 24 characters. A random suffix is automatically added to uppercase environment names.

Link copied to clipboard

The state of the environment. Value can be one of available, stopping, stopped. Returns all environments if not set.

Link copied to clipboard

The tier of the environment. Value can be one of production, staging, testing, development, other. Returns all environments if not set.

Link copied to clipboard

Timestamp of the last environment update, RFC3339 format.