Documentation ¶
Index ¶
Constants ¶
View Source
const ( CPU = policy.CPU Memory = policy.Memory AmountAbsent = policy.AmountAbsent AmountQuantity = policy.AmountQuantity AmountCPUSet = policy.AmountCPUSet )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AmountKind ¶
type AmountKind = policy.AmountKind
type Config ¶
type Config struct { AvailableResources Constraints `json:"availableResources,omitempty"` // +kubebuilder:validation:Required ReservedResources Constraints `json:"reservedResources"` }
+k8s:deepcopy-gen=true +optional
func (*Config) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Config.
func (*Config) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type Constraints ¶
type Constraints = policy.Constraints
Click to show internal directories.
Click to hide internal directories.