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 AppconfigV1alpha1Client

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

AppconfigV1alpha1Client is used to interact with features provided by the appconfig.aws.kubeform.com group.

func New

New creates a new AppconfigV1alpha1Client for the given RESTClient.

func NewForConfig

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

NewForConfig creates a new AppconfigV1alpha1Client for the given config.

func NewForConfigOrDie

func NewForConfigOrDie(c *rest.Config) *AppconfigV1alpha1Client

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

func (*AppconfigV1alpha1Client) Applications

func (c *AppconfigV1alpha1Client) Applications(namespace string) ApplicationInterface

func (*AppconfigV1alpha1Client) ConfigurationProfiles

func (c *AppconfigV1alpha1Client) ConfigurationProfiles(namespace string) ConfigurationProfileInterface

func (*AppconfigV1alpha1Client) DeploymentStrategies

func (c *AppconfigV1alpha1Client) DeploymentStrategies(namespace string) DeploymentStrategyInterface

func (*AppconfigV1alpha1Client) Deployments

func (c *AppconfigV1alpha1Client) Deployments(namespace string) DeploymentInterface

func (*AppconfigV1alpha1Client) Environments

func (c *AppconfigV1alpha1Client) Environments(namespace string) EnvironmentInterface

func (*AppconfigV1alpha1Client) HostedConfigurationVersions

func (c *AppconfigV1alpha1Client) HostedConfigurationVersions(namespace string) HostedConfigurationVersionInterface

func (*AppconfigV1alpha1Client) RESTClient

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

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

type ApplicationExpansion

type ApplicationExpansion interface{}

type ApplicationInterface

type ApplicationInterface interface {
	Create(ctx context.Context, application *v1alpha1.Application, opts v1.CreateOptions) (*v1alpha1.Application, error)
	Update(ctx context.Context, application *v1alpha1.Application, opts v1.UpdateOptions) (*v1alpha1.Application, error)
	UpdateStatus(ctx context.Context, application *v1alpha1.Application, opts v1.UpdateOptions) (*v1alpha1.Application, 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.Application, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.ApplicationList, 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.Application, err error)
	ApplicationExpansion
}

ApplicationInterface has methods to work with Application resources.

type ApplicationsGetter

type ApplicationsGetter interface {
	Applications(namespace string) ApplicationInterface
}

ApplicationsGetter has a method to return a ApplicationInterface. A group's client should implement this interface.

type ConfigurationProfileExpansion

type ConfigurationProfileExpansion interface{}

type ConfigurationProfileInterface

type ConfigurationProfileInterface interface {
	Create(ctx context.Context, configurationProfile *v1alpha1.ConfigurationProfile, opts v1.CreateOptions) (*v1alpha1.ConfigurationProfile, error)
	Update(ctx context.Context, configurationProfile *v1alpha1.ConfigurationProfile, opts v1.UpdateOptions) (*v1alpha1.ConfigurationProfile, error)
	UpdateStatus(ctx context.Context, configurationProfile *v1alpha1.ConfigurationProfile, opts v1.UpdateOptions) (*v1alpha1.ConfigurationProfile, 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.ConfigurationProfile, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.ConfigurationProfileList, 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.ConfigurationProfile, err error)
	ConfigurationProfileExpansion
}

ConfigurationProfileInterface has methods to work with ConfigurationProfile resources.

type ConfigurationProfilesGetter

type ConfigurationProfilesGetter interface {
	ConfigurationProfiles(namespace string) ConfigurationProfileInterface
}

ConfigurationProfilesGetter has a method to return a ConfigurationProfileInterface. A group's client should implement this interface.

type DeploymentExpansion

type DeploymentExpansion interface{}

type DeploymentInterface

type DeploymentInterface interface {
	Create(ctx context.Context, deployment *v1alpha1.Deployment, opts v1.CreateOptions) (*v1alpha1.Deployment, error)
	Update(ctx context.Context, deployment *v1alpha1.Deployment, opts v1.UpdateOptions) (*v1alpha1.Deployment, error)
	UpdateStatus(ctx context.Context, deployment *v1alpha1.Deployment, opts v1.UpdateOptions) (*v1alpha1.Deployment, 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.Deployment, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.DeploymentList, 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.Deployment, err error)
	DeploymentExpansion
}

DeploymentInterface has methods to work with Deployment resources.

type DeploymentStrategiesGetter

type DeploymentStrategiesGetter interface {
	DeploymentStrategies(namespace string) DeploymentStrategyInterface
}

DeploymentStrategiesGetter has a method to return a DeploymentStrategyInterface. A group's client should implement this interface.

type DeploymentStrategyExpansion

type DeploymentStrategyExpansion interface{}

type DeploymentStrategyInterface

type DeploymentStrategyInterface interface {
	Create(ctx context.Context, deploymentStrategy *v1alpha1.DeploymentStrategy, opts v1.CreateOptions) (*v1alpha1.DeploymentStrategy, error)
	Update(ctx context.Context, deploymentStrategy *v1alpha1.DeploymentStrategy, opts v1.UpdateOptions) (*v1alpha1.DeploymentStrategy, error)
	UpdateStatus(ctx context.Context, deploymentStrategy *v1alpha1.DeploymentStrategy, opts v1.UpdateOptions) (*v1alpha1.DeploymentStrategy, 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.DeploymentStrategy, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.DeploymentStrategyList, 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.DeploymentStrategy, err error)
	DeploymentStrategyExpansion
}

DeploymentStrategyInterface has methods to work with DeploymentStrategy resources.

type DeploymentsGetter

type DeploymentsGetter interface {
	Deployments(namespace string) DeploymentInterface
}

DeploymentsGetter has a method to return a DeploymentInterface. A group's client should implement this interface.

type EnvironmentExpansion

type EnvironmentExpansion interface{}

type EnvironmentInterface

type EnvironmentInterface interface {
	Create(ctx context.Context, environment *v1alpha1.Environment, opts v1.CreateOptions) (*v1alpha1.Environment, error)
	Update(ctx context.Context, environment *v1alpha1.Environment, opts v1.UpdateOptions) (*v1alpha1.Environment, error)
	UpdateStatus(ctx context.Context, environment *v1alpha1.Environment, opts v1.UpdateOptions) (*v1alpha1.Environment, 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.Environment, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.EnvironmentList, 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.Environment, err error)
	EnvironmentExpansion
}

EnvironmentInterface has methods to work with Environment resources.

type EnvironmentsGetter

type EnvironmentsGetter interface {
	Environments(namespace string) EnvironmentInterface
}

EnvironmentsGetter has a method to return a EnvironmentInterface. A group's client should implement this interface.

type HostedConfigurationVersionExpansion

type HostedConfigurationVersionExpansion interface{}

type HostedConfigurationVersionInterface

type HostedConfigurationVersionInterface interface {
	Create(ctx context.Context, hostedConfigurationVersion *v1alpha1.HostedConfigurationVersion, opts v1.CreateOptions) (*v1alpha1.HostedConfigurationVersion, error)
	Update(ctx context.Context, hostedConfigurationVersion *v1alpha1.HostedConfigurationVersion, opts v1.UpdateOptions) (*v1alpha1.HostedConfigurationVersion, error)
	UpdateStatus(ctx context.Context, hostedConfigurationVersion *v1alpha1.HostedConfigurationVersion, opts v1.UpdateOptions) (*v1alpha1.HostedConfigurationVersion, 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.HostedConfigurationVersion, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.HostedConfigurationVersionList, 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.HostedConfigurationVersion, err error)
	HostedConfigurationVersionExpansion
}

HostedConfigurationVersionInterface has methods to work with HostedConfigurationVersion resources.

type HostedConfigurationVersionsGetter

type HostedConfigurationVersionsGetter interface {
	HostedConfigurationVersions(namespace string) HostedConfigurationVersionInterface
}

HostedConfigurationVersionsGetter has a method to return a HostedConfigurationVersionInterface. 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