Versions in this module Expand all Collapse all v0 v0.13.9 Jul 6, 2026 GO-2024-3077 GO-2024-3077: Capsule tenant owner with "patch namespace" permission can hijack system namespaces in github.com/projectcapsule/capsule v0.13.8 Jul 3, 2026 GO-2024-3077 GO-2024-3077: Capsule tenant owner with "patch namespace" permission can hijack system namespaces in github.com/projectcapsule/capsule Changes in this version + const CoreAPIVersion + const WildcardVersionKindMatcher + func DescribeExpressionMatch(match ExpressionMatch) string + type ExpressionMatch struct + Exact []string + func (in *ExpressionMatch) DeepCopy() *ExpressionMatch + func (in *ExpressionMatch) DeepCopyInto(out *ExpressionMatch) + func (m ExpressionMatch) Describe() string + func (m ExpressionMatch) Matches(value string) (bool, error) + func (m ExpressionMatch) MatchesWithExpressionMatcher(matcher ExpressionRegexMatcher, value string) (bool, error) + type ExpressionRegex struct + Expression string + Negate bool + type ExpressionRegexMatcher interface + MatchRegex func(expression ExpressionRegex, value string) (bool, error) + type VersionKind struct + APIVersion string + Kind string + func (in *VersionKind) DeepCopy() *VersionKind + func (in *VersionKind) DeepCopyInto(out *VersionKind) + func (s VersionKind) GroupVersionKind() schema.GroupVersionKind + func (s VersionKind) HasWildcard() bool + func (s VersionKind) MatchesGroupVersionKind(gvk schema.GroupVersionKind) bool + func (s VersionKind) MatchesVersionKind(value VersionKind) bool + type VersionKinds struct + APIGroups []string + Kinds []string + func (in *VersionKinds) DeepCopy() *VersionKinds + func (in *VersionKinds) DeepCopyInto(out *VersionKinds) + func (s VersionKinds) HasWildcard() bool + func (s VersionKinds) MatchesGroupVersionKind(gvk schema.GroupVersionKind) bool + func (s VersionKinds) NormalizedAPIGroups() []string + func (s VersionKinds) StatusAPIGroups() []string + func (s VersionKinds) ValidateKnownKinds(mapper apimeta.RESTMapper, fieldPath string) error + func (s VersionKinds) VersionKinds() []VersionKind