Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClusterScheduling ¶
type ClusterScheduling struct {
SchedulingStatus []PodRequestScheduling `json:"schedulingStatus"`
}
ClusterScheduling define cluster scheduling status.
type NodeScheduling ¶
type NodeScheduling struct { Node *v1.Node `json:"node,omitempty"` PredMaxschedulingCount int64 `json:"predMaxschedulingCount"` LastReason []PredicateFailureReason `json:"lastReason,omitempty"` }
NodeScheduling define node scheduling status.
type PodRequestScheduling ¶
type PodRequestScheduling struct { Pod *v1.Pod `json:"pod"` PredMaxschedulingCount int64 `json:"predMaxschedulingCount"` NodeScheduling []NodeScheduling `json:"nodeScheduling"` }
PodRequestScheduling define pod scheduling status.
type PredicateFailureReason ¶
PredicateFailureReason interface represents the failure reason of a predicate.
Click to show internal directories.
Click to hide internal directories.