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 IamBindingExpansion

type IamBindingExpansion interface{}

type IamBindingInterface

type IamBindingInterface interface {
	Create(ctx context.Context, iamBinding *v1alpha1.IamBinding, opts v1.CreateOptions) (*v1alpha1.IamBinding, error)
	Update(ctx context.Context, iamBinding *v1alpha1.IamBinding, opts v1.UpdateOptions) (*v1alpha1.IamBinding, error)
	UpdateStatus(ctx context.Context, iamBinding *v1alpha1.IamBinding, opts v1.UpdateOptions) (*v1alpha1.IamBinding, 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.IamBinding, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.IamBindingList, 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.IamBinding, err error)
	IamBindingExpansion
}

IamBindingInterface has methods to work with IamBinding resources.

type IamBindingsGetter

type IamBindingsGetter interface {
	IamBindings(namespace string) IamBindingInterface
}

IamBindingsGetter has a method to return a IamBindingInterface. A group's client should implement this interface.

type IamMemberExpansion

type IamMemberExpansion interface{}

type IamMemberInterface

type IamMemberInterface interface {
	Create(ctx context.Context, iamMember *v1alpha1.IamMember, opts v1.CreateOptions) (*v1alpha1.IamMember, error)
	Update(ctx context.Context, iamMember *v1alpha1.IamMember, opts v1.UpdateOptions) (*v1alpha1.IamMember, error)
	UpdateStatus(ctx context.Context, iamMember *v1alpha1.IamMember, opts v1.UpdateOptions) (*v1alpha1.IamMember, 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.IamMember, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.IamMemberList, 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.IamMember, err error)
	IamMemberExpansion
}

IamMemberInterface has methods to work with IamMember resources.

type IamMembersGetter

type IamMembersGetter interface {
	IamMembers(namespace string) IamMemberInterface
}

IamMembersGetter has a method to return a IamMemberInterface. A group's client should implement this interface.

type IamPoliciesGetter

type IamPoliciesGetter interface {
	IamPolicies(namespace string) IamPolicyInterface
}

IamPoliciesGetter has a method to return a IamPolicyInterface. A group's client should implement this interface.

type IamPolicyExpansion

type IamPolicyExpansion interface{}

type IamPolicyInterface

type IamPolicyInterface interface {
	Create(ctx context.Context, iamPolicy *v1alpha1.IamPolicy, opts v1.CreateOptions) (*v1alpha1.IamPolicy, error)
	Update(ctx context.Context, iamPolicy *v1alpha1.IamPolicy, opts v1.UpdateOptions) (*v1alpha1.IamPolicy, error)
	UpdateStatus(ctx context.Context, iamPolicy *v1alpha1.IamPolicy, opts v1.UpdateOptions) (*v1alpha1.IamPolicy, 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.IamPolicy, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.IamPolicyList, 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.IamPolicy, err error)
	IamPolicyExpansion
}

IamPolicyInterface has methods to work with IamPolicy resources.

type SourcerepoRepositoriesGetter

type SourcerepoRepositoriesGetter interface {
	SourcerepoRepositories(namespace string) SourcerepoRepositoryInterface
}

SourcerepoRepositoriesGetter has a method to return a SourcerepoRepositoryInterface. A group's client should implement this interface.

type SourcerepoRepositoryExpansion

type SourcerepoRepositoryExpansion interface{}

type SourcerepoRepositoryInterface

type SourcerepoRepositoryInterface interface {
	Create(ctx context.Context, sourcerepoRepository *v1alpha1.SourcerepoRepository, opts v1.CreateOptions) (*v1alpha1.SourcerepoRepository, error)
	Update(ctx context.Context, sourcerepoRepository *v1alpha1.SourcerepoRepository, opts v1.UpdateOptions) (*v1alpha1.SourcerepoRepository, error)
	UpdateStatus(ctx context.Context, sourcerepoRepository *v1alpha1.SourcerepoRepository, opts v1.UpdateOptions) (*v1alpha1.SourcerepoRepository, 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.SourcerepoRepository, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.SourcerepoRepositoryList, 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.SourcerepoRepository, err error)
	SourcerepoRepositoryExpansion
}

SourcerepoRepositoryInterface has methods to work with SourcerepoRepository resources.

type SourcereporepositoryV1alpha1Client

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

SourcereporepositoryV1alpha1Client is used to interact with features provided by the sourcereporepository.google.kubeform.com group.

func New

New creates a new SourcereporepositoryV1alpha1Client for the given RESTClient.

func NewForConfig

NewForConfig creates a new SourcereporepositoryV1alpha1Client for the given config.

func NewForConfigOrDie

func NewForConfigOrDie(c *rest.Config) *SourcereporepositoryV1alpha1Client

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

func (*SourcereporepositoryV1alpha1Client) IamBindings

func (*SourcereporepositoryV1alpha1Client) IamMembers

func (*SourcereporepositoryV1alpha1Client) IamPolicies

func (*SourcereporepositoryV1alpha1Client) RESTClient

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

func (*SourcereporepositoryV1alpha1Client) SourcerepoRepositories

func (c *SourcereporepositoryV1alpha1Client) SourcerepoRepositories(namespace string) SourcerepoRepositoryInterface

type SourcereporepositoryV1alpha1Interface

type SourcereporepositoryV1alpha1Interface interface {
	RESTClient() rest.Interface
	IamBindingsGetter
	IamMembersGetter
	IamPoliciesGetter
	SourcerepoRepositoriesGetter
}

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