Documentation ¶
Overview ¶
+groupName=datasciencecluster.opendatahub.io
Index ¶
- Variables
- type Kueue
- func (in *Kueue) DeepCopy() *Kueue
- func (in *Kueue) DeepCopyInto(out *Kueue)
- func (k *Kueue) GetComponentName() string
- func (k *Kueue) OverrideManifests(ctx context.Context, _ cluster.Platform) error
- func (k *Kueue) ReconcileComponent(ctx context.Context, cli client.Client, logger logr.Logger, ...) error
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ComponentName = "kueue" Path = deploy.DefaultManifestPath + "/" + ComponentName + "/rhoai" // same path for both odh and rhoai )
Functions ¶
This section is empty.
Types ¶
type Kueue ¶
type Kueue struct {
components.Component `json:""`
}
Kueue struct holds the configuration for the Kueue component. +kubebuilder:object:generate=true
func (*Kueue) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Kueue.
func (*Kueue) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*Kueue) GetComponentName ¶
func (*Kueue) OverrideManifests ¶
Click to show internal directories.
Click to hide internal directories.