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 AccessApprovalSettingsExpansion

type AccessApprovalSettingsExpansion interface{}

type AccessApprovalSettingsInterface

type AccessApprovalSettingsInterface interface {
	Create(ctx context.Context, accessApprovalSettings *v1alpha1.AccessApprovalSettings, opts v1.CreateOptions) (*v1alpha1.AccessApprovalSettings, error)
	Update(ctx context.Context, accessApprovalSettings *v1alpha1.AccessApprovalSettings, opts v1.UpdateOptions) (*v1alpha1.AccessApprovalSettings, error)
	UpdateStatus(ctx context.Context, accessApprovalSettings *v1alpha1.AccessApprovalSettings, opts v1.UpdateOptions) (*v1alpha1.AccessApprovalSettings, 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.AccessApprovalSettings, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.AccessApprovalSettingsList, 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.AccessApprovalSettings, err error)
	AccessApprovalSettingsExpansion
}

AccessApprovalSettingsInterface has methods to work with AccessApprovalSettings resources.

type AccessApprovalSettingsesGetter

type AccessApprovalSettingsesGetter interface {
	AccessApprovalSettingses(namespace string) AccessApprovalSettingsInterface
}

AccessApprovalSettingsesGetter has a method to return a AccessApprovalSettingsInterface. A group's client should implement this interface.

type FolderExpansion

type FolderExpansion interface{}

type FolderInterface

type FolderInterface interface {
	Create(ctx context.Context, folder *v1alpha1.Folder, opts v1.CreateOptions) (*v1alpha1.Folder, error)
	Update(ctx context.Context, folder *v1alpha1.Folder, opts v1.UpdateOptions) (*v1alpha1.Folder, error)
	UpdateStatus(ctx context.Context, folder *v1alpha1.Folder, opts v1.UpdateOptions) (*v1alpha1.Folder, 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.Folder, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.FolderList, 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.Folder, err error)
	FolderExpansion
}

FolderInterface has methods to work with Folder resources.

type FolderV1alpha1Client

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

FolderV1alpha1Client is used to interact with features provided by the folder.google.kubeform.com group.

func New

New creates a new FolderV1alpha1Client for the given RESTClient.

func NewForConfig

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

NewForConfig creates a new FolderV1alpha1Client for the given config.

func NewForConfigOrDie

func NewForConfigOrDie(c *rest.Config) *FolderV1alpha1Client

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

func (*FolderV1alpha1Client) AccessApprovalSettingses

func (c *FolderV1alpha1Client) AccessApprovalSettingses(namespace string) AccessApprovalSettingsInterface

func (*FolderV1alpha1Client) Folders

func (c *FolderV1alpha1Client) Folders(namespace string) FolderInterface

func (*FolderV1alpha1Client) IamAuditConfigs

func (c *FolderV1alpha1Client) IamAuditConfigs(namespace string) IamAuditConfigInterface

func (*FolderV1alpha1Client) IamBindings

func (c *FolderV1alpha1Client) IamBindings(namespace string) IamBindingInterface

func (*FolderV1alpha1Client) IamMembers

func (c *FolderV1alpha1Client) IamMembers(namespace string) IamMemberInterface

func (*FolderV1alpha1Client) IamPolicies

func (c *FolderV1alpha1Client) IamPolicies(namespace string) IamPolicyInterface

func (*FolderV1alpha1Client) OrganizationPolicies

func (c *FolderV1alpha1Client) OrganizationPolicies(namespace string) OrganizationPolicyInterface

func (*FolderV1alpha1Client) RESTClient

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

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

type FoldersGetter

type FoldersGetter interface {
	Folders(namespace string) FolderInterface
}

FoldersGetter has a method to return a FolderInterface. A group's client should implement this interface.

type IamAuditConfigExpansion

type IamAuditConfigExpansion interface{}

type IamAuditConfigInterface

type IamAuditConfigInterface interface {
	Create(ctx context.Context, iamAuditConfig *v1alpha1.IamAuditConfig, opts v1.CreateOptions) (*v1alpha1.IamAuditConfig, error)
	Update(ctx context.Context, iamAuditConfig *v1alpha1.IamAuditConfig, opts v1.UpdateOptions) (*v1alpha1.IamAuditConfig, error)
	UpdateStatus(ctx context.Context, iamAuditConfig *v1alpha1.IamAuditConfig, opts v1.UpdateOptions) (*v1alpha1.IamAuditConfig, 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.IamAuditConfig, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.IamAuditConfigList, 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.IamAuditConfig, err error)
	IamAuditConfigExpansion
}

IamAuditConfigInterface has methods to work with IamAuditConfig resources.

type IamAuditConfigsGetter

type IamAuditConfigsGetter interface {
	IamAuditConfigs(namespace string) IamAuditConfigInterface
}

IamAuditConfigsGetter has a method to return a IamAuditConfigInterface. A group's client should implement this interface.

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 OrganizationPoliciesGetter

type OrganizationPoliciesGetter interface {
	OrganizationPolicies(namespace string) OrganizationPolicyInterface
}

OrganizationPoliciesGetter has a method to return a OrganizationPolicyInterface. A group's client should implement this interface.

type OrganizationPolicyExpansion

type OrganizationPolicyExpansion interface{}

type OrganizationPolicyInterface

type OrganizationPolicyInterface interface {
	Create(ctx context.Context, organizationPolicy *v1alpha1.OrganizationPolicy, opts v1.CreateOptions) (*v1alpha1.OrganizationPolicy, error)
	Update(ctx context.Context, organizationPolicy *v1alpha1.OrganizationPolicy, opts v1.UpdateOptions) (*v1alpha1.OrganizationPolicy, error)
	UpdateStatus(ctx context.Context, organizationPolicy *v1alpha1.OrganizationPolicy, opts v1.UpdateOptions) (*v1alpha1.OrganizationPolicy, 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.OrganizationPolicy, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.OrganizationPolicyList, 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.OrganizationPolicy, err error)
	OrganizationPolicyExpansion
}

OrganizationPolicyInterface has methods to work with OrganizationPolicy resources.

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