Skip to content

Commit

Permalink
More camelCase.
Browse files Browse the repository at this point in the history
Signed-off-by: Josh Baird <[email protected]>
  • Loading branch information
joshuabaird committed Nov 2, 2023
1 parent 4cc7d9a commit 1a33bbc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apis/fluentd/v1alpha1/plugins/input/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ type Input struct {
// in_sample plugin
Sample *Sample `json:"sample,omitempty"`
// monitor_agent plugin
MonitorAgent *MonitorAgent `json:"monitor_agent,omitempty"`
MonitorAgent *MonitorAgent `json:"monitorAgent,omitempty"`
}

// DeepCopyInto implements the DeepCopyInto interface.
Expand Down
2 changes: 1 addition & 1 deletion apis/fluentd/v1alpha1/tests/tools.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ labels:
app.kubernetes.io/name: fluentd
spec:
globalInputs:
- monitor_agent:
- monitorAgent:
bind: 0.0.0.0
port: 24220
tag: example
Expand Down

0 comments on commit 1a33bbc

Please sign in to comment.