1
0
mirror of https://github.com/rancher/norman.git synced 2025-04-28 03:20:08 +00:00
mirror from GitHub
Go to file
Steffan Tucker 1e41884a06
Fix golangci-lint issues
As part of updating dapper files, golangci-lint was set to be used. This
caused a lot of lint issues to crop up, which this fixes.
2022-07-26 10:40:30 -06:00
api Fix golangci-lint issues 2022-07-26 10:40:30 -06:00
authorization Add CanDo function to AccessControl interface 2018-04-25 20:14:41 -07:00
clientbase Fix golangci-lint issues 2022-07-26 10:40:30 -06:00
condition Fix golangci-lint issues 2022-07-26 10:40:30 -06:00
controller Fix golangci-lint issues 2022-07-26 10:40:30 -06:00
example Fix golangci-lint issues 2022-07-26 10:40:30 -06:00
generator Fix golangci-lint issues 2022-07-26 10:40:30 -06:00
httperror Support unwrapping errors to find httperror.APIError 2020-07-27 22:55:37 -07:00
lifecycle Force nil values to nil,nil interface 2018-12-17 15:43:21 -07:00
objectclient Set creator field again from norman 2020-08-26 13:57:26 -07:00
package Initial Commit 2017-10-11 22:48:07 -07:00
parse Fix golangci-lint issues 2022-07-26 10:40:30 -06:00
pkg Fix golangci-lint issues 2022-07-26 10:40:30 -06:00
resource Refactor set of cluster scoped handlers 2019-05-28 18:48:15 -07:00
restwatch Move ratelimit to wrangler 2020-02-01 22:12:02 -07:00
scripts Updated dapper files 2022-07-26 10:40:30 -06:00
store Fix golangci-lint issues 2022-07-26 10:40:30 -06:00
types Fix golangci-lint issues 2022-07-26 10:40:30 -06:00
urlbuilder Sync URL parsing logic with Steve 2020-04-16 23:02:30 -07:00
vendor Dependencies bumps 2022-04-05 17:36:46 +02:00
.dockerignore More initial dev 2017-11-10 21:46:30 -07:00
.drone.yml EIO-1168: Ignore FOSSA failures 2022-07-19 15:26:44 -04:00
.gitignore Fixes to adapt to 1.10.5 2018-07-11 16:44:45 -07:00
Dockerfile.dapper Updated dapper files 2022-07-26 10:40:30 -06:00
go.mod update k8s to v1.24 2022-06-27 13:11:30 -07:00
go.sum update k8s to v1.24 2022-06-27 13:11:30 -07:00
LICENSE Initial Commit 2017-10-11 22:48:07 -07:00
Makefile Switch to go 1.11 2018-09-25 11:43:11 -07:00
README.md Update readme to refer to go-skel 2018-10-31 14:26:47 -07:00

Norman

An API framework for Building Rancher Style APIs backed by K8s CustomResources and their controllers.

Example

Refer to https://github.com/rancher/go-skel for skeleton norman controller projects

License

Copyright (c) 2014-2017 Rancher Labs, Inc.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.