Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Manager ¶
type Manager interface { WaitUntilDeploymentReady(ctx context.Context, dp *appsv1.Deployment) (*appsv1.Deployment, error) WaitUntilDeploymentDeleted(ctx context.Context, dp *appsv1.Deployment) error }
func NewManager ¶
Click to show internal directories.
Click to hide internal directories.