1
0
mirror of https://github.com/rancher/norman.git synced 2025-04-27 11:11:21 +00:00
mirror from GitHub
Go to file
renovate-rancher[bot] 17f1997fd5
Update module golang.org/x/text to v0.24.0 (#628)
Co-authored-by: renovate-rancher[bot] <119870437+renovate-rancher[bot]@users.noreply.github.com>
2025-04-24 12:09:15 -07:00
.github Update branch (#652) 2025-03-18 11:35:38 -04:00
api
authorization
clientbase
condition
controller
example
generator
httperror
lifecycle
objectclient
parse
pkg
resource
restwatch
scripts
store
types
urlbuilder
.dockerignore
.gitignore
CODEOWNERS
Dockerfile.dapper Update dependency golangci/golangci-lint to v1.64.6 (#623) 2025-03-04 13:47:37 -08:00
go.mod Update module golang.org/x/text to v0.24.0 (#628) 2025-04-24 12:09:15 -07:00
go.sum Update module golang.org/x/text to v0.24.0 (#628) 2025-04-24 12:09:15 -07:00
LICENSE
Makefile
README.md
VERSION.md Update branch (#652) 2025-03-18 11:35:38 -04: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.

Versioning

See VERSION.md.