StowConfig
This class defines configurations for stow, as defined in github.com/flyteorg/stow. It specifies the kind of Stow backend to use and provides a map for backend-specific configurations.
Attributes
| Attribute | Type | Description |
|---|---|---|
| Kind | string | Kind of Stow backend to use. Refer to github/flyteorg/stow |
| Config | map[string]string | Configuration for stow backend. Refer to github/flyteorg/stow |