Versions in this module Expand all Collapse all v1 v1.0.9 Oct 24, 2018 Changes in this version + func NewKunstructuredFactoryImpl() ifc.KunstructuredFactory + func NewKunstructuredFromObject(obj runtime.Object) (ifc.Kunstructured, error) + type KunstructurerFactoryImpl struct + func (kf *KunstructurerFactoryImpl) FromMap(m map[string]interface{}) ifc.Kunstructured + func (kf *KunstructurerFactoryImpl) MakeConfigMap(args *types.ConfigMapArgs, options *types.GeneratorOptions) (ifc.Kunstructured, error) + func (kf *KunstructurerFactoryImpl) MakeSecret(args *types.SecretArgs, options *types.GeneratorOptions) (ifc.Kunstructured, error) + func (kf *KunstructurerFactoryImpl) Set(fs fs.FileSystem, ldr ifc.Loader) + func (kf *KunstructurerFactoryImpl) SliceFromBytes(in []byte) ([]ifc.Kunstructured, error) + type UnstructAdapter struct + func (fs *UnstructAdapter) Copy() ifc.Kunstructured + func (fs *UnstructAdapter) GetFieldValue(path string) (string, error) + func (fs *UnstructAdapter) GetGvk() gvk.Gvk + func (fs *UnstructAdapter) Map() map[string]interface{} + func (fs *UnstructAdapter) SetMap(m map[string]interface{})