Versions in this module Expand all Collapse all v0 v0.3.0 Feb 21, 2020 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 Convert_scheduling_PodGroupCondition_To_v1alpha1_PodGroupCondition(in *scheduling.PodGroupCondition, out *PodGroupCondition, s conversion.Scope) error + func Convert_scheduling_PodGroupList_To_v1alpha1_PodGroupList(in *scheduling.PodGroupList, out *PodGroupList, s conversion.Scope) error + func Convert_scheduling_PodGroupSpec_To_v1alpha1_PodGroupSpec(in *scheduling.PodGroupSpec, out *PodGroupSpec, s conversion.Scope) error + func Convert_scheduling_PodGroupStatus_To_v1alpha1_PodGroupStatus(in *scheduling.PodGroupStatus, out *PodGroupStatus, s conversion.Scope) error + func Convert_scheduling_PodGroup_To_v1alpha1_PodGroup(in *scheduling.PodGroup, out *PodGroup, s conversion.Scope) error + func Convert_scheduling_QueueList_To_v1alpha1_QueueList(in *scheduling.QueueList, out *QueueList, s conversion.Scope) error + func Convert_scheduling_QueueSpec_To_v1alpha1_QueueSpec(in *scheduling.QueueSpec, out *QueueSpec, s conversion.Scope) error + func Convert_scheduling_QueueStatus_To_v1alpha1_QueueStatus(in *scheduling.QueueStatus, out *QueueStatus, s conversion.Scope) error + func Convert_scheduling_Queue_To_v1alpha1_Queue(in *scheduling.Queue, out *Queue, s conversion.Scope) error + func Convert_v1alpha1_PodGroupCondition_To_scheduling_PodGroupCondition(in *PodGroupCondition, out *scheduling.PodGroupCondition, s conversion.Scope) error + func Convert_v1alpha1_PodGroupList_To_scheduling_PodGroupList(in *PodGroupList, out *scheduling.PodGroupList, s conversion.Scope) error + func Convert_v1alpha1_PodGroupSpec_To_scheduling_PodGroupSpec(in *PodGroupSpec, out *scheduling.PodGroupSpec, s conversion.Scope) error + func Convert_v1alpha1_PodGroupStatus_To_scheduling_PodGroupStatus(in *PodGroupStatus, out *scheduling.PodGroupStatus, s conversion.Scope) error + func Convert_v1alpha1_PodGroup_To_scheduling_PodGroup(in *PodGroup, out *scheduling.PodGroup, s conversion.Scope) error + func Convert_v1alpha1_QueueList_To_scheduling_QueueList(in *QueueList, out *scheduling.QueueList, s conversion.Scope) error + func Convert_v1alpha1_QueueSpec_To_scheduling_QueueSpec(in *QueueSpec, out *scheduling.QueueSpec, s conversion.Scope) error + func Convert_v1alpha1_QueueStatus_To_scheduling_QueueStatus(in *QueueStatus, out *scheduling.QueueStatus, s conversion.Scope) error + func Convert_v1alpha1_Queue_To_scheduling_Queue(in *Queue, out *scheduling.Queue, s conversion.Scope) error + func RegisterConversions(s *runtime.Scheme) error + 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 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 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)