1
0
mirror of https://github.com/rancher/norman.git synced 2025-04-26 18:51:09 +00:00
mirror from GitHub
Go to file
Eric Promislow 4228014de8
Merge pull request #515 from rancher/renovate/golang.org-x-sync-0.x
Update module golang.org/x/sync to v0.8.0
2024-08-19 17:42:19 -07:00
.github Migrate to GHA (#505) 2024-05-17 15:09:39 -04:00
api
authorization
clientbase
condition
controller
example
generator Gengo v2 dropped the args package. 2024-05-05 15:21:27 -07:00
httperror
lifecycle
objectclient
parse
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 updated wrangler from v2 to v3 2024-06-04 15:32:09 +05:30
urlbuilder updated wrangler from v2 to v3 2024-06-04 15:32:09 +05:30
.dockerignore
.gitignore
CODEOWNERS
Dockerfile.dapper
go.mod Merge pull request #515 from rancher/renovate/golang.org-x-sync-0.x 2024-08-19 17:42:19 -07:00
go.sum Merge pull request #515 from rancher/renovate/golang.org-x-sync-0.x 2024-08-19 17:42:19 -07: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.