keps/sig-network/2079-network-policy-port-range/kep.yaml (24 lines of code) (raw):
title: Allow a Network Policy to contemplate a set of ports in a single rule
kep-number: 2079
authors:
- "@rikatz"
owning-sig: sig-network
status: implementable
creation-date: "2020-10-08"
reviewers:
- "@andrewsykim"
- "@abhiraut"
- "@danwinship"
approvers:
- "@thockin"
# The target maturity stage in the current dev cycle for this KEP.
stage: stable
# The most recent milestone for which work toward delivery of this KEP has been
# done. This can be the current (upcoming) milestone, if it is being actively
# worked on.
latest-milestone: "v1.25"
# The milestone at which this feature was, or is targeted to be, at each stage.
milestone:
alpha: "v1.21"
beta: "v1.22"
stable: "v1.25"
# The following PRR answers are required at alpha release
# List the feature gate name and the components for which it must be enabled
feature-gates:
- name: NetworkPolicyEndPort
components:
- kube-apiserver
disable-supported: true