Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type KNativeDeployer ¶
KNativeDeployer represents the configuration or state for this type.
func (*KNativeDeployer) Deploy ¶
func (d *KNativeDeployer) Deploy(ctx context.Context, env *v1alpha1.Environment) error
Deploy performs its designated operation.
func (*KNativeDeployer) Status ¶
func (d *KNativeDeployer) Status(ctx context.Context, env *v1alpha1.Environment) ([]deployer.ServiceStatus, error)
Status performs its designated operation.
func (*KNativeDeployer) Teardown ¶
func (d *KNativeDeployer) Teardown(ctx context.Context, env *v1alpha1.Environment) error
Teardown performs its designated operation.
Click to show internal directories.
Click to hide internal directories.