Class RemoteExtensionConfig

java.lang.Object
com.netflix.spinnaker.kork.api.plugins.remote.RemoteExtensionConfig

@Beta public class RemoteExtensionConfig extends Object
A Spinnaker plugin's remote extension configuration.

This model is used by Spinnaker to determine which extension points and services require remote extension point configuration.

The plugin release SpinnakerPluginInfo.Release#requires field is used to inform Spinnaker which service to use in configuring the extension point type and additionally if the remote extension is compatible with the running version of the Spinnaker service.

  • Constructor Details

    • RemoteExtensionConfig

      public RemoteExtensionConfig()