1
0
mirror of https://github.com/rancher/norman.git synced 2025-08-22 01:02:55 +00:00
mirror from GitHub
Go to file
2025-08-08 04:50:33 +00:00
.github Update actions/checkout action to v4.2.2 (#554) 2025-02-14 09:02:47 -08:00
api [release/v0.3] Upgrade go version to 1.23 (#588) 2025-01-29 08:54:09 -05:00
authorization
clientbase Support setting proxy url in client opts (#453) 2024-04-16 15:06:57 -04:00
condition
controller
example
generator Gengo v2 dropped the args package. 2024-05-05 15:21:27 -07:00
httperror
lifecycle
objectclient
parse [release/v0.3] Upgrade go version to 1.23 (#588) 2025-01-29 08:54:09 -05:00
pkg updated wrangler from v2 to v3 2024-06-04 15:32:09 +05:30
resource
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
types [v0.3] Backport memory leak (#611) 2025-02-14 14:43:26 -05:00
urlbuilder updated wrangler from v2 to v3 2024-06-04 15:32:09 +05:30
.dockerignore
.gitignore
CODEOWNERS Add codeowners 2024-03-19 14:28:29 -04:00
Dockerfile.dapper Update dependency golangci/golangci-lint to v1.64.6 (#625) 2025-03-04 13:48:34 -08:00
go.mod Update module golang.org/x/text to v0.28.0 2025-08-08 04:50:33 +00:00
go.sum Update module golang.org/x/text to v0.28.0 2025-08-08 04:50:33 +00:00
LICENSE
Makefile
README.md

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.