Kueue Alpha API

Generated API reference documentation for kueue.x-k8s.io/v1alpha1.

Resource Types

MultiKueueCluster

Appears in:

MultiKueueCluster is the Schema for the multikueue API

FieldDescription
apiVersion
string
kueue.x-k8s.io/v1alpha1
kind
string
MultiKueueCluster
spec [Required]
MultiKueueClusterSpec
No description provided.
status [Required]
MultiKueueClusterStatus
No description provided.

MultiKueueConfig

Appears in:

MultiKueueConfig is the Schema for the multikueue API

FieldDescription
apiVersion
string
kueue.x-k8s.io/v1alpha1
kind
string
MultiKueueConfig
spec [Required]
MultiKueueConfigSpec
No description provided.

KubeConfig

Appears in:

FieldDescription
location [Required]
string

Location of the KubeConfig.

If LocationType is Secret then Location is the name of the secret inside the namespace in which the kueue controller manager is running. The config should be stored in the "kubeconfig" key.

locationType [Required]
LocationType

Type of the KubeConfig location.

LocationType

(Alias of string)

Appears in:

MultiKueueClusterSpec

Appears in:

FieldDescription
kubeConfig [Required]
KubeConfig

Information how to connect to the cluster.

MultiKueueClusterStatus

Appears in:

FieldDescription
conditions
[]k8s.io/apimachinery/pkg/apis/meta/v1.Condition
No description provided.

MultiKueueConfigSpec

Appears in:

MultiKueueConfigSpec defines the desired state of MultiKueueConfig

FieldDescription
clusters [Required]
[]string

List of MultiKueueClusters names where the workloads from the ClusterQueue should be distributed.


Last modified February 14, 2024: [doc] MultiKueue (#1705) (81a99eb)