2525 name : v1alpha1
2626 schema :
2727 openAPIV3Schema :
28- description : NemoCustomizer is the Schema for the NemoCustomizer API
28+ description : NemoCustomizer is the Schema for the NemoCustomizer API.
2929 properties :
3030 apiVersion :
3131 description : |-
4545 metadata :
4646 type : object
4747 spec :
48- description : NemoCustomizerSpec defines the desired state of NemoCustomizer
48+ description : NemoCustomizerSpec defines the desired state of NemoCustomizer.
4949 properties :
5050 annotations :
5151 additionalProperties :
@@ -254,7 +254,7 @@ spec:
254254 type : object
255255 type : array
256256 expose :
257- description : ExposeV1 defines attributes to expose the service
257+ description : ExposeV1 defines attributes to expose the service.
258258 properties :
259259 ingress :
260260 description : IngressV1 defines attributes for ingress
@@ -275,7 +275,7 @@ spec:
275275 paths :
276276 items :
277277 description : IngressPath defines attributes for ingress
278- paths
278+ paths.
279279 properties :
280280 path :
281281 default : /
@@ -296,7 +296,7 @@ spec:
296296 rule : (has(self.spec) && has(self.enabled) && self.enabled)
297297 || !has(self.enabled) || !self.enabled
298298 service :
299- description : Service defines attributes to create a service
299+ description : Service defines attributes to create a service.
300300 properties :
301301 annotations :
302302 additionalProperties :
@@ -323,7 +323,7 @@ spec:
323323 format : int64
324324 type : integer
325325 image :
326- description : Image defines image attributes
326+ description : Image defines image attributes.
327327 properties :
328328 pullPolicy :
329329 type : string
@@ -344,7 +344,7 @@ spec:
344344 type : string
345345 type : object
346346 metrics :
347- description : Metrics defines attributes to setup metrics collection
347+ description : Metrics defines attributes to setup metrics collection.
348348 properties :
349349 enabled :
350350 type : boolean
@@ -1145,7 +1145,7 @@ spec:
11451145 type : string
11461146 scale :
11471147 description : Autoscaling defines attributes to automatically scale
1148- the service based on metrics
1148+ the service based on metrics.
11491149 properties :
11501150 annotations :
11511151 additionalProperties :
@@ -1155,7 +1155,7 @@ spec:
11551155 type : boolean
11561156 hpa :
11571157 description : HorizontalPodAutoscalerSpec defines the parameters
1158- required to setup HPA
1158+ required to setup HPA.
11591159 properties :
11601160 behavior :
11611161 description : |-
@@ -2525,6 +2525,15 @@ spec:
25252525 RunAIQueue is the Run.AI's scheduler queue to be used for training jobs.
25262526 Used only if the scheduler is set to runai.
25272527 type : string
2528+ sharedMemorySizeLimit :
2529+ anyOf :
2530+ - type : integer
2531+ - type : string
2532+ description : SharedMemorySizeLimit sets the max size of the shared
2533+ memory volume (emptyDir) used by the training jobs for fast
2534+ model runtime I/O.
2535+ pattern : ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
2536+ x-kubernetes-int-or-string : true
25282537 timeout :
25292538 description : Timeout for the training job to complete
25302539 type : integer
@@ -2655,7 +2664,7 @@ spec:
26552664 - wandb
26562665 type : object
26572666 status :
2658- description : NemoCustomizerStatus defines the observed state of NemoCustomizer
2667+ description : NemoCustomizerStatus defines the observed state of NemoCustomizer.
26592668 properties :
26602669 availableReplicas :
26612670 format : int32
0 commit comments