import "istio.io/istio/galley/pkg/config/util/kuberesource"
DefaultExcludedResourceKinds returns the default list of resource kinds to exclude.
func DisableExcludedCollections(in collection.Schemas, providers transformer.Providers, requiredCols collection.Names, excludedResourceKinds []string, enableServiceDiscovery bool) collection.Schemas
DisableExcludedCollections is a helper that filters collection.Schemas to disable some resources The first filter behaves in the same way as existing logic: - Builtin types are excluded by default. - If ServiceDiscovery is enabled, any built-in type should be re-added. In addition, any resources not needed as inputs by the specified collections are disabled
Package kuberesource imports 4 packages (graph) and is imported by 5 packages. Updated 2020-06-10. Refresh now. Tools for package owners.