-
Notifications
You must be signed in to change notification settings - Fork 70
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated goccy/go-yaml module to v.13.1
- Loading branch information
1 parent
789f371
commit 11063ed
Showing
26 changed files
with
60 additions
and
215 deletions.
There are no files selected for viewing
7 changes: 1 addition & 6 deletions
7
...ta/goldens/invalid-global-service_default_self_log_file_collection/golden/linux-gpu/error
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1 @@ | ||
[16:37] cannot unmarshal string into Go struct field UnifiedConfig.Global of type bool | ||
13 | # limitations under the License. | ||
14 | | ||
15 | global: | ||
> 16 | default_self_log_file_collection: None | ||
^ | ||
cannot unmarshal string into Go struct field UnifiedConfig.Global of type bool |
7 changes: 1 addition & 6 deletions
7
...stdata/goldens/invalid-global-service_default_self_log_file_collection/golden/linux/error
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1 @@ | ||
[16:37] cannot unmarshal string into Go struct field UnifiedConfig.Global of type bool | ||
13 | # limitations under the License. | ||
14 | | ||
15 | global: | ||
> 16 | default_self_log_file_collection: None | ||
^ | ||
cannot unmarshal string into Go struct field UnifiedConfig.Global of type bool |
7 changes: 1 addition & 6 deletions
7
...goldens/invalid-global-service_default_self_log_file_collection/golden/windows-2012/error
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1 @@ | ||
[16:37] cannot unmarshal string into Go struct field UnifiedConfig.Global of type bool | ||
13 | # limitations under the License. | ||
14 | | ||
15 | global: | ||
> 16 | default_self_log_file_collection: None | ||
^ | ||
cannot unmarshal string into Go struct field UnifiedConfig.Global of type bool |
7 changes: 1 addition & 6 deletions
7
...data/goldens/invalid-global-service_default_self_log_file_collection/golden/windows/error
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1 @@ | ||
[16:37] cannot unmarshal string into Go struct field UnifiedConfig.Global of type bool | ||
13 | # limitations under the License. | ||
14 | | ||
15 | global: | ||
> 16 | default_self_log_file_collection: None | ||
^ | ||
cannot unmarshal string into Go struct field UnifiedConfig.Global of type bool |
10 changes: 1 addition & 9 deletions
10
...goldens/invalid-logging-receiver_files_log_file_path_invalid_value/golden/linux-gpu/error
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1 @@ | ||
[21:29] cannot unmarshal string into Go struct field UnifiedConfig.Logging of type bool | ||
18 | type: files | ||
19 | include_paths: | ||
20 | - /path/to/log/1/* | ||
> 21 | record_log_file_path: None | ||
^ | ||
22 | service: | ||
23 | pipelines: | ||
24 | pipeline1: | ||
cannot unmarshal string into Go struct field UnifiedConfig.Logging of type bool |
10 changes: 1 addition & 9 deletions
10
...ata/goldens/invalid-logging-receiver_files_log_file_path_invalid_value/golden/linux/error
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1 @@ | ||
[21:29] cannot unmarshal string into Go struct field UnifiedConfig.Logging of type bool | ||
18 | type: files | ||
19 | include_paths: | ||
20 | - /path/to/log/1/* | ||
> 21 | record_log_file_path: None | ||
^ | ||
22 | service: | ||
23 | pipelines: | ||
24 | pipeline1: | ||
cannot unmarshal string into Go struct field UnifiedConfig.Logging of type bool |
10 changes: 1 addition & 9 deletions
10
...dens/invalid-logging-receiver_files_log_file_path_invalid_value/golden/windows-2012/error
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1 @@ | ||
[21:29] cannot unmarshal string into Go struct field UnifiedConfig.Logging of type bool | ||
18 | type: files | ||
19 | include_paths: | ||
20 | - /path/to/log/1/* | ||
> 21 | record_log_file_path: None | ||
^ | ||
22 | service: | ||
23 | pipelines: | ||
24 | pipeline1: | ||
cannot unmarshal string into Go struct field UnifiedConfig.Logging of type bool |
10 changes: 1 addition & 9 deletions
10
...a/goldens/invalid-logging-receiver_files_log_file_path_invalid_value/golden/windows/error
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1 @@ | ||
[21:29] cannot unmarshal string into Go struct field UnifiedConfig.Logging of type bool | ||
18 | type: files | ||
19 | include_paths: | ||
20 | - /path/to/log/1/* | ||
> 21 | record_log_file_path: None | ||
^ | ||
22 | service: | ||
23 | pipelines: | ||
24 | pipeline1: | ||
cannot unmarshal string into Go struct field UnifiedConfig.Logging of type bool |
10 changes: 1 addition & 9 deletions
10
...s/invalid-logging-receiver_files_refresh_interval_invalid_duration/golden/linux-gpu/error
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1 @@ | ||
[21:34] cannot unmarshal uint64 into Go struct field UnifiedConfig.Logging of type time.Duration | ||
18 | type: files | ||
19 | include_paths: | ||
20 | - /path/to/log/1/* | ||
> 21 | wildcard_refresh_interval: 30 | ||
^ | ||
22 | service: | ||
23 | pipelines: | ||
24 | pipeline1: | ||
cannot unmarshal uint64 into Go struct field UnifiedConfig.Logging of type time.Duration |
10 changes: 1 addition & 9 deletions
10
...ldens/invalid-logging-receiver_files_refresh_interval_invalid_duration/golden/linux/error
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1 @@ | ||
[21:34] cannot unmarshal uint64 into Go struct field UnifiedConfig.Logging of type time.Duration | ||
18 | type: files | ||
19 | include_paths: | ||
20 | - /path/to/log/1/* | ||
> 21 | wildcard_refresh_interval: 30 | ||
^ | ||
22 | service: | ||
23 | pipelines: | ||
24 | pipeline1: | ||
cannot unmarshal uint64 into Go struct field UnifiedConfig.Logging of type time.Duration |
10 changes: 1 addition & 9 deletions
10
...nvalid-logging-receiver_files_refresh_interval_invalid_duration/golden/windows-2012/error
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1 @@ | ||
[21:34] cannot unmarshal uint64 into Go struct field UnifiedConfig.Logging of type time.Duration | ||
18 | type: files | ||
19 | include_paths: | ||
20 | - /path/to/log/1/* | ||
> 21 | wildcard_refresh_interval: 30 | ||
^ | ||
22 | service: | ||
23 | pipelines: | ||
24 | pipeline1: | ||
cannot unmarshal uint64 into Go struct field UnifiedConfig.Logging of type time.Duration |
10 changes: 1 addition & 9 deletions
10
...ens/invalid-logging-receiver_files_refresh_interval_invalid_duration/golden/windows/error
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1 @@ | ||
[21:34] cannot unmarshal uint64 into Go struct field UnifiedConfig.Logging of type time.Duration | ||
18 | type: files | ||
19 | include_paths: | ||
20 | - /path/to/log/1/* | ||
> 21 | wildcard_refresh_interval: 30 | ||
^ | ||
22 | service: | ||
23 | pipelines: | ||
24 | pipeline1: | ||
cannot unmarshal uint64 into Go struct field UnifiedConfig.Logging of type time.Duration |
10 changes: 1 addition & 9 deletions
10
...-receiver_forward_type_invalid_parameter_listen_port_is_not_an_int/golden/linux-gpu/error
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1 @@ | ||
[20:20] cannot unmarshal string into Go struct field UnifiedConfig.Logging of type uint16 | ||
17 | fluent_logs: | ||
18 | type: fluent_forward | ||
19 | listen_host: "1.1.1.1" | ||
> 20 | listen_port: abc | ||
^ | ||
21 | service: | ||
22 | pipelines: | ||
23 | fluent_pipeline: | ||
cannot unmarshal string into Go struct field UnifiedConfig.Logging of type uint16 |
10 changes: 1 addition & 9 deletions
10
...ging-receiver_forward_type_invalid_parameter_listen_port_is_not_an_int/golden/linux/error
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1 @@ | ||
[20:20] cannot unmarshal string into Go struct field UnifiedConfig.Logging of type uint16 | ||
17 | fluent_logs: | ||
18 | type: fluent_forward | ||
19 | listen_host: "1.1.1.1" | ||
> 20 | listen_port: abc | ||
^ | ||
21 | service: | ||
22 | pipelines: | ||
23 | fluent_pipeline: | ||
cannot unmarshal string into Go struct field UnifiedConfig.Logging of type uint16 |
10 changes: 1 addition & 9 deletions
10
...ceiver_forward_type_invalid_parameter_listen_port_is_not_an_int/golden/windows-2012/error
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1 @@ | ||
[20:20] cannot unmarshal string into Go struct field UnifiedConfig.Logging of type uint16 | ||
17 | fluent_logs: | ||
18 | type: fluent_forward | ||
19 | listen_host: "1.1.1.1" | ||
> 20 | listen_port: abc | ||
^ | ||
21 | service: | ||
22 | pipelines: | ||
23 | fluent_pipeline: | ||
cannot unmarshal string into Go struct field UnifiedConfig.Logging of type uint16 |
10 changes: 1 addition & 9 deletions
10
...ng-receiver_forward_type_invalid_parameter_listen_port_is_not_an_int/golden/windows/error
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1 @@ | ||
[20:20] cannot unmarshal string into Go struct field UnifiedConfig.Logging of type uint16 | ||
17 | fluent_logs: | ||
18 | type: fluent_forward | ||
19 | listen_host: "1.1.1.1" | ||
> 20 | listen_port: abc | ||
^ | ||
21 | service: | ||
22 | pipelines: | ||
23 | fluent_pipeline: | ||
cannot unmarshal string into Go struct field UnifiedConfig.Logging of type uint16 |
10 changes: 1 addition & 9 deletions
10
...g-receiver_syslog_type_invalid_parameter_listen_port_is_not_an_int/golden/linux-gpu/error
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1 @@ | ||
[20:20] cannot unmarshal string into Go struct field UnifiedConfig.Logging of type uint16 | ||
17 | receiver_1: | ||
18 | type: syslog | ||
19 | listen_host: "1.1.1.1" | ||
> 20 | listen_port: abc | ||
^ | ||
21 | transport_protocol: tcp | ||
22 | service: | ||
23 | pipelines: | ||
cannot unmarshal string into Go struct field UnifiedConfig.Logging of type uint16 |
10 changes: 1 addition & 9 deletions
10
...gging-receiver_syslog_type_invalid_parameter_listen_port_is_not_an_int/golden/linux/error
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1 @@ | ||
[20:20] cannot unmarshal string into Go struct field UnifiedConfig.Logging of type uint16 | ||
17 | receiver_1: | ||
18 | type: syslog | ||
19 | listen_host: "1.1.1.1" | ||
> 20 | listen_port: abc | ||
^ | ||
21 | transport_protocol: tcp | ||
22 | service: | ||
23 | pipelines: | ||
cannot unmarshal string into Go struct field UnifiedConfig.Logging of type uint16 |
10 changes: 1 addition & 9 deletions
10
...eceiver_syslog_type_invalid_parameter_listen_port_is_not_an_int/golden/windows-2012/error
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1 @@ | ||
[20:20] cannot unmarshal string into Go struct field UnifiedConfig.Logging of type uint16 | ||
17 | receiver_1: | ||
18 | type: syslog | ||
19 | listen_host: "1.1.1.1" | ||
> 20 | listen_port: abc | ||
^ | ||
21 | transport_protocol: tcp | ||
22 | service: | ||
23 | pipelines: | ||
cannot unmarshal string into Go struct field UnifiedConfig.Logging of type uint16 |
10 changes: 1 addition & 9 deletions
10
...ing-receiver_syslog_type_invalid_parameter_listen_port_is_not_an_int/golden/windows/error
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1 @@ | ||
[20:20] cannot unmarshal string into Go struct field UnifiedConfig.Logging of type uint16 | ||
17 | receiver_1: | ||
18 | type: syslog | ||
19 | listen_host: "1.1.1.1" | ||
> 20 | listen_port: abc | ||
^ | ||
21 | transport_protocol: tcp | ||
22 | service: | ||
23 | pipelines: | ||
cannot unmarshal string into Go struct field UnifiedConfig.Logging of type uint16 |
10 changes: 1 addition & 9 deletions
10
...ging-receiver_tcp_type_invalid_parameter_listen_port_is_not_an_int/golden/linux-gpu/error
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1 @@ | ||
[21:20] cannot unmarshal string into Go struct field UnifiedConfig.Logging of type uint16 | ||
18 | type: tcp | ||
19 | format: json | ||
20 | listen_host: "1.1.1.1" | ||
> 21 | listen_port: abc | ||
^ | ||
22 | service: | ||
23 | pipelines: | ||
24 | tcp_pipeline: | ||
cannot unmarshal string into Go struct field UnifiedConfig.Logging of type uint16 |
10 changes: 1 addition & 9 deletions
10
...-logging-receiver_tcp_type_invalid_parameter_listen_port_is_not_an_int/golden/linux/error
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1 @@ | ||
[21:20] cannot unmarshal string into Go struct field UnifiedConfig.Logging of type uint16 | ||
18 | type: tcp | ||
19 | format: json | ||
20 | listen_host: "1.1.1.1" | ||
> 21 | listen_port: abc | ||
^ | ||
22 | service: | ||
23 | pipelines: | ||
24 | tcp_pipeline: | ||
cannot unmarshal string into Go struct field UnifiedConfig.Logging of type uint16 |
10 changes: 1 addition & 9 deletions
10
...g-receiver_tcp_type_invalid_parameter_listen_port_is_not_an_int/golden/windows-2012/error
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1 @@ | ||
[21:20] cannot unmarshal string into Go struct field UnifiedConfig.Logging of type uint16 | ||
18 | type: tcp | ||
19 | format: json | ||
20 | listen_host: "1.1.1.1" | ||
> 21 | listen_port: abc | ||
^ | ||
22 | service: | ||
23 | pipelines: | ||
24 | tcp_pipeline: | ||
cannot unmarshal string into Go struct field UnifiedConfig.Logging of type uint16 |
10 changes: 1 addition & 9 deletions
10
...ogging-receiver_tcp_type_invalid_parameter_listen_port_is_not_an_int/golden/windows/error
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1 @@ | ||
[21:20] cannot unmarshal string into Go struct field UnifiedConfig.Logging of type uint16 | ||
18 | type: tcp | ||
19 | format: json | ||
20 | listen_host: "1.1.1.1" | ||
> 21 | listen_port: abc | ||
^ | ||
22 | service: | ||
23 | pipelines: | ||
24 | tcp_pipeline: | ||
cannot unmarshal string into Go struct field UnifiedConfig.Logging of type uint16 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.