Skip to content

Commit

Permalink
Explicitly state the lack of support for 'Requests' for the purposes …
Browse files Browse the repository at this point in the history
…of scheduling.
  • Loading branch information
vishh committed Apr 28, 2015
1 parent f2b9b67 commit e761f76
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/api/v1beta3/types.go
Expand Up @@ -603,6 +603,8 @@ type ResourceRequirements struct {
// Limits describes the maximum amount of compute resources required.
Limits ResourceList `json:"limits,omitempty" description:"Maximum amount of compute resources allowed"`
// Requests describes the minimum amount of compute resources required.
// Note: 'Requests' are honored only for Persistent Volumes as of now.
// TODO: Update the scheduler to use 'Requests' instead of 'Limits' for the purposes of scheduling.
Requests ResourceList `json:"requests,omitempty" description:"Minimum amount of resources requested"`
}

Expand Down

0 comments on commit e761f76

Please sign in to comment.