Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Metadata ¶
type Metadata struct {
Annotations map[string]string
Labels map[string]string
PriorityClassName string
Preemptibility v2alpha2.Preemptibility
Queue string
Namespace string
Name string
MinAvailable int32
Owner metav1.OwnerReference
SubGroups []*SubGroupMetadata
PreferredTopologyLevel string
RequiredTopologyLevel string
Topology string
}
func (*Metadata) FindSubGroupForPod ¶ added in v0.13.0
func (m *Metadata) FindSubGroupForPod(podNamespace, podName string) *SubGroupMetadata
type SubGroupMetadata ¶ added in v0.7.13
type SubGroupMetadata struct {
Name string
MinAvailable int32
Parent *string
PodsReferences []string
TopologyConstraints *TopologyConstraintMetadata
}
type TopologyConstraintMetadata ¶ added in v0.13.0
Click to show internal directories.
Click to hide internal directories.