Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
Signed-off-by: uzair <uzaxirr@gmail.com>
  • Loading branch information
uzaxirr committed Apr 7, 2024
1 parent 3dac5b4 commit 0454b77
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions apis/civo/firewall/v1alpha1/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ type CivoFirewallStatus struct {

// +kubebuilder:object:root=true

// CivoFirewall is the Schema for the CivoFirewalls API
// +kubebuilder:printcolumn:name="READY",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].status"
// +kubebuilder:printcolumn:name="MESSAGE",type="string",JSONPath=".status.atProvider.state"
// Please replace `PROVIDER-NAME` with your actual provider name, like `aws`, `azure`, `gcp`, `alibaba`
Expand Down
5 changes: 3 additions & 2 deletions package/crds/firewall.civo.crossplane.io_civofirewalls.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,9 @@ spec:
name: v1alpha1
schema:
openAPIV3Schema:
description: Please replace `PROVIDER-NAME` with your actual provider name,
like `aws`, `azure`, `gcp`, `alibaba`
description: |-
CivoFirewall is the Schema for the CivoFirewalls API
Please replace `PROVIDER-NAME` with your actual provider name, like `aws`, `azure`, `gcp`, `alibaba`
properties:
apiVersion:
description: |-
Expand Down

0 comments on commit 0454b77

Please sign in to comment.