Skip to content

Commit

Permalink
[v0.14] add unserved version directive
Browse files Browse the repository at this point in the history
Signed-off-by: Chanwit Kaewkasi <chanwit@gmail.com>
  • Loading branch information
chanwit committed Apr 21, 2023
1 parent 7839688 commit ff59627
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions api/v1alpha2/terraform_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -364,6 +364,7 @@ type LockStatus struct {
// +kubebuilder:object:root=true
// +kubebuilder:resource:shortName=tf
// +kubebuilder:subresource:status
// +kubebuilder:unservedversion
// +kubebuilder:printcolumn:name="Ready",type="string",JSONPath=".status.conditions[?(@.type==\"Ready\")].status",description=""
// +kubebuilder:printcolumn:name="Status",type="string",JSONPath=".status.conditions[?(@.type==\"Ready\")].message",description=""
// +kubebuilder:printcolumn:name="Age",type="date",JSONPath=".metadata.creationTimestamp",description=""
Expand Down
2 changes: 1 addition & 1 deletion charts/tf-controller/templates/crds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9842,7 +9842,7 @@ spec:
type: object
type: object
type: object
served: true
served: false
storage: false
subresources:
status: {}
Expand Down
2 changes: 1 addition & 1 deletion config/crd/bases/infra.contrib.fluxcd.io_terraforms.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9839,7 +9839,7 @@ spec:
type: object
type: object
type: object
served: true
served: false
storage: false
subresources:
status: {}

0 comments on commit ff59627

Please sign in to comment.