Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 2.03 KB

README.md

File metadata and controls

44 lines (29 loc) · 2.03 KB

License Go Report Card Go Reference Go Coverage

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-module

Go to the Contributing guide to learn how to get involved.

Check the Security guide 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.

Getting Started - Usage

Since this is a fork, to import this package you probably need a replace clause in your go.mod file like this:

replace open-cluster-management.io/governance-policy-nucleus => github.com/JustinKuli/governance-policy-nucleus

Getting Started - Development