v1alpha1

package
v0.0.0-...-7c21e21 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 27, 2020 License: Apache-2.0 Imports: 7 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 ApplicationExpansion

type ApplicationExpansion interface{}

type ApplicationInterface

type ApplicationInterface interface {
	Create(*v1alpha1.Application) (*v1alpha1.Application, error)
	Update(*v1alpha1.Application) (*v1alpha1.Application, error)
	Delete(name string, options *v1.DeleteOptions) error
	DeleteCollection(options *v1.DeleteOptions, listOptions v1.ListOptions) error
	Get(name string, options v1.GetOptions) (*v1alpha1.Application, error)
	List(opts v1.ListOptions) (*v1alpha1.ApplicationList, error)
	Watch(opts v1.ListOptions) (watch.Interface, error)
	Patch(name string, pt types.PatchType, data []byte, 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 CloudV1alpha1Client

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

CloudV1alpha1Client is used to interact with features provided by the cloud.baetyl.io group.

func New

New creates a new CloudV1alpha1Client for the given RESTClient.

func NewForConfig

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

NewForConfig creates a new CloudV1alpha1Client for the given config.

func NewForConfigOrDie

func NewForConfigOrDie(c *rest.Config) *CloudV1alpha1Client

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

func (*CloudV1alpha1Client) Applications

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

func (*CloudV1alpha1Client) Configurations

func (c *CloudV1alpha1Client) Configurations(namespace string) ConfigurationInterface

func (*CloudV1alpha1Client) NodeDesires

func (c *CloudV1alpha1Client) NodeDesires(namespace string) NodeDesireInterface

func (*CloudV1alpha1Client) NodeReports

func (c *CloudV1alpha1Client) NodeReports(namespace string) NodeReportInterface

func (*CloudV1alpha1Client) Nodes

func (c *CloudV1alpha1Client) Nodes(namespace string) NodeInterface

func (*CloudV1alpha1Client) RESTClient

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

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

func (*CloudV1alpha1Client) Secrets

func (c *CloudV1alpha1Client) Secrets(namespace string) SecretInterface

type ConfigurationExpansion

type ConfigurationExpansion interface{}

type ConfigurationInterface

type ConfigurationInterface interface {
	Create(*v1alpha1.Configuration) (*v1alpha1.Configuration, error)
	Update(*v1alpha1.Configuration) (*v1alpha1.Configuration, error)
	Delete(name string, options *v1.DeleteOptions) error
	DeleteCollection(options *v1.DeleteOptions, listOptions v1.ListOptions) error
	Get(name string, options v1.GetOptions) (*v1alpha1.Configuration, error)
	List(opts v1.ListOptions) (*v1alpha1.ConfigurationList, error)
	Watch(opts v1.ListOptions) (watch.Interface, error)
	Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *v1alpha1.Configuration, err error)
	ConfigurationExpansion
}

ConfigurationInterface has methods to work with Configuration resources.

type ConfigurationsGetter

type ConfigurationsGetter interface {
	Configurations(namespace string) ConfigurationInterface
}

ConfigurationsGetter has a method to return a ConfigurationInterface. A group's client should implement this interface.

type NodeDesireExpansion

type NodeDesireExpansion interface{}

type NodeDesireInterface

type NodeDesireInterface interface {
	Create(*v1alpha1.NodeDesire) (*v1alpha1.NodeDesire, error)
	Update(*v1alpha1.NodeDesire) (*v1alpha1.NodeDesire, error)
	Delete(name string, options *v1.DeleteOptions) error
	DeleteCollection(options *v1.DeleteOptions, listOptions v1.ListOptions) error
	Get(name string, options v1.GetOptions) (*v1alpha1.NodeDesire, error)
	List(opts v1.ListOptions) (*v1alpha1.NodeDesireList, error)
	Watch(opts v1.ListOptions) (watch.Interface, error)
	Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *v1alpha1.NodeDesire, err error)
	NodeDesireExpansion
}

NodeDesireInterface has methods to work with NodeDesire resources.

type NodeDesiresGetter

type NodeDesiresGetter interface {
	NodeDesires(namespace string) NodeDesireInterface
}

NodeDesiresGetter has a method to return a NodeDesireInterface. A group's client should implement this interface.

type NodeExpansion

type NodeExpansion interface{}

type NodeInterface

type NodeInterface interface {
	Create(*v1alpha1.Node) (*v1alpha1.Node, error)
	Update(*v1alpha1.Node) (*v1alpha1.Node, error)
	Delete(name string, options *v1.DeleteOptions) error
	DeleteCollection(options *v1.DeleteOptions, listOptions v1.ListOptions) error
	Get(name string, options v1.GetOptions) (*v1alpha1.Node, error)
	List(opts v1.ListOptions) (*v1alpha1.NodeList, error)
	Watch(opts v1.ListOptions) (watch.Interface, error)
	Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *v1alpha1.Node, err error)
	NodeExpansion
}

NodeInterface has methods to work with Node resources.

type NodeReportExpansion

type NodeReportExpansion interface{}

type NodeReportInterface

type NodeReportInterface interface {
	Create(*v1alpha1.NodeReport) (*v1alpha1.NodeReport, error)
	Update(*v1alpha1.NodeReport) (*v1alpha1.NodeReport, error)
	UpdateStatus(*v1alpha1.NodeReport) (*v1alpha1.NodeReport, error)
	Delete(name string, options *v1.DeleteOptions) error
	DeleteCollection(options *v1.DeleteOptions, listOptions v1.ListOptions) error
	Get(name string, options v1.GetOptions) (*v1alpha1.NodeReport, error)
	List(opts v1.ListOptions) (*v1alpha1.NodeReportList, error)
	Watch(opts v1.ListOptions) (watch.Interface, error)
	Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *v1alpha1.NodeReport, err error)
	NodeReportExpansion
}

NodeReportInterface has methods to work with NodeReport resources.

type NodeReportsGetter

type NodeReportsGetter interface {
	NodeReports(namespace string) NodeReportInterface
}

NodeReportsGetter has a method to return a NodeReportInterface. A group's client should implement this interface.

type NodesGetter

type NodesGetter interface {
	Nodes(namespace string) NodeInterface
}

NodesGetter has a method to return a NodeInterface. A group's client should implement this interface.

type SecretExpansion

type SecretExpansion interface{}

type SecretInterface

type SecretInterface interface {
	Create(*v1alpha1.Secret) (*v1alpha1.Secret, error)
	Update(*v1alpha1.Secret) (*v1alpha1.Secret, error)
	Delete(name string, options *v1.DeleteOptions) error
	DeleteCollection(options *v1.DeleteOptions, listOptions v1.ListOptions) error
	Get(name string, options v1.GetOptions) (*v1alpha1.Secret, error)
	List(opts v1.ListOptions) (*v1alpha1.SecretList, error)
	Watch(opts v1.ListOptions) (watch.Interface, error)
	Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *v1alpha1.Secret, err error)
	SecretExpansion
}

SecretInterface has methods to work with Secret resources.

type SecretsGetter

type SecretsGetter interface {
	Secrets(namespace string) SecretInterface
}

SecretsGetter has a method to return a SecretInterface. 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