Documentation ¶
Index ¶
- Constants
- func DryRunMessage(dryRun bool)
- func GetExampleHeader() string
- func HasMultipleAssets(reader asset.ScenarioReader, path string) (bool, error)
- func IsEmpty(body []byte) bool
- func IsEmptyAsset(err error) bool
- func NewRootCmd() (*cobra.Command, *genericclioptionsapplier.ApplierFlags, ...)
- func SplitFiles(reader asset.ScenarioReader, paths []string) (*asset.MemFS, error)
- func UsageTempate(cmd *cobra.Command, reader asset.ScenarioReader, valuesTemplatePath string) string
Constants ¶
View Source
const ( QPS = 200 Burst = 200 )
View Source
const (
ErrorEmptyAssetAfterTemplating = "ERROR_EMPTY_ASSET_AFTER_TEMPLATING"
)
Variables ¶
This section is empty.
Functions ¶
func DryRunMessage ¶
func DryRunMessage(dryRun bool)
func GetExampleHeader ¶
func GetExampleHeader() string
func HasMultipleAssets ¶ added in v1.2.2
func HasMultipleAssets(reader asset.ScenarioReader, path string) (bool, error)
func IsEmpty ¶ added in v1.2.2
IsEmpty check if a content is empty after removing comments and blank lines.
func IsEmptyAsset ¶ added in v1.2.2
IsEmptyAsset returns true if the error is ErrorEmptyAssetAfterTemplating
func NewRootCmd ¶ added in v1.2.2
func NewRootCmd() (*cobra.Command, *genericclioptionsapplier.ApplierFlags, genericclioptions.IOStreams)
func SplitFiles ¶ added in v1.2.2
func UsageTempate ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.