v1alpha1

package
v0.0.0-...-22edec9 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 26, 2024 License: Apache-2.0 Imports: 12 Imported by: 5

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 ActionSetExpansion

type ActionSetExpansion interface{}

type ActionSetInterface

type ActionSetInterface interface {
	Create(ctx context.Context, actionSet *v1alpha1.ActionSet, opts v1.CreateOptions) (*v1alpha1.ActionSet, error)
	Update(ctx context.Context, actionSet *v1alpha1.ActionSet, opts v1.UpdateOptions) (*v1alpha1.ActionSet, 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.ActionSet, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.ActionSetList, 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.ActionSet, err error)
	Apply(ctx context.Context, actionSet *crv1alpha1.ActionSetApplyConfiguration, opts v1.ApplyOptions) (result *v1alpha1.ActionSet, err error)
	ActionSetExpansion
}

ActionSetInterface has methods to work with ActionSet resources.

type ActionSetsGetter

type ActionSetsGetter interface {
	ActionSets(namespace string) ActionSetInterface
}

ActionSetsGetter has a method to return a ActionSetInterface. A group's client should implement this interface.

type BlueprintExpansion

type BlueprintExpansion interface{}

type BlueprintInterface

type BlueprintInterface interface {
	Create(ctx context.Context, blueprint *v1alpha1.Blueprint, opts v1.CreateOptions) (*v1alpha1.Blueprint, error)
	Update(ctx context.Context, blueprint *v1alpha1.Blueprint, opts v1.UpdateOptions) (*v1alpha1.Blueprint, 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.Blueprint, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.BlueprintList, 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.Blueprint, err error)
	Apply(ctx context.Context, blueprint *crv1alpha1.BlueprintApplyConfiguration, opts v1.ApplyOptions) (result *v1alpha1.Blueprint, err error)
	BlueprintExpansion
}

BlueprintInterface has methods to work with Blueprint resources.

type BlueprintsGetter

type BlueprintsGetter interface {
	Blueprints(namespace string) BlueprintInterface
}

BlueprintsGetter has a method to return a BlueprintInterface. A group's client should implement this interface.

type CrV1alpha1Client

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

CrV1alpha1Client is used to interact with features provided by the cr.kanister.io group.

func New

New creates a new CrV1alpha1Client for the given RESTClient.

func NewForConfig

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

NewForConfig creates a new CrV1alpha1Client for the given config. NewForConfig is equivalent to NewForConfigAndClient(c, httpClient), where httpClient was generated with rest.HTTPClientFor(c).

func NewForConfigAndClient

func NewForConfigAndClient(c *rest.Config, h *http.Client) (*CrV1alpha1Client, error)

NewForConfigAndClient creates a new CrV1alpha1Client for the given config and http client. Note the http client provided takes precedence over the configured transport values.

func NewForConfigOrDie

func NewForConfigOrDie(c *rest.Config) *CrV1alpha1Client

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

func (*CrV1alpha1Client) ActionSets

func (c *CrV1alpha1Client) ActionSets(namespace string) ActionSetInterface

func (*CrV1alpha1Client) Blueprints

func (c *CrV1alpha1Client) Blueprints(namespace string) BlueprintInterface

func (*CrV1alpha1Client) Profiles

func (c *CrV1alpha1Client) Profiles(namespace string) ProfileInterface

func (*CrV1alpha1Client) RESTClient

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

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

func (*CrV1alpha1Client) RepositoryServers

func (c *CrV1alpha1Client) RepositoryServers(namespace string) RepositoryServerInterface

type ProfileExpansion

type ProfileExpansion interface{}

type ProfileInterface

type ProfileInterface interface {
	Create(ctx context.Context, profile *v1alpha1.Profile, opts v1.CreateOptions) (*v1alpha1.Profile, error)
	Update(ctx context.Context, profile *v1alpha1.Profile, opts v1.UpdateOptions) (*v1alpha1.Profile, 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.Profile, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.ProfileList, 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.Profile, err error)
	Apply(ctx context.Context, profile *crv1alpha1.ProfileApplyConfiguration, opts v1.ApplyOptions) (result *v1alpha1.Profile, err error)
	ProfileExpansion
}

ProfileInterface has methods to work with Profile resources.

type ProfilesGetter

type ProfilesGetter interface {
	Profiles(namespace string) ProfileInterface
}

ProfilesGetter has a method to return a ProfileInterface. A group's client should implement this interface.

type RepositoryServerExpansion

type RepositoryServerExpansion interface{}

type RepositoryServerInterface

type RepositoryServerInterface interface {
	Create(ctx context.Context, repositoryServer *v1alpha1.RepositoryServer, opts v1.CreateOptions) (*v1alpha1.RepositoryServer, error)
	Update(ctx context.Context, repositoryServer *v1alpha1.RepositoryServer, opts v1.UpdateOptions) (*v1alpha1.RepositoryServer, error)
	UpdateStatus(ctx context.Context, repositoryServer *v1alpha1.RepositoryServer, opts v1.UpdateOptions) (*v1alpha1.RepositoryServer, 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.RepositoryServer, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.RepositoryServerList, 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.RepositoryServer, err error)
	Apply(ctx context.Context, repositoryServer *crv1alpha1.RepositoryServerApplyConfiguration, opts v1.ApplyOptions) (result *v1alpha1.RepositoryServer, err error)
	ApplyStatus(ctx context.Context, repositoryServer *crv1alpha1.RepositoryServerApplyConfiguration, opts v1.ApplyOptions) (result *v1alpha1.RepositoryServer, err error)
	RepositoryServerExpansion
}

RepositoryServerInterface has methods to work with RepositoryServer resources.

type RepositoryServersGetter

type RepositoryServersGetter interface {
	RepositoryServers(namespace string) RepositoryServerInterface
}

RepositoryServersGetter has a method to return a RepositoryServerInterface. 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