package
1.2.6
Repository: https://github.com/redhat-developer/ocdev.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
Delete deletes the project with name projectName and returns errors if any.
Exists Checks whether a project with the given name exists or not projectName is the project name to perform check for The first returned parameter is a bool indicating if a project with the given name already exists or not The second returned parameter is the error that might occurs while execution.
GetCurrent return current project.
GetMachineReadableFormat gathers the readable format and output a Project struct for json to marshal.
GetSelector returns a selector to filter resource under the current project created by odo.
List lists all the projects on the cluster returns a list of the projects or the error if any.
MachineReadableSuccessOutput outputs a success output that includes project information and namespace.
SetCurrent sets the projectName as current project.

# Structs

No description provided by the author
ProjectList holds a list of Project.
No description provided by the author
No description provided by the author