Versions in this module Expand all Collapse all v0 v0.3.0 Feb 21, 2020 Changes in this version + const GroupName + const NotEnoughPodsReason + const NotEnoughResourcesReason + const PodDeletedReason + const PodFailedReason + var AddToScheme = SchemeBuilder.AddToScheme + var SchemeBuilder = runtime.NewSchemeBuilder(addKnownTypes) + var SchemeGroupVersion = schema.GroupVersion + 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 PodGroupConditionDetail string + const PodGroupNotReady + const PodGroupReady + type PodGroupConditionType string + const PodGroupScheduled + 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 PodGroupInqueue + const PodGroupPending + const PodGroupRunning + const PodGroupUnknown + type PodGroupSpec struct + MinMember int32 + MinResources *v1.ResourceList + 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 QueueAction string + const CloseQueueAction + const OpenQueueAction + const SyncQueueAction + type QueueEvent string + const QueueCommandIssuedEvent + const QueueOutOfSyncEvent + 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 + Reclaimable *bool + State QueueState + Weight int32 + func (in *QueueSpec) DeepCopy() *QueueSpec + func (in *QueueSpec) DeepCopyInto(out *QueueSpec) + type QueueState string + const QueueStateClosed + const QueueStateClosing + const QueueStateOpen + const QueueStateUnknown + type QueueStatus struct + Inqueue int32 + Pending int32 + Running int32 + State QueueState + Unknown int32 + func (in *QueueStatus) DeepCopy() *QueueStatus + func (in *QueueStatus) DeepCopyInto(out *QueueStatus)