Skip to content

Commit

Permalink
chore: fix resource selector
Browse files Browse the repository at this point in the history
  • Loading branch information
moshloop committed Feb 4, 2024
1 parent ff5ddd6 commit 4b4cec8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/resource_selector.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ type ResourceSelector struct {
// 'no-cache' (should not fetch from cache but can be cached)
// 'no-store' (should not cache)
// 'max-age=X' (cache for X duration)
Cache string
Cache string `yaml:"cache,omitempty" json:"cache,omitempty"`

ID string `yaml:"id,omitempty" json:"id,omitempty"`
Name string `yaml:"name,omitempty" json:"name,omitempty"`
Expand Down

0 comments on commit 4b4cec8

Please sign in to comment.