addressed reviewer comments

This commit is contained in:
Bobby (Babak) Salamat
2017-07-12 10:07:21 -07:00
parent 33e6a476ba
commit af2e55e70e
2 changed files with 5 additions and 5 deletions

View File

@@ -40,7 +40,7 @@ type PriorityClass struct {
GlobalDefault bool
// Description is an arbitrary string that usually provides guidelines on
// where this priority class should be used.
// when this priority class should be used.
// +optional
Description string
}