...

Source file src/github.com/redhat-developer/odo/pkg/project/doc.go

Documentation: github.com/redhat-developer/odo/pkg/project

     1  // Package project provides functions to create, delete, list, check existence of and get machine readable description of projects,
     2  // and to get and set the current project.
     3  // A project is represented either by a `project.project.openshift.io` resource (in OpenShift) or by a `namespace` in Kubernetes.
     4  package project
     5  

View as plain text