Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Application ¶
type Application interface { // Resources computes and returns the resources for the app. Resources() (resource.ResourceCollection, error) // SemiResources computes and returns the resources without name hash and name reference for the app SemiResources() (resource.ResourceCollection, error) // RawResources computes and returns the raw resources from the kustomization file. // It contains resources from // 1) untransformed resources from current kustomization file // 2) transformed resources from sub packages RawResources() (resource.ResourceCollection, error) }
Click to show internal directories.
Click to hide internal directories.