Skip to content
Snippets Groups Projects
Commit 32fc3fdc authored by Alex ubuntu vm's avatar Alex ubuntu vm
Browse files

repo: cleaned k8s api directory

parent 408c242f
No related branches found
No related tags found
1 merge request!2repo: added new directory where utils scripts will be
configs/networkTopology.json configs/networkTopology.json
.vscode
src/kubernetes-api/dist/install.yaml
# permissions for end users to edit networkedgedevices.
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
labels:
app.kubernetes.io/name: clusterrole
app.kubernetes.io/instance: networkedgedevice-editor-role
app.kubernetes.io/component: rbac
app.kubernetes.io/created-by: l2network
app.kubernetes.io/part-of: l2network
app.kubernetes.io/managed-by: kustomize
name: networkedgedevice-editor-role
rules:
- apiGroups:
- l2sm.l2sm.k8s.local
resources:
- networkedgedevices
verbs:
- create
- delete
- get
- list
- patch
- update
- watch
- apiGroups:
- l2sm.l2sm.k8s.local
resources:
- networkedgedevices/status
verbs:
- get
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment