All Projects → spinnaker → Clouddriver

spinnaker / Clouddriver

Licence: apache-2.0
read and write operations across cloud providers

Programming Languages

groovy
2714 projects

Projects that are alternatives of or similar to Clouddriver

Hackathon Dicas
Dicas de ferramentas e conteúdos para utilizar em um hackathon :)
Stars: ✭ 231 (-17.2%)
Mutual labels:  hacktoberfest
Coala Bears
Bears for coala
Stars: ✭ 276 (-1.08%)
Mutual labels:  hacktoberfest
Deno Manual Cn
Deno 中文手册
Stars: ✭ 278 (-0.36%)
Mutual labels:  hacktoberfest
Zmk
ZMK Firmware Repository
Stars: ✭ 269 (-3.58%)
Mutual labels:  hacktoberfest
Elixirschool
The content behind Elixir School
Stars: ✭ 3,171 (+1036.56%)
Mutual labels:  hacktoberfest
Neode
Neo4j OGM for Node.js
Stars: ✭ 276 (-1.08%)
Mutual labels:  hacktoberfest
Ionic Vue
Vuejs integration for Ionic versions 4 and 5
Stars: ✭ 275 (-1.43%)
Mutual labels:  hacktoberfest
Repman
Repman - PHP Repository Manager: packagist proxy and host for private packages
Stars: ✭ 277 (-0.72%)
Mutual labels:  hacktoberfest
Halyard
A tool for configuring, installing, and updating Spinnaker
Stars: ✭ 276 (-1.08%)
Mutual labels:  hacktoberfest
Sqlserverdsc
This module contains DSC resources for deployment and configuration of Microsoft SQL Server.
Stars: ✭ 278 (-0.36%)
Mutual labels:  hacktoberfest
Twitter Cleanup
🛁 Clean-up inactive accounts and bots from your Twitter
Stars: ✭ 275 (-1.43%)
Mutual labels:  hacktoberfest
Front End Web Development Resources
This repository contains content which will be helpful in your journey as a front-end Web Developer
Stars: ✭ 3,452 (+1137.28%)
Mutual labels:  hacktoberfest
Alltheplaces
A set of spiders and scrapers to extract location information from places that post their location on the internet.
Stars: ✭ 277 (-0.72%)
Mutual labels:  hacktoberfest
Verless
A simple and lightweight Static Site Generator.
Stars: ✭ 276 (-1.08%)
Mutual labels:  hacktoberfest
Depends
Tool for generating dependency trees for .NET projects
Stars: ✭ 278 (-0.36%)
Mutual labels:  hacktoberfest
Woocommerce Admin
A feature plugin for a modern, javascript-driven WooCommerce Admin experience.
Stars: ✭ 274 (-1.79%)
Mutual labels:  hacktoberfest
Tiltedonline
Skyrim and Fallout 4 mod to play online!
Stars: ✭ 275 (-1.43%)
Mutual labels:  hacktoberfest
Bitcoinprivate Legacy
Bitcoin Private is a Bitcoin and Zclassic fork which uses ZK-SNARK technology for privacy and fungibility.
Stars: ✭ 279 (+0%)
Mutual labels:  hacktoberfest
Hiddeneyereborn
HiddenEye with completely new codebase and better features set
Stars: ✭ 274 (-1.79%)
Mutual labels:  hacktoberfest
Stopstalk Deployment
Stop stalking and start StopStalking 😉
Stars: ✭ 276 (-1.08%)
Mutual labels:  hacktoberfest

Spinnaker Cloud Provider Service

Build Status

This service is the main integration point for Spinnaker cloud providers like AWS, GCE, CloudFoundry, Azure etc.

Developing with Intellij

To configure this repo as an Intellij project, run ./gradlew idea in the root directory.

Some of the modules make use of Lombok, which will compile correctly on its own. However, for Intellij to make sense of the Lombok annotations, you'll need to install the Lombok plugin as well as check 'enable' under annotation processing.

Debugging

To start the JVM in debug mode, set the Java system property DEBUG=true:

./gradlew -DDEBUG=true

The JVM will then listen for a debugger to be attached on port 7102. The JVM will not wait for the debugger to be attached before starting Clouddriver; the relevant JVM arguments can be seen and modified as needed in build.gradle.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].