Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

syncing rbac based yamls by manually updating all_in_one.yaml and generating latest helm files using make helm-chart #298

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
956 changes: 481 additions & 475 deletions config/manager/all_in_one.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion helm/kubedl/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ version: 0.1.0
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: 0.4.2
appVersion: daily
31 changes: 27 additions & 4 deletions helm/kubedl/crds/cache.kubedl.io_cachebackends.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,18 @@ spec:
scope: Namespaced
versions:
- additionalPrinterColumns:
- jsonPath: .status.jobName
name: Job-Name
- jsonPath: .status.cacheEngine
name: Engine
type: string
- jsonPath: .status.cacheStatus
name: Cache-Status
name: Status
type: string
- jsonPath: .status.usedNum
name: Used-Num
type: integer
- jsonPath: .status.lastUsedTime
name: Last-Used-Time
type: date
- jsonPath: .metadata.creationTimestamp
name: Age
type: date
Expand Down Expand Up @@ -75,13 +81,30 @@ spec:
type: object
mountPath:
type: string
name:
type: string
options:
properties:
idleTime:
format: int64
type: integer
type: object
type: object
status:
properties:
cacheEngine:
type: string
cacheStatus:
type: string
jobName:
lastUsedTime:
format: date-time
type: string
usedBy:
items:
type: string
type: array
usedNum:
type: integer
type: object
type: object
served: true
Expand Down
21 changes: 21 additions & 0 deletions helm/kubedl/crds/notebook.kubedl.io_notebooks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -854,6 +854,8 @@ spec:
type: string
gmsaCredentialSpecName:
type: string
hostProcess:
type: boolean
runAsUserName:
type: string
type: object
Expand Down Expand Up @@ -1429,6 +1431,8 @@ spec:
type: string
gmsaCredentialSpecName:
type: string
hostProcess:
type: boolean
runAsUserName:
type: string
type: object
Expand Down Expand Up @@ -2012,6 +2016,8 @@ spec:
type: string
gmsaCredentialSpecName:
type: string
hostProcess:
type: boolean
runAsUserName:
type: string
type: object
Expand Down Expand Up @@ -2138,6 +2144,7 @@ spec:
additionalProperties:
type: string
type: object
x-kubernetes-map-type: atomic
overhead:
additionalProperties:
anyOf:
Expand Down Expand Up @@ -2226,6 +2233,8 @@ spec:
type: string
gmsaCredentialSpecName:
type: string
hostProcess:
type: boolean
runAsUserName:
type: string
type: object
Expand Down Expand Up @@ -2526,6 +2535,18 @@ spec:
- kind
- name
type: object
dataSourceRef:
properties:
apiGroup:
type: string
kind:
type: string
name:
type: string
required:
- kind
- name
type: object
resources:
properties:
limits:
Expand Down
21 changes: 21 additions & 0 deletions helm/kubedl/crds/serving.kubedl.io_inferences.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -898,6 +898,8 @@ spec:
type: string
gmsaCredentialSpecName:
type: string
hostProcess:
type: boolean
runAsUserName:
type: string
type: object
Expand Down Expand Up @@ -1473,6 +1475,8 @@ spec:
type: string
gmsaCredentialSpecName:
type: string
hostProcess:
type: boolean
runAsUserName:
type: string
type: object
Expand Down Expand Up @@ -2056,6 +2060,8 @@ spec:
type: string
gmsaCredentialSpecName:
type: string
hostProcess:
type: boolean
runAsUserName:
type: string
type: object
Expand Down Expand Up @@ -2182,6 +2188,7 @@ spec:
additionalProperties:
type: string
type: object
x-kubernetes-map-type: atomic
overhead:
additionalProperties:
anyOf:
Expand Down Expand Up @@ -2270,6 +2277,8 @@ spec:
type: string
gmsaCredentialSpecName:
type: string
hostProcess:
type: boolean
runAsUserName:
type: string
type: object
Expand Down Expand Up @@ -2570,6 +2579,18 @@ spec:
- kind
- name
type: object
dataSourceRef:
properties:
apiGroup:
type: string
kind:
type: string
name:
type: string
required:
- kind
- name
type: object
resources:
properties:
limits:
Expand Down
28 changes: 28 additions & 0 deletions helm/kubedl/crds/training.kubedl.io_elasticdljobs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -903,6 +903,8 @@ spec:
type: string
gmsaCredentialSpecName:
type: string
hostProcess:
type: boolean
runAsUserName:
type: string
type: object
Expand Down Expand Up @@ -1478,6 +1480,8 @@ spec:
type: string
gmsaCredentialSpecName:
type: string
hostProcess:
type: boolean
runAsUserName:
type: string
type: object
Expand Down Expand Up @@ -2061,6 +2065,8 @@ spec:
type: string
gmsaCredentialSpecName:
type: string
hostProcess:
type: boolean
runAsUserName:
type: string
type: object
Expand Down Expand Up @@ -2187,6 +2193,7 @@ spec:
additionalProperties:
type: string
type: object
x-kubernetes-map-type: atomic
overhead:
additionalProperties:
anyOf:
Expand Down Expand Up @@ -2275,6 +2282,8 @@ spec:
type: string
gmsaCredentialSpecName:
type: string
hostProcess:
type: boolean
runAsUserName:
type: string
type: object
Expand Down Expand Up @@ -2575,6 +2584,18 @@ spec:
- kind
- name
type: object
dataSourceRef:
properties:
apiGroup:
type: string
kind:
type: string
name:
type: string
required:
- kind
- name
type: object
resources:
properties:
limits:
Expand Down Expand Up @@ -3047,6 +3068,13 @@ spec:
minAvailable:
format: int32
type: integer
priority:
format: int32
type: integer
priorityClassName:
type: string
queue:
type: string
type: object
ttlSecondsAfterFinished:
format: int32
Expand Down
28 changes: 28 additions & 0 deletions helm/kubedl/crds/training.kubedl.io_marsjobs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -903,6 +903,8 @@ spec:
type: string
gmsaCredentialSpecName:
type: string
hostProcess:
type: boolean
runAsUserName:
type: string
type: object
Expand Down Expand Up @@ -1478,6 +1480,8 @@ spec:
type: string
gmsaCredentialSpecName:
type: string
hostProcess:
type: boolean
runAsUserName:
type: string
type: object
Expand Down Expand Up @@ -2061,6 +2065,8 @@ spec:
type: string
gmsaCredentialSpecName:
type: string
hostProcess:
type: boolean
runAsUserName:
type: string
type: object
Expand Down Expand Up @@ -2187,6 +2193,7 @@ spec:
additionalProperties:
type: string
type: object
x-kubernetes-map-type: atomic
overhead:
additionalProperties:
anyOf:
Expand Down Expand Up @@ -2275,6 +2282,8 @@ spec:
type: string
gmsaCredentialSpecName:
type: string
hostProcess:
type: boolean
runAsUserName:
type: string
type: object
Expand Down Expand Up @@ -2575,6 +2584,18 @@ spec:
- kind
- name
type: object
dataSourceRef:
properties:
apiGroup:
type: string
kind:
type: string
name:
type: string
required:
- kind
- name
type: object
resources:
properties:
limits:
Expand Down Expand Up @@ -3047,6 +3068,13 @@ spec:
minAvailable:
format: int32
type: integer
priority:
format: int32
type: integer
priorityClassName:
type: string
queue:
type: string
type: object
ttlSecondsAfterFinished:
format: int32
Expand Down
Loading