Class RemoteExtensionConfig
- java.lang.Object
-
- com.netflix.spinnaker.kork.api.plugins.remote.RemoteExtensionConfig
-
@Beta public class RemoteExtensionConfig extends java.lang.ObjectA 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#requiresfield is used to inform Spinnaker which service to use in configuring the extension pointtypeand additionally if the remote extension is compatible with the running version of the Spinnaker service.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRemoteExtensionConfig.RemoteExtensionTransportConfig
-
Constructor Summary
Constructors Constructor Description RemoteExtensionConfig()
-