v1alpha1

package
v0.3.11 Latest Latest
Warning

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

Go to latest
Published: Dec 2, 2024 License: Apache-2.0 Imports: 8 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 = v1alpha1.GroupVersion

Functions

This section is empty.

Types

type TasksConfigInterface

type TasksConfigInterface interface {
	Get(name string) (*appsv1alpha1.Task, error)
	List(meta_v1.ListOptions) (*appsv1alpha1.TaskList, error)
	Watch(opts meta_v1.ListOptions) (watch.Interface, error)

	Create(obj *appsv1alpha1.Task) (*appsv1alpha1.Task, error)
	Update(obj *appsv1alpha1.Task) (*appsv1alpha1.Task, error)
	Delete(name string, options *meta_v1.DeleteOptions) error
}

type TasksConfigV1Alpha1Client

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

func NewClient

func NewClient(cfg *rest.Config) (*TasksConfigV1Alpha1Client, error)

func (*TasksConfigV1Alpha1Client) TaskConfigs

func (c *TasksConfigV1Alpha1Client) TaskConfigs(ctx context.Context, namespace string) TasksConfigInterface

Jump to

Keyboard shortcuts

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