task

package
v4.0.4 Latest Latest
Warning

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

Go to latest
Published: Apr 3, 2026 License: Apache-2.0 Imports: 19 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Strategy = taskStrategy{_const.Scheme, apinames.SimpleNameGenerator}

Strategy is the default logic that applies when creating and updating Pod objects via the REST API.

Functions

func GetAttrs

func GetAttrs(obj runtime.Object) (labels.Set, fields.Set, error)

GetAttrs returns labels and fields of a given object for filtering purposes.

func MatchTask

MatchTask returns a generic matcher for a given label and field selector.

func NameTriggerFunc

func NameTriggerFunc(obj runtime.Object) string

NameTriggerFunc returns value metadata.namespace of given object.

func NewStorage

func NewStorage(optsGetter apigeneric.RESTOptionsGetter) (proxy.ResourceStorage, error)

NewStorage creates the storage for Task resource

func OwnerPlaybookIndexFunc

func OwnerPlaybookIndexFunc(obj any) ([]string, error)

OwnerPlaybookIndexFunc return value ownerReference.object is playbook.

func ToSelectableFields

func ToSelectableFields(task *kkcorev1alpha1.Task) fields.Set

ToSelectableFields returns a field set that represents the object

Types

type REST

type REST struct {
	*apiregistry.Store
}

REST is the REST storage wrapper for Task main resource

type StatusREST

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

StatusREST is the REST storage implementation for Task status subresource

func (*StatusREST) ConvertToTable

func (r *StatusREST) ConvertToTable(ctx context.Context, object runtime.Object, tableOptions runtime.Object) (*metav1.Table, error)

ConvertToTable converts the object to table format

func (*StatusREST) Destroy

func (r *StatusREST) Destroy()

Destroy cleans up resources Since the underlying store is shared with REST, it is not explicitly destroyed here

func (*StatusREST) Get

func (r *StatusREST) Get(ctx context.Context, name string, options *metav1.GetOptions) (runtime.Object, error)

Get retrieves the object (used to support Patch operation)

func (*StatusREST) NamespaceScoped

func (r *StatusREST) NamespaceScoped() bool

NamespaceScoped returns true, Task is a namespace-scoped resource

func (*StatusREST) New

func (r *StatusREST) New() runtime.Object

New creates a new Task object

func (*StatusREST) Update

func (r *StatusREST) Update(
	ctx context.Context,
	name string,
	objInfo apirest.UpdatedObjectInfo,
	createValidation apirest.ValidateObjectFunc,
	updateValidation apirest.ValidateObjectUpdateFunc,
	_ bool,
	options *metav1.UpdateOptions,
) (runtime.Object, bool, error)

Update updates the status subresource of an object

Jump to

Keyboard shortcuts

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