github.com/verrazzano/verrazzano@v1.7.0/tools/vz/pkg/analysis/internal/util/cluster/crds.go (about) 1 // Copyright (c) 2021, 2022, Oracle and/or its affiliates. 2 // Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl. 3 4 // Package cluster handles cluster analysis 5 package cluster 6 7 // GetCustomResource gets a customResource list 8 //func GetCustomResources(log *zap.SugaredLogger, path string) (customResources interface{}, err error) { 9 // return json.GetJSONDataFromFile(log, path) 10 //}