Class RemoteExtensionConfig
java.lang.Object
com.netflix.spinnaker.kork.api.plugins.remote.RemoteExtensionConfig
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.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
RemoteExtensionConfig
public RemoteExtensionConfig()
-