Documentation ¶
Overview ¶
deployer is used to template and deploy services in an ARO cluster. Some example usage can be found in the muo package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Deployer ¶
type Deployer interface { CreateOrUpdate(context.Context, *arov1alpha1.Cluster, interface{}) error Remove(context.Context, interface{}) error IsReady(context.Context, string, string) (bool, error) Template(interface{}, fs.FS) ([]kruntime.Object, error) IsConstraintTemplateReady(context.Context, interface{}) (bool, error) }
func NewDeployer ¶
Click to show internal directories.
Click to hide internal directories.