ansible-role-k8s-weave/files/net/weave-net-ClusterRole.yaml
Adrien Reslinger 75fb29d1e2
All checks were successful
continuous-integration/drone/push Build is passing
Update from upstream
2021-01-25 13:00:00 +01:00

41 lines
752 B
YAML

apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
name: weave-net
annotations:
cloud.weave.works/launcher-info: |-
{
"original-request": {
"url": "/k8s/v1.16/net.yaml",
"date": "Mon Jan 25 2021 11:56:21 GMT+0000 (UTC)"
},
"email-address": "support@weave.works"
}
labels:
name: weave-net
rules:
- apiGroups:
- ''
resources:
- pods
- namespaces
- nodes
verbs:
- get
- list
- watch
- apiGroups:
- networking.k8s.io
resources:
- networkpolicies
verbs:
- get
- list
- watch
- apiGroups:
- ''
resources:
- nodes/status
verbs:
- patch
- update