Documentation ¶
Index ¶
- type Build
- func (b *Build) Delete(clientset *client.ConfigSet) error
- func (b *Build) Deploy(clientset *client.ConfigSet) (string, error)
- func (b *Build) Get(clientset *client.ConfigSet) (*buildv1alpha1.Build, error)
- func (b *Build) List(clientset *client.ConfigSet) (*buildv1alpha1.BuildList, error)
- func (b *Build) SetOwner(clientset *client.ConfigSet, owner metav1.OwnerReference) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Build ¶
type Build struct { Name string GenerateName string Namespace string Source string Timeout string Revision string Buildtemplate string Registry string RegistrySecret string Args []string Wait bool }
Build structure represents knative build object
Click to show internal directories.
Click to hide internal directories.