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 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
Click to show internal directories.
Click to hide internal directories.