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 GalleriesGetter

type GalleriesGetter interface {
	Galleries(namespace string) GalleryInterface
}

GalleriesGetter has a method to return a GalleryInterface. A group's client should implement this interface.

type GalleryExpansion

type GalleryExpansion interface{}

type GalleryInterface

type GalleryInterface interface {
	Create(ctx context.Context, gallery *v1alpha1.Gallery, opts v1.CreateOptions) (*v1alpha1.Gallery, error)
	Update(ctx context.Context, gallery *v1alpha1.Gallery, opts v1.UpdateOptions) (*v1alpha1.Gallery, error)
	UpdateStatus(ctx context.Context, gallery *v1alpha1.Gallery, opts v1.UpdateOptions) (*v1alpha1.Gallery, 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.Gallery, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.GalleryList, 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.Gallery, err error)
	GalleryExpansion
}

GalleryInterface has methods to work with Gallery resources.

type SharedImageExpansion

type SharedImageExpansion interface{}

type SharedImageInterface

type SharedImageInterface interface {
	Create(ctx context.Context, sharedImage *v1alpha1.SharedImage, opts v1.CreateOptions) (*v1alpha1.SharedImage, error)
	Update(ctx context.Context, sharedImage *v1alpha1.SharedImage, opts v1.UpdateOptions) (*v1alpha1.SharedImage, error)
	UpdateStatus(ctx context.Context, sharedImage *v1alpha1.SharedImage, opts v1.UpdateOptions) (*v1alpha1.SharedImage, 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.SharedImage, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.SharedImageList, 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.SharedImage, err error)
	SharedImageExpansion
}

SharedImageInterface has methods to work with SharedImage resources.

type SharedImagesGetter

type SharedImagesGetter interface {
	SharedImages(namespace string) SharedImageInterface
}

SharedImagesGetter has a method to return a SharedImageInterface. A group's client should implement this interface.

type SharedimageV1alpha1Client

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

SharedimageV1alpha1Client is used to interact with features provided by the sharedimage.azurerm.kubeform.com group.

func New

New creates a new SharedimageV1alpha1Client for the given RESTClient.

func NewForConfig

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

NewForConfig creates a new SharedimageV1alpha1Client for the given config.

func NewForConfigOrDie

func NewForConfigOrDie(c *rest.Config) *SharedimageV1alpha1Client

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

func (*SharedimageV1alpha1Client) Galleries

func (c *SharedimageV1alpha1Client) Galleries(namespace string) GalleryInterface

func (*SharedimageV1alpha1Client) RESTClient

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

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

func (*SharedimageV1alpha1Client) SharedImages

func (c *SharedimageV1alpha1Client) SharedImages(namespace string) SharedImageInterface

func (*SharedimageV1alpha1Client) Versions

func (c *SharedimageV1alpha1Client) Versions(namespace string) VersionInterface

type SharedimageV1alpha1Interface

type SharedimageV1alpha1Interface interface {
	RESTClient() rest.Interface
	GalleriesGetter
	SharedImagesGetter
	VersionsGetter
}

type VersionExpansion

type VersionExpansion interface{}

type VersionInterface

type VersionInterface interface {
	Create(ctx context.Context, version *v1alpha1.Version, opts v1.CreateOptions) (*v1alpha1.Version, error)
	Update(ctx context.Context, version *v1alpha1.Version, opts v1.UpdateOptions) (*v1alpha1.Version, error)
	UpdateStatus(ctx context.Context, version *v1alpha1.Version, opts v1.UpdateOptions) (*v1alpha1.Version, 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.Version, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.VersionList, 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.Version, err error)
	VersionExpansion
}

VersionInterface has methods to work with Version resources.

type VersionsGetter

type VersionsGetter interface {
	Versions(namespace string) VersionInterface
}

VersionsGetter has a method to return a VersionInterface. 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