You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "externalFrameworks List of GroupVersionKinds that are managed for Kueue by external controllers; the expected format is `Kind.version.group.com`.",
33368
+
"description": "externalFrameworks are a list of GroupVersionKinds that are managed for Kueue by external controllers; the expected format is `Kind.version.group.com`. As far as",
33366
33369
"type": "array",
33367
33370
"items": {
33368
33371
"type": "string",
33369
33372
"default": ""
33370
33373
}
33371
33374
},
33372
33375
"frameworks": {
33373
-
"description": "frameworks List of framework names to be enabled. Possible options:\n - \"batch/job\"\n - \"kubeflow.org/mpijob\"\n - \"ray.io/rayjob\"\n - \"ray.io/raycluster\"\n - \"jobset.x-k8s.io/jobset\"\n - \"kubeflow.org/paddlejob\"\n - \"kubeflow.org/pytorchjob\"\n - \"kubeflow.org/tfjob\"\n - \"kubeflow.org/xgboostjob\"\n - \"workload.codeflare.dev/appwrapper\"\n - \"pod\"\n - \"deployment\" (requires enabling pod integration)\n - \"statefulset\" (requires enabling pod integration)\n - \"leaderworkerset.x-k8s.io/leaderworkerset\" (requires enabling pod integration)",
33376
+
"description": "frameworks are a list of names to be enabled. Possible options:\n - \"batch/job\"\n - \"kubeflow.org/mpijob\"\n - \"ray.io/rayjob\"\n - \"ray.io/raycluster\"\n - \"jobset.x-k8s.io/jobset\"\n - \"kubeflow.org/paddlejob\"\n - \"kubeflow.org/pytorchjob\"\n - \"kubeflow.org/tfjob\"\n - \"kubeflow.org/xgboostjob\"\n - \"workload.codeflare.dev/appwrapper\"\n - \"pod\"\n - \"deployment\" (requires enabling pod integration)\n - \"statefulset\" (requires enabling pod integration)\n - \"leaderworkerset.x-k8s.io/leaderworkerset\" (requires enabling pod integration)",
"description": "Kueue is the Schema for the kueue API Compatibility level 4: No compatibility is provided, the API can change at any point for any reason. These capabilities should not be used by applications needing long term support.",
33394
+
"description": "Kueue is the CRD to represent the kueue operator This CRD defines the configuration that the Kueue Compatibility level 4: No compatibility is provided, the API can change at any point for any reason. These capabilities should not be used by applications needing long term support.",
"description": "managedJobsNamespaceSelector can be used to omit some namespaces from ManagedJobsWithoutQueueName",
33454
+
"description": "managedJobsNamespaceSelector can be used to omit some namespaces from ManagedJobsWithoutQueueName Only valid if ManagedJobsWithoutQueueName is NoQueueName",
"description": "Metrics Microshift does not enable metrics by default Default will assume metrics are enabled.",
33458
+
"description": "metrics allows one to change if metrics are enabled or disabled. Microshift does not enable metrics by default Default will assume metrics are enabled.",
33457
33459
"type": "string"
33458
33460
},
33459
33461
"resources": {
@@ -33480,7 +33482,7 @@
33480
33482
"type": "string"
33481
33483
},
33482
33484
"items": {
33483
-
"description": "items is a slice of kueue",
33485
+
"description": "items is a slice of kueue this is a cluster scoped resource and there can only be 1 kueue",
33484
33486
"type": "array",
33485
33487
"items": {
33486
33488
"default": {},
@@ -33927,7 +33929,7 @@
33927
33929
"type": "object",
33928
33930
"properties": {
33929
33931
"backoffBaseSeconds": {
33930
-
"description": "BackoffBaseSeconds defines the base for the exponential backoff for re-queuing an evicted workload.\n\nDefaults to 60.",
33932
+
"description": "backoffBaseSeconds defines the base for the exponential backoff for re-queuing an evicted workload.\n\nDefaults to 60.",
33931
33933
"type": "integer",
33932
33934
"format": "int32"
33933
33935
},
@@ -33937,7 +33939,7 @@
33937
33939
"format": "int32"
33938
33940
},
33939
33941
"backoffMaxSeconds": {
33940
-
"description": "BackoffMaxSeconds defines the maximum backoff time to re-queue an evicted workload.\n\nDefaults to 3600.",
33942
+
"description": "backoffMaxSeconds defines the maximum backoff time to re-queue an evicted workload.\n\nDefaults to 3600.",
33941
33943
"type": "integer",
33942
33944
"format": "int32"
33943
33945
},
@@ -33966,16 +33968,17 @@
33966
33968
}
33967
33969
},
33968
33970
"strategy": {
33969
-
"description": "strategy specifies if the input resource should be replaced or retained. Defaults to Retain",
33971
+
"description": "strategy specifies if the input resource should be replaced or retained.",
0 commit comments