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": "This is the GVK for an external framework. Controller runtime requires this in this format for api discoverability.",
33210
+
"description": "This is the GVR for an external framework. Controller runtime requires this in this format for api discoverability.",
33211
33211
"type": "object",
33212
33212
"required": [
33213
33213
"group",
@@ -33216,17 +33216,17 @@
33216
33216
],
33217
33217
"properties": {
33218
33218
"group": {
33219
-
"description": "group of externalFramework must be a valid qualified name consisting of a lower-case alphanumeric string, and hyphens of at most 63 characters in length. The name must start and end with an alphanumeric character. The name may be optionally prefixed with a subdomain consisting of lower-case alphanumeric characters, hyphens and periods, of at most 253 characters in length. Each period separated segment within the subdomain must start and end with an alphanumeric character. The optional prefix and the name are separate by a forward slash (/).",
33219
+
"description": "group of externalFramework group is the API group of the externalFramework. Must be a valid qualified name consisting of a lower-case alphanumeric string, and hyphens of at most 63 characters in length. The name must start and end with an alphanumeric character. The name may be optionally prefixed with a subdomain consisting of lower-case alphanumeric characters, hyphens and periods, of at most 253 characters in length. Each period separated segment within the subdomain must start and end with an alphanumeric character. The optional prefix and the name are separate by a forward slash (/).",
33220
33220
"type": "string",
33221
33221
"default": ""
33222
33222
},
33223
33223
"resource": {
33224
-
"description": "resource of external framework must be a valid qualified name consisting of a lower-case alphanumeric string, and hyphens of at most 63 characters in length. The name must start and end with an alphanumeric character. The name may be optionally prefixed with a subdomain consisting of lower-case alphanumeric characters, hyphens and periods, of at most 253 characters in length. Each period separated segment within the subdomain must start and end with an alphanumeric character.",
33224
+
"description": "resource is the Resource type of the external framework. Resource types are lowercase and plural (e.g. pods, deployments). Must be a valid qualified name consisting of a lower-case alphanumeric string and hyphens of at most 63 characters in length. The name must start and end with an alphanumeric character. The name may be optionally prefixed with a subdomain consisting of lower-case alphanumeric characters, hyphens and periods, of at most 253 characters in length. Each period separated segment within the subdomain must start and end with an alphanumeric character.",
33225
33225
"type": "string",
33226
33226
"default": ""
33227
33227
},
33228
33228
"version": {
33229
-
"description": "version is the version of the api",
33229
+
"description": "version is the version of the api (e.g. v1alpha1, v1beta1, v1).",
33230
33230
"type": "string",
33231
33231
"default": ""
33232
33232
}
@@ -33392,7 +33392,7 @@
33392
33392
"x-kubernetes-list-type": "atomic"
33393
33393
},
33394
33394
"frameworks": {
33395
-
"description": "frameworks are a list of names to be enabled. This is required and must have at least one element. The frameworks are jobs that Kueue will manage. KueueIntegrations is a list of frameworks that Kueue has support for. The allowed values are BatchJob;RayJob;RayCluster;JobSet;MPIJob;PaddleJob;PytorchJob;TFJob;XGBoostJob;AppWrappers;Pod;Deployment;StatefulSet;LeaderWorkerSet. kubebuilder:validation:UniqueItems=true",
33395
+
"description": "frameworks are a unique list of names to be enabled. This is required and must have at least one element. The frameworks are jobs that Kueue will manage. Frameworks are a list of frameworks that Kueue has support for. The allowed values are BatchJob;RayJob;RayCluster;JobSet;MPIJob;PaddleJob;PytorchJob;TFJob;XGBoostJob;AppWrappers;Pod;Deployment;StatefulSet;LeaderWorkerSet.",
33396
33396
"type": "array",
33397
33397
"items": {
33398
33398
"type": "string",
@@ -33401,7 +33401,7 @@
33401
33401
"x-kubernetes-list-type": "atomic"
33402
33402
},
33403
33403
"labelKeysToCopy": {
33404
-
"description": "labelKeysToCopy are a list of label keys that are copied once a workload is created these keys are persisted to the internal Kueue workload object. otherwise only the Kueue labels will be copied.",
33404
+
"description": "labelKeysToCopy are a list of label keys that are copied once a workload is created. These keys are persisted to the internal Kueue workload object. If not specified, only the Kueue labels will be copied.",
33405
33405
"type": "array",
33406
33406
"items": {
33407
33407
"default": {},
@@ -33450,7 +33450,7 @@
33450
33450
],
33451
33451
"properties": {
33452
33452
"integrations": {
33453
-
"description": "integrations are the workloads Kueue will manage Kueue has integrations in the codebase and it also allows for external frameworks Kueue are an important part to specify for the API as Kueue will only manage the workloads that are specfied in this list. This is a required field.",
33453
+
"description": "integrations is a required field that configures the Kueue's workload integrations. Kueue has both standard integrations, known as job frameworks, and external integrations known as external frameworks. Kueue will only manage workloads that correspond to the specified integrations.",
0 commit comments