File tree Expand file tree Collapse file tree
charts/code-server-operator/crds Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,14 +25,17 @@ spec:
2525 scope : Namespaced
2626 versions :
2727 - additionalPrinterColumns :
28- - description : Runtime type
29- jsonPath : .spec.runtime
30- name : RUNTIME
31- type : string
3228 - description : Storage size
3329 jsonPath : .spec.storageSize
3430 name : STORAGE
3531 type : string
32+ - description : CodeServer status
33+ jsonPath : .status
34+ name : STATUS
35+ type : string
36+ - jsonPath : .metadata.creationTimestamp
37+ name : AGE
38+ type : date
3639 name : v1alpha2
3740 schema :
3841 openAPIV3Schema :
Original file line number Diff line number Diff line change 1414 singular : codeserverdeployment
1515 scope : Namespaced
1616 versions :
17- - name : v1alpha2
17+ - additionalPrinterColumns :
18+ - description : Number of replicas
19+ jsonPath : .spec.replicas
20+ name : REPLICAS
21+ type : integer
22+ - jsonPath : .metadata.creationTimestamp
23+ name : AGE
24+ type : date
25+ name : v1alpha2
1826 schema :
1927 openAPIV3Schema :
2028 description : CodeServerDeployment is the Schema for the codeserverdeployments
You can’t perform that action at this time.
0 commit comments