Documentation ¶
Index ¶
- func CreateOperatorInputFromMOM(ctx context.Context, ...) (*exampleOperatorInput, error)
- func CreateOperatorStarter(ctx context.Context, exampleOperatorInput *exampleOperatorInput) (libraryapplyconfiguration.OperatorStarter, error)
- func SampleRunApplyConfiguration(ctx context.Context, input libraryapplyconfiguration.ApplyConfigurationInput) (*libraryapplyconfiguration.ApplyConfigurationRunResult, ...)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateOperatorInputFromMOM ¶
func CreateOperatorInputFromMOM(ctx context.Context, momInput libraryapplyconfiguration.ApplyConfigurationInput) (*exampleOperatorInput, error)
CreateOperatorInputFromMOM this method is usually paired with CreateControllerInputFromControllerContext during the transition. This allows us to abstract the creation of clients from those things that depend on those clients so that initialization can happen as normal.
func CreateOperatorStarter ¶
func CreateOperatorStarter(ctx context.Context, exampleOperatorInput *exampleOperatorInput) (libraryapplyconfiguration.OperatorStarter, error)
func SampleRunApplyConfiguration ¶
func SampleRunApplyConfiguration(ctx context.Context, input libraryapplyconfiguration.ApplyConfigurationInput) (*libraryapplyconfiguration.ApplyConfigurationRunResult, libraryapplyconfiguration.AllDesiredMutationsGetter, error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.