release

package
v0.3.52 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 28, 2024 License: Apache-2.0 Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client struct {
	// contains filtered or unexported fields
}

func NewClient

func NewClient(name string, clnt client.Client) *Client

func (*Client) Create

func (c *Client) Create(ctx context.Context, namespace string, name string) (*Release, error)

func (*Client) Delete

func (c *Client) Delete(ctx context.Context, release *Release) error

func (*Client) Get

func (c *Client) Get(ctx context.Context, namespace string, name string) (*Release, error)

func (*Client) List

func (c *Client) List(ctx context.Context, namespace string) ([]*Release, error)

func (*Client) Update

func (c *Client) Update(ctx context.Context, release *Release) error

type Release

type Release struct {
	Revision  int64
	Inventory []*reconciler.InventoryItem
	State     component.State
	// contains filtered or unexported fields
}

func (*Release) GetCreationTimestamp

func (r *Release) GetCreationTimestamp() *time.Time

func (*Release) GetName

func (r *Release) GetName() string

func (*Release) GetNamespace

func (r *Release) GetNamespace() string

func (*Release) GetUpdateTimestamp

func (r *Release) GetUpdateTimestamp() *time.Time

func (*Release) IsDeleting

func (r *Release) IsDeleting() bool

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL