Skip to content

Commit 71b73a5

Browse files
authored
fix(plugins): instance provider was missing annotation (#1604)
1 parent c8b3a97 commit 71b73a5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
package com.netflix.spinnaker.keel.api.ec2
22

3+
import com.netflix.spinnaker.keel.api.schema.Discriminator
4+
35
/**
46
* Extensible mechanism allowing for abstraction of details of the VM instance (e.g.
57
* [LaunchConfigurationSpec.instanceType], [LaunchConfigurationSpec.ebsOptimized], etc.)
68
*/
79
interface InstanceProvider {
10+
@Discriminator
811
val type: String
912
}

0 commit comments

Comments
 (0)