Documentation ¶
Overview ¶
Package workflowcontext contains utility functions for populating workflow context specific data in a context.Context.
Data appropriate for the context includes anything that cannot be determined at time of object construction. For example, a bootstrap cluster does not exist when executing management workflows, therefore a Kubeconfig isn't available to communicate with the cluster so must be passed as contextual data.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BootstrapCluster ¶
BootstrapCluster retrieves the bootstrap cluster configured in ctx or returns an empty string.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.