Documentation ¶
Index ¶
- func GetVersion() string
- type Crd
- func (c *Crd) CleanUp() error
- func (c *Crd) GenerateTemplateComponents(toolsDirectoryPath string, toolsets *toolset.Toolsets, ...) error
- func (c *Crd) NewFetcherGeneration(new *toolsetsv1beta1.Toolset) bool
- func (c *Crd) NewTemplate(new *toolsetsv1beta1.Toolset) bool
- func (c *Crd) Reconcile(new *toolsetsv1beta1.Toolset, toolsDirectoryPath string, ...) error
- func (c *Crd) ReconcileApplications(overlay, toolsDirectoryPath string, ...) error
- func (c *Crd) ReconcileWithFunc(getToolset func(obj runtime.Object) error, toolsDirectoryPath string, ...) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetVersion ¶
func GetVersion() string
Types ¶
type Crd ¶
type Crd struct {
// contains filtered or unexported fields
}
func NewWithFunc ¶
func (*Crd) GenerateTemplateComponents ¶
func (*Crd) NewFetcherGeneration ¶
func (c *Crd) NewFetcherGeneration(new *toolsetsv1beta1.Toolset) bool
func (*Crd) NewTemplate ¶
func (c *Crd) NewTemplate(new *toolsetsv1beta1.Toolset) bool
func (*Crd) ReconcileApplications ¶
func (c *Crd) ReconcileApplications(overlay, toolsDirectoryPath string, toolsetCRDSpec *toolsetsv1beta1.ToolsetSpec) error
Click to show internal directories.
Click to hide internal directories.