v1alpha1

package
v0.13.3 Latest Latest
Warning

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

Go to latest
Published: Mar 25, 2024 License: Apache-2.0 Imports: 9 Imported by: 1

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 BuildExpansion

type BuildExpansion interface{}

type BuildInterface

type BuildInterface interface {
	Create(ctx context.Context, build *v1alpha1.Build, opts v1.CreateOptions) (*v1alpha1.Build, error)
	Update(ctx context.Context, build *v1alpha1.Build, opts v1.UpdateOptions) (*v1alpha1.Build, error)
	UpdateStatus(ctx context.Context, build *v1alpha1.Build, opts v1.UpdateOptions) (*v1alpha1.Build, 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.Build, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.BuildList, 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.Build, err error)
	BuildExpansion
}

BuildInterface has methods to work with Build resources.

type BuilderExpansion

type BuilderExpansion interface{}

type BuilderInterface

type BuilderInterface interface {
	Create(ctx context.Context, builder *v1alpha1.Builder, opts v1.CreateOptions) (*v1alpha1.Builder, error)
	Update(ctx context.Context, builder *v1alpha1.Builder, opts v1.UpdateOptions) (*v1alpha1.Builder, error)
	UpdateStatus(ctx context.Context, builder *v1alpha1.Builder, opts v1.UpdateOptions) (*v1alpha1.Builder, 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.Builder, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.BuilderList, 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.Builder, err error)
	BuilderExpansion
}

BuilderInterface has methods to work with Builder resources.

type BuildersGetter

type BuildersGetter interface {
	Builders(namespace string) BuilderInterface
}

BuildersGetter has a method to return a BuilderInterface. A group's client should implement this interface.

type BuildsGetter

type BuildsGetter interface {
	Builds(namespace string) BuildInterface
}

BuildsGetter has a method to return a BuildInterface. A group's client should implement this interface.

type ClusterBuilderExpansion

type ClusterBuilderExpansion interface{}

type ClusterBuilderInterface

type ClusterBuilderInterface interface {
	Create(ctx context.Context, clusterBuilder *v1alpha1.ClusterBuilder, opts v1.CreateOptions) (*v1alpha1.ClusterBuilder, error)
	Update(ctx context.Context, clusterBuilder *v1alpha1.ClusterBuilder, opts v1.UpdateOptions) (*v1alpha1.ClusterBuilder, error)
	UpdateStatus(ctx context.Context, clusterBuilder *v1alpha1.ClusterBuilder, opts v1.UpdateOptions) (*v1alpha1.ClusterBuilder, 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.ClusterBuilder, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.ClusterBuilderList, 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.ClusterBuilder, err error)
	ClusterBuilderExpansion
}

ClusterBuilderInterface has methods to work with ClusterBuilder resources.

type ClusterBuildersGetter

type ClusterBuildersGetter interface {
	ClusterBuilders() ClusterBuilderInterface
}

ClusterBuildersGetter has a method to return a ClusterBuilderInterface. A group's client should implement this interface.

type ClusterStackExpansion

type ClusterStackExpansion interface{}

type ClusterStackInterface

type ClusterStackInterface interface {
	Create(ctx context.Context, clusterStack *v1alpha1.ClusterStack, opts v1.CreateOptions) (*v1alpha1.ClusterStack, error)
	Update(ctx context.Context, clusterStack *v1alpha1.ClusterStack, opts v1.UpdateOptions) (*v1alpha1.ClusterStack, error)
	UpdateStatus(ctx context.Context, clusterStack *v1alpha1.ClusterStack, opts v1.UpdateOptions) (*v1alpha1.ClusterStack, 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.ClusterStack, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.ClusterStackList, 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.ClusterStack, err error)
	ClusterStackExpansion
}

ClusterStackInterface has methods to work with ClusterStack resources.

type ClusterStacksGetter

type ClusterStacksGetter interface {
	ClusterStacks() ClusterStackInterface
}

ClusterStacksGetter has a method to return a ClusterStackInterface. A group's client should implement this interface.

type ClusterStoreExpansion

type ClusterStoreExpansion interface{}

type ClusterStoreInterface

type ClusterStoreInterface interface {
	Create(ctx context.Context, clusterStore *v1alpha1.ClusterStore, opts v1.CreateOptions) (*v1alpha1.ClusterStore, error)
	Update(ctx context.Context, clusterStore *v1alpha1.ClusterStore, opts v1.UpdateOptions) (*v1alpha1.ClusterStore, error)
	UpdateStatus(ctx context.Context, clusterStore *v1alpha1.ClusterStore, opts v1.UpdateOptions) (*v1alpha1.ClusterStore, 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.ClusterStore, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.ClusterStoreList, 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.ClusterStore, err error)
	ClusterStoreExpansion
}

ClusterStoreInterface has methods to work with ClusterStore resources.

type ClusterStoresGetter

type ClusterStoresGetter interface {
	ClusterStores() ClusterStoreInterface
}

ClusterStoresGetter has a method to return a ClusterStoreInterface. A group's client should implement this interface.

type ImageExpansion

type ImageExpansion interface{}

type ImageInterface

type ImageInterface interface {
	Create(ctx context.Context, image *v1alpha1.Image, opts v1.CreateOptions) (*v1alpha1.Image, error)
	Update(ctx context.Context, image *v1alpha1.Image, opts v1.UpdateOptions) (*v1alpha1.Image, error)
	UpdateStatus(ctx context.Context, image *v1alpha1.Image, opts v1.UpdateOptions) (*v1alpha1.Image, 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.Image, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.ImageList, 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.Image, err error)
	ImageExpansion
}

ImageInterface has methods to work with Image resources.

type ImagesGetter

type ImagesGetter interface {
	Images(namespace string) ImageInterface
}

ImagesGetter has a method to return a ImageInterface. A group's client should implement this interface.

type KpackV1alpha1Client

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

KpackV1alpha1Client is used to interact with features provided by the kpack.io group.

func New

New creates a new KpackV1alpha1Client for the given RESTClient.

func NewForConfig

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

NewForConfig creates a new KpackV1alpha1Client 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) (*KpackV1alpha1Client, error)

NewForConfigAndClient creates a new KpackV1alpha1Client 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) *KpackV1alpha1Client

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

func (*KpackV1alpha1Client) Builders

func (c *KpackV1alpha1Client) Builders(namespace string) BuilderInterface

func (*KpackV1alpha1Client) Builds

func (c *KpackV1alpha1Client) Builds(namespace string) BuildInterface

func (*KpackV1alpha1Client) ClusterBuilders

func (c *KpackV1alpha1Client) ClusterBuilders() ClusterBuilderInterface

func (*KpackV1alpha1Client) ClusterStacks

func (c *KpackV1alpha1Client) ClusterStacks() ClusterStackInterface

func (*KpackV1alpha1Client) ClusterStores

func (c *KpackV1alpha1Client) ClusterStores() ClusterStoreInterface

func (*KpackV1alpha1Client) Images

func (c *KpackV1alpha1Client) Images(namespace string) ImageInterface

func (*KpackV1alpha1Client) RESTClient

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

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

func (*KpackV1alpha1Client) SourceResolvers

func (c *KpackV1alpha1Client) SourceResolvers(namespace string) SourceResolverInterface

type SourceResolverExpansion

type SourceResolverExpansion interface{}

type SourceResolverInterface

type SourceResolverInterface interface {
	Create(ctx context.Context, sourceResolver *v1alpha1.SourceResolver, opts v1.CreateOptions) (*v1alpha1.SourceResolver, error)
	Update(ctx context.Context, sourceResolver *v1alpha1.SourceResolver, opts v1.UpdateOptions) (*v1alpha1.SourceResolver, error)
	UpdateStatus(ctx context.Context, sourceResolver *v1alpha1.SourceResolver, opts v1.UpdateOptions) (*v1alpha1.SourceResolver, 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.SourceResolver, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.SourceResolverList, 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.SourceResolver, err error)
	SourceResolverExpansion
}

SourceResolverInterface has methods to work with SourceResolver resources.

type SourceResolversGetter

type SourceResolversGetter interface {
	SourceResolvers(namespace string) SourceResolverInterface
}

SourceResolversGetter has a method to return a SourceResolverInterface. 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