Finish config changes

This commit is contained in:
matt durham 2023-09-28 09:29:52 -04:00
parent 33af25f572
commit dfd66e0c97
No known key found for this signature in database
GPG key ID: A62E920AE398897B

View file

@ -201,5 +201,6 @@ type FilesystemConfig struct {
} }
type IPVSConfig struct { type IPVSConfig struct {
Labels *string Labels *string
LabelsSet bool
} }