mirror of
https://github.com/portainer/portainer.git
synced 2025-08-02 20:35:25 +02:00
feat(volumes): Expose the provisioner associated to a volume (#4030)
* feat(volumes): Expose the provisioner associated to a volume * feat(volumes): fix import and add default value to provisioner
This commit is contained in:
parent
3c34fbd8f2
commit
f71abb5669
5 changed files with 8 additions and 0 deletions
|
@ -342,6 +342,7 @@ type (
|
|||
KubernetesStorageClassConfig struct {
|
||||
Name string `json:"Name"`
|
||||
AccessModes []string `json:"AccessModes"`
|
||||
Provisioner string `json:"Provisioner"`
|
||||
}
|
||||
|
||||
// LDAPGroupSearchSettings represents settings used to search for groups in a LDAP server
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue