Documentation ¶
Index ¶
- type BuildpackageUploader
- type Factory
- func (f *Factory) AddToStore(keychain authn.Keychain, store *v1alpha2.ClusterStore, ...) (*v1alpha2.ClusterStore, error)
- func (f *Factory) MakeStore(keychain authn.Keychain, name string, kpConfig config.KpConfig, ...) (*v1alpha2.ClusterStore, error)
- func (f *Factory) RemoveFromStore(store *v1alpha2.ClusterStore, buildpackages ...string) (*v1alpha2.ClusterStore, error)
- type Printer
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BuildpackageUploader ¶
type Factory ¶
type Factory struct { Uploader BuildpackageUploader Printer Printer }
func NewFactory ¶
func (*Factory) AddToStore ¶
func (*Factory) RemoveFromStore ¶ added in v0.5.0
func (f *Factory) RemoveFromStore(store *v1alpha2.ClusterStore, buildpackages ...string) (*v1alpha2.ClusterStore, error)
Click to show internal directories.
Click to hide internal directories.