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" // 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.
Click to show internal directories.
Click to hide internal directories.