Versions in this module Expand all Collapse all v0 v0.5.0 Jul 25, 2019 Changes in this version + const GroupName + const GroupNameAnnotationKey + const GroupVersion + const NotEnoughPodsReason + const NotEnoughResourcesReason + const PodDeletedReason + const PodFailedReason + var AddToScheme = SchemeBuilder.AddToScheme + var SchemeBuilder = runtime.NewSchemeBuilder(addKnownTypes) + var SchemeGroupVersion = schema.GroupVersion + func Resource(resource string) schema.GroupResource + type PodGroup struct + Spec PodGroupSpec + Status PodGroupStatus + func (in *PodGroup) DeepCopy() *PodGroup + func (in *PodGroup) DeepCopyInto(out *PodGroup) + func (in *PodGroup) DeepCopyObject() runtime.Object + type PodGroupCondition struct + LastTransitionTime metav1.Time + Message string + Reason string + Status v1.ConditionStatus + TransitionID string + Type PodGroupConditionType + func (in *PodGroupCondition) DeepCopy() *PodGroupCondition + func (in *PodGroupCondition) DeepCopyInto(out *PodGroupCondition) + type PodGroupConditionType string + const PodGroupUnschedulableType + type PodGroupList struct + Items []PodGroup + func (in *PodGroupList) DeepCopy() *PodGroupList + func (in *PodGroupList) DeepCopyInto(out *PodGroupList) + func (in *PodGroupList) DeepCopyObject() runtime.Object + type PodGroupPhase string + const PodGroupPending + const PodGroupRunning + const PodGroupUnknown + type PodGroupSpec struct + MinMember int32 + PriorityClassName string + Queue string + func (in *PodGroupSpec) DeepCopy() *PodGroupSpec + func (in *PodGroupSpec) DeepCopyInto(out *PodGroupSpec) + type PodGroupStatus struct + Conditions []PodGroupCondition + Failed int32 + Phase PodGroupPhase + Running int32 + Succeeded int32 + func (in *PodGroupStatus) DeepCopy() *PodGroupStatus + func (in *PodGroupStatus) DeepCopyInto(out *PodGroupStatus) + type Queue struct + Spec QueueSpec + Status QueueStatus + func (in *Queue) DeepCopy() *Queue + func (in *Queue) DeepCopyInto(out *Queue) + func (in *Queue) DeepCopyObject() runtime.Object + type QueueList struct + Items []Queue + func (in *QueueList) DeepCopy() *QueueList + func (in *QueueList) DeepCopyInto(out *QueueList) + func (in *QueueList) DeepCopyObject() runtime.Object + type QueueSpec struct + Capability v1.ResourceList + Weight int32 + func (in *QueueSpec) DeepCopy() *QueueSpec + func (in *QueueSpec) DeepCopyInto(out *QueueSpec) + type QueueStatus struct + Pending int32 + Running int32 + Unknown int32 + func (in *QueueStatus) DeepCopy() *QueueStatus + func (in *QueueStatus) DeepCopyInto(out *QueueStatus)