Documentation ¶
Index ¶
- type ShipwrightBuild
- func (sb *ShipwrightBuild) CreateOrUpdate(ctx context.Context, owner client.Object) (controllerutil.OperationResult, error)
- func (sb *ShipwrightBuild) Delete(ctx context.Context, owner client.Object) error
- func (sb *ShipwrightBuild) Get(ctx context.Context, owner client.Object) (*shipwrightv1alpha1.ShipwrightBuild, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ShipwrightBuild ¶
ShipwrightBuild type defines methods to Get, Create, Delete v1alpha1.ShipwrightBuild resource
func New ¶
func New(client client.Client, namespace string) *ShipwrightBuild
New creates new instance of ShipwrightBuild type
func (*ShipwrightBuild) CreateOrUpdate ¶
func (sb *ShipwrightBuild) CreateOrUpdate(ctx context.Context, owner client.Object) (controllerutil.OperationResult, error)
CreateOrUpdate creates v1alpha1.ShipwrightBuild object
func (*ShipwrightBuild) Get ¶
func (sb *ShipwrightBuild) Get(ctx context.Context, owner client.Object) (*shipwrightv1alpha1.ShipwrightBuild, error)
Get fetches the current v1alpha1.ShipwrightBuild object owned by the controller
Click to show internal directories.
Click to hide internal directories.