client

package
v0.0.0-...-3a23cb6 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: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ApplicationConfigInterface

type ApplicationConfigInterface interface {
	List(opts metav1.ListOptions) (*v1alpha1.ApplicationConfigList, error)
	Get(name string, options metav1.GetOptions) (*v1alpha1.ApplicationConfig, error)
	Create(applicationConfig *v1alpha1.ApplicationConfig) (*v1alpha1.ApplicationConfig, error)
	Watch(opts metav1.ListOptions) (watch.Interface, error)
	Update(applicationConfig *v1alpha1.ApplicationConfig) (*v1alpha1.ApplicationConfig, error)
}

type ApplicationInterface

type ApplicationInterface interface {
	List(opts metav1.ListOptions) (*v1alpha1.ApplicationList, error)
	Get(name string, options metav1.GetOptions) (*v1alpha1.Application, error)
	Create(application *v1alpha1.Application) (*v1alpha1.Application, error)
	Watch(opts metav1.ListOptions) (watch.Interface, error)
	Update(application *v1alpha1.Application) (*v1alpha1.Application, error)
}

type FeistyV1Alpha1Client

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

func GetFeistyClient

func GetFeistyClient() (*FeistyV1Alpha1Client, error)

func NewForConfig

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

func (*FeistyV1Alpha1Client) ApplicationConfigs

func (c *FeistyV1Alpha1Client) ApplicationConfigs(namespace string) ApplicationConfigInterface

func (*FeistyV1Alpha1Client) Applications

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

type FeistyV1Alpha1Interface

type FeistyV1Alpha1Interface interface {
	Applications(namespace string) ApplicationInterface
	ApplicationConfigs(namespace string) ApplicationConfigInterface
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL