Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Factory ¶
type Factory interface { GetConfig() *config.Config GetChoreoClient() choreoclient.Client GetDiscoveryClient() discovery.CachedDiscoveryInterface GetResourceMapper() resourcemapper.Mapper GetResourceClient() resourceclient.Client GetBranchClient() branchclient.Client GetRunnerClient() runnerclient.Client GetSnapshotClient() snapshotclient.Client Close() error GetBranch() string GetProxy() types.NamespacedName }
func NewFactory ¶
func NewFactory(clientGetter genericclioptions.ClientGetter) (Factory, error)
Click to show internal directories.
Click to hide internal directories.