kubernetesk8s.io/kubernetes/pkg/volume/secret Index | Files

package secret

import "k8s.io/kubernetes/pkg/volume/secret"

Package secret contains the internal representation of secret volumes.

Index

Functions

func MakePayload

func MakePayload(mappings []v1.KeyToPath, secret *v1.Secret, defaultMode *int32, optional bool) (map[string]volumeutil.FileProjection, error)

Note: this function is exported so that it can be called from the projection volume driver

func ProbeVolumePlugins

func ProbeVolumePlugins() []volume.VolumePlugin

ProbeVolumePlugin is the entry point for plugin detection in a package.

Source Files

doc.go secret.go

Version
v1.10.2
Published
Apr 26, 2018
Platform
linux/amd64
Imports
11 packages
Last checked
2 minutes ago

Tools for package owners.