1
0
mirror of https://github.com/rancher/norman.git synced 2025-07-14 23:55:31 +00:00
mirror from GitHub
Go to file
2020-02-01 22:12:02 -07:00
api set secure for CSRF cookie 2019-05-01 13:29:53 -07:00
authorization Add CanDo function to AccessControl interface 2018-04-25 20:14:41 -07:00
clientbase Configure HandshakeTimeout in websocket.Dialer 2019-06-26 00:55:50 +09:00
condition Add Track method 2018-11-26 08:33:11 -07:00
controller Update controller to allow adding handlers after controller is running 2020-01-22 15:15:39 -08:00
example Major refactor of subcontexts 2018-02-09 13:45:22 -07:00
generator Add ListNamespaced method for ObjectClient 2019-11-06 11:22:11 +09:00
httperror Add unauthorized error check 2019-11-15 18:21:32 -07:00
lifecycle Force nil values to nil,nil interface 2018-12-17 15:43:21 -07:00
metrics Move session metrics to remotedialer 2020-01-29 08:49:56 -08:00
objectclient Add ListNamespaced method for ObjectClient 2019-11-06 11:22:11 +09:00
package Initial Commit 2017-10-11 22:48:07 -07:00
parse Add enable function and addFeature functions 2019-07-02 12:18:40 -07:00
pkg Move ratelimit to wrangler 2020-02-01 22:12:02 -07: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 Make k8s 1.12 leader election the default 2018-10-23 22:48:23 -07:00
store Use kubernetes to generate names 2020-01-31 13:51:59 -07:00
types Use kubernetes to generate names 2020-01-31 13:51:59 -07:00
urlbuilder Move to some wrangler utils and k3s 2019-08-19 10:14:05 -07:00
vendor Vendor update 2020-01-29 08:49:56 -08:00
.dockerignore More initial dev 2017-11-10 21:46:30 -07:00
.drone.yml drone 1.x syntax 2019-03-19 10:27:25 -07:00
.gitignore Fixes to adapt to 1.10.5 2018-07-11 16:44:45 -07:00
Dockerfile.dapper Bump to golang 1.12.9 2019-08-19 10:14:08 -07:00
go.mod Vendor update 2020-01-29 08:49:56 -08:00
go.sum Vendor update 2020-01-29 08:49:56 -08: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.