Documentation ¶
Index ¶
- type Buildtemplate
- func (b *Buildtemplate) Clone(source buildv1alpha1.BuildTemplate, clientset *client.ConfigSet) (*buildv1alpha1.BuildTemplate, error)
- func (b *Buildtemplate) Delete(clientset *client.ConfigSet) error
- func (b *Buildtemplate) Deploy(clientset *client.ConfigSet) (*buildv1alpha1.BuildTemplate, error)
- func (bt *Buildtemplate) Get(clientset *client.ConfigSet) (*buildv1alpha1.BuildTemplate, error)
- func (b *Buildtemplate) List(clientset *client.ConfigSet) (*buildv1alpha1.BuildTemplateList, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Buildtemplate ¶
Buildtemplate contains information about knative buildtemplate definition
func (*Buildtemplate) Clone ¶
func (b *Buildtemplate) Clone(source buildv1alpha1.BuildTemplate, clientset *client.ConfigSet) (*buildv1alpha1.BuildTemplate, error)
func (*Buildtemplate) Delete ¶
func (b *Buildtemplate) Delete(clientset *client.ConfigSet) error
BuildTemplate removes knative buildtemplate
func (*Buildtemplate) Deploy ¶
func (b *Buildtemplate) Deploy(clientset *client.ConfigSet) (*buildv1alpha1.BuildTemplate, error)
Deploy deploys knative buildtemplate either from local file or by its URL
func (*Buildtemplate) Get ¶
func (bt *Buildtemplate) Get(clientset *client.ConfigSet) (*buildv1alpha1.BuildTemplate, error)
func (*Buildtemplate) List ¶
func (b *Buildtemplate) List(clientset *client.ConfigSet) (*buildv1alpha1.BuildTemplateList, error)
Click to show internal directories.
Click to hide internal directories.