Regenerate files
This commit is contained in:
2
pkg/apis/storage/v1/zz_generated.conversion.go
generated
2
pkg/apis/storage/v1/zz_generated.conversion.go
generated
@@ -311,6 +311,7 @@ func autoConvert_v1_CSIDriverSpec_To_storage_CSIDriverSpec(in *v1.CSIDriverSpec,
|
||||
out.FSGroupPolicy = (*storage.FSGroupPolicy)(unsafe.Pointer(in.FSGroupPolicy))
|
||||
out.TokenRequests = *(*[]storage.TokenRequest)(unsafe.Pointer(&in.TokenRequests))
|
||||
out.RequiresRepublish = (*bool)(unsafe.Pointer(in.RequiresRepublish))
|
||||
out.SELinuxMount = (*bool)(unsafe.Pointer(in.SELinuxMount))
|
||||
return nil
|
||||
}
|
||||
|
||||
@@ -327,6 +328,7 @@ func autoConvert_storage_CSIDriverSpec_To_v1_CSIDriverSpec(in *storage.CSIDriver
|
||||
out.StorageCapacity = (*bool)(unsafe.Pointer(in.StorageCapacity))
|
||||
out.TokenRequests = *(*[]v1.TokenRequest)(unsafe.Pointer(&in.TokenRequests))
|
||||
out.RequiresRepublish = (*bool)(unsafe.Pointer(in.RequiresRepublish))
|
||||
out.SELinuxMount = (*bool)(unsafe.Pointer(in.SELinuxMount))
|
||||
return nil
|
||||
}
|
||||
|
||||
|
@@ -311,6 +311,7 @@ func autoConvert_v1beta1_CSIDriverSpec_To_storage_CSIDriverSpec(in *v1beta1.CSID
|
||||
out.FSGroupPolicy = (*storage.FSGroupPolicy)(unsafe.Pointer(in.FSGroupPolicy))
|
||||
out.TokenRequests = *(*[]storage.TokenRequest)(unsafe.Pointer(&in.TokenRequests))
|
||||
out.RequiresRepublish = (*bool)(unsafe.Pointer(in.RequiresRepublish))
|
||||
out.SELinuxMount = (*bool)(unsafe.Pointer(in.SELinuxMount))
|
||||
return nil
|
||||
}
|
||||
|
||||
@@ -327,6 +328,7 @@ func autoConvert_storage_CSIDriverSpec_To_v1beta1_CSIDriverSpec(in *storage.CSID
|
||||
out.StorageCapacity = (*bool)(unsafe.Pointer(in.StorageCapacity))
|
||||
out.TokenRequests = *(*[]v1beta1.TokenRequest)(unsafe.Pointer(&in.TokenRequests))
|
||||
out.RequiresRepublish = (*bool)(unsafe.Pointer(in.RequiresRepublish))
|
||||
out.SELinuxMount = (*bool)(unsafe.Pointer(in.SELinuxMount))
|
||||
return nil
|
||||
}
|
||||
|
||||
|
5
pkg/apis/storage/zz_generated.deepcopy.go
generated
5
pkg/apis/storage/zz_generated.deepcopy.go
generated
@@ -127,6 +127,11 @@ func (in *CSIDriverSpec) DeepCopyInto(out *CSIDriverSpec) {
|
||||
*out = new(bool)
|
||||
**out = **in
|
||||
}
|
||||
if in.SELinuxMount != nil {
|
||||
in, out := &in.SELinuxMount, &out.SELinuxMount
|
||||
*out = new(bool)
|
||||
**out = **in
|
||||
}
|
||||
return
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user