selector

package
v0.4.9 Latest Latest
Warning

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

Go to latest
Published: Jun 19, 2026 License: AGPL-3.0 Imports: 1 Imported by: 0

Documentation

Overview

Package selector implements metadata filtering used by every flate command. Selectors are translated from CLI flags by the cli package and consumed by controllers and the orchestrator to decide which Kustomizations, HelmReleases, ResourceSets, and ResourceSetInputProviders to consider.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Metadata

type Metadata struct {
	Name   string
	Labels map[string]string
}

Metadata filters resources by name and Kubernetes labels.

func (Metadata) Matches

func (m Metadata) Matches(obj manifest.BaseManifest) bool

Matches reports whether obj passes the metadata filter.

Jump to

Keyboard shortcuts

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