Documentation
¶
Index ¶
Constants ¶
View Source
const (
FinalizerString = "finalizers.wafv2.services.k8s.aws/RuleGroup"
)
Variables ¶
View Source
var ( GroupVersionResource = svcapitypes.GroupVersion.WithResource("rulegroups") GroupKind = metav1.GroupKind{ Group: "wafv2.services.k8s.aws", Kind: "RuleGroup", } )
View Source
var (
ACKSystemTags = []string{"services.k8s.aws/namespace", "services.k8s.aws/controller-version"}
)
Functions ¶
This section is empty.
Types ¶
type Statement ¶ added in v0.0.3
type Statement interface { svcsdktypes.Statement | svcsdktypes.AndStatement | svcsdktypes.OrStatement | svcsdktypes.NotStatement }
Click to show internal directories.
Click to hide internal directories.