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

type ApprovalRuleTemplateAssociationExpansion interface{}

type ApprovalRuleTemplateAssociationInterface added in v0.5.0

ApprovalRuleTemplateAssociationInterface has methods to work with ApprovalRuleTemplateAssociation resources.

type ApprovalRuleTemplateAssociationsGetter added in v0.5.0

type ApprovalRuleTemplateAssociationsGetter interface {
	ApprovalRuleTemplateAssociations(namespace string) ApprovalRuleTemplateAssociationInterface
}

ApprovalRuleTemplateAssociationsGetter has a method to return a ApprovalRuleTemplateAssociationInterface. A group's client should implement this interface.

type ApprovalRuleTemplateExpansion added in v0.5.0

type ApprovalRuleTemplateExpansion interface{}

type ApprovalRuleTemplateInterface added in v0.5.0

type ApprovalRuleTemplateInterface interface {
	Create(ctx context.Context, approvalRuleTemplate *v1alpha1.ApprovalRuleTemplate, opts v1.CreateOptions) (*v1alpha1.ApprovalRuleTemplate, error)
	Update(ctx context.Context, approvalRuleTemplate *v1alpha1.ApprovalRuleTemplate, opts v1.UpdateOptions) (*v1alpha1.ApprovalRuleTemplate, error)
	UpdateStatus(ctx context.Context, approvalRuleTemplate *v1alpha1.ApprovalRuleTemplate, opts v1.UpdateOptions) (*v1alpha1.ApprovalRuleTemplate, 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.ApprovalRuleTemplate, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.ApprovalRuleTemplateList, 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.ApprovalRuleTemplate, err error)
	ApprovalRuleTemplateExpansion
}

ApprovalRuleTemplateInterface has methods to work with ApprovalRuleTemplate resources.

type ApprovalRuleTemplatesGetter added in v0.5.0

type ApprovalRuleTemplatesGetter interface {
	ApprovalRuleTemplates(namespace string) ApprovalRuleTemplateInterface
}

ApprovalRuleTemplatesGetter has a method to return a ApprovalRuleTemplateInterface. A group's client should implement this interface.

type CodecommitV1alpha1Client

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

CodecommitV1alpha1Client is used to interact with features provided by the codecommit.aws.kubeform.com group.

func New

New creates a new CodecommitV1alpha1Client for the given RESTClient.

func NewForConfig

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

NewForConfig creates a new CodecommitV1alpha1Client for the given config.

func NewForConfigOrDie

func NewForConfigOrDie(c *rest.Config) *CodecommitV1alpha1Client

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

func (*CodecommitV1alpha1Client) ApprovalRuleTemplateAssociations added in v0.5.0

func (c *CodecommitV1alpha1Client) ApprovalRuleTemplateAssociations(namespace string) ApprovalRuleTemplateAssociationInterface

func (*CodecommitV1alpha1Client) ApprovalRuleTemplates added in v0.5.0

func (c *CodecommitV1alpha1Client) ApprovalRuleTemplates(namespace string) ApprovalRuleTemplateInterface

func (*CodecommitV1alpha1Client) RESTClient

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

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

func (*CodecommitV1alpha1Client) Repositories

func (c *CodecommitV1alpha1Client) Repositories(namespace string) RepositoryInterface

func (*CodecommitV1alpha1Client) Triggers

func (c *CodecommitV1alpha1Client) Triggers(namespace string) TriggerInterface

type RepositoriesGetter

type RepositoriesGetter interface {
	Repositories(namespace string) RepositoryInterface
}

RepositoriesGetter has a method to return a RepositoryInterface. A group's client should implement this interface.

type RepositoryExpansion

type RepositoryExpansion interface{}

type RepositoryInterface

type RepositoryInterface interface {
	Create(ctx context.Context, repository *v1alpha1.Repository, opts v1.CreateOptions) (*v1alpha1.Repository, error)
	Update(ctx context.Context, repository *v1alpha1.Repository, opts v1.UpdateOptions) (*v1alpha1.Repository, error)
	UpdateStatus(ctx context.Context, repository *v1alpha1.Repository, opts v1.UpdateOptions) (*v1alpha1.Repository, 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.Repository, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.RepositoryList, 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.Repository, err error)
	RepositoryExpansion
}

RepositoryInterface has methods to work with Repository resources.

type TriggerExpansion

type TriggerExpansion interface{}

type TriggerInterface

type TriggerInterface interface {
	Create(ctx context.Context, trigger *v1alpha1.Trigger, opts v1.CreateOptions) (*v1alpha1.Trigger, error)
	Update(ctx context.Context, trigger *v1alpha1.Trigger, opts v1.UpdateOptions) (*v1alpha1.Trigger, error)
	UpdateStatus(ctx context.Context, trigger *v1alpha1.Trigger, opts v1.UpdateOptions) (*v1alpha1.Trigger, 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.Trigger, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.TriggerList, 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.Trigger, err error)
	TriggerExpansion
}

TriggerInterface has methods to work with Trigger resources.

type TriggersGetter

type TriggersGetter interface {
	Triggers(namespace string) TriggerInterface
}

TriggersGetter has a method to return a TriggerInterface. 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