assets

package
v0.1.74 Latest Latest
Warning

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

Go to latest
Published: Feb 26, 2026 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ForEachManifest

func ForEachManifest(componentName string, action func(manifestName string) error) error

func LoadCronJobManifest added in v0.1.56

func LoadCronJobManifest(componentName string) (*batchv1.CronJob, error)

func LoadDeploymentManifest

func LoadDeploymentManifest(componentName string) (*appsv1.Deployment, error)

func LoadJobManifest added in v0.1.58

func LoadJobManifest(componentName string) (*batchv1.Job, error)

func LoadManifest

func LoadManifest(componentName string, fileName string) (client.Object, *schema.GroupVersionKind, error)

LoadManifest decodes the manifest data and load it into a new object.

func LoadManifestInto added in v0.1.50

func LoadManifestInto(componentName string, fileName string, into client.Object) (client.Object, *schema.GroupVersionKind, error)

LoadManifest decodes the manifest data and load it into the provided 'into' object. If 'into' is nil, it will generate and return a new object.

func LoadStatefulSetManifest

func LoadStatefulSetManifest(componentName string) (*appsv1.StatefulSet, error)

Types

This section is empty.

Jump to

Keyboard shortcuts

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