mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-07-06 12:59:13 +00:00
🐛 Add the missing json
struct tags to ResourcesConfig
This commit is contained in:
parent
dfe5605032
commit
0f1f832ddd
@ -76,8 +76,8 @@ type DockerConfig struct {
|
|||||||
}
|
}
|
||||||
|
|
||||||
type ResourcesConfig struct {
|
type ResourcesConfig struct {
|
||||||
Worker ResourceRequirements `yaml:"worker"`
|
Worker ResourceRequirements `yaml:"worker" json:"worker"`
|
||||||
Hub ResourceRequirements `yaml:"hub"`
|
Hub ResourceRequirements `yaml:"hub" json:"hub"`
|
||||||
}
|
}
|
||||||
|
|
||||||
type AuthConfig struct {
|
type AuthConfig struct {
|
||||||
|
Loading…
Reference in New Issue
Block a user