sigs.k8s.io/kueue@v0.6.2/keps/NNNN-template/kep.yaml (about)

     1  title: KEP Template
     2  kep-number: NNNN
     3  authors:
     4    - "@jane.doe"
     5  status: provisional|implementable|implemented|deferred|rejected|withdrawn|replaced
     6  creation-date: yyyy-mm-dd
     7  reviewers:
     8    - TBD
     9    - "@alice.doe"
    10  approvers:
    11    - TBD
    12    - "@oscar.doe"
    13  
    14  see-also:
    15    - "/keps/1234-we-heard-you-like-keps"
    16    - "/keps/2345-everyone-gets-a-kep"
    17  replaces:
    18    - "/keps/3456-replaced-kep"
    19  
    20  # The target maturity stage in the current dev cycle for this KEP.
    21  stage: alpha|beta|stable
    22  
    23  # The most recent milestone for which work toward delivery of this KEP has been
    24  # done. This can be the current (upcoming) milestone, if it is being actively
    25  # worked on.
    26  latest-milestone: "v0.2"
    27  
    28  # The milestone at which this feature was, or is targeted to be, at each stage.
    29  milestone:
    30    alpha: "v0.2"
    31    beta: "v0.3"
    32    stable: "v0.5"
    33  
    34  # The following PRR answers are required at alpha release
    35  # List the feature gate name and the components for which it must be enabled
    36  feature-gates:
    37    - name: MyFeature
    38  disable-supported: true
    39  
    40  # The following PRR answers are required at beta release
    41  metrics:
    42    - my_feature_metric