We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac3140f commit 490e71eCopy full SHA for 490e71e
2 files changed
charts/capsule/crds/capsule.clastix.io_rulestatuses.yaml
@@ -42,8 +42,8 @@ spec:
42
type: object
43
spec:
44
items:
45
- description: For future inmplementatiosn where users might manage RuleStatus
46
- CRs tehmselves
+ description: For future implementation where users might manage RuleStatus
+ CRs themselves
47
properties:
48
enforce:
49
description: Enforcement for given rule
pkg/api/namespace_rule_type.go
@@ -7,7 +7,7 @@ import (
7
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
8
)
9
10
-// For future inmplementatiosn where users might manage RuleStatus CRs tehmselves
+// For future implementation where users might manage RuleStatus CRs themselves
11
// +kubebuilder:object:generate=true
12
type NamespaceRuleBodyNamespace struct {
13
// Enforcement for given rule
0 commit comments