Skip to content

read and write operations across cloud providers

License

Notifications You must be signed in to change notification settings

sanopsmx/clouddriver

This branch is 258 commits ahead of, 289 commits behind spinnaker/clouddriver:master.

Folders and files

NameName
Last commit message
Last commit date
Feb 20, 2024
Mar 22, 2021
Jul 25, 2023
Jun 20, 2023
May 29, 2023
Jul 25, 2023
Jan 10, 2024
Jan 4, 2024
Jul 25, 2023
Jul 12, 2023
Mar 22, 2021
Jul 25, 2023
Jan 10, 2024
Jan 10, 2024
Jun 20, 2023
Jul 25, 2023
Dec 7, 2023
Dec 9, 2022
Jul 25, 2023
Jun 23, 2023
Dec 27, 2023
Jun 20, 2023
Jul 25, 2023
Jun 20, 2023
Jan 10, 2024
Jul 25, 2023
Feb 1, 2024
Jul 25, 2023
Jan 4, 2024
Jul 25, 2023
Jul 25, 2023
Jul 25, 2023
Jun 21, 2023
Mar 8, 2024
Dec 7, 2023
Apr 17, 2023
Jul 25, 2023
Feb 7, 2024
Jul 25, 2023
Mar 5, 2024
Jul 25, 2023
Apr 2, 2020
May 16, 2023
Mar 22, 2017
Jun 15, 2015
Feb 26, 2020
Mar 3, 2020
Apr 27, 2022
Jun 7, 2017
Nov 30, 2021
Jul 26, 2023
Sep 22, 2020
Apr 12, 2023
Jan 11, 2023
Jun 11, 2015
Apr 16, 2019
Feb 14, 2023
Dec 19, 2023
Jan 10, 2024
Aug 18, 2020
Aug 18, 2020
Aug 25, 2020
Jul 19, 2023

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.

testing pr

About

read and write operations across cloud providers

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Groovy 50.0%
  • Java 48.1%
  • Kotlin 1.9%