Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/justinkuli/governance-policy-nucleus
https://github.com/justinkuli/governance-policy-nucleus
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/justinkuli/governance-policy-nucleus
- Owner: JustinKuli
- License: apache-2.0
- Created: 2022-06-22T13:11:58.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-30T02:39:11.000Z (7 months ago)
- Last Synced: 2024-07-01T04:54:06.984Z (7 months ago)
- Language: Go
- Size: 153 KB
- Stars: 0
- Watchers: 0
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
[comment]: # " Copyright Contributors to the Open Cluster Management project "
[![License](https://img.shields.io/:license-apache-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0.html)
[![Go Report Card](https://goreportcard.com/badge/github.com/JustinKuli/governance-policy-nucleus)](https://goreportcard.com/report/github.com/JustinKuli/governance-policy-nucleus)
[![Go Reference](https://pkg.go.dev/badge/image)](https://justinkuli.github.io/governance-policy-nucleus/open-cluster-management.io/governance-policy-nucleus)
[![Go Coverage](https://justinkuli.github.io/governance-policy-nucleus/coverage.svg)](https://justinkuli.github.io/governance-policy-nucleus/coverage.html)# Governance Policy Nucleus
Open Cluster Management - Governance Policy Nucleus
## Description
The Policy Nucleus maintains common API validation, structs, and methods for policy controllers.
The original repository has been archived (and might be deleted by the time you read this). The
original design / goals are best summarized in the enhancement proposal:
https://github.com/open-cluster-management-io/enhancements/tree/main/enhancements/sig-policy/54-core-policy-moduleGo to the [Contributing guide](CONTRIBUTING.md) to learn how to get involved.
Check the [Security guide](SECURITY.md) if you need to report a security issue.
The `governance-policy-nucleus` is intended to be used with the `open-cluster-management` community.
For more information, visit: [open-cluster-management.io](https://open-cluster-management.io).## Getting Started - Usage
Since this is a fork, to import this package you probably need a
[`replace` clause](https://go.dev/ref/mod#go-mod-file-replace) in your `go.mod` file like this:```
replace open-cluster-management.io/governance-policy-nucleus => github.com/JustinKuli/governance-policy-nucleus
```## Getting Started - Development