mirror of
https://github.com/redhat-developer/odo.git
synced 2025-10-19 03:06:19 +03:00
5 lines
321 B
Go
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
|