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 : |-
@@ -1811,6 +1811,14 @@ spec:
18111811 required :
18121812 - name
18131813 type : object
1814+ emptyDirSizeLimit :
1815+ anyOf :
1816+ - type : integer
1817+ - type : string
1818+ description : EmptyDirSizeLimit is the size limit for the emptyDir
1819+ volume for the training jobs
1820+ pattern : ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
1821+ x-kubernetes-int-or-string : true
18141822 env :
18151823 description : Env are the environment variables passed to the training
18161824 jobs
@@ -2655,7 +2663,7 @@ spec:
26552663 - wandb
26562664 type : object
26572665 status :
2658- description : NemoCustomizerStatus defines the observed state of NemoCustomizer
2666+ description : NemoCustomizerStatus defines the observed state of NemoCustomizer.
26592667 properties :
26602668 availableReplicas :
26612669 format : int32
0 commit comments