An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Java Fabric8 Models for Fleet & Robot




release


release


license


issues



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.