Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RuntimeFromYaml ¶
func RuntimeFromYaml(client ctrlruntimeclient.Client, manifestFsGetter ManifestFSGetter) []runtime.Object
RuntimeFromYaml returns a list of Kubernetes runtime objects from their yaml templates. It returns the objects for all files included in the ManifestFS folder, skipping (with error log) the yaml files that would not contain correct yaml files.
Types ¶
type ManifestFS ¶
type ManifestFSGetter ¶
type ManifestFSGetter interface {
GetManifestFS() *ManifestFS
}
type StandardInstancetypeGetter ¶
type StandardInstancetypeGetter struct{}
func (*StandardInstancetypeGetter) GetManifestFS ¶
func (s *StandardInstancetypeGetter) GetManifestFS() *ManifestFS
type StandardPreferenceGetter ¶
type StandardPreferenceGetter struct{}
func (*StandardPreferenceGetter) GetManifestFS ¶
func (s *StandardPreferenceGetter) GetManifestFS() *ManifestFS
Click to show internal directories.
Click to hide internal directories.