Documentation ¶
Index ¶
Constants ¶
View Source
const ManagedResourceName = "system"
ManagedResourceName is the name of the ManagedResource containing the resource specifications.
Variables ¶
View Source
var TimeoutWaitForManagedResource = 2 * time.Minute
TimeoutWaitForManagedResource is the timeout used while waiting for the ManagedResources to become healthy or deleted.
Functions ¶
Types ¶
type ReserveExcessCapacityValues ¶
type ReserveExcessCapacityValues struct { // Enabled specifies whether excess capacity reservation should be enabled. Enabled bool // Image is the container image. Image string // Replicas is the number of replicas. Replicas int32 }
ReserveExcessCapacityValues contains configuration for the deployment of the excess capacity reservation resources.
type Values ¶
type Values struct { // ReserveExcessCapacity contains configuration for the deployment of the excess capacity reservation resources. ReserveExcessCapacity ReserveExcessCapacityValues }
Values is a set of configuration values for the system resources.
Click to show internal directories.
Click to hide internal directories.