rayjob

package
v0.6.2 Latest Latest
Warning

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

Go to latest
Published: Apr 10, 2024 License: Apache-2.0 Imports: 18 Imported by: 0

Documentation

Index

Constants

View Source
const (
	FrameworkName = "ray.io/rayjob"
)

Variables

Functions

func GetWorkloadNameForRayJob

func GetWorkloadNameForRayJob(jobName string) string

func SetupIndexes

func SetupIndexes(ctx context.Context, indexer client.FieldIndexer) error

func SetupRayJobWebhook

func SetupRayJobWebhook(mgr ctrl.Manager, opts ...jobframework.Option) error

SetupRayJobWebhook configures the webhook for rayjobapi RayJob.

Types

type RayJob

type RayJob rayjobapi.RayJob

func (*RayJob) Finished

func (j *RayJob) Finished() (metav1.Condition, bool)

func (*RayJob) GVK added in v0.5.0

func (j *RayJob) GVK() schema.GroupVersionKind

func (*RayJob) IsActive

func (j *RayJob) IsActive() bool

func (*RayJob) IsSuspended

func (j *RayJob) IsSuspended() bool

func (*RayJob) Object

func (j *RayJob) Object() client.Object

func (*RayJob) PodSets

func (j *RayJob) PodSets() []kueue.PodSet

func (*RayJob) PodsReady

func (j *RayJob) PodsReady() bool

func (*RayJob) RestorePodSetsInfo

func (j *RayJob) RestorePodSetsInfo(podSetsInfo []podset.PodSetInfo) bool

func (*RayJob) RunWithPodSetsInfo

func (j *RayJob) RunWithPodSetsInfo(podSetsInfo []podset.PodSetInfo) error

func (*RayJob) Suspend

func (j *RayJob) Suspend()

type RayJobWebhook

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

func (*RayJobWebhook) Default

func (w *RayJobWebhook) Default(ctx context.Context, obj runtime.Object) error

Default implements webhook.CustomDefaulter so a webhook will be registered for the type

func (*RayJobWebhook) ValidateCreate

func (w *RayJobWebhook) ValidateCreate(ctx context.Context, obj runtime.Object) (admission.Warnings, error)

ValidateCreate implements webhook.CustomValidator so a webhook will be registered for the type

func (*RayJobWebhook) ValidateDelete

func (w *RayJobWebhook) ValidateDelete(ctx context.Context, obj runtime.Object) (admission.Warnings, error)

ValidateDelete implements webhook.CustomValidator so a webhook will be registered for the type

func (*RayJobWebhook) ValidateUpdate

func (w *RayJobWebhook) ValidateUpdate(ctx context.Context, oldObj, newObj runtime.Object) (admission.Warnings, error)

ValidateUpdate implements webhook.CustomValidator so a webhook will be registered for the type

Jump to

Keyboard shortcuts

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