Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ProvisionAutoMountResourcesInto ¶
func ProvisionAutoMountResourcesInto(podAdditions *v1alpha1.PodAdditions, api sync.ClusterAPI, namespace string) error
Types ¶
type AutoMountError ¶ added in v0.14.0
func (*AutoMountError) Error ¶ added in v0.14.0
func (e *AutoMountError) Error() string
func (*AutoMountError) Unwrap ¶ added in v0.14.0
func (e *AutoMountError) Unwrap() error
type Resources ¶ added in v0.14.0
type Resources struct { Volumes []corev1.Volume VolumeMounts []corev1.VolumeMount EnvFromSource []corev1.EnvFromSource }
func ProvisionGitConfiguration ¶ added in v0.14.0
func ProvisionGitConfiguration(api sync.ClusterAPI, namespace string) (*Resources, error)
ProvisionGitConfiguration takes care of mounting git credentials and a gitconfig into a devworkspace.
Click to show internal directories.
Click to hide internal directories.