Class RemoveApplicationAccountsMigration
- java.lang.Object
-
- com.netflix.spinnaker.front50.migrations.RemoveApplicationAccountsMigration
-
- All Implemented Interfaces:
Migration
@Component public class RemoveApplicationAccountsMigration extends java.lang.Object implements Migration
The "accounts" field was once required but no longer. The value of "accounts" is now inferred from existing infrastructure indexed by Clouddriver, so the value, when present in Front50, just ends up causing confusion.
-
-
Constructor Summary
Constructors Constructor Description RemoveApplicationAccountsMigration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisValid()voidrun()
-