Sha256: 6733b49d0322c1c75275a6b3ba046f024743df003ee18f4dfea190b2b133f149

Contents?: true

Size: 350 Bytes

Versions: 4

Compression:

Stored size: 350 Bytes

Contents

kind: Role
apiVersion: apps/v1
metadata:
  namespace: default
  name: namespace
rules:
- apiGroups:
  - ""
  resources:
  - services
  - pods
  verbs:
  - get
  - list
  - watch
  - create
  - update
  - patch
  - delete
- apiGroups:
  - apps
  resources:
  - deployments
  verbs:
  - get
  - list
  - watch
  - create
  - update
  - patch
  - delete

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
rubypitaya-2.7.4 ./lib/rubypitaya/app-template/kubernetes/role-rubypitaya.yaml
rubypitaya-2.7.3 ./lib/rubypitaya/app-template/kubernetes/role-rubypitaya.yaml
rubypitaya-2.7.1 ./lib/rubypitaya/app-template/kubernetes/role-rubypitaya.yaml
rubypitaya-2.7.0 ./lib/rubypitaya/app-template/kubernetes/role-rubypitaya.yaml