clients

package
v0.0.0-...-9cb8b67 Latest Latest
Warning

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

Go to latest
Published: Nov 3, 2019 License: Apache-2.0 Imports: 18 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	SchemeBuilder = runtime.NewSchemeBuilder(addKnownTypes)
	AddToScheme   = SchemeBuilder.AddToScheme
)
View Source
var SchemeGroupVersion = schema.GroupVersion{Group: "scaling.com", Version: "v1"}

Functions

func GetEnv

func GetEnv(key, fallback string) string

Types

type AutoscalerDefinitionClient

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

func (*AutoscalerDefinitionClient) Get

func (*AutoscalerDefinitionClient) List

func (*AutoscalerDefinitionClient) Watch

func (*AutoscalerDefinitionClient) WatchAutoscalingDefinitions

func (c *AutoscalerDefinitionClient) WatchAutoscalingDefinitions() cache.Store

type AutoscalerDefinitionInterface

type AutoscalerDefinitionInterface interface {
	List(opts meta_v1.ListOptions) (*model.AutoscalingDefinitionList, error)
	Get(name string, options meta_v1.GetOptions) (*model.AutoscalingDefinition, error)
	Watch(opts meta_v1.ListOptions) (watch.Interface, error)
	WatchAutoscalingDefinitions() cache.Store
}

type AutoscalerDefinitionV1Interface

type AutoscalerDefinitionV1Interface interface {
	AutoscalerDefinitions(namespace string) AutoscalerDefinitionInterface
}

type Client

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

func NewForConfig

func NewForConfig(c *rest.Config, scheme *runtime.Scheme) (*Client, error)

func (*Client) AutoscalerDefinitions

func (c *Client) AutoscalerDefinitions(namespace string) AutoscalerDefinitionInterface

Jump to

Keyboard shortcuts

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