Skip to content

Commit

Permalink
feature<root>: generate crd
Browse files Browse the repository at this point in the history
  • Loading branch information
xishengcai committed Nov 28, 2022
1 parent 29e145a commit c0872e9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,8 @@ spec:
volumeClaims:
items:
properties:
accessMode:
type: string
hostPath:
type: string
name:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ spec:
type: object
spec:
properties:
accessMode:
description: type enum:"ReadWriteOnce,ReadOnlyMany,ReadWriteMany" ReadWriteOnce – the volume can be mounted as read-write by a single node ReadOnlyMany – the volume can be mounted read-only by many nodes ReadWriteMany – the volume can be mounted as read-write by many nodes
type: string
hostPath:
type: string
size:
Expand Down

0 comments on commit c0872e9

Please sign in to comment.