add more col for crd
This commit is contained in:
parent
319824e564
commit
9f53ef51d6
1 changed files with 11 additions and 0 deletions
|
|
@ -71,5 +71,16 @@ spec:
|
|||
required:
|
||||
- spec
|
||||
type: object
|
||||
additionalPrinterColumns:
|
||||
- jsonPath: .spec.from[0].username
|
||||
name: FromUser
|
||||
type: string
|
||||
- jsonPath: .spec.to.username
|
||||
name: ToUser
|
||||
type: string
|
||||
- jsonPath: .spec.to.host
|
||||
name: ToHost
|
||||
type: string
|
||||
|
||||
served: true
|
||||
storage: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue