Skip to content

Commit

Permalink
chore: lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
alejandroEsc committed Nov 21, 2023
1 parent b676286 commit 14ded7f
Show file tree
Hide file tree
Showing 3 changed files with 198 additions and 198 deletions.
6 changes: 3 additions & 3 deletions src/go/k8s/api/cluster.redpanda.com/v1alpha1/topic_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ type KafkaSASL struct {
Username string `json:"username,omitempty"`
// Specifies the password.
// +optional
Password SecretKeyRef `json:"passwordSecretRef,omitempty"`
Password SecretKeyRef `json:"passwordSecretRef,omitempty"`
// Specifies the SASL/SCRAM authentication mechanism.
Mechanism SASLMechanism `json:"mechanism"`
// +optional
Expand Down Expand Up @@ -279,7 +279,7 @@ type Topic struct {
metav1.TypeMeta `json:",inline"`
metav1.ObjectMeta `json:"metadata,omitempty"`
// Defines the desired state of the Topic resource.
Spec TopicSpec `json:"spec,omitempty"`
Spec TopicSpec `json:"spec,omitempty"`
// Represents the current status of the Topic resource.
Status TopicStatus `json:"status,omitempty"`
}
Expand All @@ -291,7 +291,7 @@ type TopicList struct {
metav1.TypeMeta `json:",inline"`
metav1.ListMeta `json:"metadata,omitempty"`
// Specifies a list of Topic resources.
Items []Topic `json:"items"`
Items []Topic `json:"items"`
}

func init() {
Expand Down
Loading

0 comments on commit 14ded7f

Please sign in to comment.