Skip to content

Commit

Permalink
add project annotation API
Browse files Browse the repository at this point in the history
  • Loading branch information
deads2k committed Jul 15, 2019
1 parent f151207 commit 3cbab91
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions project/v1/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ const (
// ProjectNodeSelector is an annotation that holds the node selector;
// the node selector annotation determines which nodes will have pods from this project scheduled to them
ProjectNodeSelector = "openshift.io/node-selector"

// ProjectRequesterAnnotation is the username that requested a given project. Its not guaranteed to be present,
// but it is set by the default project template.
ProjectRequesterAnnotation = "openshift.io/requester"
)

// ProjectSpec describes the attributes on a Project
Expand Down

0 comments on commit 3cbab91

Please sign in to comment.