mirror of
https://github.com/TECHNOFAB11/zfs-localpv.git
synced 2025-12-12 14:30:12 +01:00
feat(scheduling): add zfs pool capacity tracking (#335)
Signed-off-by: shubham <shubham.bajpai@mayadata.io>
This commit is contained in:
parent
4fce22afb5
commit
3eb2c9e894
26 changed files with 2284 additions and 7 deletions
|
|
@ -77,6 +77,8 @@ func addKnownTypes(scheme *runtime.Scheme) error {
|
|||
&ZFSBackupList{},
|
||||
&ZFSRestore{},
|
||||
&ZFSRestoreList{},
|
||||
&ZFSNode{},
|
||||
&ZFSNodeList{},
|
||||
)
|
||||
metav1.AddToGroupVersion(scheme, SchemeGroupVersion)
|
||||
return nil
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue