Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,12 @@
[![License](https://img.shields.io/badge/license-Apache--2.0-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0)
[![Continuous Integration](https://github.com/project-codeflare/appwrapper/actions/workflows/CI.yaml/badge.svg)](https://github.com/project-codeflare/appwrapper/actions/workflows/CI.yaml)

An AppWrapper is a collection of Kubernetes resources than can be jointly queued
and admitted using [Kueue](https://kueue.sigs.k8s.io).
An AppWrapper contains a collection of Kubernetes resources than can
be jointly queued and admitted for execution using [Kueue](https://kueue.sigs.k8s.io).
AppWrappers provide a flexible and workload-agnostic mechanism for enabling
Kueue to manage a group of Kubernetes resources
as a single logical unit without requiring any Kueue-specific support by
the controllers of those resources.

## Description

Expand Down