GitRepoVolumeSource

io.k8s.api.core.v1.GitRepoVolumeSource
See theGitRepoVolumeSource companion object
final case class GitRepoVolumeSource(repository: String, directory: Option[String], revision: Option[String])

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.

DEPRECATED: GitRepo is deprecated. To provision a container with a git repo, mount an EmptyDir into an InitContainer that clones the repo using git, then mount the EmptyDir into the Pod's container.

Attributes

Companion
object
Source
GitRepoVolumeSource.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

if directory has a value, transforms to the result of function

if directory has a value, transforms to the result of function

Attributes

Source
GitRepoVolumeSource.scala

transforms repository to result of function

transforms repository to result of function

Attributes

Source
GitRepoVolumeSource.scala

if revision has a value, transforms to the result of function

if revision has a value, transforms to the result of function

Attributes

Source
GitRepoVolumeSource.scala

Returns a new data with directory set to new value

Returns a new data with directory set to new value

Attributes

Source
GitRepoVolumeSource.scala

Returns a new data with repository set to new value

Returns a new data with repository set to new value

Attributes

Source
GitRepoVolumeSource.scala

Returns a new data with revision set to new value

Returns a new data with revision set to new value

Attributes

Source
GitRepoVolumeSource.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product