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 RunExpansion ¶
type RunExpansion interface{}
type RunInterface ¶
type RunInterface interface { Create(ctx context.Context, run *v1alpha1.Run, opts v1.CreateOptions) (*v1alpha1.Run, error) Update(ctx context.Context, run *v1alpha1.Run, opts v1.UpdateOptions) (*v1alpha1.Run, error) Delete(ctx context.Context, name string, opts v1.DeleteOptions) error DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error Get(ctx context.Context, name string, opts v1.GetOptions) (*v1alpha1.Run, error) List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.RunList, error) Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.Run, err error) RunExpansion }
RunInterface has methods to work with Run resources.
type RunsGetter ¶
type RunsGetter interface {
Runs(namespace string) RunInterface
}
RunsGetter has a method to return a RunInterface. A group's client should implement this interface.
type StokV1alpha1Client ¶
type StokV1alpha1Client struct {
// contains filtered or unexported fields
}
StokV1alpha1Client is used to interact with features provided by the stok.goalspike.com group.
func New ¶
func New(c rest.Interface) *StokV1alpha1Client
New creates a new StokV1alpha1Client for the given RESTClient.
func NewForConfig ¶
func NewForConfig(c *rest.Config) (*StokV1alpha1Client, error)
NewForConfig creates a new StokV1alpha1Client for the given config.
func NewForConfigOrDie ¶
func NewForConfigOrDie(c *rest.Config) *StokV1alpha1Client
NewForConfigOrDie creates a new StokV1alpha1Client for the given config and panics if there is an error in the config.
func (*StokV1alpha1Client) RESTClient ¶
func (c *StokV1alpha1Client) RESTClient() rest.Interface
RESTClient returns a RESTClient that is used to communicate with API server by this client implementation.
func (*StokV1alpha1Client) Runs ¶
func (c *StokV1alpha1Client) Runs(namespace string) RunInterface
func (*StokV1alpha1Client) Workspaces ¶
func (c *StokV1alpha1Client) Workspaces(namespace string) WorkspaceInterface
type StokV1alpha1Interface ¶
type StokV1alpha1Interface interface { RESTClient() rest.Interface RunsGetter WorkspacesGetter }
type WorkspaceExpansion ¶
type WorkspaceExpansion interface{}
type WorkspaceInterface ¶
type WorkspaceInterface interface { Create(ctx context.Context, workspace *v1alpha1.Workspace, opts v1.CreateOptions) (*v1alpha1.Workspace, error) Update(ctx context.Context, workspace *v1alpha1.Workspace, opts v1.UpdateOptions) (*v1alpha1.Workspace, error) UpdateStatus(ctx context.Context, workspace *v1alpha1.Workspace, opts v1.UpdateOptions) (*v1alpha1.Workspace, error) Delete(ctx context.Context, name string, opts v1.DeleteOptions) error DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error Get(ctx context.Context, name string, opts v1.GetOptions) (*v1alpha1.Workspace, error) List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.WorkspaceList, error) Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.Workspace, err error) WorkspaceExpansion }
WorkspaceInterface has methods to work with Workspace resources.
type WorkspacesGetter ¶
type WorkspacesGetter interface {
Workspaces(namespace string) WorkspaceInterface
}
WorkspacesGetter has a method to return a WorkspaceInterface. A group's client should implement this interface.