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 ContainerV1alpha1Client

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

ContainerV1alpha1Client is used to interact with features provided by the container.azurerm.kubeform.com group.

func New

New creates a new ContainerV1alpha1Client for the given RESTClient.

func NewForConfig

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

NewForConfig creates a new ContainerV1alpha1Client for the given config.

func NewForConfigOrDie

func NewForConfigOrDie(c *rest.Config) *ContainerV1alpha1Client

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

func (*ContainerV1alpha1Client) Groups

func (c *ContainerV1alpha1Client) Groups(namespace string) GroupInterface

func (*ContainerV1alpha1Client) RESTClient

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

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

func (*ContainerV1alpha1Client) Registries

func (c *ContainerV1alpha1Client) Registries(namespace string) RegistryInterface

func (*ContainerV1alpha1Client) RegistryScopeMaps

func (c *ContainerV1alpha1Client) RegistryScopeMaps(namespace string) RegistryScopeMapInterface

func (*ContainerV1alpha1Client) RegistryTasks added in v0.5.0

func (c *ContainerV1alpha1Client) RegistryTasks(namespace string) RegistryTaskInterface

func (*ContainerV1alpha1Client) RegistryTokens

func (c *ContainerV1alpha1Client) RegistryTokens(namespace string) RegistryTokenInterface

func (*ContainerV1alpha1Client) RegistryWebhooks

func (c *ContainerV1alpha1Client) RegistryWebhooks(namespace string) RegistryWebhookInterface

type ContainerV1alpha1Interface

type GroupExpansion

type GroupExpansion interface{}

type GroupInterface

type GroupInterface interface {
	Create(ctx context.Context, group *v1alpha1.Group, opts v1.CreateOptions) (*v1alpha1.Group, error)
	Update(ctx context.Context, group *v1alpha1.Group, opts v1.UpdateOptions) (*v1alpha1.Group, error)
	UpdateStatus(ctx context.Context, group *v1alpha1.Group, opts v1.UpdateOptions) (*v1alpha1.Group, 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.Group, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.GroupList, 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.Group, err error)
	GroupExpansion
}

GroupInterface has methods to work with Group resources.

type GroupsGetter

type GroupsGetter interface {
	Groups(namespace string) GroupInterface
}

GroupsGetter has a method to return a GroupInterface. A group's client should implement this interface.

type RegistriesGetter

type RegistriesGetter interface {
	Registries(namespace string) RegistryInterface
}

RegistriesGetter has a method to return a RegistryInterface. A group's client should implement this interface.

type RegistryExpansion

type RegistryExpansion interface{}

type RegistryInterface

type RegistryInterface interface {
	Create(ctx context.Context, registry *v1alpha1.Registry, opts v1.CreateOptions) (*v1alpha1.Registry, error)
	Update(ctx context.Context, registry *v1alpha1.Registry, opts v1.UpdateOptions) (*v1alpha1.Registry, error)
	UpdateStatus(ctx context.Context, registry *v1alpha1.Registry, opts v1.UpdateOptions) (*v1alpha1.Registry, 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.Registry, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.RegistryList, 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.Registry, err error)
	RegistryExpansion
}

RegistryInterface has methods to work with Registry resources.

type RegistryScopeMapExpansion

type RegistryScopeMapExpansion interface{}

type RegistryScopeMapInterface

type RegistryScopeMapInterface interface {
	Create(ctx context.Context, registryScopeMap *v1alpha1.RegistryScopeMap, opts v1.CreateOptions) (*v1alpha1.RegistryScopeMap, error)
	Update(ctx context.Context, registryScopeMap *v1alpha1.RegistryScopeMap, opts v1.UpdateOptions) (*v1alpha1.RegistryScopeMap, error)
	UpdateStatus(ctx context.Context, registryScopeMap *v1alpha1.RegistryScopeMap, opts v1.UpdateOptions) (*v1alpha1.RegistryScopeMap, 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.RegistryScopeMap, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.RegistryScopeMapList, 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.RegistryScopeMap, err error)
	RegistryScopeMapExpansion
}

RegistryScopeMapInterface has methods to work with RegistryScopeMap resources.

type RegistryScopeMapsGetter

type RegistryScopeMapsGetter interface {
	RegistryScopeMaps(namespace string) RegistryScopeMapInterface
}

RegistryScopeMapsGetter has a method to return a RegistryScopeMapInterface. A group's client should implement this interface.

type RegistryTaskExpansion added in v0.5.0

type RegistryTaskExpansion interface{}

type RegistryTaskInterface added in v0.5.0

type RegistryTaskInterface interface {
	Create(ctx context.Context, registryTask *v1alpha1.RegistryTask, opts v1.CreateOptions) (*v1alpha1.RegistryTask, error)
	Update(ctx context.Context, registryTask *v1alpha1.RegistryTask, opts v1.UpdateOptions) (*v1alpha1.RegistryTask, error)
	UpdateStatus(ctx context.Context, registryTask *v1alpha1.RegistryTask, opts v1.UpdateOptions) (*v1alpha1.RegistryTask, 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.RegistryTask, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.RegistryTaskList, 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.RegistryTask, err error)
	RegistryTaskExpansion
}

RegistryTaskInterface has methods to work with RegistryTask resources.

type RegistryTasksGetter added in v0.5.0

type RegistryTasksGetter interface {
	RegistryTasks(namespace string) RegistryTaskInterface
}

RegistryTasksGetter has a method to return a RegistryTaskInterface. A group's client should implement this interface.

type RegistryTokenExpansion

type RegistryTokenExpansion interface{}

type RegistryTokenInterface

type RegistryTokenInterface interface {
	Create(ctx context.Context, registryToken *v1alpha1.RegistryToken, opts v1.CreateOptions) (*v1alpha1.RegistryToken, error)
	Update(ctx context.Context, registryToken *v1alpha1.RegistryToken, opts v1.UpdateOptions) (*v1alpha1.RegistryToken, error)
	UpdateStatus(ctx context.Context, registryToken *v1alpha1.RegistryToken, opts v1.UpdateOptions) (*v1alpha1.RegistryToken, 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.RegistryToken, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.RegistryTokenList, 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.RegistryToken, err error)
	RegistryTokenExpansion
}

RegistryTokenInterface has methods to work with RegistryToken resources.

type RegistryTokensGetter

type RegistryTokensGetter interface {
	RegistryTokens(namespace string) RegistryTokenInterface
}

RegistryTokensGetter has a method to return a RegistryTokenInterface. A group's client should implement this interface.

type RegistryWebhookExpansion

type RegistryWebhookExpansion interface{}

type RegistryWebhookInterface

type RegistryWebhookInterface interface {
	Create(ctx context.Context, registryWebhook *v1alpha1.RegistryWebhook, opts v1.CreateOptions) (*v1alpha1.RegistryWebhook, error)
	Update(ctx context.Context, registryWebhook *v1alpha1.RegistryWebhook, opts v1.UpdateOptions) (*v1alpha1.RegistryWebhook, error)
	UpdateStatus(ctx context.Context, registryWebhook *v1alpha1.RegistryWebhook, opts v1.UpdateOptions) (*v1alpha1.RegistryWebhook, 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.RegistryWebhook, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.RegistryWebhookList, 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.RegistryWebhook, err error)
	RegistryWebhookExpansion
}

RegistryWebhookInterface has methods to work with RegistryWebhook resources.

type RegistryWebhooksGetter

type RegistryWebhooksGetter interface {
	RegistryWebhooks(namespace string) RegistryWebhookInterface
}

RegistryWebhooksGetter has a method to return a RegistryWebhookInterface. 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