Documentation
¶
Index ¶
- Constants
- type WorkspaceReadySubroutine
- func (r *WorkspaceReadySubroutine) Finalize(_ context.Context, _ runtimeobject.RuntimeObject) (ctrl.Result, errors.OperatorError)
- func (r *WorkspaceReadySubroutine) Finalizers(_ runtimeobject.RuntimeObject) []string
- func (r *WorkspaceReadySubroutine) GetName() string
- func (r *WorkspaceReadySubroutine) Process(ctx context.Context, ro runtimeobject.RuntimeObject) (ctrl.Result, errors.OperatorError)
Constants ¶
View Source
const (
WorkspaceReadySubroutineName = "WorkspaceReadySubroutine"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type WorkspaceReadySubroutine ¶
type WorkspaceReadySubroutine struct {
// contains filtered or unexported fields
}
WorkspaceReadySubroutine checks that the Account's Workspace is ready. This currently cannot be done the Workspace subroutine because it would block subsequent AccountInfo creation and the security-operator's initializer expects the AccountInfo to exist to release the Workspace(and thus it getting ready).
func New ¶
func New(mgr mcmanager.Manager) *WorkspaceReadySubroutine
New returns a new WorkspaceReadySubroutine.
func (*WorkspaceReadySubroutine) Finalize ¶
func (r *WorkspaceReadySubroutine) Finalize(_ context.Context, _ runtimeobject.RuntimeObject) (ctrl.Result, errors.OperatorError)
func (*WorkspaceReadySubroutine) Finalizers ¶
func (r *WorkspaceReadySubroutine) Finalizers(_ runtimeobject.RuntimeObject) []string
func (*WorkspaceReadySubroutine) GetName ¶
func (r *WorkspaceReadySubroutine) GetName() string
func (*WorkspaceReadySubroutine) Process ¶
func (r *WorkspaceReadySubroutine) Process(ctx context.Context, ro runtimeobject.RuntimeObject) (ctrl.Result, errors.OperatorError)
Click to show internal directories.
Click to hide internal directories.