Updated dependencies

This commit is contained in:
Christian Huffman
2020-06-10 15:09:17 -04:00
parent 58bd3e5230
commit e65f0f565a
19 changed files with 358 additions and 181 deletions

View File

@@ -94,6 +94,11 @@ func (in *CSIDriverSpec) DeepCopyInto(out *CSIDriverSpec) {
*out = new(bool)
**out = **in
}
if in.FSGroupPolicy != nil {
in, out := &in.FSGroupPolicy, &out.FSGroupPolicy
*out = new(FSGroupPolicy)
**out = **in
}
if in.PodInfoOnMount != nil {
in, out := &in.PodInfoOnMount, &out.PodInfoOnMount
*out = new(bool)