Annotation Interface PluginConfiguration
Denotes that a class provides plugin configuration. Classes annotated with [PluginConfiguration]
can be injected via the Plugin constructor or the Extension Point constructor.
-
Optional Element Summary
Optional Elements
-
Element Details
-
value
String valueThe property value of the configuration.If the configuration is for an extension point and the config is `stage-extension`, the corresponding config coordinates would be:
`spinnaker.extensibility.plugins.pluginId.extensions.stage-extension.config`
If the configuration is for an plugin the config is `http-client`, the corresponding config coordinates would be:
`spinnaker.extensibility.plugins.pluginId.http-client.config`
- Returns:
- Default:
- ""
-