v1alpha1

package
v1.11.0-RC1 Latest Latest
Warning

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

Go to latest
Published: Jun 9, 2020 License: Apache-2.0 Imports: 2 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Artifact

type Artifact struct {
	// Doc represents the YAML compatible artifact
	Doc string
}

Artifact represents a YAML compatible artifact that will be installed, applied, etc

type ArtifactList

type ArtifactList struct {
	Items []*Artifact
}

ArtifactList represents a list of artifacts to install

func (ArtifactList) ToUnstructuredList

func (l ArtifactList) ToUnstructuredList() (ul k8s.UnstructedList, errs []error)

ToUnstructuredList transforms this ArtifactList to corresponding list of unstructured instances

func (ArtifactList) UnstructuredListC

func (l ArtifactList) UnstructuredListC(c k8s.UnstructuredCreator) (ul k8s.UnstructedList, errs []error)

UnstructuredListC transforms this ArtifactList to corresponding list of unstructured instances by making use of unstructured creator instance

Jump to

Keyboard shortcuts

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