haskell-kubernetes-0.4.0: Haskell bindings to the Kubernetes API (via swagger-codegen)

Safe HaskellNone
LanguageHaskell2010

Kubernetes.Model.V1.GitRepoVolumeSource

Synopsis

Documentation

data GitRepoVolumeSource Source

Represents a volume that is populated with the contents of a git repository. Git repo volumes do not support ownership management. Git repo volumes support SELinux relabeling.

mkGitRepoVolumeSource :: Text -> GitRepoVolumeSource Source

Use this method to build a GitRepoVolumeSource