v1alpha1

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Oct 21, 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 ClusterV1alpha1Client

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

ClusterV1alpha1Client is used to interact with features provided by the cluster.eks.amazonaws.com group.

func New

New creates a new ClusterV1alpha1Client for the given RESTClient.

func NewForConfig

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

NewForConfig creates a new ClusterV1alpha1Client for the given config.

func NewForConfigOrDie

func NewForConfigOrDie(c *rest.Config) *ClusterV1alpha1Client

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

func (*ClusterV1alpha1Client) ControlPlanes

func (c *ClusterV1alpha1Client) ControlPlanes(namespace string) ControlPlaneInterface

func (*ClusterV1alpha1Client) EKSs

func (c *ClusterV1alpha1Client) EKSs(namespace string) EKSInterface

func (*ClusterV1alpha1Client) NodeGroups

func (c *ClusterV1alpha1Client) NodeGroups(namespace string) NodeGroupInterface

func (*ClusterV1alpha1Client) RESTClient

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

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

type ClusterV1alpha1Interface

type ClusterV1alpha1Interface interface {
	RESTClient() rest.Interface
	ControlPlanesGetter
	EKSsGetter
	NodeGroupsGetter
}

type ControlPlaneExpansion

type ControlPlaneExpansion interface{}

type ControlPlaneInterface

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

ControlPlaneInterface has methods to work with ControlPlane resources.

type ControlPlanesGetter

type ControlPlanesGetter interface {
	ControlPlanes(namespace string) ControlPlaneInterface
}

ControlPlanesGetter has a method to return a ControlPlaneInterface. A group's client should implement this interface.

type EKSExpansion

type EKSExpansion interface{}

type EKSInterface

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

EKSInterface has methods to work with EKS resources.

type EKSsGetter

type EKSsGetter interface {
	EKSs(namespace string) EKSInterface
}

EKSsGetter has a method to return a EKSInterface. A group's client should implement this interface.

type NodeGroupExpansion

type NodeGroupExpansion interface{}

type NodeGroupInterface

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

NodeGroupInterface has methods to work with NodeGroup resources.

type NodeGroupsGetter

type NodeGroupsGetter interface {
	NodeGroups(namespace string) NodeGroupInterface
}

NodeGroupsGetter has a method to return a NodeGroupInterface. 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