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 ApplicationDeploymentExpansion

type ApplicationDeploymentExpansion interface{}

type ApplicationDeploymentInterface

type ApplicationDeploymentInterface interface {
	Create(ctx context.Context, applicationDeployment *v1alpha1.ApplicationDeployment, opts v1.CreateOptions) (*v1alpha1.ApplicationDeployment, error)
	Update(ctx context.Context, applicationDeployment *v1alpha1.ApplicationDeployment, opts v1.UpdateOptions) (*v1alpha1.ApplicationDeployment, error)
	UpdateStatus(ctx context.Context, applicationDeployment *v1alpha1.ApplicationDeployment, opts v1.UpdateOptions) (*v1alpha1.ApplicationDeployment, 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.ApplicationDeployment, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.ApplicationDeploymentList, 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.ApplicationDeployment, err error)
	ApplicationDeploymentExpansion
}

ApplicationDeploymentInterface has methods to work with ApplicationDeployment resources.

type ApplicationDeploymentsGetter

type ApplicationDeploymentsGetter interface {
	ApplicationDeployments(namespace string) ApplicationDeploymentInterface
}

ApplicationDeploymentsGetter has a method to return a ApplicationDeploymentInterface. A group's client should implement this interface.

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 ApplicationScaleExpansion

type ApplicationScaleExpansion interface{}

type ApplicationScaleInterface

type ApplicationScaleInterface interface {
	Create(ctx context.Context, applicationScale *v1alpha1.ApplicationScale, opts v1.CreateOptions) (*v1alpha1.ApplicationScale, error)
	Update(ctx context.Context, applicationScale *v1alpha1.ApplicationScale, opts v1.UpdateOptions) (*v1alpha1.ApplicationScale, error)
	UpdateStatus(ctx context.Context, applicationScale *v1alpha1.ApplicationScale, opts v1.UpdateOptions) (*v1alpha1.ApplicationScale, 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.ApplicationScale, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.ApplicationScaleList, 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.ApplicationScale, err error)
	ApplicationScaleExpansion
}

ApplicationScaleInterface has methods to work with ApplicationScale resources.

type ApplicationScalesGetter

type ApplicationScalesGetter interface {
	ApplicationScales(namespace string) ApplicationScaleInterface
}

ApplicationScalesGetter has a method to return a ApplicationScaleInterface. A group's client should implement this interface.

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 ClusterExpansion

type ClusterExpansion interface{}

type ClusterInterface

type ClusterInterface interface {
	Create(ctx context.Context, cluster *v1alpha1.Cluster, opts v1.CreateOptions) (*v1alpha1.Cluster, error)
	Update(ctx context.Context, cluster *v1alpha1.Cluster, opts v1.UpdateOptions) (*v1alpha1.Cluster, error)
	UpdateStatus(ctx context.Context, cluster *v1alpha1.Cluster, opts v1.UpdateOptions) (*v1alpha1.Cluster, 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.Cluster, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.ClusterList, 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.Cluster, err error)
	ClusterExpansion
}

ClusterInterface has methods to work with Cluster resources.

type ClustersGetter

type ClustersGetter interface {
	Clusters(namespace string) ClusterInterface
}

ClustersGetter has a method to return a ClusterInterface. A group's client should implement this interface.

type DeployGroupExpansion

type DeployGroupExpansion interface{}

type DeployGroupInterface

type DeployGroupInterface interface {
	Create(ctx context.Context, deployGroup *v1alpha1.DeployGroup, opts v1.CreateOptions) (*v1alpha1.DeployGroup, error)
	Update(ctx context.Context, deployGroup *v1alpha1.DeployGroup, opts v1.UpdateOptions) (*v1alpha1.DeployGroup, error)
	UpdateStatus(ctx context.Context, deployGroup *v1alpha1.DeployGroup, opts v1.UpdateOptions) (*v1alpha1.DeployGroup, 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.DeployGroup, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.DeployGroupList, 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.DeployGroup, err error)
	DeployGroupExpansion
}

DeployGroupInterface has methods to work with DeployGroup resources.

type DeployGroupsGetter

type DeployGroupsGetter interface {
	DeployGroups(namespace string) DeployGroupInterface
}

DeployGroupsGetter has a method to return a DeployGroupInterface. A group's client should implement this interface.

type EdasV1alpha1Client

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

EdasV1alpha1Client is used to interact with features provided by the edas.alicloud.kubeform.com group.

func New

New creates a new EdasV1alpha1Client for the given RESTClient.

func NewForConfig

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

NewForConfig creates a new EdasV1alpha1Client for the given config.

func NewForConfigOrDie

func NewForConfigOrDie(c *rest.Config) *EdasV1alpha1Client

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

func (*EdasV1alpha1Client) ApplicationDeployments

func (c *EdasV1alpha1Client) ApplicationDeployments(namespace string) ApplicationDeploymentInterface

func (*EdasV1alpha1Client) ApplicationScales

func (c *EdasV1alpha1Client) ApplicationScales(namespace string) ApplicationScaleInterface

func (*EdasV1alpha1Client) Applications

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

func (*EdasV1alpha1Client) Clusters

func (c *EdasV1alpha1Client) Clusters(namespace string) ClusterInterface

func (*EdasV1alpha1Client) DeployGroups

func (c *EdasV1alpha1Client) DeployGroups(namespace string) DeployGroupInterface

func (*EdasV1alpha1Client) InstanceClusterAttachments

func (c *EdasV1alpha1Client) InstanceClusterAttachments(namespace string) InstanceClusterAttachmentInterface

func (*EdasV1alpha1Client) K8sApplications

func (c *EdasV1alpha1Client) K8sApplications(namespace string) K8sApplicationInterface

func (*EdasV1alpha1Client) K8sClusters

func (c *EdasV1alpha1Client) K8sClusters(namespace string) K8sClusterInterface

func (*EdasV1alpha1Client) RESTClient

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

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

func (*EdasV1alpha1Client) SlbAttachments

func (c *EdasV1alpha1Client) SlbAttachments(namespace string) SlbAttachmentInterface

type InstanceClusterAttachmentExpansion

type InstanceClusterAttachmentExpansion interface{}

type InstanceClusterAttachmentInterface

type InstanceClusterAttachmentInterface interface {
	Create(ctx context.Context, instanceClusterAttachment *v1alpha1.InstanceClusterAttachment, opts v1.CreateOptions) (*v1alpha1.InstanceClusterAttachment, error)
	Update(ctx context.Context, instanceClusterAttachment *v1alpha1.InstanceClusterAttachment, opts v1.UpdateOptions) (*v1alpha1.InstanceClusterAttachment, error)
	UpdateStatus(ctx context.Context, instanceClusterAttachment *v1alpha1.InstanceClusterAttachment, opts v1.UpdateOptions) (*v1alpha1.InstanceClusterAttachment, 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.InstanceClusterAttachment, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.InstanceClusterAttachmentList, 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.InstanceClusterAttachment, err error)
	InstanceClusterAttachmentExpansion
}

InstanceClusterAttachmentInterface has methods to work with InstanceClusterAttachment resources.

type InstanceClusterAttachmentsGetter

type InstanceClusterAttachmentsGetter interface {
	InstanceClusterAttachments(namespace string) InstanceClusterAttachmentInterface
}

InstanceClusterAttachmentsGetter has a method to return a InstanceClusterAttachmentInterface. A group's client should implement this interface.

type K8sApplicationExpansion

type K8sApplicationExpansion interface{}

type K8sApplicationInterface

type K8sApplicationInterface interface {
	Create(ctx context.Context, k8sApplication *v1alpha1.K8sApplication, opts v1.CreateOptions) (*v1alpha1.K8sApplication, error)
	Update(ctx context.Context, k8sApplication *v1alpha1.K8sApplication, opts v1.UpdateOptions) (*v1alpha1.K8sApplication, error)
	UpdateStatus(ctx context.Context, k8sApplication *v1alpha1.K8sApplication, opts v1.UpdateOptions) (*v1alpha1.K8sApplication, 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.K8sApplication, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.K8sApplicationList, 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.K8sApplication, err error)
	K8sApplicationExpansion
}

K8sApplicationInterface has methods to work with K8sApplication resources.

type K8sApplicationsGetter

type K8sApplicationsGetter interface {
	K8sApplications(namespace string) K8sApplicationInterface
}

K8sApplicationsGetter has a method to return a K8sApplicationInterface. A group's client should implement this interface.

type K8sClusterExpansion

type K8sClusterExpansion interface{}

type K8sClusterInterface

type K8sClusterInterface interface {
	Create(ctx context.Context, k8sCluster *v1alpha1.K8sCluster, opts v1.CreateOptions) (*v1alpha1.K8sCluster, error)
	Update(ctx context.Context, k8sCluster *v1alpha1.K8sCluster, opts v1.UpdateOptions) (*v1alpha1.K8sCluster, error)
	UpdateStatus(ctx context.Context, k8sCluster *v1alpha1.K8sCluster, opts v1.UpdateOptions) (*v1alpha1.K8sCluster, 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.K8sCluster, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.K8sClusterList, 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.K8sCluster, err error)
	K8sClusterExpansion
}

K8sClusterInterface has methods to work with K8sCluster resources.

type K8sClustersGetter

type K8sClustersGetter interface {
	K8sClusters(namespace string) K8sClusterInterface
}

K8sClustersGetter has a method to return a K8sClusterInterface. A group's client should implement this interface.

type SlbAttachmentExpansion

type SlbAttachmentExpansion interface{}

type SlbAttachmentInterface

type SlbAttachmentInterface interface {
	Create(ctx context.Context, slbAttachment *v1alpha1.SlbAttachment, opts v1.CreateOptions) (*v1alpha1.SlbAttachment, error)
	Update(ctx context.Context, slbAttachment *v1alpha1.SlbAttachment, opts v1.UpdateOptions) (*v1alpha1.SlbAttachment, error)
	UpdateStatus(ctx context.Context, slbAttachment *v1alpha1.SlbAttachment, opts v1.UpdateOptions) (*v1alpha1.SlbAttachment, 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.SlbAttachment, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.SlbAttachmentList, 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.SlbAttachment, err error)
	SlbAttachmentExpansion
}

SlbAttachmentInterface has methods to work with SlbAttachment resources.

type SlbAttachmentsGetter

type SlbAttachmentsGetter interface {
	SlbAttachments(namespace string) SlbAttachmentInterface
}

SlbAttachmentsGetter has a method to return a SlbAttachmentInterface. 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