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 CenterGroupExpansion added in v0.4.0

type CenterGroupExpansion interface{}

type CenterGroupInterface added in v0.4.0

type CenterGroupInterface interface {
	Create(ctx context.Context, centerGroup *v1alpha1.CenterGroup, opts v1.CreateOptions) (*v1alpha1.CenterGroup, error)
	Update(ctx context.Context, centerGroup *v1alpha1.CenterGroup, opts v1.UpdateOptions) (*v1alpha1.CenterGroup, error)
	UpdateStatus(ctx context.Context, centerGroup *v1alpha1.CenterGroup, opts v1.UpdateOptions) (*v1alpha1.CenterGroup, 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.CenterGroup, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.CenterGroupList, 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.CenterGroup, err error)
	CenterGroupExpansion
}

CenterGroupInterface has methods to work with CenterGroup resources.

type CenterGroupsGetter added in v0.4.0

type CenterGroupsGetter interface {
	CenterGroups(namespace string) CenterGroupInterface
}

CenterGroupsGetter has a method to return a CenterGroupInterface. A group's client should implement this interface.

type CenterServiceLinkedRoleExpansion added in v0.5.0

type CenterServiceLinkedRoleExpansion interface{}

type CenterServiceLinkedRoleInterface added in v0.5.0

type CenterServiceLinkedRoleInterface interface {
	Create(ctx context.Context, centerServiceLinkedRole *v1alpha1.CenterServiceLinkedRole, opts v1.CreateOptions) (*v1alpha1.CenterServiceLinkedRole, error)
	Update(ctx context.Context, centerServiceLinkedRole *v1alpha1.CenterServiceLinkedRole, opts v1.UpdateOptions) (*v1alpha1.CenterServiceLinkedRole, error)
	UpdateStatus(ctx context.Context, centerServiceLinkedRole *v1alpha1.CenterServiceLinkedRole, opts v1.UpdateOptions) (*v1alpha1.CenterServiceLinkedRole, 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.CenterServiceLinkedRole, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.CenterServiceLinkedRoleList, 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.CenterServiceLinkedRole, err error)
	CenterServiceLinkedRoleExpansion
}

CenterServiceLinkedRoleInterface has methods to work with CenterServiceLinkedRole resources.

type CenterServiceLinkedRolesGetter added in v0.5.0

type CenterServiceLinkedRolesGetter interface {
	CenterServiceLinkedRoles(namespace string) CenterServiceLinkedRoleInterface
}

CenterServiceLinkedRolesGetter has a method to return a CenterServiceLinkedRoleInterface. A group's client should implement this interface.

type GroupExpansion

type GroupExpansion interface{}

type GroupInterface

type GroupInterface interface {
	Create(ctx context.Context, group *v1alpha1.Group, opts v1.CreateOptions) (*v1alpha1.Group, error)
	Update(ctx context.Context, group *v1alpha1.Group, opts v1.UpdateOptions) (*v1alpha1.Group, error)
	UpdateStatus(ctx context.Context, group *v1alpha1.Group, opts v1.UpdateOptions) (*v1alpha1.Group, 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.Group, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.GroupList, 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.Group, err error)
	GroupExpansion
}

GroupInterface has methods to work with Group resources.

type GroupRuleExpansion

type GroupRuleExpansion interface{}

type GroupRuleInterface

type GroupRuleInterface interface {
	Create(ctx context.Context, groupRule *v1alpha1.GroupRule, opts v1.CreateOptions) (*v1alpha1.GroupRule, error)
	Update(ctx context.Context, groupRule *v1alpha1.GroupRule, opts v1.UpdateOptions) (*v1alpha1.GroupRule, error)
	UpdateStatus(ctx context.Context, groupRule *v1alpha1.GroupRule, opts v1.UpdateOptions) (*v1alpha1.GroupRule, 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.GroupRule, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.GroupRuleList, 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.GroupRule, err error)
	GroupRuleExpansion
}

GroupRuleInterface has methods to work with GroupRule resources.

type GroupRulesGetter

type GroupRulesGetter interface {
	GroupRules(namespace string) GroupRuleInterface
}

GroupRulesGetter has a method to return a GroupRuleInterface. A group's client should implement this interface.

type GroupsGetter

type GroupsGetter interface {
	Groups(namespace string) GroupInterface
}

GroupsGetter has a method to return a GroupInterface. A group's client should implement this interface.

type SecurityV1alpha1Client

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

SecurityV1alpha1Client is used to interact with features provided by the security.alicloud.kubeform.com group.

func New

New creates a new SecurityV1alpha1Client for the given RESTClient.

func NewForConfig

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

NewForConfig creates a new SecurityV1alpha1Client for the given config.

func NewForConfigOrDie

func NewForConfigOrDie(c *rest.Config) *SecurityV1alpha1Client

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

func (*SecurityV1alpha1Client) CenterGroups added in v0.4.0

func (c *SecurityV1alpha1Client) CenterGroups(namespace string) CenterGroupInterface

func (*SecurityV1alpha1Client) CenterServiceLinkedRoles added in v0.5.0

func (c *SecurityV1alpha1Client) CenterServiceLinkedRoles(namespace string) CenterServiceLinkedRoleInterface

func (*SecurityV1alpha1Client) GroupRules

func (c *SecurityV1alpha1Client) GroupRules(namespace string) GroupRuleInterface

func (*SecurityV1alpha1Client) Groups

func (c *SecurityV1alpha1Client) Groups(namespace string) GroupInterface

func (*SecurityV1alpha1Client) RESTClient

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

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

type SecurityV1alpha1Interface

type SecurityV1alpha1Interface interface {
	RESTClient() rest.Interface
	CenterGroupsGetter
	CenterServiceLinkedRolesGetter
	GroupsGetter
	GroupRulesGetter
}

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