Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Size reservations CRUD #263

Merged
merged 8 commits into from
Sep 30, 2024
Merged

Size reservations CRUD #263

merged 8 commits into from
Sep 30, 2024

Conversation

Gerrit91
Copy link
Contributor

@Gerrit91 Gerrit91 changed the title Size reservations crud Size reservations CRUD Sep 25, 2024
@Gerrit91 Gerrit91 marked this pull request as ready for review September 30, 2024 12:07
@Gerrit91 Gerrit91 requested a review from a team as a code owner September 30, 2024 12:07
@Gerrit91 Gerrit91 merged commit 647a984 into master Sep 30, 2024
5 checks passed
@Gerrit91 Gerrit91 deleted the size-reservations-crud branch September 30, 2024 12:21
func (c sizeReservationsCmd) List() ([]*models.V1SizeReservationResponse, error) {
resp, err := c.client.Size().FindSizeReservations(sizemodel.NewFindSizeReservationsParams().WithBody(&models.V1SizeReservationListRequest{
ID: viper.GetString("id"),
Partitionid: viper.GetString("parition"),

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Typo. Should be partition.

Copy link
Contributor

@majst01 majst01 Oct 21, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should be fixed with: #265 and new typos should prevented as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants