User story tracking: repo setup #2
Conversation
|
/hold |
|
@astoycos: GitHub didn't allow me to assign the following users: Dyanngg. Note that only kubernetes-sigs members, repo collaborators and people who have commented on this issue/PR can be assigned. Additionally, issues/PRs can only have 10 assignees at the same time. |
|
@Dyanngg This is what I was thinking for housing of any user stories for CNP let me know what you think |
|
Updated @Dyanngg |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: astoycos, Dyanngg The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
|
||
| ### Resources: | ||
|
|
||
| * [Style-guides and template for a user story](agile-user-story.md) |
There was a problem hiding this comment.
Markdown formatting error ? The link didnt work for me. Should be formatted as [text](url)
1c96d8a to
b71223b
Compare
|
Thanks for the catch! Fixed the error and added a line explaining that the template is just a "guideline" |
srampal
left a comment
There was a problem hiding this comment.
Please remove that file package.json that has showed up in the diffs
Signed-off-by: Andrew Stoycos <astoycos@redhat.com>
|
Sorry about that @srampal It's done |
|
/lgtm |
|
@Dyanngg: changing LGTM is restricted to collaborators DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
/lgtm |
|
/unhold |
Example:
apiVersion: policy.networking.k8s.io/v1alpha2
kind: ClusterNetworkPolicy
metadata:
name: cluster-wide-deny
spec:
tier: Admin
priority: 0
subject:
namespaces:
matchLabels:
kubernetes.io/metadata.name: sensitive-ns
ingress:
- action: Deny
name: select-all-deny-all
from:
- pods:
namespaceSelector:
matchLabels: {}
podSelector:
matchLabels: {}
match:
- tcp:
- port:
number: 80
- udp:
- port:
number: 50
- tcp:
- port:
range:
start: 1000
end: 1050
- namedPort: "www"
kubernetes-sigs#297 protocols: tcp: - destinationPort: number: 8080 - destinationPort: range: start: 8080 end: 9090 udp: - destinationPort: number: 8080 - destinationPort: number: 9090 destinationNamedPort: - name: http - name: monitoring
This PR makes the template that user stories should follow and makes a new directory for user stories related to ClusterNetworkPolicy