Documentation
¶
Index ¶
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, error)
New returns a new WorkspaceReadySubroutine.
func (*WorkspaceReadySubroutine) GetName ¶
func (r *WorkspaceReadySubroutine) GetName() string
func (*WorkspaceReadySubroutine) Process ¶
func (r *WorkspaceReadySubroutine) Process(ctx context.Context, obj client.Object) (subroutines.Result, error)
Click to show internal directories.
Click to hide internal directories.