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 ArtifactsV1alpha1Client

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

ArtifactsV1alpha1Client is used to interact with features provided by the artifacts.oci.kubeform.com group.

func New

New creates a new ArtifactsV1alpha1Client for the given RESTClient.

func NewForConfig

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

NewForConfig creates a new ArtifactsV1alpha1Client for the given config.

func NewForConfigOrDie

func NewForConfigOrDie(c *rest.Config) *ArtifactsV1alpha1Client

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

func (*ArtifactsV1alpha1Client) ContainerConfigurations

func (c *ArtifactsV1alpha1Client) ContainerConfigurations(namespace string) ContainerConfigurationInterface

func (*ArtifactsV1alpha1Client) ContainerImageSignatures

func (c *ArtifactsV1alpha1Client) ContainerImageSignatures(namespace string) ContainerImageSignatureInterface

func (*ArtifactsV1alpha1Client) ContainerRepositories

func (c *ArtifactsV1alpha1Client) ContainerRepositories(namespace string) ContainerRepositoryInterface

func (*ArtifactsV1alpha1Client) GenericArtifacts

func (c *ArtifactsV1alpha1Client) GenericArtifacts(namespace string) GenericArtifactInterface

func (*ArtifactsV1alpha1Client) RESTClient

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

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

func (*ArtifactsV1alpha1Client) Repositories

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

type ContainerConfigurationExpansion

type ContainerConfigurationExpansion interface{}

type ContainerConfigurationInterface

type ContainerConfigurationInterface interface {
	Create(ctx context.Context, containerConfiguration *v1alpha1.ContainerConfiguration, opts v1.CreateOptions) (*v1alpha1.ContainerConfiguration, error)
	Update(ctx context.Context, containerConfiguration *v1alpha1.ContainerConfiguration, opts v1.UpdateOptions) (*v1alpha1.ContainerConfiguration, error)
	UpdateStatus(ctx context.Context, containerConfiguration *v1alpha1.ContainerConfiguration, opts v1.UpdateOptions) (*v1alpha1.ContainerConfiguration, 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.ContainerConfiguration, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.ContainerConfigurationList, 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.ContainerConfiguration, err error)
	ContainerConfigurationExpansion
}

ContainerConfigurationInterface has methods to work with ContainerConfiguration resources.

type ContainerConfigurationsGetter

type ContainerConfigurationsGetter interface {
	ContainerConfigurations(namespace string) ContainerConfigurationInterface
}

ContainerConfigurationsGetter has a method to return a ContainerConfigurationInterface. A group's client should implement this interface.

type ContainerImageSignatureExpansion

type ContainerImageSignatureExpansion interface{}

type ContainerImageSignatureInterface

type ContainerImageSignatureInterface interface {
	Create(ctx context.Context, containerImageSignature *v1alpha1.ContainerImageSignature, opts v1.CreateOptions) (*v1alpha1.ContainerImageSignature, error)
	Update(ctx context.Context, containerImageSignature *v1alpha1.ContainerImageSignature, opts v1.UpdateOptions) (*v1alpha1.ContainerImageSignature, error)
	UpdateStatus(ctx context.Context, containerImageSignature *v1alpha1.ContainerImageSignature, opts v1.UpdateOptions) (*v1alpha1.ContainerImageSignature, 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.ContainerImageSignature, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.ContainerImageSignatureList, 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.ContainerImageSignature, err error)
	ContainerImageSignatureExpansion
}

ContainerImageSignatureInterface has methods to work with ContainerImageSignature resources.

type ContainerImageSignaturesGetter

type ContainerImageSignaturesGetter interface {
	ContainerImageSignatures(namespace string) ContainerImageSignatureInterface
}

ContainerImageSignaturesGetter has a method to return a ContainerImageSignatureInterface. A group's client should implement this interface.

type ContainerRepositoriesGetter

type ContainerRepositoriesGetter interface {
	ContainerRepositories(namespace string) ContainerRepositoryInterface
}

ContainerRepositoriesGetter has a method to return a ContainerRepositoryInterface. A group's client should implement this interface.

type ContainerRepositoryExpansion

type ContainerRepositoryExpansion interface{}

type ContainerRepositoryInterface

type ContainerRepositoryInterface interface {
	Create(ctx context.Context, containerRepository *v1alpha1.ContainerRepository, opts v1.CreateOptions) (*v1alpha1.ContainerRepository, error)
	Update(ctx context.Context, containerRepository *v1alpha1.ContainerRepository, opts v1.UpdateOptions) (*v1alpha1.ContainerRepository, error)
	UpdateStatus(ctx context.Context, containerRepository *v1alpha1.ContainerRepository, opts v1.UpdateOptions) (*v1alpha1.ContainerRepository, 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.ContainerRepository, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.ContainerRepositoryList, 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.ContainerRepository, err error)
	ContainerRepositoryExpansion
}

ContainerRepositoryInterface has methods to work with ContainerRepository resources.

type GenericArtifactExpansion

type GenericArtifactExpansion interface{}

type GenericArtifactInterface

type GenericArtifactInterface interface {
	Create(ctx context.Context, genericArtifact *v1alpha1.GenericArtifact, opts v1.CreateOptions) (*v1alpha1.GenericArtifact, error)
	Update(ctx context.Context, genericArtifact *v1alpha1.GenericArtifact, opts v1.UpdateOptions) (*v1alpha1.GenericArtifact, error)
	UpdateStatus(ctx context.Context, genericArtifact *v1alpha1.GenericArtifact, opts v1.UpdateOptions) (*v1alpha1.GenericArtifact, 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.GenericArtifact, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.GenericArtifactList, 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.GenericArtifact, err error)
	GenericArtifactExpansion
}

GenericArtifactInterface has methods to work with GenericArtifact resources.

type GenericArtifactsGetter

type GenericArtifactsGetter interface {
	GenericArtifacts(namespace string) GenericArtifactInterface
}

GenericArtifactsGetter has a method to return a GenericArtifactInterface. A group's client should implement this interface.

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.

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