mirror of https://github.com/grafana/loki
parent
9d7413aa22
commit
9583c49bb8
@ -0,0 +1,9 @@ |
||||
package manifests |
||||
|
||||
// Options is a set of options to use when building manifests such as resource sizes, etc.
|
||||
// Most of this should be provided - either directly or indirectly - by the user. This will
|
||||
// probably be converted from the CR.
|
||||
type Options struct { |
||||
Name string |
||||
Namespace string |
||||
} |
Loading…
Reference in new issue