Documentation
¶
Index ¶
- func Setup(mgr ctrl.Manager, runtimes map[string]runtime.Runtime) (string, error)
- type ClusterTrainingRuntimeWebhook
- func (w *ClusterTrainingRuntimeWebhook) ValidateCreate(ctx context.Context, obj apiruntime.Object) (admission.Warnings, error)
- func (w *ClusterTrainingRuntimeWebhook) ValidateDelete(context.Context, apiruntime.Object) (admission.Warnings, error)
- func (w *ClusterTrainingRuntimeWebhook) ValidateUpdate(ctx context.Context, oldObj apiruntime.Object, newObj apiruntime.Object) (admission.Warnings, error)
- type TrainJobWebhook
- func (w *TrainJobWebhook) ValidateCreate(ctx context.Context, obj apiruntime.Object) (admission.Warnings, error)
- func (w *TrainJobWebhook) ValidateDelete(context.Context, apiruntime.Object) (admission.Warnings, error)
- func (w *TrainJobWebhook) ValidateUpdate(ctx context.Context, oldObj apiruntime.Object, newObj apiruntime.Object) (admission.Warnings, error)
- type TrainingRuntimeWebhook
- func (w *TrainingRuntimeWebhook) ValidateCreate(ctx context.Context, obj apiruntime.Object) (admission.Warnings, error)
- func (w *TrainingRuntimeWebhook) ValidateDelete(context.Context, apiruntime.Object) (admission.Warnings, error)
- func (w *TrainingRuntimeWebhook) ValidateUpdate(context.Context, apiruntime.Object, apiruntime.Object) (admission.Warnings, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ClusterTrainingRuntimeWebhook ¶
type ClusterTrainingRuntimeWebhook struct {
// contains filtered or unexported fields
}
func (*ClusterTrainingRuntimeWebhook) ValidateCreate ¶
func (w *ClusterTrainingRuntimeWebhook) ValidateCreate(ctx context.Context, obj apiruntime.Object) (admission.Warnings, error)
func (*ClusterTrainingRuntimeWebhook) ValidateDelete ¶
func (w *ClusterTrainingRuntimeWebhook) ValidateDelete(context.Context, apiruntime.Object) (admission.Warnings, error)
func (*ClusterTrainingRuntimeWebhook) ValidateUpdate ¶
func (w *ClusterTrainingRuntimeWebhook) ValidateUpdate(ctx context.Context, oldObj apiruntime.Object, newObj apiruntime.Object) (admission.Warnings, error)
type TrainJobWebhook ¶
type TrainJobWebhook struct {
// contains filtered or unexported fields
}
func (*TrainJobWebhook) ValidateCreate ¶
func (w *TrainJobWebhook) ValidateCreate(ctx context.Context, obj apiruntime.Object) (admission.Warnings, error)
func (*TrainJobWebhook) ValidateDelete ¶
func (w *TrainJobWebhook) ValidateDelete(context.Context, apiruntime.Object) (admission.Warnings, error)
func (*TrainJobWebhook) ValidateUpdate ¶
func (w *TrainJobWebhook) ValidateUpdate(ctx context.Context, oldObj apiruntime.Object, newObj apiruntime.Object) (admission.Warnings, error)
type TrainingRuntimeWebhook ¶
type TrainingRuntimeWebhook struct {
// contains filtered or unexported fields
}
func (*TrainingRuntimeWebhook) ValidateCreate ¶
func (w *TrainingRuntimeWebhook) ValidateCreate(ctx context.Context, obj apiruntime.Object) (admission.Warnings, error)
func (*TrainingRuntimeWebhook) ValidateDelete ¶
func (w *TrainingRuntimeWebhook) ValidateDelete(context.Context, apiruntime.Object) (admission.Warnings, error)
func (*TrainingRuntimeWebhook) ValidateUpdate ¶
func (w *TrainingRuntimeWebhook) ValidateUpdate(context.Context, apiruntime.Object, apiruntime.Object) (admission.Warnings, error)
Click to show internal directories.
Click to hide internal directories.