Skip to content

Commit

Permalink
Merge pull request #74 from zakiva/claim_requests_and_limits
Browse files Browse the repository at this point in the history
Add requests and limits to Persistent Volume Claim
  • Loading branch information
chessbyte authored Oct 30, 2017
2 parents c7e4885 + fbb610d commit 08d1171
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
class AddRequestsAndLimitsToPersistentVolumeClaims < ActiveRecord::Migration[5.0]
def change
add_column :persistent_volume_claims, :requests, :text
add_column :persistent_volume_claims, :limits, :text
end
end
2 changes: 2 additions & 0 deletions db/schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5613,6 +5613,8 @@ persistent_volume_claims:
- created_at
- updated_at
- container_project_id
- requests
- limits
physical_servers:
- id
- ems_id
Expand Down

0 comments on commit 08d1171

Please sign in to comment.