Files
odo/pkg/project/doc.go
2021-07-02 01:18:31 -04:00

5 lines
321 B
Go

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