Skip to content

read and write operations across cloud providers

License

Notifications You must be signed in to change notification settings

Young-Zen/clouddriver

This branch is 280 commits behind spinnaker/clouddriver:master.

Folders and files

NameName
Last commit message
Last commit date
Aug 16, 2022
Mar 22, 2021
Mar 9, 2023
Dec 9, 2022
Sep 16, 2020
Jun 14, 2022
Dec 9, 2022
Jan 1, 2023
Feb 23, 2023
Dec 9, 2022
Mar 22, 2021
Feb 9, 2023
Dec 9, 2022
Nov 1, 2022
Dec 9, 2022
Jan 4, 2023
Feb 9, 2023
Dec 9, 2022
Dec 9, 2022
Feb 22, 2023
Jan 27, 2023
Dec 9, 2022
Mar 19, 2021
Dec 9, 2022
Mar 2, 2023
Dec 9, 2022
Feb 23, 2023
Dec 9, 2022
Feb 16, 2023
Mar 19, 2021
Mar 19, 2021
Dec 9, 2022
Jan 28, 2020
Nov 19, 2020
Jan 4, 2023
Mar 22, 2021
Feb 9, 2023
Feb 9, 2023
Feb 16, 2023
Mar 9, 2023
Apr 2, 2020
Mar 22, 2017
Jun 15, 2015
Feb 26, 2020
Mar 3, 2020
Apr 27, 2022
Jun 7, 2017
Nov 30, 2021
Sep 22, 2020
Jan 11, 2023
Jan 11, 2023
Jun 11, 2015
Apr 16, 2019
Apr 22, 2020
Mar 10, 2022
Mar 13, 2023
Aug 18, 2020
Aug 18, 2020
Aug 25, 2020
Nov 25, 2022

Repository files navigation

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.

About

read and write operations across cloud providers

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Groovy 50.2%
  • Java 47.9%
  • Kotlin 1.9%