clientset

package
v0.13.1 Latest Latest
Warning

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

Go to latest
Published: Apr 15, 2021 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ChartInterface

type ChartInterface interface {
	Watch(ctx context.Context, opts metav1.ListOptions) (watch.Interface, error)
	List(ctx context.Context) (*v1beta1.ChartList, error)
	Get(ctx context.Context, name string, opts metav1.GetOptions) (*v1beta1.Chart, error)
	Create(ctx context.Context, chart *v1beta1.Chart) (*v1beta1.Chart, error)
	Delete(ctx context.Context, name string, opts metav1.DeleteOptions) error
	UpdateStatus(ctx context.Context, chart *v1beta1.Chart, opts metav1.UpdateOptions) (*v1beta1.Chart, error)
}

ChartInterface typed client methods set

type ChartV1Beta1Client

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

ChartV1Beta1Client typed client instance

func New

func New(config *rest.Config) (*ChartV1Beta1Client, error)

New builds new chart client

func NewForConfig

func NewForConfig(cfgPath string) (*ChartV1Beta1Client, error)

NewForConfig builds new chart client

func (ChartV1Beta1Client) Charts

func (c ChartV1Beta1Client) Charts(namespace string) ChartInterface

Charts returns charts typed client for given namespace

type ChartV1Beta1Interface

type ChartV1Beta1Interface interface {
	Charts(namespace string) ChartInterface
}

ChartV1Beta1Interface typed client interface

Jump to

Keyboard shortcuts

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