https://github.com/robolaunch/robot-client-java-fabric8
Fabric8 models of robolaunch custom resources
https://github.com/robolaunch/robot-client-java-fabric8
Last synced: 5 months ago
JSON representation
Fabric8 models of robolaunch custom resources
- Host: GitHub
- URL: https://github.com/robolaunch/robot-client-java-fabric8
- Owner: robolaunch
- License: apache-2.0
- Created: 2023-04-11T08:00:02.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-11T08:13:35.000Z (over 1 year ago)
- Last Synced: 2024-11-11T09:22:08.428Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 1.34 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
#
Java Fabric8 Models for Fleet & Robot
Java Fabric8 models for custom resources
- Fleets (`fleets.fleet.roboscale.io`)
- Robots (`robots.robot.roboscale.io`)
- WorkspaceManagers (`workspacemanagers.robot.roboscale.io`)
- BuildManagers (`buildmanagers.robot.roboscale.io`)
- LaunchManagers (`launchmanagers.robot.roboscale.io`)
- ConnectionHubs (`connectionhubs.connection-hub.roboscale.io`)
- CloudInstances (`cloudinstances.connection-hub.roboscale.io`)
- PhysicalInstances (`physicalinstances.connection-hub.roboscale.io`)
- and **federated versions** of most of these resources.
Check out the [robolaunch Robot Operator](https://github.com/robolaunch/robot-operator) and [robolaunch Fleet Operator](https://github.com/robolaunch/fleet-operator) for more information about custom resources.
## Table of Contents
- [Quick Start](#quick-start)
- [Importing](#importing)
- [Usage](#usage)
- [Contributing](#contributing)
## Quick Start
### Importing
You can import Kubernetes Java client for Robot following [these instructions](./docs/importing-models.md).
### Usage
See [Java Quarkus examples](https://github.com/robolaunch/robot-fabric8-quarkus-examples).
## Contributing
Please see [this guide](./CONTRIBUTING.md) if you want to contribute.