KubeEnvironmentProfileResponse

data class KubeEnvironmentProfileResponse(val id: String? = null, val name: String, val type: String)

Specification for a Kubernetes Environment to use for this resource.

Constructors

Link copied to clipboard
constructor(id: String? = null, name: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String? = null

Resource ID of the Kubernetes Environment.

Link copied to clipboard

Name of the Kubernetes Environment.

Link copied to clipboard

Resource type of the Kubernetes Environment.