-
Notifications
You must be signed in to change notification settings - Fork 31
Remove deprecated constructor for VcClusterConfigSpecEx #1007
Copy link
Copy link
Open
Labels
area/vro-typesRelates to changes to the type definitionsRelates to changes to the type definitionseffort/lowkind/refactorRefactoring of existing featuresRefactoring of existing featureslang/typescriptRelated to typescript codeRelated to typescript codepriority/lowtriage/acceptedThe issue was accepted and will be doneThe issue was accepted and will be doneversion/majorIntroduces a breaking changeIntroduces a breaking change
Milestone
Metadata
Metadata
Assignees
Labels
area/vro-typesRelates to changes to the type definitionsRelates to changes to the type definitionseffort/lowkind/refactorRefactoring of existing featuresRefactoring of existing featureslang/typescriptRelated to typescript codeRelated to typescript codepriority/lowtriage/acceptedThe issue was accepted and will be doneThe issue was accepted and will be doneversion/majorIntroduces a breaking changeIntroduces a breaking change
Description
The following PR introduces an updated constructor for
VcClusterConfigSpecEx:#1006
The old constructor is kept for backwards compatibility but should no longer be supported in newer plugin versions. We want to remove it with the next major release.