tekton_bundle

package
v0.19.1 Latest Latest
Warning

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

Go to latest
Published: Apr 16, 2024 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetTektonPipelineBundlePaths added in v0.19.0

func GetTektonPipelineBundlePaths() []string

func GetTektonTasksBundlePath added in v0.19.0

func GetTektonTasksBundlePath(isOpenShift bool) string

Types

type Bundle

type Bundle struct {
	// TODO: Update to v1.Task
	Tasks []pipeline.Task //nolint:staticcheck

	ServiceAccounts []v1.ServiceAccount
	RoleBindings    []rbac.RoleBinding
	ClusterRoles    []rbac.ClusterRole

	// TODO: Update to v1.Pipeline
	Pipelines []pipeline.Pipeline //nolint:staticcheck

	ConfigMaps []v1.ConfigMap
}

func ReadBundle added in v0.19.0

func ReadBundle(paths []string) (*Bundle, error)

Jump to

Keyboard shortcuts

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