v1

package
v0.1.12 Latest Latest
Warning

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

Go to latest
Published: Jan 1, 2021 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 FscV1Client

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

FscV1Client is used to interact with features provided by the fsc.henderiw.be group.

func New

func New(c rest.Interface) *FscV1Client

New creates a new FscV1Client for the given RESTClient.

func NewForConfig

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

NewForConfig creates a new FscV1Client for the given config.

func NewForConfigOrDie

func NewForConfigOrDie(c *rest.Config) *FscV1Client

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

func (*FscV1Client) KubeControllersConfigurations

func (c *FscV1Client) KubeControllersConfigurations(namespace string) KubeControllersConfigurationInterface

func (*FscV1Client) NodeTopologies added in v0.1.2

func (c *FscV1Client) NodeTopologies(namespace string) NodeTopologyInterface

func (*FscV1Client) RESTClient

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

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

func (*FscV1Client) WorkLoads added in v0.1.11

func (c *FscV1Client) WorkLoads(namespace string) WorkLoadInterface

type KubeControllersConfigurationExpansion

type KubeControllersConfigurationExpansion interface{}

type KubeControllersConfigurationInterface

type KubeControllersConfigurationInterface interface {
	Create(ctx context.Context, kubeControllersConfiguration *v1.KubeControllersConfiguration, opts metav1.CreateOptions) (*v1.KubeControllersConfiguration, error)
	Update(ctx context.Context, kubeControllersConfiguration *v1.KubeControllersConfiguration, opts metav1.UpdateOptions) (*v1.KubeControllersConfiguration, error)
	UpdateStatus(ctx context.Context, kubeControllersConfiguration *v1.KubeControllersConfiguration, opts metav1.UpdateOptions) (*v1.KubeControllersConfiguration, error)
	Delete(ctx context.Context, name string, opts metav1.DeleteOptions) error
	DeleteCollection(ctx context.Context, opts metav1.DeleteOptions, listOpts metav1.ListOptions) error
	Get(ctx context.Context, name string, opts metav1.GetOptions) (*v1.KubeControllersConfiguration, error)
	List(ctx context.Context, opts metav1.ListOptions) (*v1.KubeControllersConfigurationList, error)
	Watch(ctx context.Context, opts metav1.ListOptions) (watch.Interface, error)
	Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts metav1.PatchOptions, subresources ...string) (result *v1.KubeControllersConfiguration, err error)
	KubeControllersConfigurationExpansion
}

KubeControllersConfigurationInterface has methods to work with KubeControllersConfiguration resources.

type KubeControllersConfigurationsGetter

type KubeControllersConfigurationsGetter interface {
	KubeControllersConfigurations(namespace string) KubeControllersConfigurationInterface
}

KubeControllersConfigurationsGetter has a method to return a KubeControllersConfigurationInterface. A group's client should implement this interface.

type NodeTopologiesGetter added in v0.1.2

type NodeTopologiesGetter interface {
	NodeTopologies(namespace string) NodeTopologyInterface
}

NodeTopologiesGetter has a method to return a NodeTopologyInterface. A group's client should implement this interface.

type NodeTopologyExpansion added in v0.1.2

type NodeTopologyExpansion interface{}

type NodeTopologyInterface added in v0.1.2

type NodeTopologyInterface interface {
	Create(ctx context.Context, nodeTopology *v1.NodeTopology, opts metav1.CreateOptions) (*v1.NodeTopology, error)
	Update(ctx context.Context, nodeTopology *v1.NodeTopology, opts metav1.UpdateOptions) (*v1.NodeTopology, error)
	Delete(ctx context.Context, name string, opts metav1.DeleteOptions) error
	DeleteCollection(ctx context.Context, opts metav1.DeleteOptions, listOpts metav1.ListOptions) error
	Get(ctx context.Context, name string, opts metav1.GetOptions) (*v1.NodeTopology, error)
	List(ctx context.Context, opts metav1.ListOptions) (*v1.NodeTopologyList, error)
	Watch(ctx context.Context, opts metav1.ListOptions) (watch.Interface, error)
	Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts metav1.PatchOptions, subresources ...string) (result *v1.NodeTopology, err error)
	NodeTopologyExpansion
}

NodeTopologyInterface has methods to work with NodeTopology resources.

type WorkLoadExpansion added in v0.1.11

type WorkLoadExpansion interface{}

type WorkLoadInterface added in v0.1.11

type WorkLoadInterface interface {
	Create(ctx context.Context, workLoad *v1.WorkLoad, opts metav1.CreateOptions) (*v1.WorkLoad, error)
	Update(ctx context.Context, workLoad *v1.WorkLoad, opts metav1.UpdateOptions) (*v1.WorkLoad, error)
	UpdateStatus(ctx context.Context, workLoad *v1.WorkLoad, opts metav1.UpdateOptions) (*v1.WorkLoad, error)
	Delete(ctx context.Context, name string, opts metav1.DeleteOptions) error
	DeleteCollection(ctx context.Context, opts metav1.DeleteOptions, listOpts metav1.ListOptions) error
	Get(ctx context.Context, name string, opts metav1.GetOptions) (*v1.WorkLoad, error)
	List(ctx context.Context, opts metav1.ListOptions) (*v1.WorkLoadList, error)
	Watch(ctx context.Context, opts metav1.ListOptions) (watch.Interface, error)
	Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts metav1.PatchOptions, subresources ...string) (result *v1.WorkLoad, err error)
	WorkLoadExpansion
}

WorkLoadInterface has methods to work with WorkLoad resources.

type WorkLoadsGetter added in v0.1.11

type WorkLoadsGetter interface {
	WorkLoads(namespace string) WorkLoadInterface
}

WorkLoadsGetter has a method to return a WorkLoadInterface. 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