Versions in this module Expand all Collapse all v0 v0.13.1 Nov 21, 2018 v0.13.0 Sep 20, 2018 Changes in this version + func ClientForResource(pool dynamic.ClientPool, disco discovery.DiscoveryInterface, ...) (dynamic.ResourceInterface, error) + func FlattenToV1(objs []runtime.Object) []*unstructured.Unstructured + func FqName(o metav1.Object) string + func GroupVersionKindFor(o runtime.Object) string + func NewMemcachedDiscoveryClient(cl discovery.DiscoveryInterface) discovery.CachedDiscoveryInterface + func Read(fs afero.Fs, vm *jsonnet.VM, path string) ([]runtime.Object, error) + func ResourceNameFor(disco discovery.ServerResourcesInterface, o runtime.Object) string + type AlphabeticalOrder []*unstructured.Unstructured + func (l AlphabeticalOrder) Len() int + func (l AlphabeticalOrder) Less(i, j int) bool + func (l AlphabeticalOrder) Swap(i, j int) + type DependencyOrder []*unstructured.Unstructured + func (l DependencyOrder) Len() int + func (l DependencyOrder) Less(i, j int) bool + func (l DependencyOrder) Swap(i, j int) + type ServerVersion struct + Major int + Minor int + func FetchVersion(v discovery.ServerVersionInterface) (ret ServerVersion, err error) + func ParseVersion(v *version.Info) (ret ServerVersion, err error) + func (v ServerVersion) Compare(major, minor int) int + func (v ServerVersion) String() string