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
Click to show internal directories.
Click to hide internal directories.