Documentation ¶
Index ¶
- Constants
- func DeleteClusterQueue(ctx context.Context, c client.Client, cq *kueue.ClusterQueue) error
- func DeleteNamespace(ctx context.Context, c client.Client, ns *corev1.Namespace) error
- func DeleteQueue(ctx context.Context, c client.Client, q *kueue.Queue) error
- func DeleteResourceFlavor(ctx context.Context, c client.Client, rf *kueue.ResourceFlavor) error
- func ExpectWorkloadsToBeAdmitted(ctx context.Context, k8sClient client.Client, cqName string, ...)
- func ExpectWorkloadsToBePending(ctx context.Context, k8sClient client.Client, wls ...*kueue.Workload)
- func UpdateWorkloadStatus(ctx context.Context, k8sClient client.Client, wl *kueue.Workload, ...)
- type Framework
- type ManagerSetup
Constants ¶
View Source
const ( Timeout = time.Second * 10 ConsistentDuration = time.Second * 3 Interval = time.Millisecond * 250 )
Variables ¶
This section is empty.
Functions ¶
func DeleteClusterQueue ¶
func DeleteNamespace ¶
DeleteNamespace deletes all objects the tests typically create in the namespace.
func DeleteResourceFlavor ¶
Types ¶
type Framework ¶
type Framework struct { CRDPath string ManagerSetup ManagerSetup // contains filtered or unexported fields }
type ManagerSetup ¶
Click to show internal directories.
Click to hide internal directories.