Skip to content

Commit

Permalink
fixup! refactor: rename terminalStatus to statuses It represents a li…
Browse files Browse the repository at this point in the history
…st of all statuses that can be used as terminal statuses if choosed by the user

typo
  • Loading branch information
Codelax committed Jan 22, 2025
1 parent a5dcd0b commit 86cfcca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/namespaces/block/v1alpha1/custom_volume.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ func volumeWaitCommand() *core.Command {
{
Name: "terminal-status",
Short: `Expected terminal status, will wait until this status is reached.`,
EnumValues: terminalStatusStrings,
},
EnumValues: volumeStatusStrings,
}, g

Check failure on line 65 in internal/namespaces/block/v1alpha1/custom_volume.go

View workflow job for this annotation

GitHub Actions / build-tests (1.22.x, ubuntu-latest)

syntax error: unexpected newline in composite literal; possibly missing comma or }

Check failure on line 65 in internal/namespaces/block/v1alpha1/custom_volume.go

View workflow job for this annotation

GitHub Actions / build-tests (1.22.x, ubuntu-latest)

syntax error: unexpected newline in composite literal; possibly missing comma or }

Check failure on line 65 in internal/namespaces/block/v1alpha1/custom_volume.go

View workflow job for this annotation

GitHub Actions / build-tests (1.22.x, ubuntu-latest)

syntax error: unexpected newline in composite literal; possibly missing comma or }

Check failure on line 65 in internal/namespaces/block/v1alpha1/custom_volume.go

View workflow job for this annotation

GitHub Actions / build-tests (1.22.x, ubuntu-latest)

syntax error: unexpected newline in composite literal; possibly missing comma or }

Check failure on line 65 in internal/namespaces/block/v1alpha1/custom_volume.go

View workflow job for this annotation

GitHub Actions / build

syntax error: unexpected newline in composite literal; possibly missing comma or }

Check failure on line 65 in internal/namespaces/block/v1alpha1/custom_volume.go

View workflow job for this annotation

GitHub Actions / build-and-test (1.22.x, ubuntu-latest)

syntax error: unexpected newline in composite literal; possibly missing comma or }

Check failure on line 65 in internal/namespaces/block/v1alpha1/custom_volume.go

View workflow job for this annotation

GitHub Actions / build-and-test (1.22.x, ubuntu-latest)

syntax error: unexpected newline in composite literal; possibly missing comma or }

Check failure on line 65 in internal/namespaces/block/v1alpha1/custom_volume.go

View workflow job for this annotation

GitHub Actions / Ensure docs are generated

syntax error: unexpected newline in composite literal; possibly missing comma or }

Check failure on line 65 in internal/namespaces/block/v1alpha1/custom_volume.go

View workflow job for this annotation

GitHub Actions / os-tests (1.22.x, ubuntu-latest)

syntax error: unexpected newline in composite literal; possibly missing comma or }

Check failure on line 65 in internal/namespaces/block/v1alpha1/custom_volume.go

View workflow job for this annotation

GitHub Actions / os-tests (1.22.x, macos-latest)

syntax error: unexpected newline in composite literal; possibly missing comma or }
core.ZoneArgSpec((*instance.API)(nil).Zones()...),

Check failure on line 66 in internal/namespaces/block/v1alpha1/custom_volume.go

View workflow job for this annotation

GitHub Actions / build-tests (1.22.x, ubuntu-latest)

syntax error: unexpected ) in composite literal; possibly missing comma or }

Check failure on line 66 in internal/namespaces/block/v1alpha1/custom_volume.go

View workflow job for this annotation

GitHub Actions / build-tests (1.22.x, ubuntu-latest)

syntax error: unexpected ) in composite literal; possibly missing comma or }

Check failure on line 66 in internal/namespaces/block/v1alpha1/custom_volume.go

View workflow job for this annotation

GitHub Actions / build-tests (1.22.x, ubuntu-latest)

syntax error: unexpected ) in composite literal; possibly missing comma or }

Check failure on line 66 in internal/namespaces/block/v1alpha1/custom_volume.go

View workflow job for this annotation

GitHub Actions / build

syntax error: unexpected ) in composite literal; possibly missing comma or }

Check failure on line 66 in internal/namespaces/block/v1alpha1/custom_volume.go

View workflow job for this annotation

GitHub Actions / build-and-test (1.22.x, ubuntu-latest)

syntax error: unexpected ) in composite literal; possibly missing comma or }

Check failure on line 66 in internal/namespaces/block/v1alpha1/custom_volume.go

View workflow job for this annotation

GitHub Actions / build-and-test (1.22.x, ubuntu-latest)

syntax error: unexpected ) in composite literal; possibly missing comma or }

Check failure on line 66 in internal/namespaces/block/v1alpha1/custom_volume.go

View workflow job for this annotation

GitHub Actions / Ensure docs are generated

syntax error: unexpected ) in composite literal; possibly missing comma or }

Check failure on line 66 in internal/namespaces/block/v1alpha1/custom_volume.go

View workflow job for this annotation

GitHub Actions / os-tests (1.22.x, ubuntu-latest)

syntax error: unexpected ) in composite literal; possibly missing comma or }

Check failure on line 66 in internal/namespaces/block/v1alpha1/custom_volume.go

View workflow job for this annotation

GitHub Actions / os-tests (1.22.x, macos-latest)

syntax error: unexpected ) in composite literal; possibly missing comma or }
},

Check failure on line 67 in internal/namespaces/block/v1alpha1/custom_volume.go

View workflow job for this annotation

GitHub Actions / build-tests (1.22.x, ubuntu-latest)

syntax error: unexpected comma after top level declaration

Check failure on line 67 in internal/namespaces/block/v1alpha1/custom_volume.go

View workflow job for this annotation

GitHub Actions / build-tests (1.22.x, ubuntu-latest)

syntax error: unexpected comma after top level declaration

Check failure on line 67 in internal/namespaces/block/v1alpha1/custom_volume.go

View workflow job for this annotation

GitHub Actions / build-tests (1.22.x, ubuntu-latest)

syntax error: unexpected comma after top level declaration

Check failure on line 67 in internal/namespaces/block/v1alpha1/custom_volume.go

View workflow job for this annotation

GitHub Actions / build

syntax error: unexpected comma after top level declaration

Check failure on line 67 in internal/namespaces/block/v1alpha1/custom_volume.go

View workflow job for this annotation

GitHub Actions / build-and-test (1.22.x, ubuntu-latest)

syntax error: unexpected comma after top level declaration

Check failure on line 67 in internal/namespaces/block/v1alpha1/custom_volume.go

View workflow job for this annotation

GitHub Actions / build-and-test (1.22.x, ubuntu-latest)

syntax error: unexpected comma after top level declaration

Check failure on line 67 in internal/namespaces/block/v1alpha1/custom_volume.go

View workflow job for this annotation

GitHub Actions / Ensure docs are generated

syntax error: unexpected comma after top level declaration

Check failure on line 67 in internal/namespaces/block/v1alpha1/custom_volume.go

View workflow job for this annotation

GitHub Actions / os-tests (1.22.x, ubuntu-latest)

syntax error: unexpected comma after top level declaration

Check failure on line 67 in internal/namespaces/block/v1alpha1/custom_volume.go

View workflow job for this annotation

GitHub Actions / os-tests (1.22.x, macos-latest)

syntax error: unexpected comma after top level declaration
Examples: []*core.Example{
Expand Down

0 comments on commit 86cfcca

Please sign in to comment.