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 ApplicationServerCustomImageExpansion added in v0.5.0

type ApplicationServerCustomImageExpansion interface{}

type ApplicationServerCustomImageInterface added in v0.5.0

type ApplicationServerCustomImageInterface interface {
	Create(ctx context.Context, applicationServerCustomImage *v1alpha1.ApplicationServerCustomImage, opts v1.CreateOptions) (*v1alpha1.ApplicationServerCustomImage, error)
	Update(ctx context.Context, applicationServerCustomImage *v1alpha1.ApplicationServerCustomImage, opts v1.UpdateOptions) (*v1alpha1.ApplicationServerCustomImage, error)
	UpdateStatus(ctx context.Context, applicationServerCustomImage *v1alpha1.ApplicationServerCustomImage, opts v1.UpdateOptions) (*v1alpha1.ApplicationServerCustomImage, 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.ApplicationServerCustomImage, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.ApplicationServerCustomImageList, 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.ApplicationServerCustomImage, err error)
	ApplicationServerCustomImageExpansion
}

ApplicationServerCustomImageInterface has methods to work with ApplicationServerCustomImage resources.

type ApplicationServerCustomImagesGetter added in v0.5.0

type ApplicationServerCustomImagesGetter interface {
	ApplicationServerCustomImages(namespace string) ApplicationServerCustomImageInterface
}

ApplicationServerCustomImagesGetter has a method to return a ApplicationServerCustomImageInterface. A group's client should implement this interface.

type ApplicationServerFirewallRuleExpansion added in v0.5.0

type ApplicationServerFirewallRuleExpansion interface{}

type ApplicationServerFirewallRuleInterface added in v0.5.0

type ApplicationServerFirewallRuleInterface interface {
	Create(ctx context.Context, applicationServerFirewallRule *v1alpha1.ApplicationServerFirewallRule, opts v1.CreateOptions) (*v1alpha1.ApplicationServerFirewallRule, error)
	Update(ctx context.Context, applicationServerFirewallRule *v1alpha1.ApplicationServerFirewallRule, opts v1.UpdateOptions) (*v1alpha1.ApplicationServerFirewallRule, error)
	UpdateStatus(ctx context.Context, applicationServerFirewallRule *v1alpha1.ApplicationServerFirewallRule, opts v1.UpdateOptions) (*v1alpha1.ApplicationServerFirewallRule, 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.ApplicationServerFirewallRule, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.ApplicationServerFirewallRuleList, 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.ApplicationServerFirewallRule, err error)
	ApplicationServerFirewallRuleExpansion
}

ApplicationServerFirewallRuleInterface has methods to work with ApplicationServerFirewallRule resources.

type ApplicationServerFirewallRulesGetter added in v0.5.0

type ApplicationServerFirewallRulesGetter interface {
	ApplicationServerFirewallRules(namespace string) ApplicationServerFirewallRuleInterface
}

ApplicationServerFirewallRulesGetter has a method to return a ApplicationServerFirewallRuleInterface. A group's client should implement this interface.

type ApplicationServerInstanceExpansion

type ApplicationServerInstanceExpansion interface{}

type ApplicationServerInstanceInterface

type ApplicationServerInstanceInterface interface {
	Create(ctx context.Context, applicationServerInstance *v1alpha1.ApplicationServerInstance, opts v1.CreateOptions) (*v1alpha1.ApplicationServerInstance, error)
	Update(ctx context.Context, applicationServerInstance *v1alpha1.ApplicationServerInstance, opts v1.UpdateOptions) (*v1alpha1.ApplicationServerInstance, error)
	UpdateStatus(ctx context.Context, applicationServerInstance *v1alpha1.ApplicationServerInstance, opts v1.UpdateOptions) (*v1alpha1.ApplicationServerInstance, 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.ApplicationServerInstance, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.ApplicationServerInstanceList, 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.ApplicationServerInstance, err error)
	ApplicationServerInstanceExpansion
}

ApplicationServerInstanceInterface has methods to work with ApplicationServerInstance resources.

type ApplicationServerInstancesGetter

type ApplicationServerInstancesGetter interface {
	ApplicationServerInstances(namespace string) ApplicationServerInstanceInterface
}

ApplicationServerInstancesGetter has a method to return a ApplicationServerInstanceInterface. A group's client should implement this interface.

type ApplicationServerSnapshotExpansion added in v0.5.0

type ApplicationServerSnapshotExpansion interface{}

type ApplicationServerSnapshotInterface added in v0.5.0

type ApplicationServerSnapshotInterface interface {
	Create(ctx context.Context, applicationServerSnapshot *v1alpha1.ApplicationServerSnapshot, opts v1.CreateOptions) (*v1alpha1.ApplicationServerSnapshot, error)
	Update(ctx context.Context, applicationServerSnapshot *v1alpha1.ApplicationServerSnapshot, opts v1.UpdateOptions) (*v1alpha1.ApplicationServerSnapshot, error)
	UpdateStatus(ctx context.Context, applicationServerSnapshot *v1alpha1.ApplicationServerSnapshot, opts v1.UpdateOptions) (*v1alpha1.ApplicationServerSnapshot, 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.ApplicationServerSnapshot, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.ApplicationServerSnapshotList, 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.ApplicationServerSnapshot, err error)
	ApplicationServerSnapshotExpansion
}

ApplicationServerSnapshotInterface has methods to work with ApplicationServerSnapshot resources.

type ApplicationServerSnapshotsGetter added in v0.5.0

type ApplicationServerSnapshotsGetter interface {
	ApplicationServerSnapshots(namespace string) ApplicationServerSnapshotInterface
}

ApplicationServerSnapshotsGetter has a method to return a ApplicationServerSnapshotInterface. A group's client should implement this interface.

type SimpleV1alpha1Client

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

SimpleV1alpha1Client is used to interact with features provided by the simple.alicloud.kubeform.com group.

func New

New creates a new SimpleV1alpha1Client for the given RESTClient.

func NewForConfig

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

NewForConfig creates a new SimpleV1alpha1Client for the given config.

func NewForConfigOrDie

func NewForConfigOrDie(c *rest.Config) *SimpleV1alpha1Client

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

func (*SimpleV1alpha1Client) ApplicationServerCustomImages added in v0.5.0

func (c *SimpleV1alpha1Client) ApplicationServerCustomImages(namespace string) ApplicationServerCustomImageInterface

func (*SimpleV1alpha1Client) ApplicationServerFirewallRules added in v0.5.0

func (c *SimpleV1alpha1Client) ApplicationServerFirewallRules(namespace string) ApplicationServerFirewallRuleInterface

func (*SimpleV1alpha1Client) ApplicationServerInstances

func (c *SimpleV1alpha1Client) ApplicationServerInstances(namespace string) ApplicationServerInstanceInterface

func (*SimpleV1alpha1Client) ApplicationServerSnapshots added in v0.5.0

func (c *SimpleV1alpha1Client) ApplicationServerSnapshots(namespace string) ApplicationServerSnapshotInterface

func (*SimpleV1alpha1Client) RESTClient

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

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

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