mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-25 04:33:26 +00:00
Merge pull request #96006 from serathius/datapolicy-volume
Add datapolicy tags to pkg/volume/
This commit is contained in:
commit
512b7b75a8
@ -189,7 +189,7 @@ type cephfs struct {
|
||||
mon []string
|
||||
path string
|
||||
id string
|
||||
secret string
|
||||
secret string `datapolicy:"token"`
|
||||
secretFile string
|
||||
readonly bool
|
||||
mounter mount.Interface
|
||||
|
@ -461,7 +461,7 @@ type provisionerConfig struct {
|
||||
userKey string
|
||||
secretNamespace string
|
||||
secretName string
|
||||
secretValue string
|
||||
secretValue string `datapolicy:"token"`
|
||||
clusterID string
|
||||
gidMin int
|
||||
gidMax int
|
||||
|
@ -283,7 +283,7 @@ type iscsiDisk struct {
|
||||
Iface string
|
||||
chapDiscovery bool
|
||||
chapSession bool
|
||||
secret map[string]string
|
||||
secret map[string]string `datapolicy:"token"`
|
||||
InitiatorName string
|
||||
plugin *iscsiPlugin
|
||||
// Utility interface that provides API calls to the provider to attach/detach disks.
|
||||
|
@ -49,7 +49,7 @@ type quobytePlugin struct {
|
||||
// Quobyte API server and holds all information
|
||||
type quobyteAPIConfig struct {
|
||||
quobyteUser string
|
||||
quobytePassword string
|
||||
quobytePassword string `datapolicy:"password"`
|
||||
quobyteAPIServer string
|
||||
}
|
||||
|
||||
|
@ -803,9 +803,9 @@ type rbdMounter struct {
|
||||
Mon []string
|
||||
ID string
|
||||
Keyring string
|
||||
Secret string
|
||||
Secret string `datapolicy:"token"`
|
||||
fsType string
|
||||
adminSecret string
|
||||
adminSecret string `datapolicy:"token"`
|
||||
adminID string
|
||||
mountOptions []string
|
||||
imageFormat string
|
||||
|
@ -61,7 +61,7 @@ type sioClient struct {
|
||||
client *sio.Client
|
||||
gateway string
|
||||
username string
|
||||
password string
|
||||
password string `datapolicy:"password"`
|
||||
insecure bool
|
||||
certsEnabled bool
|
||||
system *siotypes.System
|
||||
|
Loading…
Reference in New Issue
Block a user