patch

package
v0.26.0 Latest Latest
Warning

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

Go to latest
Published: Nov 5, 2025 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetAnnotationsPatch

func GetAnnotationsPatch(newAnnotations map[string]string, obj TektonObject) ([]byte, error)

GetAnnotationsPatch returns patch bytes that can be used with kubectl patch

Types

type TektonObject added in v0.26.0

type TektonObject interface {
	GetName() string
	GetNamespace() string
	GetGVK() string // Returns GroupVersionKind as "group/version/kind" string
}

TektonObject interface to get GVK information needed for server-side apply

Jump to

Keyboard shortcuts

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