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 AccountExpansion

type AccountExpansion interface{}

type AccountInterface

type AccountInterface interface {
	Create(ctx context.Context, account *v1alpha1.Account, opts v1.CreateOptions) (*v1alpha1.Account, error)
	Update(ctx context.Context, account *v1alpha1.Account, opts v1.UpdateOptions) (*v1alpha1.Account, error)
	UpdateStatus(ctx context.Context, account *v1alpha1.Account, opts v1.UpdateOptions) (*v1alpha1.Account, 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.Account, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.AccountList, 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.Account, err error)
	AccountExpansion
}

AccountInterface has methods to work with Account resources.

type AccountsGetter

type AccountsGetter interface {
	Accounts(namespace string) AccountInterface
}

AccountsGetter has a method to return a AccountInterface. A group's client should implement this interface.

type ClassificationJobExpansion

type ClassificationJobExpansion interface{}

type ClassificationJobInterface

type ClassificationJobInterface interface {
	Create(ctx context.Context, classificationJob *v1alpha1.ClassificationJob, opts v1.CreateOptions) (*v1alpha1.ClassificationJob, error)
	Update(ctx context.Context, classificationJob *v1alpha1.ClassificationJob, opts v1.UpdateOptions) (*v1alpha1.ClassificationJob, error)
	UpdateStatus(ctx context.Context, classificationJob *v1alpha1.ClassificationJob, opts v1.UpdateOptions) (*v1alpha1.ClassificationJob, 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.ClassificationJob, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.ClassificationJobList, 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.ClassificationJob, err error)
	ClassificationJobExpansion
}

ClassificationJobInterface has methods to work with ClassificationJob resources.

type ClassificationJobsGetter

type ClassificationJobsGetter interface {
	ClassificationJobs(namespace string) ClassificationJobInterface
}

ClassificationJobsGetter has a method to return a ClassificationJobInterface. A group's client should implement this interface.

type CustomDataIdentifierExpansion

type CustomDataIdentifierExpansion interface{}

type CustomDataIdentifierInterface

type CustomDataIdentifierInterface interface {
	Create(ctx context.Context, customDataIdentifier *v1alpha1.CustomDataIdentifier, opts v1.CreateOptions) (*v1alpha1.CustomDataIdentifier, error)
	Update(ctx context.Context, customDataIdentifier *v1alpha1.CustomDataIdentifier, opts v1.UpdateOptions) (*v1alpha1.CustomDataIdentifier, error)
	UpdateStatus(ctx context.Context, customDataIdentifier *v1alpha1.CustomDataIdentifier, opts v1.UpdateOptions) (*v1alpha1.CustomDataIdentifier, 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.CustomDataIdentifier, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.CustomDataIdentifierList, 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.CustomDataIdentifier, err error)
	CustomDataIdentifierExpansion
}

CustomDataIdentifierInterface has methods to work with CustomDataIdentifier resources.

type CustomDataIdentifiersGetter

type CustomDataIdentifiersGetter interface {
	CustomDataIdentifiers(namespace string) CustomDataIdentifierInterface
}

CustomDataIdentifiersGetter has a method to return a CustomDataIdentifierInterface. A group's client should implement this interface.

type FindingsFilterExpansion

type FindingsFilterExpansion interface{}

type FindingsFilterInterface

type FindingsFilterInterface interface {
	Create(ctx context.Context, findingsFilter *v1alpha1.FindingsFilter, opts v1.CreateOptions) (*v1alpha1.FindingsFilter, error)
	Update(ctx context.Context, findingsFilter *v1alpha1.FindingsFilter, opts v1.UpdateOptions) (*v1alpha1.FindingsFilter, error)
	UpdateStatus(ctx context.Context, findingsFilter *v1alpha1.FindingsFilter, opts v1.UpdateOptions) (*v1alpha1.FindingsFilter, 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.FindingsFilter, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.FindingsFilterList, 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.FindingsFilter, err error)
	FindingsFilterExpansion
}

FindingsFilterInterface has methods to work with FindingsFilter resources.

type FindingsFiltersGetter

type FindingsFiltersGetter interface {
	FindingsFilters(namespace string) FindingsFilterInterface
}

FindingsFiltersGetter has a method to return a FindingsFilterInterface. A group's client should implement this interface.

type InvitationAccepterExpansion

type InvitationAccepterExpansion interface{}

type InvitationAccepterInterface

type InvitationAccepterInterface interface {
	Create(ctx context.Context, invitationAccepter *v1alpha1.InvitationAccepter, opts v1.CreateOptions) (*v1alpha1.InvitationAccepter, error)
	Update(ctx context.Context, invitationAccepter *v1alpha1.InvitationAccepter, opts v1.UpdateOptions) (*v1alpha1.InvitationAccepter, error)
	UpdateStatus(ctx context.Context, invitationAccepter *v1alpha1.InvitationAccepter, opts v1.UpdateOptions) (*v1alpha1.InvitationAccepter, 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.InvitationAccepter, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.InvitationAccepterList, 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.InvitationAccepter, err error)
	InvitationAccepterExpansion
}

InvitationAccepterInterface has methods to work with InvitationAccepter resources.

type InvitationAcceptersGetter

type InvitationAcceptersGetter interface {
	InvitationAccepters(namespace string) InvitationAccepterInterface
}

InvitationAcceptersGetter has a method to return a InvitationAccepterInterface. A group's client should implement this interface.

type Macie2V1alpha1Client

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

Macie2V1alpha1Client is used to interact with features provided by the macie2.aws.kubeform.com group.

func New

New creates a new Macie2V1alpha1Client for the given RESTClient.

func NewForConfig

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

NewForConfig creates a new Macie2V1alpha1Client for the given config.

func NewForConfigOrDie

func NewForConfigOrDie(c *rest.Config) *Macie2V1alpha1Client

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

func (*Macie2V1alpha1Client) Accounts

func (c *Macie2V1alpha1Client) Accounts(namespace string) AccountInterface

func (*Macie2V1alpha1Client) ClassificationJobs

func (c *Macie2V1alpha1Client) ClassificationJobs(namespace string) ClassificationJobInterface

func (*Macie2V1alpha1Client) CustomDataIdentifiers

func (c *Macie2V1alpha1Client) CustomDataIdentifiers(namespace string) CustomDataIdentifierInterface

func (*Macie2V1alpha1Client) FindingsFilters

func (c *Macie2V1alpha1Client) FindingsFilters(namespace string) FindingsFilterInterface

func (*Macie2V1alpha1Client) InvitationAccepters

func (c *Macie2V1alpha1Client) InvitationAccepters(namespace string) InvitationAccepterInterface

func (*Macie2V1alpha1Client) Members

func (c *Macie2V1alpha1Client) Members(namespace string) MemberInterface

func (*Macie2V1alpha1Client) OrganizationAdminAccounts

func (c *Macie2V1alpha1Client) OrganizationAdminAccounts(namespace string) OrganizationAdminAccountInterface

func (*Macie2V1alpha1Client) RESTClient

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

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

type MemberExpansion

type MemberExpansion interface{}

type MemberInterface

type MemberInterface interface {
	Create(ctx context.Context, member *v1alpha1.Member, opts v1.CreateOptions) (*v1alpha1.Member, error)
	Update(ctx context.Context, member *v1alpha1.Member, opts v1.UpdateOptions) (*v1alpha1.Member, error)
	UpdateStatus(ctx context.Context, member *v1alpha1.Member, opts v1.UpdateOptions) (*v1alpha1.Member, 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.Member, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.MemberList, 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.Member, err error)
	MemberExpansion
}

MemberInterface has methods to work with Member resources.

type MembersGetter

type MembersGetter interface {
	Members(namespace string) MemberInterface
}

MembersGetter has a method to return a MemberInterface. A group's client should implement this interface.

type OrganizationAdminAccountExpansion

type OrganizationAdminAccountExpansion interface{}

type OrganizationAdminAccountInterface

type OrganizationAdminAccountInterface interface {
	Create(ctx context.Context, organizationAdminAccount *v1alpha1.OrganizationAdminAccount, opts v1.CreateOptions) (*v1alpha1.OrganizationAdminAccount, error)
	Update(ctx context.Context, organizationAdminAccount *v1alpha1.OrganizationAdminAccount, opts v1.UpdateOptions) (*v1alpha1.OrganizationAdminAccount, error)
	UpdateStatus(ctx context.Context, organizationAdminAccount *v1alpha1.OrganizationAdminAccount, opts v1.UpdateOptions) (*v1alpha1.OrganizationAdminAccount, 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.OrganizationAdminAccount, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.OrganizationAdminAccountList, 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.OrganizationAdminAccount, err error)
	OrganizationAdminAccountExpansion
}

OrganizationAdminAccountInterface has methods to work with OrganizationAdminAccount resources.

type OrganizationAdminAccountsGetter

type OrganizationAdminAccountsGetter interface {
	OrganizationAdminAccounts(namespace string) OrganizationAdminAccountInterface
}

OrganizationAdminAccountsGetter has a method to return a OrganizationAdminAccountInterface. 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