Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/kubernetes_apis/builtin/core@v1/structs.ts>GitRepoVolumeSource

REST focused Typescript classes for Kubernetes APIs, and tools for generating API interfaces
Latest
interface GitRepoVolumeSource
import { type GitRepoVolumeSource } from "https://deno.land/x/kubernetes_apis@v0.5.0/builtin/core@v1/structs.ts";

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.

Properties

optional
directory: string | null
repository: string
optional
revision: string | null