Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OperatorUtils ¶
type OperatorUtils interface { ClusterIsOpenShift() (bool, error) ApplyAll(builders ...builder.ObjectBuilder) error DeleteAll() error }
func NewOperatorUtils ¶
func NewOperatorUtils( ctx context.Context, instanaAgentClient client.InstanaAgentClient, agent *instanav1.InstanaAgent, dependentLifecycleManager lifecycle.DependentLifecycleManager, ) OperatorUtils
Click to show internal directories.
Click to hide internal directories.