1 package consts 2 3 // UriFolder is the sub-directory where non inlined kubernetes component 4 // definitions are saved 5 const UriFolder = "kubernetes" 6
View as plain text