...

Source file src/github.com/redhat-developer/odo/pkg/devfile/consts/consts.go

Documentation: github.com/redhat-developer/odo/pkg/devfile/consts

     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