samba-in-kubernetes / samba-operator

An operator for a Samba as a service on PVCs in kubernetes
Apache License 2.0
103 stars 24 forks source link

planner: add functions to check if smbshares are compatible #260

Closed phlogistonjohn closed 1 year ago

phlogistonjohn commented 1 year ago

Compatible SmbShares are shares that can be hosted by one smbd instance. In other words, compatible share can be grouped together. This function is not yet used but will be once we have the ability to specify grouped smbshares.

Adds a newer version of testify and matching unit tests.