Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DependentLifecycleManager ¶
type DependentLifecycleManager interface { UpdateDependentLifecycleInfo(currentGenerationDependents []client.Object) error CleanupDependents(currentDependents ...client.Object) error }
DependentLifecycleManager is responsible of adding and removing dependents from the ConfigMap.Data field
func NewDependentLifecycleManager ¶
func NewDependentLifecycleManager( ctx context.Context, agent *instanav1.InstanaAgent, instanaClient instanaClient.InstanaAgentClient, ) DependentLifecycleManager
Click to show internal directories.
Click to hide internal directories.