Skip to content

Commit

Permalink
build(ci): generate fabric8 models 0.1.0-0.2.6p-0.1.6p-0.1.7p-alpha.4…
Browse files Browse the repository at this point in the history
… for robot.roboscale.io v0.2.6-alpha.3, fleet.roboscale.io v0.1.6-alpha.14 and connection-hub.roboscale.io v0.1.7-alpha.10
  • Loading branch information
tunahanertekin authored and github-actions[bot] committed Sep 7, 2023
1 parent 0c260f6 commit 182aad0
Show file tree
Hide file tree
Showing 114 changed files with 67 additions and 7,839 deletions.
5 changes: 5 additions & 0 deletions crds/base/robot.roboscale.io_launchmanagers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,11 @@ spec:
gpuCore:
description: GPU core number that will be allocated.
type: integer
gpuInstance:
default: nvidia.com/gpu
description: GPU instance that will be allocated. eg.
nvidia.com/mig-1g.5gb. Defaults to "nvidia.com/gpu".
type: string
memory:
description: Memory resource limit.
pattern: ^([0-9])+(Mi|Gi)$
Expand Down
10 changes: 10 additions & 0 deletions crds/base/robot.roboscale.io_robots.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,11 @@ spec:
gpuCore:
description: GPU core number that will be allocated.
type: integer
gpuInstance:
default: nvidia.com/gpu
description: GPU instance that will be allocated. eg.
nvidia.com/mig-1g.5gb. Defaults to "nvidia.com/gpu".
type: string
memory:
description: Memory resource limit.
pattern: ^([0-9])+(Mi|Gi)$
Expand Down Expand Up @@ -392,6 +397,11 @@ spec:
gpuCore:
description: GPU core number that will be allocated.
type: integer
gpuInstance:
default: nvidia.com/gpu
description: GPU instance that will be allocated. eg.
nvidia.com/mig-1g.5gb. Defaults to "nvidia.com/gpu".
type: string
memory:
description: Memory resource limit.
pattern: ^([0-9])+(Mi|Gi)$
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.roboscale.robot</groupId>
<artifactId>robot-fabric8-client</artifactId>
<version>0.1.0-0.2.6p-0.1.6p-0.1.7p-alpha.3</version>
<version>0.1.0-0.2.6p-0.1.6p-0.1.7p-alpha.4</version>
<name>robot-fabric8-client</name>
<url>https://robolaunch.io</url>
<properties>
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

10 changes: 0 additions & 10 deletions src/main/java/io/roboscale/dev/v1alpha1/DevSpace.java

This file was deleted.

Loading

0 comments on commit 182aad0

Please sign in to comment.