 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
- type Client
- func (c *Client) Create(ctx context.Context, namespace string, name string) (*Release, error)
- func (c *Client) Delete(ctx context.Context, release *Release) error
- func (c *Client) Get(ctx context.Context, namespace string, name string) (*Release, error)
- func (c *Client) List(ctx context.Context, namespace string) ([]*Release, error)
- func (c *Client) Update(ctx context.Context, release *Release) error
 
- type Release
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
}
    type Release ¶
type Release struct {
	Revision  int64
	Inventory []*reconciler.InventoryItem
	State     component.State
	// contains filtered or unexported fields
}
    func (*Release) GetCreationTimestamp ¶
func (*Release) GetNamespace ¶
func (*Release) GetUpdateTimestamp ¶
func (*Release) IsDeleting ¶
 Click to show internal directories. 
   Click to hide internal directories.