package
2.5.0-ACM+incompatible
Repository: https://github.com/stolostron/cert-policy-controller.git
Documentation: pkg.go.dev

# Constants

Compliant is an ComplianceState.
Enforce is an remediationAction to make changes.
Inform is an remediationAction to only inform.
NonCompliant is an ComplianceState.
UnknownCompliancy is an ComplianceState.

# Variables

AddToScheme adds the types in this group-version to the given scheme.
GroupVersion is group version used to register these objects.
SchemeBuilder is used to add go types to the GroupVersionKind scheme.

# Structs

Cert contains its related secret and when it expires.
CertificatePolicy is the Schema for the certificatepolicies API.
CertificatePolicyList contains a list of CertificatePolicy.
CertificatePolicySpec defines the desired state of CertificatePolicy.
CertificatePolicyStatus defines the observed state of CertificatePolicy.
CompliancyDetails defines the all the details related to whether or not the policy is compliant.
Target defines the list of namespaces to include/exclude.

# Type aliases

ComplianceState shows the state of enforcement.
+kubebuilder:validation:MinLength=1.
RemediationAction : enforce or inform.