Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeschedulerSnapshotItem ¶ added in v1.67.0
type DeschedulerSnapshotItem struct {
Name string
Spec dsv1alpha2.DeschedulerSpec
}
type InternalValuesDeschedulerSpec ¶ added in v1.67.0
type InternalValuesDeschedulerSpec struct {
Name string `json:"name" yaml:"name"`
NodeLabelSelector string `json:"nodeLabelSelector,omitempty" yaml:"nodeLabelSelector,omitempty"`
PodLabelSelector *metav1.LabelSelector `json:"podLabelSelector,omitempty" yaml:"podLabelSelector,omitempty"`
NamespaceLabelSelector *metav1.LabelSelector `json:"namespaceLabelSelector,omitempty" yaml:"namespaceLabelSelector,omitempty"`
PriorityClassThreshold *dsv1alpha2.PriorityClassThreshold `json:"priorityClassThreshold,omitempty" yaml:"priorityClassThreshold,omitempty"`
Strategies dsv1alpha2.Strategies `json:"strategies" yaml:"strategies"`
}
Click to show internal directories.
Click to hide internal directories.