ppsconsts

package
v1.9.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 13, 2019 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Overview

Package ppsconsts constains constants relevant to PPS that are used across Pachyderm. In particular, the pipeline spec repo is handled specially by PFS and Auth, and those implementations need to refer to its name without depending on any other part of PPS. This package contains that and related constants as a minimal dependency for PFS and auth

Index

Constants

View Source
const (
	// SpecRepo contains every pipeline's PipelineInfo (in its own branch)
	SpecRepo = "__spec__"

	// SpecRepoDesc is the description applied to the spec repo.
	SpecRepoDesc = "PPS pipeline specs repo."

	// SpecFile is the file in every SpecRepo commit containing the PipelineInfo
	SpecFile = "spec"

	// PPSTokenKey is a key (in etcd) that maps to PPS's auth token.
	// This is the token that PPS uses to authorize spec writes.
	PPSTokenKey = "master_token"
)

Variables

This section is empty.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL