Skip to content

Commit

Permalink
generated files via "make manifests"
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Peeler committed Aug 15, 2018
1 parent 9c4feaf commit eae5944
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 0 deletions.
21 changes: 21 additions & 0 deletions config/crds/settings_v1alpha1_podpreset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,27 @@ spec:
metadata:
type: object
spec:
properties:
env:
items:
type: object
type: array
envFrom:
items:
type: object
type: array
selector:
type: object
volumeMounts:
items:
type: object
type: array
volumes:
items:
type: object
type: array
required:
- selector
type: object
status:
type: object
Expand Down
17 changes: 17 additions & 0 deletions config/rbac/rbac_role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,23 @@ metadata:
creationTimestamp: null
name: manager-role
rules:
- apiGroups:
- apps
resources:
- deployments
verbs:
- get
- watch
- list
- update
- apiGroups:
- ""
resources:
- events
verbs:
- create
- patch
- update
- apiGroups:
- apps
resources:
Expand Down

0 comments on commit eae5944

Please sign in to comment.