Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Kustomizer ¶
type Kustomizer struct {
// contains filtered or unexported fields
}
func NewKustomizer ¶
func NewKustomizer(cfg *config.Config) *Kustomizer
func (*Kustomizer) Dependencies ¶
func (s *Kustomizer) Dependencies() []string
func (*Kustomizer) Name ¶
func (s *Kustomizer) Name() string
func (*Kustomizer) Run ¶
func (s *Kustomizer) Run(ctx context.Context, ready chan<- struct{}, stopped chan<- struct{}) error
func (*Kustomizer) RunStandalone ¶
func (s *Kustomizer) RunStandalone(ctx context.Context)
Click to show internal directories.
Click to hide internal directories.