v1alpha1

package
v0.5.0 Latest Latest
Warning

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

Go to latest
Published: May 8, 2022 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Overview

This package has the automatically generated typed clients.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ChangeSetExpansion

type ChangeSetExpansion interface{}

type ChangeSetInterface

type ChangeSetInterface interface {
	Create(ctx context.Context, changeSet *v1alpha1.ChangeSet, opts v1.CreateOptions) (*v1alpha1.ChangeSet, error)
	Update(ctx context.Context, changeSet *v1alpha1.ChangeSet, opts v1.UpdateOptions) (*v1alpha1.ChangeSet, error)
	UpdateStatus(ctx context.Context, changeSet *v1alpha1.ChangeSet, opts v1.UpdateOptions) (*v1alpha1.ChangeSet, error)
	Delete(ctx context.Context, name string, opts v1.DeleteOptions) error
	DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error
	Get(ctx context.Context, name string, opts v1.GetOptions) (*v1alpha1.ChangeSet, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.ChangeSetList, error)
	Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error)
	Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.ChangeSet, err error)
	ChangeSetExpansion
}

ChangeSetInterface has methods to work with ChangeSet resources.

type ChangeSetsGetter

type ChangeSetsGetter interface {
	ChangeSets(namespace string) ChangeSetInterface
}

ChangeSetsGetter has a method to return a ChangeSetInterface. A group's client should implement this interface.

type RosV1alpha1Client

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

RosV1alpha1Client is used to interact with features provided by the ros.alicloud.kubeform.com group.

func New

New creates a new RosV1alpha1Client for the given RESTClient.

func NewForConfig

func NewForConfig(c *rest.Config) (*RosV1alpha1Client, error)

NewForConfig creates a new RosV1alpha1Client for the given config.

func NewForConfigOrDie

func NewForConfigOrDie(c *rest.Config) *RosV1alpha1Client

NewForConfigOrDie creates a new RosV1alpha1Client for the given config and panics if there is an error in the config.

func (*RosV1alpha1Client) ChangeSets

func (c *RosV1alpha1Client) ChangeSets(namespace string) ChangeSetInterface

func (*RosV1alpha1Client) RESTClient

func (c *RosV1alpha1Client) RESTClient() rest.Interface

RESTClient returns a RESTClient that is used to communicate with API server by this client implementation.

func (*RosV1alpha1Client) StackGroups

func (c *RosV1alpha1Client) StackGroups(namespace string) StackGroupInterface

func (*RosV1alpha1Client) StackInstances added in v0.5.0

func (c *RosV1alpha1Client) StackInstances(namespace string) StackInstanceInterface

func (*RosV1alpha1Client) Stacks

func (c *RosV1alpha1Client) Stacks(namespace string) StackInterface

func (*RosV1alpha1Client) TemplateScratches added in v0.5.0

func (c *RosV1alpha1Client) TemplateScratches(namespace string) TemplateScratchInterface

func (*RosV1alpha1Client) Templates

func (c *RosV1alpha1Client) Templates(namespace string) TemplateInterface

type RosV1alpha1Interface

type StackExpansion

type StackExpansion interface{}

type StackGroupExpansion

type StackGroupExpansion interface{}

type StackGroupInterface

type StackGroupInterface interface {
	Create(ctx context.Context, stackGroup *v1alpha1.StackGroup, opts v1.CreateOptions) (*v1alpha1.StackGroup, error)
	Update(ctx context.Context, stackGroup *v1alpha1.StackGroup, opts v1.UpdateOptions) (*v1alpha1.StackGroup, error)
	UpdateStatus(ctx context.Context, stackGroup *v1alpha1.StackGroup, opts v1.UpdateOptions) (*v1alpha1.StackGroup, error)
	Delete(ctx context.Context, name string, opts v1.DeleteOptions) error
	DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error
	Get(ctx context.Context, name string, opts v1.GetOptions) (*v1alpha1.StackGroup, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.StackGroupList, error)
	Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error)
	Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.StackGroup, err error)
	StackGroupExpansion
}

StackGroupInterface has methods to work with StackGroup resources.

type StackGroupsGetter

type StackGroupsGetter interface {
	StackGroups(namespace string) StackGroupInterface
}

StackGroupsGetter has a method to return a StackGroupInterface. A group's client should implement this interface.

type StackInstanceExpansion added in v0.5.0

type StackInstanceExpansion interface{}

type StackInstanceInterface added in v0.5.0

type StackInstanceInterface interface {
	Create(ctx context.Context, stackInstance *v1alpha1.StackInstance, opts v1.CreateOptions) (*v1alpha1.StackInstance, error)
	Update(ctx context.Context, stackInstance *v1alpha1.StackInstance, opts v1.UpdateOptions) (*v1alpha1.StackInstance, error)
	UpdateStatus(ctx context.Context, stackInstance *v1alpha1.StackInstance, opts v1.UpdateOptions) (*v1alpha1.StackInstance, error)
	Delete(ctx context.Context, name string, opts v1.DeleteOptions) error
	DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error
	Get(ctx context.Context, name string, opts v1.GetOptions) (*v1alpha1.StackInstance, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.StackInstanceList, error)
	Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error)
	Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.StackInstance, err error)
	StackInstanceExpansion
}

StackInstanceInterface has methods to work with StackInstance resources.

type StackInstancesGetter added in v0.5.0

type StackInstancesGetter interface {
	StackInstances(namespace string) StackInstanceInterface
}

StackInstancesGetter has a method to return a StackInstanceInterface. A group's client should implement this interface.

type StackInterface

type StackInterface interface {
	Create(ctx context.Context, stack *v1alpha1.Stack, opts v1.CreateOptions) (*v1alpha1.Stack, error)
	Update(ctx context.Context, stack *v1alpha1.Stack, opts v1.UpdateOptions) (*v1alpha1.Stack, error)
	UpdateStatus(ctx context.Context, stack *v1alpha1.Stack, opts v1.UpdateOptions) (*v1alpha1.Stack, error)
	Delete(ctx context.Context, name string, opts v1.DeleteOptions) error
	DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error
	Get(ctx context.Context, name string, opts v1.GetOptions) (*v1alpha1.Stack, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.StackList, error)
	Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error)
	Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.Stack, err error)
	StackExpansion
}

StackInterface has methods to work with Stack resources.

type StacksGetter

type StacksGetter interface {
	Stacks(namespace string) StackInterface
}

StacksGetter has a method to return a StackInterface. A group's client should implement this interface.

type TemplateExpansion

type TemplateExpansion interface{}

type TemplateInterface

type TemplateInterface interface {
	Create(ctx context.Context, template *v1alpha1.Template, opts v1.CreateOptions) (*v1alpha1.Template, error)
	Update(ctx context.Context, template *v1alpha1.Template, opts v1.UpdateOptions) (*v1alpha1.Template, error)
	UpdateStatus(ctx context.Context, template *v1alpha1.Template, opts v1.UpdateOptions) (*v1alpha1.Template, error)
	Delete(ctx context.Context, name string, opts v1.DeleteOptions) error
	DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error
	Get(ctx context.Context, name string, opts v1.GetOptions) (*v1alpha1.Template, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.TemplateList, error)
	Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error)
	Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.Template, err error)
	TemplateExpansion
}

TemplateInterface has methods to work with Template resources.

type TemplateScratchExpansion added in v0.5.0

type TemplateScratchExpansion interface{}

type TemplateScratchInterface added in v0.5.0

type TemplateScratchInterface interface {
	Create(ctx context.Context, templateScratch *v1alpha1.TemplateScratch, opts v1.CreateOptions) (*v1alpha1.TemplateScratch, error)
	Update(ctx context.Context, templateScratch *v1alpha1.TemplateScratch, opts v1.UpdateOptions) (*v1alpha1.TemplateScratch, error)
	UpdateStatus(ctx context.Context, templateScratch *v1alpha1.TemplateScratch, opts v1.UpdateOptions) (*v1alpha1.TemplateScratch, error)
	Delete(ctx context.Context, name string, opts v1.DeleteOptions) error
	DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error
	Get(ctx context.Context, name string, opts v1.GetOptions) (*v1alpha1.TemplateScratch, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.TemplateScratchList, error)
	Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error)
	Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.TemplateScratch, err error)
	TemplateScratchExpansion
}

TemplateScratchInterface has methods to work with TemplateScratch resources.

type TemplateScratchesGetter added in v0.5.0

type TemplateScratchesGetter interface {
	TemplateScratches(namespace string) TemplateScratchInterface
}

TemplateScratchesGetter has a method to return a TemplateScratchInterface. A group's client should implement this interface.

type TemplatesGetter

type TemplatesGetter interface {
	Templates(namespace string) TemplateInterface
}

TemplatesGetter has a method to return a TemplateInterface. A group's client should implement this interface.

Directories

Path Synopsis
Package fake has the automatically generated clients.
Package fake has the automatically generated clients.

Jump to

Keyboard shortcuts

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