refactor: dataplatform to bundle #2477
Annotations
8 errors
Test ionosctl (ubuntu-latest):
commands/dataplatform/cluster/update.go#L58
cannot use &updateProperties (value of type *dataplatform.PatchClusterProperties) as dataplatform.PatchClusterProperties value in struct literal
|
Test ionosctl (ubuntu-latest):
commands/dataplatform/nodepool/create.go#L57
cannot use &name (value of type *string) as string value in assignment
|
Test ionosctl (ubuntu-latest):
commands/dataplatform/nodepool/create.go#L58
cannot use &nodeCount (value of type *int32) as int32 value in assignment
|
Test ionosctl (ubuntu-latest)
Process completed with exit code 2.
|
Test ionosctl (windows-latest):
commands/dataplatform/cluster/update.go#L58
cannot use &updateProperties (value of type *dataplatform.PatchClusterProperties) as dataplatform.PatchClusterProperties value in struct literal
|
Test ionosctl (windows-latest):
commands/dataplatform/nodepool/create.go#L57
cannot use &name (value of type *string) as string value in assignment
|
Test ionosctl (windows-latest):
commands/dataplatform/nodepool/create.go#L58
cannot use &nodeCount (value of type *int32) as int32 value in assignment
|
Test ionosctl (windows-latest)
Process completed with exit code 1.
|