FeatureMembershipConfigmanagementConfigSyncDeploymentOverrideContainer

data class FeatureMembershipConfigmanagementConfigSyncDeploymentOverrideContainer(val containerName: String? = null, val cpuLimit: String? = null, val cpuRequest: String? = null, val memoryLimit: String? = null, val memoryRequest: String? = null)

Constructors

constructor(containerName: String? = null, cpuLimit: String? = null, cpuRequest: String? = null, memoryLimit: String? = null, memoryRequest: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val containerName: String? = null

The name of the container.

Link copied to clipboard
val cpuLimit: String? = null

The CPU limit of the container.

Link copied to clipboard
val cpuRequest: String? = null

The CPU request of the container.

Link copied to clipboard
val memoryLimit: String? = null

The memory limit of the container.

Link copied to clipboard
val memoryRequest: String? = null

The memory request of the container.