DRAFT: Update README with how to run with structured parameters #68
Annotations
8 errors and 1 warning
Lint:
cmd/dra-example-kubeletplugin/state.go#L24
File is not `goimports`-ed with -local sigs.k8s.io/dra-example-driver (goimports)
|
Lint:
cmd/dra-example-controller/claimparametersgen.go#L40
Function `newGpuClaimParametersInformer->newGpuClaimParametersInformer$1` should pass the context parameter (contextcheck)
|
Lint:
cmd/dra-example-controller/claimparametersgen.go#L43
Function `newGpuClaimParametersHandler->newGpuClaimParametersHandler$1->createOrUpdateResourceClaimParameters` should pass the context parameter (contextcheck)
|
Lint:
cmd/dra-example-controller/claimparametersgen.go#L82
type assertion must be checked (forcetypeassert)
|
Lint:
cmd/dra-example-controller/claimparametersgen.go#L97
type assertion must be checked (forcetypeassert)
|
Lint:
cmd/dra-example-kubeletplugin/driver.go#L112
S1000: should use for range instead of for { select {} } (gosimple)
|
Lint:
cmd/dra-example-kubeletplugin/state.go#L207
composites: k8s.io/api/resource/v1alpha2.NamedResourcesResources struct literal uses unkeyed fields (govet)
|
Lint
issues found
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, golangci/golangci-lint-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Loading