Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ type ResourceList map[ResourceName]resource.Quantity
type CapacityBufferSpec struct {
// ProvisioningStrategy defines how the buffer is utilized.
// "buffer.x-k8s.io/active-capacity" is the default strategy, where the buffer actively scales up the cluster by creating placeholder pods.
// +kubebuilder:validation:Enum=buffer.x-k8s.io/active-capacity
// +kubebuilder:default="buffer.x-k8s.io/active-capacity"
// +optional
ProvisioningStrategy *string `json:"provisioningStrategy,omitempty" protobuf:"bytes,1,opt,name=provisioningStrategy"`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,6 @@ spec:
description: |-
ProvisioningStrategy defines how the buffer is utilized.
"buffer.x-k8s.io/active-capacity" is the default strategy, where the buffer actively scales up the cluster by creating placeholder pods.
enum:
- buffer.x-k8s.io/active-capacity
type: string
replicas:
description: |-
Expand Down