matcher

package
v0.0.0-...-f9d0dfb Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 30, 2025 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CRDMatcherFunc

type CRDMatcherFunc func(crd apiextensionsv1.CustomResourceDefinition) bool

func CreateCRDMatcherFrom

func CreateCRDMatcherFrom(input string) CRDMatcherFunc

CreateCRDMatcherFrom returns a CRDMatcherFunc for a comma-separated list of CRDs. Every CRD is defined using the syntax: `<names.plural>.<group>` or `<names.singular>.<group>`, e.g:. "kymas.operator.kyma-project.io" or "kyma.operator.kyma-project.io" Instead of a name, an asterisk `*` may be used. It matches any name for the given group.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL