helmfile/pkg/config/cache.go

10 lines
201 B
Go

package config
// CacheOptions is the options for the build command
type CacheOptions struct{}
// NewCacheOptions creates a new Apply
func NewCacheOptions() *CacheOptions {
return &CacheOptions{}
}