Versions in this module Expand all Collapse all v0 v0.11.0-alpha.1 Dec 10, 2024 v0.10.0 Oct 28, 2024 v0.9.0 Jul 12, 2024 v0.1.5 Jul 3, 2023 Changes in this version + type KCLRun struct + Repositories []RepositorySpec + func FromFile(file string) (*KCLRun, error) + type RepositorySpec struct + CaFile string + CertFile string + KeyFile string + Managed string + Name string + OCI bool + PassCredentials string + Password string + Path string + SkipTLSVerify string + URL string + Username string + type TemplateImpl struct + func NewTemplateImpl(t *TemplateOptions) *TemplateImpl + func (t *TemplateImpl) Concurrency() int + func (t *TemplateImpl) IncludeCRDs() bool + func (t *TemplateImpl) IncludeNeeds() bool + func (t *TemplateImpl) IncludeTransitiveNeeds() bool + func (t *TemplateImpl) OutputDir() string + func (t *TemplateImpl) OutputDirTemplate() string + func (t *TemplateImpl) PostRenderer() string + func (t *TemplateImpl) Set() []string + func (t *TemplateImpl) SkipCleanup() bool + func (t *TemplateImpl) SkipDeps() bool + func (t *TemplateImpl) SkipNeeds() bool + func (t *TemplateImpl) SkipTests() bool + func (t *TemplateImpl) Validate() bool + func (t *TemplateImpl) Values() []string + type TemplateOptions struct + Concurrency int + File string + IncludeCRDs bool + IncludeNeeds bool + IncludeTransitiveNeeds bool + OutputDir string + OutputDirTemplate string + PostRenderer string + Set []string + SkipCleanup bool + SkipDeps bool + SkipNeeds bool + SkipTests bool + Validate bool + Values []string + func NewTemplateOptions() *TemplateOptions