-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feature: Commitments support for Azure's reservations (#302)
* types preparation * more mapping impls for azure * working import + update * fix getReservationResources * add term mapping to MapReservationImportToResource to mimic API's behavior * fix tests * TestMapCommitmentToReservationResource * rename * mapping functions tests * working first step of acc test * CheckDestroy * working state import step * working azure acceptance tests * get rid of the dummy test * add usage examples * fix populateCommitmentsResourceData * full acc tests * get rid of productname from the matcher * flatten matcher * regenerate docs * format tf * regenerate docs * add descriptions * MapConfigsToCommitments impl * regenerate docs * newline * return err from MapReservationImportToResource * get rid of attr schema config * use common fields for cast ai commitment fields * flatten the structure, get rid of the separate commitments package * regenerate sdk * renames * renames * dont export mapping functions * dont export field names * Feature: Commitment assignments support (#304) * working assignments * add example * adjust tests * more test adjustments * add config nil check * priority computed field * regenerate docs * fix replacing assignments * working acceptance tests with assignments for gke * add assignment checks * azure assignments acc tests * rearrange acc tests * use common fields for cast ai commitment fields * flatten the structure, get rid of the separate commitments package * renames * renames * imports fix * renames * dont export field names --------- Co-authored-by: Max Twardowski <[email protected]> --------- Co-authored-by: Max Twardowski <[email protected]>
- Loading branch information
1 parent
2e38acf
commit 2649d00
Showing
11 changed files
with
2,132 additions
and
635 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.