Skip to content

Commit 93850d0

Browse files
committed
Chart修正
1 parent 447a586 commit 93850d0

2 files changed

Lines changed: 16 additions & 5 deletions

File tree

charts/code-server-operator/crds/codeserver-crd.yaml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff 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:

charts/code-server-operator/crds/codeserverdeployment-crd.yaml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,15 @@ spec:
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

0 commit comments

Comments
 (0)