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 GetDiscoveryClient() discovery.CachedDiscoveryInterface GetResourceMapper() resourcemapper.Mapper GetResourceClient() resourceclient.Client GetBranchClient() branchclient.Client GetRunnerClient() runnerclient.Client Close() error }
func NewFactory ¶
func NewFactory(clientGetter genericclioptions.ClientGetter) (Factory, error)
Click to show internal directories.
Click to hide internal directories.