1
0
mirror of https://github.com/rancher/norman.git synced 2025-04-27 19:15:07 +00:00
mirror from GitHub
Go to file
renovate-rancher[bot] cf308ef611
Update module golang.org/x/sync to v0.13.0 (release/v0.4) (#630)
* Update module golang.org/x/sync to v0.13.0

* Backout the renovate bump to go via toolchain

---------

Co-authored-by: renovate-rancher[bot] <119870437+renovate-rancher[bot]@users.noreply.github.com>
Co-authored-by: Eric Promislow <epromislow@suse.com>
2025-04-24 12:13:02 -07:00
.github Update actions/checkout action to v4.2.2 (#545) 2025-02-12 10:02:16 -08:00
api [release/v0.4] Upgrade go version to 1.23 (#587) 2025-01-29 08:53:47 -05:00
authorization Add CanDo function to AccessControl interface 2018-04-25 20:14:41 -07:00
clientbase Support setting proxy url in client opts (#453) 2024-04-16 15:06:57 -04:00
condition Fix golangci-lint issues 2022-07-26 10:40:30 -06:00
controller Added logs to cluster extraction 2023-03-24 13:12:14 -07:00
example Fix golangci-lint issues 2022-07-26 10:40:30 -06:00
generator Gengo v2 dropped the args package. 2024-05-05 15:21:27 -07: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
parse [release/v0.4] Upgrade go version to 1.23 (#587) 2025-01-29 08:53:47 -05:00
pkg updated wrangler from v2 to v3 2024-06-04 15:32:09 +05:30
resource bump Go to 1.19 and fix errores golangci-lint reports 2022-12-02 19:55:36 -07:00
restwatch updated wrangler from v2 to v3 2024-06-04 15:32:09 +05:30
scripts Gengo v2 dropped the args package. 2024-05-05 15:21:27 -07:00
store replace deprecated wait.Poll with wait.PollUntilContextTimeout 2023-08-31 12:19:28 +05:30
types [v0.4] Fix schemas leak (#589) 2025-01-14 11:17:32 -05:00
urlbuilder updated wrangler from v2 to v3 2024-06-04 15:32:09 +05:30
.dockerignore More initial dev 2017-11-10 21:46:30 -07:00
.gitignore Fixes to adapt to 1.10.5 2018-07-11 16:44:45 -07:00
CODEOWNERS Add codeowners 2024-03-19 14:28:29 -04:00
Dockerfile.dapper Update dependency golangci/golangci-lint to v1.64.6 (#624) 2025-03-04 13:47:52 -08:00
go.mod Update module golang.org/x/sync to v0.13.0 (release/v0.4) (#630) 2025-04-24 12:13:02 -07:00
go.sum Update module golang.org/x/sync to v0.13.0 (release/v0.4) (#630) 2025-04-24 12:13:02 -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.