v1alpha1

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Oct 14, 2019 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 AppExpansion

type AppExpansion interface{}

type AppInterface

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

AppInterface has methods to work with App resources.

type AppsGetter

type AppsGetter interface {
	Apps(namespace string) AppInterface
}

AppsGetter has a method to return a AppInterface. A group's client should implement this interface.

type KfV1alpha1Client

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

KfV1alpha1Client is used to interact with features provided by the kf.dev group.

func New

New creates a new KfV1alpha1Client for the given RESTClient.

func NewForConfig

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

NewForConfig creates a new KfV1alpha1Client for the given config.

func NewForConfigOrDie

func NewForConfigOrDie(c *rest.Config) *KfV1alpha1Client

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

func (*KfV1alpha1Client) Apps

func (c *KfV1alpha1Client) Apps(namespace string) AppInterface

func (*KfV1alpha1Client) RESTClient

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

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

func (*KfV1alpha1Client) RouteClaims

func (c *KfV1alpha1Client) RouteClaims(namespace string) RouteClaimInterface

func (*KfV1alpha1Client) Routes

func (c *KfV1alpha1Client) Routes(namespace string) RouteInterface

func (*KfV1alpha1Client) Sources

func (c *KfV1alpha1Client) Sources(namespace string) SourceInterface

func (*KfV1alpha1Client) Spaces

func (c *KfV1alpha1Client) Spaces() SpaceInterface

type KfV1alpha1Interface

type KfV1alpha1Interface interface {
	RESTClient() rest.Interface
	AppsGetter
	RoutesGetter
	RouteClaimsGetter
	SourcesGetter
	SpacesGetter
}

type RouteClaimExpansion

type RouteClaimExpansion interface{}

type RouteClaimInterface

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

RouteClaimInterface has methods to work with RouteClaim resources.

type RouteClaimsGetter

type RouteClaimsGetter interface {
	RouteClaims(namespace string) RouteClaimInterface
}

RouteClaimsGetter has a method to return a RouteClaimInterface. A group's client should implement this interface.

type RouteExpansion

type RouteExpansion interface{}

type RouteInterface

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

RouteInterface has methods to work with Route resources.

type RoutesGetter

type RoutesGetter interface {
	Routes(namespace string) RouteInterface
}

RoutesGetter has a method to return a RouteInterface. A group's client should implement this interface.

type SourceExpansion

type SourceExpansion interface{}

type SourceInterface

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

SourceInterface has methods to work with Source resources.

type SourcesGetter

type SourcesGetter interface {
	Sources(namespace string) SourceInterface
}

SourcesGetter has a method to return a SourceInterface. A group's client should implement this interface.

type SpaceExpansion

type SpaceExpansion interface{}

type SpaceInterface

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

SpaceInterface has methods to work with Space resources.

type SpacesGetter

type SpacesGetter interface {
	Spaces() SpaceInterface
}

SpacesGetter has a method to return a SpaceInterface. 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