sigs.k8s.io/kueue@v0.6.2/keps/420-partial-admission/kep.yaml (about)

     1  title: Allow partial admission of jobs
     2  kep-number: 420
     3  authors:
     4    - "@trasc"
     5  status: implementable
     6  creation-date: 2023-05-10
     7  reviewers:
     8    - "@alculquicondor"
     9    - "@mimowo"
    10  approvers:
    11    - "@alculquicondor"
    12    - "@ahg-g"
    13  
    14  
    15  # The target maturity stage in the current dev cycle for this KEP.
    16  stage: alpha
    17  
    18  # The most recent milestone for which work toward delivery of this KEP has been
    19  # done. This can be the current (upcoming) milestone, if it is being actively
    20  # worked on.
    21  latest-milestone: "v0.4"
    22  
    23  # The milestone at which this feature was, or is targeted to be, at each stage.
    24  milestone:
    25    alpha: "v0.4"
    26    beta: "v0.5"
    27    stable: "v0.6"
    28  
    29  feature-gates:
    30    - name: PartialAdmission