Skip to content
This repository has been archived by the owner on Dec 22, 2018. It is now read-only.

Adds claim to the Provision(..) call #43

Closed
wants to merge 1 commit into from

Conversation

childsb
Copy link
Contributor

@childsb childsb commented Dec 29, 2016

Please review..

Adding the users claim to Provision(..) ..

Will be used if annotations on the users claim are required to provision (example: user owned secrets).

Also updated the .gitignore to remove intellij garbage.

@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label Dec 29, 2016
@@ -267,7 +267,7 @@ func (p *nfsProvisioner) validateOptions(options controller.VolumeOptions) (stri
return "", fmt.Errorf("error calling statfs on %v: %v", p.exportDir, err)
}
capacity := options.Capacity.Value()
available := int64(stat.Bavail) * stat.Bsize
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was causing a build error for me

@wongma7
Copy link
Contributor

wongma7 commented Dec 29, 2016

@wongma7
Copy link
Contributor

wongma7 commented Jan 3, 2017

done in #48 !

@wongma7 wongma7 closed this Jan 3, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
cncf-cla: yes Indicates the PR's author has signed the CNCF CLA.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants