mirror of
https://github.com/projectcapsule/capsule.git
synced 2026-08-19 04:26:45 +00:00
chore: typo in ruleset description crd (#1944)
Signed-off-by: sandert-k8s <sandert98@gmail.com>
This commit is contained in:
@@ -42,8 +42,8 @@ spec:
|
||||
type: object
|
||||
spec:
|
||||
items:
|
||||
description: For future inmplementatiosn where users might manage RuleStatus
|
||||
CRs tehmselves
|
||||
description: For future implementation where users might manage RuleStatus
|
||||
CRs themselves
|
||||
properties:
|
||||
enforce:
|
||||
description: Enforcement for given rule
|
||||
|
||||
@@ -7,7 +7,7 @@ import (
|
||||
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
|
||||
)
|
||||
|
||||
// For future inmplementatiosn where users might manage RuleStatus CRs tehmselves
|
||||
// For future implementation where users might manage RuleStatus CRs themselves
|
||||
// +kubebuilder:object:generate=true
|
||||
type NamespaceRuleBodyNamespace struct {
|
||||
// Enforcement for given rule
|
||||
|
||||
Reference in New Issue
Block a user