Skip to content

read and write operations across cloud providers

License

Notifications You must be signed in to change notification settings

spinnaker/clouddriver

Folders and files

NameName
Last commit message
Last commit date
Feb 19, 2025
Mar 22, 2021
Mar 8, 2025
Sep 25, 2024
Sep 16, 2020
Jul 30, 2024
Feb 3, 2025
Feb 3, 2025
Feb 13, 2025
Oct 29, 2024
Jan 8, 2024
Sep 25, 2024
Feb 3, 2025
Jan 8, 2024
Feb 3, 2025
Jan 29, 2025
Feb 11, 2025
Sep 25, 2024
Mar 18, 2025
Feb 13, 2025
Feb 3, 2025
Feb 3, 2025
Nov 16, 2023
Sep 25, 2024
Feb 26, 2025
Sep 25, 2024
Jun 12, 2024
Feb 3, 2025
Feb 13, 2025
Sep 25, 2024
Nov 16, 2023
Nov 16, 2023
Sep 25, 2024
Jun 12, 2024
Nov 19, 2020
Jan 29, 2025
Jan 8, 2024
Feb 3, 2025
Jan 29, 2025
Feb 3, 2025
Nov 15, 2024
Apr 2, 2020
Mar 22, 2017
Jun 15, 2015
Feb 26, 2020
Dec 8, 2023
Jan 3, 2025
Jun 7, 2017
Nov 30, 2021
Nov 15, 2024
Nov 19, 2024
Aug 27, 2024
Jun 11, 2015
Apr 16, 2019
Apr 22, 2020
Jun 26, 2024
Feb 19, 2025
Jun 13, 2023
Jun 13, 2023
Aug 25, 2020
May 2, 2024

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.