Documentation ¶
Index ¶
- Variables
- func InputBranches(input *Input) []*pfs.Branch
- func InputName(input *Input) string
- func RegisterAPIServer(s *grpc.Server, srv APIServer)
- func SortInput(input *Input)
- func ValidateGitCloneURL(url string) error
- func VisitInput(input *Input, f func(*Input))
- type APIClient
- type APIServer
- type API_FlushJobClient
- type API_FlushJobServer
- type API_GetLogsClient
- type API_GetLogsServer
- type API_ListDatumStreamClient
- type API_ListDatumStreamServer
- type API_ListJobStreamClient
- type API_ListJobStreamServer
- type ActivateAuthRequest
- func (*ActivateAuthRequest) Descriptor() ([]byte, []int)
- func (m *ActivateAuthRequest) Marshal() (dAtA []byte, err error)
- func (m *ActivateAuthRequest) MarshalTo(dAtA []byte) (int, error)
- func (*ActivateAuthRequest) ProtoMessage()
- func (m *ActivateAuthRequest) Reset()
- func (m *ActivateAuthRequest) Size() (n int)
- func (m *ActivateAuthRequest) String() string
- func (m *ActivateAuthRequest) Unmarshal(dAtA []byte) error
- func (m *ActivateAuthRequest) XXX_DiscardUnknown()
- func (m *ActivateAuthRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ActivateAuthRequest) XXX_Merge(src proto.Message)
- func (m *ActivateAuthRequest) XXX_Size() int
- func (m *ActivateAuthRequest) XXX_Unmarshal(b []byte) error
- type ActivateAuthResponse
- func (*ActivateAuthResponse) Descriptor() ([]byte, []int)
- func (m *ActivateAuthResponse) Marshal() (dAtA []byte, err error)
- func (m *ActivateAuthResponse) MarshalTo(dAtA []byte) (int, error)
- func (*ActivateAuthResponse) ProtoMessage()
- func (m *ActivateAuthResponse) Reset()
- func (m *ActivateAuthResponse) Size() (n int)
- func (m *ActivateAuthResponse) String() string
- func (m *ActivateAuthResponse) Unmarshal(dAtA []byte) error
- func (m *ActivateAuthResponse) XXX_DiscardUnknown()
- func (m *ActivateAuthResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ActivateAuthResponse) XXX_Merge(src proto.Message)
- func (m *ActivateAuthResponse) XXX_Size() int
- func (m *ActivateAuthResponse) XXX_Unmarshal(b []byte) error
- type Aggregate
- func (*Aggregate) Descriptor() ([]byte, []int)
- func (m *Aggregate) GetCount() int64
- func (m *Aggregate) GetFifthPercentile() float64
- func (m *Aggregate) GetMean() float64
- func (m *Aggregate) GetNinetyFifthPercentile() float64
- func (m *Aggregate) GetStddev() float64
- func (m *Aggregate) Marshal() (dAtA []byte, err error)
- func (m *Aggregate) MarshalTo(dAtA []byte) (int, error)
- func (*Aggregate) ProtoMessage()
- func (m *Aggregate) Reset()
- func (m *Aggregate) Size() (n int)
- func (m *Aggregate) String() string
- func (m *Aggregate) Unmarshal(dAtA []byte) error
- func (m *Aggregate) XXX_DiscardUnknown()
- func (m *Aggregate) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Aggregate) XXX_Merge(src proto.Message)
- func (m *Aggregate) XXX_Size() int
- func (m *Aggregate) XXX_Unmarshal(b []byte) error
- type AggregateProcessStats
- func (*AggregateProcessStats) Descriptor() ([]byte, []int)
- func (m *AggregateProcessStats) GetDownloadBytes() *Aggregate
- func (m *AggregateProcessStats) GetDownloadTime() *Aggregate
- func (m *AggregateProcessStats) GetProcessTime() *Aggregate
- func (m *AggregateProcessStats) GetUploadBytes() *Aggregate
- func (m *AggregateProcessStats) GetUploadTime() *Aggregate
- func (m *AggregateProcessStats) Marshal() (dAtA []byte, err error)
- func (m *AggregateProcessStats) MarshalTo(dAtA []byte) (int, error)
- func (*AggregateProcessStats) ProtoMessage()
- func (m *AggregateProcessStats) Reset()
- func (m *AggregateProcessStats) Size() (n int)
- func (m *AggregateProcessStats) String() string
- func (m *AggregateProcessStats) Unmarshal(dAtA []byte) error
- func (m *AggregateProcessStats) XXX_DiscardUnknown()
- func (m *AggregateProcessStats) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *AggregateProcessStats) XXX_Merge(src proto.Message)
- func (m *AggregateProcessStats) XXX_Size() int
- func (m *AggregateProcessStats) XXX_Unmarshal(b []byte) error
- type ChunkSpec
- func (*ChunkSpec) Descriptor() ([]byte, []int)
- func (m *ChunkSpec) GetNumber() int64
- func (m *ChunkSpec) GetSizeBytes() int64
- func (m *ChunkSpec) Marshal() (dAtA []byte, err error)
- func (m *ChunkSpec) MarshalTo(dAtA []byte) (int, error)
- func (*ChunkSpec) ProtoMessage()
- func (m *ChunkSpec) Reset()
- func (m *ChunkSpec) Size() (n int)
- func (m *ChunkSpec) String() string
- func (m *ChunkSpec) Unmarshal(dAtA []byte) error
- func (m *ChunkSpec) XXX_DiscardUnknown()
- func (m *ChunkSpec) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ChunkSpec) XXX_Merge(src proto.Message)
- func (m *ChunkSpec) XXX_Size() int
- func (m *ChunkSpec) XXX_Unmarshal(b []byte) error
- type CreateJobRequest
- func (*CreateJobRequest) Descriptor() ([]byte, []int)
- func (m *CreateJobRequest) GetOutputCommit() *pfs.Commit
- func (m *CreateJobRequest) GetPipeline() *Pipeline
- func (m *CreateJobRequest) Marshal() (dAtA []byte, err error)
- func (m *CreateJobRequest) MarshalTo(dAtA []byte) (int, error)
- func (*CreateJobRequest) ProtoMessage()
- func (m *CreateJobRequest) Reset()
- func (m *CreateJobRequest) Size() (n int)
- func (m *CreateJobRequest) String() string
- func (m *CreateJobRequest) Unmarshal(dAtA []byte) error
- func (m *CreateJobRequest) XXX_DiscardUnknown()
- func (m *CreateJobRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *CreateJobRequest) XXX_Merge(src proto.Message)
- func (m *CreateJobRequest) XXX_Size() int
- func (m *CreateJobRequest) XXX_Unmarshal(b []byte) error
- type CreatePipelineRequest
- func (*CreatePipelineRequest) Descriptor() ([]byte, []int)
- func (m *CreatePipelineRequest) GetBatch() bool
- func (m *CreatePipelineRequest) GetCacheSize() string
- func (m *CreatePipelineRequest) GetChunkSpec() *ChunkSpec
- func (m *CreatePipelineRequest) GetDatumTimeout() *types.Duration
- func (m *CreatePipelineRequest) GetDatumTries() int64
- func (m *CreatePipelineRequest) GetDescription() string
- func (m *CreatePipelineRequest) GetEgress() *Egress
- func (m *CreatePipelineRequest) GetEnableStats() bool
- func (m *CreatePipelineRequest) GetHashtreeSpec() *HashtreeSpec
- func (m *CreatePipelineRequest) GetInput() *Input
- func (m *CreatePipelineRequest) GetJobTimeout() *types.Duration
- func (m *CreatePipelineRequest) GetMaxQueueSize() int64
- func (m *CreatePipelineRequest) GetOutputBranch() string
- func (m *CreatePipelineRequest) GetParallelismSpec() *ParallelismSpec
- func (m *CreatePipelineRequest) GetPipeline() *Pipeline
- func (m *CreatePipelineRequest) GetPodPatch() string
- func (m *CreatePipelineRequest) GetPodSpec() string
- func (m *CreatePipelineRequest) GetReprocess() bool
- func (m *CreatePipelineRequest) GetResourceLimits() *ResourceSpec
- func (m *CreatePipelineRequest) GetResourceRequests() *ResourceSpec
- func (m *CreatePipelineRequest) GetSalt() string
- func (m *CreatePipelineRequest) GetScaleDownThreshold() *types.Duration
- func (m *CreatePipelineRequest) GetSchedulingSpec() *SchedulingSpec
- func (m *CreatePipelineRequest) GetService() *Service
- func (m *CreatePipelineRequest) GetSpout() *Spout
- func (m *CreatePipelineRequest) GetStandby() bool
- func (m *CreatePipelineRequest) GetTransform() *Transform
- func (m *CreatePipelineRequest) GetUpdate() bool
- func (m *CreatePipelineRequest) Marshal() (dAtA []byte, err error)
- func (m *CreatePipelineRequest) MarshalTo(dAtA []byte) (int, error)
- func (*CreatePipelineRequest) ProtoMessage()
- func (m *CreatePipelineRequest) Reset()
- func (m *CreatePipelineRequest) Size() (n int)
- func (m *CreatePipelineRequest) String() string
- func (m *CreatePipelineRequest) Unmarshal(dAtA []byte) error
- func (m *CreatePipelineRequest) XXX_DiscardUnknown()
- func (m *CreatePipelineRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *CreatePipelineRequest) XXX_Merge(src proto.Message)
- func (m *CreatePipelineRequest) XXX_Size() int
- func (m *CreatePipelineRequest) XXX_Unmarshal(b []byte) error
- type CronInput
- func (*CronInput) Descriptor() ([]byte, []int)
- func (m *CronInput) GetCommit() string
- func (m *CronInput) GetName() string
- func (m *CronInput) GetOverwrite() bool
- func (m *CronInput) GetRepo() string
- func (m *CronInput) GetSpec() string
- func (m *CronInput) GetStart() *types.Timestamp
- func (m *CronInput) Marshal() (dAtA []byte, err error)
- func (m *CronInput) MarshalTo(dAtA []byte) (int, error)
- func (*CronInput) ProtoMessage()
- func (m *CronInput) Reset()
- func (m *CronInput) Size() (n int)
- func (m *CronInput) String() string
- func (m *CronInput) Unmarshal(dAtA []byte) error
- func (m *CronInput) XXX_DiscardUnknown()
- func (m *CronInput) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *CronInput) XXX_Merge(src proto.Message)
- func (m *CronInput) XXX_Size() int
- func (m *CronInput) XXX_Unmarshal(b []byte) error
- type Datum
- func (*Datum) Descriptor() ([]byte, []int)
- func (m *Datum) GetID() string
- func (m *Datum) GetJob() *Job
- func (m *Datum) Marshal() (dAtA []byte, err error)
- func (m *Datum) MarshalTo(dAtA []byte) (int, error)
- func (*Datum) ProtoMessage()
- func (m *Datum) Reset()
- func (m *Datum) Size() (n int)
- func (m *Datum) String() string
- func (m *Datum) Unmarshal(dAtA []byte) error
- func (m *Datum) XXX_DiscardUnknown()
- func (m *Datum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Datum) XXX_Merge(src proto.Message)
- func (m *Datum) XXX_Size() int
- func (m *Datum) XXX_Unmarshal(b []byte) error
- type DatumInfo
- func (*DatumInfo) Descriptor() ([]byte, []int)
- func (m *DatumInfo) GetData() []*pfs.FileInfo
- func (m *DatumInfo) GetDatum() *Datum
- func (m *DatumInfo) GetPfsState() *pfs.File
- func (m *DatumInfo) GetState() DatumState
- func (m *DatumInfo) GetStats() *ProcessStats
- func (m *DatumInfo) Marshal() (dAtA []byte, err error)
- func (m *DatumInfo) MarshalTo(dAtA []byte) (int, error)
- func (*DatumInfo) ProtoMessage()
- func (m *DatumInfo) Reset()
- func (m *DatumInfo) Size() (n int)
- func (m *DatumInfo) String() string
- func (m *DatumInfo) Unmarshal(dAtA []byte) error
- func (m *DatumInfo) XXX_DiscardUnknown()
- func (m *DatumInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *DatumInfo) XXX_Merge(src proto.Message)
- func (m *DatumInfo) XXX_Size() int
- func (m *DatumInfo) XXX_Unmarshal(b []byte) error
- type DatumState
- type DeleteJobRequest
- func (*DeleteJobRequest) Descriptor() ([]byte, []int)
- func (m *DeleteJobRequest) GetJob() *Job
- func (m *DeleteJobRequest) Marshal() (dAtA []byte, err error)
- func (m *DeleteJobRequest) MarshalTo(dAtA []byte) (int, error)
- func (*DeleteJobRequest) ProtoMessage()
- func (m *DeleteJobRequest) Reset()
- func (m *DeleteJobRequest) Size() (n int)
- func (m *DeleteJobRequest) String() string
- func (m *DeleteJobRequest) Unmarshal(dAtA []byte) error
- func (m *DeleteJobRequest) XXX_DiscardUnknown()
- func (m *DeleteJobRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *DeleteJobRequest) XXX_Merge(src proto.Message)
- func (m *DeleteJobRequest) XXX_Size() int
- func (m *DeleteJobRequest) XXX_Unmarshal(b []byte) error
- type DeletePipelineRequest
- func (*DeletePipelineRequest) Descriptor() ([]byte, []int)
- func (m *DeletePipelineRequest) GetAll() bool
- func (m *DeletePipelineRequest) GetForce() bool
- func (m *DeletePipelineRequest) GetPipeline() *Pipeline
- func (m *DeletePipelineRequest) Marshal() (dAtA []byte, err error)
- func (m *DeletePipelineRequest) MarshalTo(dAtA []byte) (int, error)
- func (*DeletePipelineRequest) ProtoMessage()
- func (m *DeletePipelineRequest) Reset()
- func (m *DeletePipelineRequest) Size() (n int)
- func (m *DeletePipelineRequest) String() string
- func (m *DeletePipelineRequest) Unmarshal(dAtA []byte) error
- func (m *DeletePipelineRequest) XXX_DiscardUnknown()
- func (m *DeletePipelineRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *DeletePipelineRequest) XXX_Merge(src proto.Message)
- func (m *DeletePipelineRequest) XXX_Size() int
- func (m *DeletePipelineRequest) XXX_Unmarshal(b []byte) error
- type Egress
- func (*Egress) Descriptor() ([]byte, []int)
- func (m *Egress) GetURL() string
- func (m *Egress) Marshal() (dAtA []byte, err error)
- func (m *Egress) MarshalTo(dAtA []byte) (int, error)
- func (*Egress) ProtoMessage()
- func (m *Egress) Reset()
- func (m *Egress) Size() (n int)
- func (m *Egress) String() string
- func (m *Egress) Unmarshal(dAtA []byte) error
- func (m *Egress) XXX_DiscardUnknown()
- func (m *Egress) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Egress) XXX_Merge(src proto.Message)
- func (m *Egress) XXX_Size() int
- func (m *Egress) XXX_Unmarshal(b []byte) error
- type EtcdJobInfo
- func (*EtcdJobInfo) Descriptor() ([]byte, []int)
- func (m *EtcdJobInfo) GetDataFailed() int64
- func (m *EtcdJobInfo) GetDataProcessed() int64
- func (m *EtcdJobInfo) GetDataRecovered() int64
- func (m *EtcdJobInfo) GetDataSkipped() int64
- func (m *EtcdJobInfo) GetDataTotal() int64
- func (m *EtcdJobInfo) GetFinished() *types.Timestamp
- func (m *EtcdJobInfo) GetJob() *Job
- func (m *EtcdJobInfo) GetOutputCommit() *pfs.Commit
- func (m *EtcdJobInfo) GetPipeline() *Pipeline
- func (m *EtcdJobInfo) GetReason() string
- func (m *EtcdJobInfo) GetRestart() uint64
- func (m *EtcdJobInfo) GetStarted() *types.Timestamp
- func (m *EtcdJobInfo) GetState() JobState
- func (m *EtcdJobInfo) GetStats() *ProcessStats
- func (m *EtcdJobInfo) GetStatsCommit() *pfs.Commit
- func (m *EtcdJobInfo) Marshal() (dAtA []byte, err error)
- func (m *EtcdJobInfo) MarshalTo(dAtA []byte) (int, error)
- func (*EtcdJobInfo) ProtoMessage()
- func (m *EtcdJobInfo) Reset()
- func (m *EtcdJobInfo) Size() (n int)
- func (m *EtcdJobInfo) String() string
- func (m *EtcdJobInfo) Unmarshal(dAtA []byte) error
- func (m *EtcdJobInfo) XXX_DiscardUnknown()
- func (m *EtcdJobInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *EtcdJobInfo) XXX_Merge(src proto.Message)
- func (m *EtcdJobInfo) XXX_Size() int
- func (m *EtcdJobInfo) XXX_Unmarshal(b []byte) error
- type EtcdPipelineInfo
- func (*EtcdPipelineInfo) Descriptor() ([]byte, []int)
- func (m *EtcdPipelineInfo) GetAuthToken() string
- func (m *EtcdPipelineInfo) GetJobCounts() map[int32]int32
- func (m *EtcdPipelineInfo) GetLastJobState() JobState
- func (m *EtcdPipelineInfo) GetReason() string
- func (m *EtcdPipelineInfo) GetSpecCommit() *pfs.Commit
- func (m *EtcdPipelineInfo) GetState() PipelineState
- func (m *EtcdPipelineInfo) Marshal() (dAtA []byte, err error)
- func (m *EtcdPipelineInfo) MarshalTo(dAtA []byte) (int, error)
- func (*EtcdPipelineInfo) ProtoMessage()
- func (m *EtcdPipelineInfo) Reset()
- func (m *EtcdPipelineInfo) Size() (n int)
- func (m *EtcdPipelineInfo) String() string
- func (m *EtcdPipelineInfo) Unmarshal(dAtA []byte) error
- func (m *EtcdPipelineInfo) XXX_DiscardUnknown()
- func (m *EtcdPipelineInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *EtcdPipelineInfo) XXX_Merge(src proto.Message)
- func (m *EtcdPipelineInfo) XXX_Size() int
- func (m *EtcdPipelineInfo) XXX_Unmarshal(b []byte) error
- type FlushJobRequest
- func (*FlushJobRequest) Descriptor() ([]byte, []int)
- func (m *FlushJobRequest) GetCommits() []*pfs.Commit
- func (m *FlushJobRequest) GetToPipelines() []*Pipeline
- func (m *FlushJobRequest) Marshal() (dAtA []byte, err error)
- func (m *FlushJobRequest) MarshalTo(dAtA []byte) (int, error)
- func (*FlushJobRequest) ProtoMessage()
- func (m *FlushJobRequest) Reset()
- func (m *FlushJobRequest) Size() (n int)
- func (m *FlushJobRequest) String() string
- func (m *FlushJobRequest) Unmarshal(dAtA []byte) error
- func (m *FlushJobRequest) XXX_DiscardUnknown()
- func (m *FlushJobRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *FlushJobRequest) XXX_Merge(src proto.Message)
- func (m *FlushJobRequest) XXX_Size() int
- func (m *FlushJobRequest) XXX_Unmarshal(b []byte) error
- type GPUSpec
- func (*GPUSpec) Descriptor() ([]byte, []int)
- func (m *GPUSpec) GetNumber() int64
- func (m *GPUSpec) GetType() string
- func (m *GPUSpec) Marshal() (dAtA []byte, err error)
- func (m *GPUSpec) MarshalTo(dAtA []byte) (int, error)
- func (*GPUSpec) ProtoMessage()
- func (m *GPUSpec) Reset()
- func (m *GPUSpec) Size() (n int)
- func (m *GPUSpec) String() string
- func (m *GPUSpec) Unmarshal(dAtA []byte) error
- func (m *GPUSpec) XXX_DiscardUnknown()
- func (m *GPUSpec) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GPUSpec) XXX_Merge(src proto.Message)
- func (m *GPUSpec) XXX_Size() int
- func (m *GPUSpec) XXX_Unmarshal(b []byte) error
- type GarbageCollectRequest
- func (*GarbageCollectRequest) Descriptor() ([]byte, []int)
- func (m *GarbageCollectRequest) GetMemoryBytes() int64
- func (m *GarbageCollectRequest) Marshal() (dAtA []byte, err error)
- func (m *GarbageCollectRequest) MarshalTo(dAtA []byte) (int, error)
- func (*GarbageCollectRequest) ProtoMessage()
- func (m *GarbageCollectRequest) Reset()
- func (m *GarbageCollectRequest) Size() (n int)
- func (m *GarbageCollectRequest) String() string
- func (m *GarbageCollectRequest) Unmarshal(dAtA []byte) error
- func (m *GarbageCollectRequest) XXX_DiscardUnknown()
- func (m *GarbageCollectRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GarbageCollectRequest) XXX_Merge(src proto.Message)
- func (m *GarbageCollectRequest) XXX_Size() int
- func (m *GarbageCollectRequest) XXX_Unmarshal(b []byte) error
- type GarbageCollectResponse
- func (*GarbageCollectResponse) Descriptor() ([]byte, []int)
- func (m *GarbageCollectResponse) Marshal() (dAtA []byte, err error)
- func (m *GarbageCollectResponse) MarshalTo(dAtA []byte) (int, error)
- func (*GarbageCollectResponse) ProtoMessage()
- func (m *GarbageCollectResponse) Reset()
- func (m *GarbageCollectResponse) Size() (n int)
- func (m *GarbageCollectResponse) String() string
- func (m *GarbageCollectResponse) Unmarshal(dAtA []byte) error
- func (m *GarbageCollectResponse) XXX_DiscardUnknown()
- func (m *GarbageCollectResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GarbageCollectResponse) XXX_Merge(src proto.Message)
- func (m *GarbageCollectResponse) XXX_Size() int
- func (m *GarbageCollectResponse) XXX_Unmarshal(b []byte) error
- type GetLogsRequest
- func (*GetLogsRequest) Descriptor() ([]byte, []int)
- func (m *GetLogsRequest) GetDataFilters() []string
- func (m *GetLogsRequest) GetDatum() *Datum
- func (m *GetLogsRequest) GetFollow() bool
- func (m *GetLogsRequest) GetJob() *Job
- func (m *GetLogsRequest) GetMaster() bool
- func (m *GetLogsRequest) GetPipeline() *Pipeline
- func (m *GetLogsRequest) GetTail() int64
- func (m *GetLogsRequest) Marshal() (dAtA []byte, err error)
- func (m *GetLogsRequest) MarshalTo(dAtA []byte) (int, error)
- func (*GetLogsRequest) ProtoMessage()
- func (m *GetLogsRequest) Reset()
- func (m *GetLogsRequest) Size() (n int)
- func (m *GetLogsRequest) String() string
- func (m *GetLogsRequest) Unmarshal(dAtA []byte) error
- func (m *GetLogsRequest) XXX_DiscardUnknown()
- func (m *GetLogsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetLogsRequest) XXX_Merge(src proto.Message)
- func (m *GetLogsRequest) XXX_Size() int
- func (m *GetLogsRequest) XXX_Unmarshal(b []byte) error
- type GitInput
- func (*GitInput) Descriptor() ([]byte, []int)
- func (m *GitInput) GetBranch() string
- func (m *GitInput) GetCommit() string
- func (m *GitInput) GetName() string
- func (m *GitInput) GetURL() string
- func (m *GitInput) Marshal() (dAtA []byte, err error)
- func (m *GitInput) MarshalTo(dAtA []byte) (int, error)
- func (*GitInput) ProtoMessage()
- func (m *GitInput) Reset()
- func (m *GitInput) Size() (n int)
- func (m *GitInput) String() string
- func (m *GitInput) Unmarshal(dAtA []byte) error
- func (m *GitInput) XXX_DiscardUnknown()
- func (m *GitInput) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GitInput) XXX_Merge(src proto.Message)
- func (m *GitInput) XXX_Size() int
- func (m *GitInput) XXX_Unmarshal(b []byte) error
- type HashtreeSpec
- func (*HashtreeSpec) Descriptor() ([]byte, []int)
- func (m *HashtreeSpec) GetConstant() uint64
- func (m *HashtreeSpec) Marshal() (dAtA []byte, err error)
- func (m *HashtreeSpec) MarshalTo(dAtA []byte) (int, error)
- func (*HashtreeSpec) ProtoMessage()
- func (m *HashtreeSpec) Reset()
- func (m *HashtreeSpec) Size() (n int)
- func (m *HashtreeSpec) String() string
- func (m *HashtreeSpec) Unmarshal(dAtA []byte) error
- func (m *HashtreeSpec) XXX_DiscardUnknown()
- func (m *HashtreeSpec) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *HashtreeSpec) XXX_Merge(src proto.Message)
- func (m *HashtreeSpec) XXX_Size() int
- func (m *HashtreeSpec) XXX_Unmarshal(b []byte) error
- type Input
- func (*Input) Descriptor() ([]byte, []int)
- func (m *Input) GetCron() *CronInput
- func (m *Input) GetCross() []*Input
- func (m *Input) GetGit() *GitInput
- func (m *Input) GetPfs() *PFSInput
- func (m *Input) GetUnion() []*Input
- func (m *Input) Marshal() (dAtA []byte, err error)
- func (m *Input) MarshalTo(dAtA []byte) (int, error)
- func (*Input) ProtoMessage()
- func (m *Input) Reset()
- func (m *Input) Size() (n int)
- func (m *Input) String() string
- func (m *Input) Unmarshal(dAtA []byte) error
- func (m *Input) XXX_DiscardUnknown()
- func (m *Input) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Input) XXX_Merge(src proto.Message)
- func (m *Input) XXX_Size() int
- func (m *Input) XXX_Unmarshal(b []byte) error
- type InputFile
- func (*InputFile) Descriptor() ([]byte, []int)
- func (m *InputFile) GetHash() []byte
- func (m *InputFile) GetPath() string
- func (m *InputFile) Marshal() (dAtA []byte, err error)
- func (m *InputFile) MarshalTo(dAtA []byte) (int, error)
- func (*InputFile) ProtoMessage()
- func (m *InputFile) Reset()
- func (m *InputFile) Size() (n int)
- func (m *InputFile) String() string
- func (m *InputFile) Unmarshal(dAtA []byte) error
- func (m *InputFile) XXX_DiscardUnknown()
- func (m *InputFile) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *InputFile) XXX_Merge(src proto.Message)
- func (m *InputFile) XXX_Size() int
- func (m *InputFile) XXX_Unmarshal(b []byte) error
- type InspectDatumRequest
- func (*InspectDatumRequest) Descriptor() ([]byte, []int)
- func (m *InspectDatumRequest) GetDatum() *Datum
- func (m *InspectDatumRequest) Marshal() (dAtA []byte, err error)
- func (m *InspectDatumRequest) MarshalTo(dAtA []byte) (int, error)
- func (*InspectDatumRequest) ProtoMessage()
- func (m *InspectDatumRequest) Reset()
- func (m *InspectDatumRequest) Size() (n int)
- func (m *InspectDatumRequest) String() string
- func (m *InspectDatumRequest) Unmarshal(dAtA []byte) error
- func (m *InspectDatumRequest) XXX_DiscardUnknown()
- func (m *InspectDatumRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *InspectDatumRequest) XXX_Merge(src proto.Message)
- func (m *InspectDatumRequest) XXX_Size() int
- func (m *InspectDatumRequest) XXX_Unmarshal(b []byte) error
- type InspectJobRequest
- func (*InspectJobRequest) Descriptor() ([]byte, []int)
- func (m *InspectJobRequest) GetBlockState() bool
- func (m *InspectJobRequest) GetJob() *Job
- func (m *InspectJobRequest) GetOutputCommit() *pfs.Commit
- func (m *InspectJobRequest) Marshal() (dAtA []byte, err error)
- func (m *InspectJobRequest) MarshalTo(dAtA []byte) (int, error)
- func (*InspectJobRequest) ProtoMessage()
- func (m *InspectJobRequest) Reset()
- func (m *InspectJobRequest) Size() (n int)
- func (m *InspectJobRequest) String() string
- func (m *InspectJobRequest) Unmarshal(dAtA []byte) error
- func (m *InspectJobRequest) XXX_DiscardUnknown()
- func (m *InspectJobRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *InspectJobRequest) XXX_Merge(src proto.Message)
- func (m *InspectJobRequest) XXX_Size() int
- func (m *InspectJobRequest) XXX_Unmarshal(b []byte) error
- type InspectPipelineRequest
- func (*InspectPipelineRequest) Descriptor() ([]byte, []int)
- func (m *InspectPipelineRequest) GetPipeline() *Pipeline
- func (m *InspectPipelineRequest) Marshal() (dAtA []byte, err error)
- func (m *InspectPipelineRequest) MarshalTo(dAtA []byte) (int, error)
- func (*InspectPipelineRequest) ProtoMessage()
- func (m *InspectPipelineRequest) Reset()
- func (m *InspectPipelineRequest) Size() (n int)
- func (m *InspectPipelineRequest) String() string
- func (m *InspectPipelineRequest) Unmarshal(dAtA []byte) error
- func (m *InspectPipelineRequest) XXX_DiscardUnknown()
- func (m *InspectPipelineRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *InspectPipelineRequest) XXX_Merge(src proto.Message)
- func (m *InspectPipelineRequest) XXX_Size() int
- func (m *InspectPipelineRequest) XXX_Unmarshal(b []byte) error
- type Job
- func (*Job) Descriptor() ([]byte, []int)
- func (m *Job) GetID() string
- func (m *Job) Marshal() (dAtA []byte, err error)
- func (m *Job) MarshalTo(dAtA []byte) (int, error)
- func (*Job) ProtoMessage()
- func (m *Job) Reset()
- func (m *Job) Size() (n int)
- func (m *Job) String() string
- func (m *Job) Unmarshal(dAtA []byte) error
- func (m *Job) XXX_DiscardUnknown()
- func (m *Job) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Job) XXX_Merge(src proto.Message)
- func (m *Job) XXX_Size() int
- func (m *Job) XXX_Unmarshal(b []byte) error
- type JobInfo
- func (*JobInfo) Descriptor() ([]byte, []int)
- func (m *JobInfo) GetBatch() bool
- func (m *JobInfo) GetChunkSpec() *ChunkSpec
- func (m *JobInfo) GetDataFailed() int64
- func (m *JobInfo) GetDataProcessed() int64
- func (m *JobInfo) GetDataRecovered() int64
- func (m *JobInfo) GetDataSkipped() int64
- func (m *JobInfo) GetDataTotal() int64
- func (m *JobInfo) GetDatumTimeout() *types.Duration
- func (m *JobInfo) GetDatumTries() int64
- func (m *JobInfo) GetEgress() *Egress
- func (m *JobInfo) GetEnableStats() bool
- func (m *JobInfo) GetFinished() *types.Timestamp
- func (m *JobInfo) GetInput() *Input
- func (m *JobInfo) GetJob() *Job
- func (m *JobInfo) GetJobTimeout() *types.Duration
- func (m *JobInfo) GetNewBranch() *pfs.BranchInfo
- func (m *JobInfo) GetOutputBranch() string
- func (m *JobInfo) GetOutputCommit() *pfs.Commit
- func (m *JobInfo) GetOutputRepo() *pfs.Repo
- func (m *JobInfo) GetParallelismSpec() *ParallelismSpec
- func (m *JobInfo) GetParentJob() *Job
- func (m *JobInfo) GetPipeline() *Pipeline
- func (m *JobInfo) GetPipelineVersion() uint64
- func (m *JobInfo) GetPodPatch() string
- func (m *JobInfo) GetPodSpec() string
- func (m *JobInfo) GetReason() string
- func (m *JobInfo) GetResourceLimits() *ResourceSpec
- func (m *JobInfo) GetResourceRequests() *ResourceSpec
- func (m *JobInfo) GetRestart() uint64
- func (m *JobInfo) GetSalt() string
- func (m *JobInfo) GetSchedulingSpec() *SchedulingSpec
- func (m *JobInfo) GetService() *Service
- func (m *JobInfo) GetSpecCommit() *pfs.Commit
- func (m *JobInfo) GetSpout() *Spout
- func (m *JobInfo) GetStarted() *types.Timestamp
- func (m *JobInfo) GetState() JobState
- func (m *JobInfo) GetStats() *ProcessStats
- func (m *JobInfo) GetStatsCommit() *pfs.Commit
- func (m *JobInfo) GetTransform() *Transform
- func (m *JobInfo) GetWorkerStatus() []*WorkerStatus
- func (m *JobInfo) Marshal() (dAtA []byte, err error)
- func (m *JobInfo) MarshalTo(dAtA []byte) (int, error)
- func (*JobInfo) ProtoMessage()
- func (m *JobInfo) Reset()
- func (m *JobInfo) Size() (n int)
- func (m *JobInfo) String() string
- func (m *JobInfo) Unmarshal(dAtA []byte) error
- func (m *JobInfo) XXX_DiscardUnknown()
- func (m *JobInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *JobInfo) XXX_Merge(src proto.Message)
- func (m *JobInfo) XXX_Size() int
- func (m *JobInfo) XXX_Unmarshal(b []byte) error
- type JobInfos
- func (*JobInfos) Descriptor() ([]byte, []int)
- func (m *JobInfos) GetJobInfo() []*JobInfo
- func (m *JobInfos) Marshal() (dAtA []byte, err error)
- func (m *JobInfos) MarshalTo(dAtA []byte) (int, error)
- func (*JobInfos) ProtoMessage()
- func (m *JobInfos) Reset()
- func (m *JobInfos) Size() (n int)
- func (m *JobInfos) String() string
- func (m *JobInfos) Unmarshal(dAtA []byte) error
- func (m *JobInfos) XXX_DiscardUnknown()
- func (m *JobInfos) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *JobInfos) XXX_Merge(src proto.Message)
- func (m *JobInfos) XXX_Size() int
- func (m *JobInfos) XXX_Unmarshal(b []byte) error
- type JobInput
- func (*JobInput) Descriptor() ([]byte, []int)
- func (m *JobInput) GetCommit() *pfs.Commit
- func (m *JobInput) GetGlob() string
- func (m *JobInput) GetLazy() bool
- func (m *JobInput) GetName() string
- func (m *JobInput) Marshal() (dAtA []byte, err error)
- func (m *JobInput) MarshalTo(dAtA []byte) (int, error)
- func (*JobInput) ProtoMessage()
- func (m *JobInput) Reset()
- func (m *JobInput) Size() (n int)
- func (m *JobInput) String() string
- func (m *JobInput) Unmarshal(dAtA []byte) error
- func (m *JobInput) XXX_DiscardUnknown()
- func (m *JobInput) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *JobInput) XXX_Merge(src proto.Message)
- func (m *JobInput) XXX_Size() int
- func (m *JobInput) XXX_Unmarshal(b []byte) error
- type JobState
- type ListDatumRequest
- func (*ListDatumRequest) Descriptor() ([]byte, []int)
- func (m *ListDatumRequest) GetJob() *Job
- func (m *ListDatumRequest) GetPage() int64
- func (m *ListDatumRequest) GetPageSize() int64
- func (m *ListDatumRequest) Marshal() (dAtA []byte, err error)
- func (m *ListDatumRequest) MarshalTo(dAtA []byte) (int, error)
- func (*ListDatumRequest) ProtoMessage()
- func (m *ListDatumRequest) Reset()
- func (m *ListDatumRequest) Size() (n int)
- func (m *ListDatumRequest) String() string
- func (m *ListDatumRequest) Unmarshal(dAtA []byte) error
- func (m *ListDatumRequest) XXX_DiscardUnknown()
- func (m *ListDatumRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ListDatumRequest) XXX_Merge(src proto.Message)
- func (m *ListDatumRequest) XXX_Size() int
- func (m *ListDatumRequest) XXX_Unmarshal(b []byte) error
- type ListDatumResponse
- func (*ListDatumResponse) Descriptor() ([]byte, []int)
- func (m *ListDatumResponse) GetDatumInfos() []*DatumInfo
- func (m *ListDatumResponse) GetPage() int64
- func (m *ListDatumResponse) GetTotalPages() int64
- func (m *ListDatumResponse) Marshal() (dAtA []byte, err error)
- func (m *ListDatumResponse) MarshalTo(dAtA []byte) (int, error)
- func (*ListDatumResponse) ProtoMessage()
- func (m *ListDatumResponse) Reset()
- func (m *ListDatumResponse) Size() (n int)
- func (m *ListDatumResponse) String() string
- func (m *ListDatumResponse) Unmarshal(dAtA []byte) error
- func (m *ListDatumResponse) XXX_DiscardUnknown()
- func (m *ListDatumResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ListDatumResponse) XXX_Merge(src proto.Message)
- func (m *ListDatumResponse) XXX_Size() int
- func (m *ListDatumResponse) XXX_Unmarshal(b []byte) error
- type ListDatumStreamResponse
- func (*ListDatumStreamResponse) Descriptor() ([]byte, []int)
- func (m *ListDatumStreamResponse) GetDatumInfo() *DatumInfo
- func (m *ListDatumStreamResponse) GetPage() int64
- func (m *ListDatumStreamResponse) GetTotalPages() int64
- func (m *ListDatumStreamResponse) Marshal() (dAtA []byte, err error)
- func (m *ListDatumStreamResponse) MarshalTo(dAtA []byte) (int, error)
- func (*ListDatumStreamResponse) ProtoMessage()
- func (m *ListDatumStreamResponse) Reset()
- func (m *ListDatumStreamResponse) Size() (n int)
- func (m *ListDatumStreamResponse) String() string
- func (m *ListDatumStreamResponse) Unmarshal(dAtA []byte) error
- func (m *ListDatumStreamResponse) XXX_DiscardUnknown()
- func (m *ListDatumStreamResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ListDatumStreamResponse) XXX_Merge(src proto.Message)
- func (m *ListDatumStreamResponse) XXX_Size() int
- func (m *ListDatumStreamResponse) XXX_Unmarshal(b []byte) error
- type ListJobRequest
- func (*ListJobRequest) Descriptor() ([]byte, []int)
- func (m *ListJobRequest) GetFull() bool
- func (m *ListJobRequest) GetHistory() int64
- func (m *ListJobRequest) GetInputCommit() []*pfs.Commit
- func (m *ListJobRequest) GetOutputCommit() *pfs.Commit
- func (m *ListJobRequest) GetPipeline() *Pipeline
- func (m *ListJobRequest) Marshal() (dAtA []byte, err error)
- func (m *ListJobRequest) MarshalTo(dAtA []byte) (int, error)
- func (*ListJobRequest) ProtoMessage()
- func (m *ListJobRequest) Reset()
- func (m *ListJobRequest) Size() (n int)
- func (m *ListJobRequest) String() string
- func (m *ListJobRequest) Unmarshal(dAtA []byte) error
- func (m *ListJobRequest) XXX_DiscardUnknown()
- func (m *ListJobRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ListJobRequest) XXX_Merge(src proto.Message)
- func (m *ListJobRequest) XXX_Size() int
- func (m *ListJobRequest) XXX_Unmarshal(b []byte) error
- type ListPipelineRequest
- func (*ListPipelineRequest) Descriptor() ([]byte, []int)
- func (m *ListPipelineRequest) GetHistory() int64
- func (m *ListPipelineRequest) GetPipeline() *Pipeline
- func (m *ListPipelineRequest) Marshal() (dAtA []byte, err error)
- func (m *ListPipelineRequest) MarshalTo(dAtA []byte) (int, error)
- func (*ListPipelineRequest) ProtoMessage()
- func (m *ListPipelineRequest) Reset()
- func (m *ListPipelineRequest) Size() (n int)
- func (m *ListPipelineRequest) String() string
- func (m *ListPipelineRequest) Unmarshal(dAtA []byte) error
- func (m *ListPipelineRequest) XXX_DiscardUnknown()
- func (m *ListPipelineRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ListPipelineRequest) XXX_Merge(src proto.Message)
- func (m *ListPipelineRequest) XXX_Size() int
- func (m *ListPipelineRequest) XXX_Unmarshal(b []byte) error
- type LogMessage
- func (*LogMessage) Descriptor() ([]byte, []int)
- func (m *LogMessage) GetData() []*InputFile
- func (m *LogMessage) GetDatumID() string
- func (m *LogMessage) GetJobID() string
- func (m *LogMessage) GetMaster() bool
- func (m *LogMessage) GetMessage() string
- func (m *LogMessage) GetPipelineName() string
- func (m *LogMessage) GetTs() *types.Timestamp
- func (m *LogMessage) GetUser() bool
- func (m *LogMessage) GetWorkerID() string
- func (m *LogMessage) Marshal() (dAtA []byte, err error)
- func (m *LogMessage) MarshalTo(dAtA []byte) (int, error)
- func (*LogMessage) ProtoMessage()
- func (m *LogMessage) Reset()
- func (m *LogMessage) Size() (n int)
- func (m *LogMessage) String() string
- func (m *LogMessage) Unmarshal(dAtA []byte) error
- func (m *LogMessage) XXX_DiscardUnknown()
- func (m *LogMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *LogMessage) XXX_Merge(src proto.Message)
- func (m *LogMessage) XXX_Size() int
- func (m *LogMessage) XXX_Unmarshal(b []byte) error
- type PFSInput
- func (*PFSInput) Descriptor() ([]byte, []int)
- func (m *PFSInput) GetBranch() string
- func (m *PFSInput) GetCommit() string
- func (m *PFSInput) GetEmptyFiles() bool
- func (m *PFSInput) GetGlob() string
- func (m *PFSInput) GetLazy() bool
- func (m *PFSInput) GetName() string
- func (m *PFSInput) GetRepo() string
- func (m *PFSInput) Marshal() (dAtA []byte, err error)
- func (m *PFSInput) MarshalTo(dAtA []byte) (int, error)
- func (*PFSInput) ProtoMessage()
- func (m *PFSInput) Reset()
- func (m *PFSInput) Size() (n int)
- func (m *PFSInput) String() string
- func (m *PFSInput) Unmarshal(dAtA []byte) error
- func (m *PFSInput) XXX_DiscardUnknown()
- func (m *PFSInput) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *PFSInput) XXX_Merge(src proto.Message)
- func (m *PFSInput) XXX_Size() int
- func (m *PFSInput) XXX_Unmarshal(b []byte) error
- type ParallelismSpec
- func (*ParallelismSpec) Descriptor() ([]byte, []int)
- func (m *ParallelismSpec) GetCoefficient() float64
- func (m *ParallelismSpec) GetConstant() uint64
- func (m *ParallelismSpec) Marshal() (dAtA []byte, err error)
- func (m *ParallelismSpec) MarshalTo(dAtA []byte) (int, error)
- func (*ParallelismSpec) ProtoMessage()
- func (m *ParallelismSpec) Reset()
- func (m *ParallelismSpec) Size() (n int)
- func (m *ParallelismSpec) String() string
- func (m *ParallelismSpec) Unmarshal(dAtA []byte) error
- func (m *ParallelismSpec) XXX_DiscardUnknown()
- func (m *ParallelismSpec) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ParallelismSpec) XXX_Merge(src proto.Message)
- func (m *ParallelismSpec) XXX_Size() int
- func (m *ParallelismSpec) XXX_Unmarshal(b []byte) error
- type Pipeline
- func (*Pipeline) Descriptor() ([]byte, []int)
- func (m *Pipeline) GetName() string
- func (m *Pipeline) Marshal() (dAtA []byte, err error)
- func (m *Pipeline) MarshalTo(dAtA []byte) (int, error)
- func (*Pipeline) ProtoMessage()
- func (m *Pipeline) Reset()
- func (m *Pipeline) Size() (n int)
- func (m *Pipeline) String() string
- func (m *Pipeline) Unmarshal(dAtA []byte) error
- func (m *Pipeline) XXX_DiscardUnknown()
- func (m *Pipeline) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Pipeline) XXX_Merge(src proto.Message)
- func (m *Pipeline) XXX_Size() int
- func (m *Pipeline) XXX_Unmarshal(b []byte) error
- type PipelineInfo
- func (*PipelineInfo) Descriptor() ([]byte, []int)
- func (m *PipelineInfo) GetBatch() bool
- func (m *PipelineInfo) GetCacheSize() string
- func (m *PipelineInfo) GetChunkSpec() *ChunkSpec
- func (m *PipelineInfo) GetCreatedAt() *types.Timestamp
- func (m *PipelineInfo) GetDatumTimeout() *types.Duration
- func (m *PipelineInfo) GetDatumTries() int64
- func (m *PipelineInfo) GetDescription() string
- func (m *PipelineInfo) GetEgress() *Egress
- func (m *PipelineInfo) GetEnableStats() bool
- func (m *PipelineInfo) GetGithookURL() string
- func (m *PipelineInfo) GetHashtreeSpec() *HashtreeSpec
- func (m *PipelineInfo) GetID() string
- func (m *PipelineInfo) GetInput() *Input
- func (m *PipelineInfo) GetJobCounts() map[int32]int32
- func (m *PipelineInfo) GetJobTimeout() *types.Duration
- func (m *PipelineInfo) GetLastJobState() JobState
- func (m *PipelineInfo) GetMaxQueueSize() int64
- func (m *PipelineInfo) GetOutputBranch() string
- func (m *PipelineInfo) GetParallelismSpec() *ParallelismSpec
- func (m *PipelineInfo) GetPipeline() *Pipeline
- func (m *PipelineInfo) GetPodPatch() string
- func (m *PipelineInfo) GetPodSpec() string
- func (m *PipelineInfo) GetReason() string
- func (m *PipelineInfo) GetRecentError() string
- func (m *PipelineInfo) GetResourceLimits() *ResourceSpec
- func (m *PipelineInfo) GetResourceRequests() *ResourceSpec
- func (m *PipelineInfo) GetSalt() string
- func (m *PipelineInfo) GetScaleDownThreshold() *types.Duration
- func (m *PipelineInfo) GetSchedulingSpec() *SchedulingSpec
- func (m *PipelineInfo) GetService() *Service
- func (m *PipelineInfo) GetSpecCommit() *pfs.Commit
- func (m *PipelineInfo) GetSpout() *Spout
- func (m *PipelineInfo) GetStandby() bool
- func (m *PipelineInfo) GetState() PipelineState
- func (m *PipelineInfo) GetStopped() bool
- func (m *PipelineInfo) GetTransform() *Transform
- func (m *PipelineInfo) GetVersion() uint64
- func (m *PipelineInfo) Marshal() (dAtA []byte, err error)
- func (m *PipelineInfo) MarshalTo(dAtA []byte) (int, error)
- func (*PipelineInfo) ProtoMessage()
- func (m *PipelineInfo) Reset()
- func (m *PipelineInfo) Size() (n int)
- func (m *PipelineInfo) String() string
- func (m *PipelineInfo) Unmarshal(dAtA []byte) error
- func (m *PipelineInfo) XXX_DiscardUnknown()
- func (m *PipelineInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *PipelineInfo) XXX_Merge(src proto.Message)
- func (m *PipelineInfo) XXX_Size() int
- func (m *PipelineInfo) XXX_Unmarshal(b []byte) error
- type PipelineInfos
- func (*PipelineInfos) Descriptor() ([]byte, []int)
- func (m *PipelineInfos) GetPipelineInfo() []*PipelineInfo
- func (m *PipelineInfos) Marshal() (dAtA []byte, err error)
- func (m *PipelineInfos) MarshalTo(dAtA []byte) (int, error)
- func (*PipelineInfos) ProtoMessage()
- func (m *PipelineInfos) Reset()
- func (m *PipelineInfos) Size() (n int)
- func (m *PipelineInfos) String() string
- func (m *PipelineInfos) Unmarshal(dAtA []byte) error
- func (m *PipelineInfos) XXX_DiscardUnknown()
- func (m *PipelineInfos) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *PipelineInfos) XXX_Merge(src proto.Message)
- func (m *PipelineInfos) XXX_Size() int
- func (m *PipelineInfos) XXX_Unmarshal(b []byte) error
- type PipelineInput
- func (*PipelineInput) Descriptor() ([]byte, []int)
- func (m *PipelineInput) GetBranch() string
- func (m *PipelineInput) GetFrom() *pfs.Commit
- func (m *PipelineInput) GetGlob() string
- func (m *PipelineInput) GetLazy() bool
- func (m *PipelineInput) GetName() string
- func (m *PipelineInput) GetRepo() *pfs.Repo
- func (m *PipelineInput) Marshal() (dAtA []byte, err error)
- func (m *PipelineInput) MarshalTo(dAtA []byte) (int, error)
- func (*PipelineInput) ProtoMessage()
- func (m *PipelineInput) Reset()
- func (m *PipelineInput) Size() (n int)
- func (m *PipelineInput) String() string
- func (m *PipelineInput) Unmarshal(dAtA []byte) error
- func (m *PipelineInput) XXX_DiscardUnknown()
- func (m *PipelineInput) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *PipelineInput) XXX_Merge(src proto.Message)
- func (m *PipelineInput) XXX_Size() int
- func (m *PipelineInput) XXX_Unmarshal(b []byte) error
- type PipelineState
- type ProcessStats
- func (*ProcessStats) Descriptor() ([]byte, []int)
- func (m *ProcessStats) GetDownloadBytes() uint64
- func (m *ProcessStats) GetDownloadTime() *types.Duration
- func (m *ProcessStats) GetProcessTime() *types.Duration
- func (m *ProcessStats) GetUploadBytes() uint64
- func (m *ProcessStats) GetUploadTime() *types.Duration
- func (m *ProcessStats) Marshal() (dAtA []byte, err error)
- func (m *ProcessStats) MarshalTo(dAtA []byte) (int, error)
- func (*ProcessStats) ProtoMessage()
- func (m *ProcessStats) Reset()
- func (m *ProcessStats) Size() (n int)
- func (m *ProcessStats) String() string
- func (m *ProcessStats) Unmarshal(dAtA []byte) error
- func (m *ProcessStats) XXX_DiscardUnknown()
- func (m *ProcessStats) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ProcessStats) XXX_Merge(src proto.Message)
- func (m *ProcessStats) XXX_Size() int
- func (m *ProcessStats) XXX_Unmarshal(b []byte) error
- type ResourceSpec
- func (*ResourceSpec) Descriptor() ([]byte, []int)
- func (m *ResourceSpec) GetCpu() float32
- func (m *ResourceSpec) GetDisk() string
- func (m *ResourceSpec) GetGpu() *GPUSpec
- func (m *ResourceSpec) GetMemory() string
- func (m *ResourceSpec) Marshal() (dAtA []byte, err error)
- func (m *ResourceSpec) MarshalTo(dAtA []byte) (int, error)
- func (*ResourceSpec) ProtoMessage()
- func (m *ResourceSpec) Reset()
- func (m *ResourceSpec) Size() (n int)
- func (m *ResourceSpec) String() string
- func (m *ResourceSpec) Unmarshal(dAtA []byte) error
- func (m *ResourceSpec) XXX_DiscardUnknown()
- func (m *ResourceSpec) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ResourceSpec) XXX_Merge(src proto.Message)
- func (m *ResourceSpec) XXX_Size() int
- func (m *ResourceSpec) XXX_Unmarshal(b []byte) error
- type RestartDatumRequest
- func (*RestartDatumRequest) Descriptor() ([]byte, []int)
- func (m *RestartDatumRequest) GetDataFilters() []string
- func (m *RestartDatumRequest) GetJob() *Job
- func (m *RestartDatumRequest) Marshal() (dAtA []byte, err error)
- func (m *RestartDatumRequest) MarshalTo(dAtA []byte) (int, error)
- func (*RestartDatumRequest) ProtoMessage()
- func (m *RestartDatumRequest) Reset()
- func (m *RestartDatumRequest) Size() (n int)
- func (m *RestartDatumRequest) String() string
- func (m *RestartDatumRequest) Unmarshal(dAtA []byte) error
- func (m *RestartDatumRequest) XXX_DiscardUnknown()
- func (m *RestartDatumRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *RestartDatumRequest) XXX_Merge(src proto.Message)
- func (m *RestartDatumRequest) XXX_Size() int
- func (m *RestartDatumRequest) XXX_Unmarshal(b []byte) error
- type RunPipelineRequest
- func (*RunPipelineRequest) Descriptor() ([]byte, []int)
- func (m *RunPipelineRequest) GetPipeline() *Pipeline
- func (m *RunPipelineRequest) GetProvenance() []*pfs.CommitProvenance
- func (m *RunPipelineRequest) Marshal() (dAtA []byte, err error)
- func (m *RunPipelineRequest) MarshalTo(dAtA []byte) (int, error)
- func (*RunPipelineRequest) ProtoMessage()
- func (m *RunPipelineRequest) Reset()
- func (m *RunPipelineRequest) Size() (n int)
- func (m *RunPipelineRequest) String() string
- func (m *RunPipelineRequest) Unmarshal(dAtA []byte) error
- func (m *RunPipelineRequest) XXX_DiscardUnknown()
- func (m *RunPipelineRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *RunPipelineRequest) XXX_Merge(src proto.Message)
- func (m *RunPipelineRequest) XXX_Size() int
- func (m *RunPipelineRequest) XXX_Unmarshal(b []byte) error
- type SchedulingSpec
- func (*SchedulingSpec) Descriptor() ([]byte, []int)
- func (m *SchedulingSpec) GetNodeSelector() map[string]string
- func (m *SchedulingSpec) GetPriorityClassName() string
- func (m *SchedulingSpec) Marshal() (dAtA []byte, err error)
- func (m *SchedulingSpec) MarshalTo(dAtA []byte) (int, error)
- func (*SchedulingSpec) ProtoMessage()
- func (m *SchedulingSpec) Reset()
- func (m *SchedulingSpec) Size() (n int)
- func (m *SchedulingSpec) String() string
- func (m *SchedulingSpec) Unmarshal(dAtA []byte) error
- func (m *SchedulingSpec) XXX_DiscardUnknown()
- func (m *SchedulingSpec) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *SchedulingSpec) XXX_Merge(src proto.Message)
- func (m *SchedulingSpec) XXX_Size() int
- func (m *SchedulingSpec) XXX_Unmarshal(b []byte) error
- type Secret
- func (*Secret) Descriptor() ([]byte, []int)
- func (m *Secret) GetEnvVar() string
- func (m *Secret) GetKey() string
- func (m *Secret) GetMountPath() string
- func (m *Secret) GetName() string
- func (m *Secret) Marshal() (dAtA []byte, err error)
- func (m *Secret) MarshalTo(dAtA []byte) (int, error)
- func (*Secret) ProtoMessage()
- func (m *Secret) Reset()
- func (m *Secret) Size() (n int)
- func (m *Secret) String() string
- func (m *Secret) Unmarshal(dAtA []byte) error
- func (m *Secret) XXX_DiscardUnknown()
- func (m *Secret) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Secret) XXX_Merge(src proto.Message)
- func (m *Secret) XXX_Size() int
- func (m *Secret) XXX_Unmarshal(b []byte) error
- type Service
- func (*Service) Descriptor() ([]byte, []int)
- func (m *Service) GetAnnotations() map[string]string
- func (m *Service) GetExternalPort() int32
- func (m *Service) GetIP() string
- func (m *Service) GetInternalPort() int32
- func (m *Service) GetType() string
- func (m *Service) Marshal() (dAtA []byte, err error)
- func (m *Service) MarshalTo(dAtA []byte) (int, error)
- func (*Service) ProtoMessage()
- func (m *Service) Reset()
- func (m *Service) Size() (n int)
- func (m *Service) String() string
- func (m *Service) Unmarshal(dAtA []byte) error
- func (m *Service) XXX_DiscardUnknown()
- func (m *Service) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Service) XXX_Merge(src proto.Message)
- func (m *Service) XXX_Size() int
- func (m *Service) XXX_Unmarshal(b []byte) error
- type Spout
- func (*Spout) Descriptor() ([]byte, []int)
- func (m *Spout) GetOverwrite() bool
- func (m *Spout) Marshal() (dAtA []byte, err error)
- func (m *Spout) MarshalTo(dAtA []byte) (int, error)
- func (*Spout) ProtoMessage()
- func (m *Spout) Reset()
- func (m *Spout) Size() (n int)
- func (m *Spout) String() string
- func (m *Spout) Unmarshal(dAtA []byte) error
- func (m *Spout) XXX_DiscardUnknown()
- func (m *Spout) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Spout) XXX_Merge(src proto.Message)
- func (m *Spout) XXX_Size() int
- func (m *Spout) XXX_Unmarshal(b []byte) error
- type StartPipelineRequest
- func (*StartPipelineRequest) Descriptor() ([]byte, []int)
- func (m *StartPipelineRequest) GetPipeline() *Pipeline
- func (m *StartPipelineRequest) Marshal() (dAtA []byte, err error)
- func (m *StartPipelineRequest) MarshalTo(dAtA []byte) (int, error)
- func (*StartPipelineRequest) ProtoMessage()
- func (m *StartPipelineRequest) Reset()
- func (m *StartPipelineRequest) Size() (n int)
- func (m *StartPipelineRequest) String() string
- func (m *StartPipelineRequest) Unmarshal(dAtA []byte) error
- func (m *StartPipelineRequest) XXX_DiscardUnknown()
- func (m *StartPipelineRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *StartPipelineRequest) XXX_Merge(src proto.Message)
- func (m *StartPipelineRequest) XXX_Size() int
- func (m *StartPipelineRequest) XXX_Unmarshal(b []byte) error
- type StopJobRequest
- func (*StopJobRequest) Descriptor() ([]byte, []int)
- func (m *StopJobRequest) GetJob() *Job
- func (m *StopJobRequest) Marshal() (dAtA []byte, err error)
- func (m *StopJobRequest) MarshalTo(dAtA []byte) (int, error)
- func (*StopJobRequest) ProtoMessage()
- func (m *StopJobRequest) Reset()
- func (m *StopJobRequest) Size() (n int)
- func (m *StopJobRequest) String() string
- func (m *StopJobRequest) Unmarshal(dAtA []byte) error
- func (m *StopJobRequest) XXX_DiscardUnknown()
- func (m *StopJobRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *StopJobRequest) XXX_Merge(src proto.Message)
- func (m *StopJobRequest) XXX_Size() int
- func (m *StopJobRequest) XXX_Unmarshal(b []byte) error
- type StopPipelineRequest
- func (*StopPipelineRequest) Descriptor() ([]byte, []int)
- func (m *StopPipelineRequest) GetPipeline() *Pipeline
- func (m *StopPipelineRequest) Marshal() (dAtA []byte, err error)
- func (m *StopPipelineRequest) MarshalTo(dAtA []byte) (int, error)
- func (*StopPipelineRequest) ProtoMessage()
- func (m *StopPipelineRequest) Reset()
- func (m *StopPipelineRequest) Size() (n int)
- func (m *StopPipelineRequest) String() string
- func (m *StopPipelineRequest) Unmarshal(dAtA []byte) error
- func (m *StopPipelineRequest) XXX_DiscardUnknown()
- func (m *StopPipelineRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *StopPipelineRequest) XXX_Merge(src proto.Message)
- func (m *StopPipelineRequest) XXX_Size() int
- func (m *StopPipelineRequest) XXX_Unmarshal(b []byte) error
- type Transform
- func (*Transform) Descriptor() ([]byte, []int)
- func (m *Transform) GetAcceptReturnCode() []int64
- func (m *Transform) GetCmd() []string
- func (m *Transform) GetDebug() bool
- func (m *Transform) GetDockerfile() string
- func (m *Transform) GetEnv() map[string]string
- func (m *Transform) GetErrCmd() []string
- func (m *Transform) GetErrStdin() []string
- func (m *Transform) GetImage() string
- func (m *Transform) GetImagePullSecrets() []string
- func (m *Transform) GetSecrets() []*Secret
- func (m *Transform) GetStdin() []string
- func (m *Transform) GetUser() string
- func (m *Transform) GetWorkingDir() string
- func (m *Transform) Marshal() (dAtA []byte, err error)
- func (m *Transform) MarshalTo(dAtA []byte) (int, error)
- func (*Transform) ProtoMessage()
- func (m *Transform) Reset()
- func (m *Transform) Size() (n int)
- func (m *Transform) String() string
- func (m *Transform) Unmarshal(dAtA []byte) error
- func (m *Transform) XXX_DiscardUnknown()
- func (m *Transform) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Transform) XXX_Merge(src proto.Message)
- func (m *Transform) XXX_Size() int
- func (m *Transform) XXX_Unmarshal(b []byte) error
- type UnimplementedAPIServer
- func (*UnimplementedAPIServer) ActivateAuth(ctx context.Context, req *ActivateAuthRequest) (*ActivateAuthResponse, error)
- func (*UnimplementedAPIServer) CreateJob(ctx context.Context, req *CreateJobRequest) (*Job, error)
- func (*UnimplementedAPIServer) CreatePipeline(ctx context.Context, req *CreatePipelineRequest) (*types.Empty, error)
- func (*UnimplementedAPIServer) DeleteAll(ctx context.Context, req *types.Empty) (*types.Empty, error)
- func (*UnimplementedAPIServer) DeleteJob(ctx context.Context, req *DeleteJobRequest) (*types.Empty, error)
- func (*UnimplementedAPIServer) DeletePipeline(ctx context.Context, req *DeletePipelineRequest) (*types.Empty, error)
- func (*UnimplementedAPIServer) FlushJob(req *FlushJobRequest, srv API_FlushJobServer) error
- func (*UnimplementedAPIServer) GarbageCollect(ctx context.Context, req *GarbageCollectRequest) (*GarbageCollectResponse, error)
- func (*UnimplementedAPIServer) GetLogs(req *GetLogsRequest, srv API_GetLogsServer) error
- func (*UnimplementedAPIServer) InspectDatum(ctx context.Context, req *InspectDatumRequest) (*DatumInfo, error)
- func (*UnimplementedAPIServer) InspectJob(ctx context.Context, req *InspectJobRequest) (*JobInfo, error)
- func (*UnimplementedAPIServer) InspectPipeline(ctx context.Context, req *InspectPipelineRequest) (*PipelineInfo, error)
- func (*UnimplementedAPIServer) ListDatum(ctx context.Context, req *ListDatumRequest) (*ListDatumResponse, error)
- func (*UnimplementedAPIServer) ListDatumStream(req *ListDatumRequest, srv API_ListDatumStreamServer) error
- func (*UnimplementedAPIServer) ListJob(ctx context.Context, req *ListJobRequest) (*JobInfos, error)
- func (*UnimplementedAPIServer) ListJobStream(req *ListJobRequest, srv API_ListJobStreamServer) error
- func (*UnimplementedAPIServer) ListPipeline(ctx context.Context, req *ListPipelineRequest) (*PipelineInfos, error)
- func (*UnimplementedAPIServer) RestartDatum(ctx context.Context, req *RestartDatumRequest) (*types.Empty, error)
- func (*UnimplementedAPIServer) RunPipeline(ctx context.Context, req *RunPipelineRequest) (*types.Empty, error)
- func (*UnimplementedAPIServer) StartPipeline(ctx context.Context, req *StartPipelineRequest) (*types.Empty, error)
- func (*UnimplementedAPIServer) StopJob(ctx context.Context, req *StopJobRequest) (*types.Empty, error)
- func (*UnimplementedAPIServer) StopPipeline(ctx context.Context, req *StopPipelineRequest) (*types.Empty, error)
- type Worker
- func (*Worker) Descriptor() ([]byte, []int)
- func (m *Worker) GetName() string
- func (m *Worker) GetState() WorkerState
- func (m *Worker) Marshal() (dAtA []byte, err error)
- func (m *Worker) MarshalTo(dAtA []byte) (int, error)
- func (*Worker) ProtoMessage()
- func (m *Worker) Reset()
- func (m *Worker) Size() (n int)
- func (m *Worker) String() string
- func (m *Worker) Unmarshal(dAtA []byte) error
- func (m *Worker) XXX_DiscardUnknown()
- func (m *Worker) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Worker) XXX_Merge(src proto.Message)
- func (m *Worker) XXX_Size() int
- func (m *Worker) XXX_Unmarshal(b []byte) error
- type WorkerState
- type WorkerStatus
- func (*WorkerStatus) Descriptor() ([]byte, []int)
- func (m *WorkerStatus) GetData() []*InputFile
- func (m *WorkerStatus) GetJobID() string
- func (m *WorkerStatus) GetQueueSize() int64
- func (m *WorkerStatus) GetStarted() *types.Timestamp
- func (m *WorkerStatus) GetStats() *ProcessStats
- func (m *WorkerStatus) GetWorkerID() string
- func (m *WorkerStatus) Marshal() (dAtA []byte, err error)
- func (m *WorkerStatus) MarshalTo(dAtA []byte) (int, error)
- func (*WorkerStatus) ProtoMessage()
- func (m *WorkerStatus) Reset()
- func (m *WorkerStatus) Size() (n int)
- func (m *WorkerStatus) String() string
- func (m *WorkerStatus) Unmarshal(dAtA []byte) error
- func (m *WorkerStatus) XXX_DiscardUnknown()
- func (m *WorkerStatus) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *WorkerStatus) XXX_Merge(src proto.Message)
- func (m *WorkerStatus) XXX_Size() int
- func (m *WorkerStatus) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
var ( ErrInvalidLengthPps = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowPps = fmt.Errorf("proto: integer overflow") )
var DatumState_name = map[int32]string{
0: "FAILED",
1: "SUCCESS",
2: "SKIPPED",
3: "STARTING",
4: "RECOVERED",
}
var DatumState_value = map[string]int32{
"FAILED": 0,
"SUCCESS": 1,
"SKIPPED": 2,
"STARTING": 3,
"RECOVERED": 4,
}
var JobState_name = map[int32]string{
0: "JOB_STARTING",
1: "JOB_RUNNING",
2: "JOB_FAILURE",
3: "JOB_SUCCESS",
4: "JOB_KILLED",
5: "JOB_MERGING",
}
var JobState_value = map[string]int32{
"JOB_STARTING": 0,
"JOB_RUNNING": 1,
"JOB_FAILURE": 2,
"JOB_SUCCESS": 3,
"JOB_KILLED": 4,
"JOB_MERGING": 5,
}
var PipelineState_name = map[int32]string{
0: "PIPELINE_STARTING",
1: "PIPELINE_RUNNING",
2: "PIPELINE_RESTARTING",
3: "PIPELINE_FAILURE",
4: "PIPELINE_PAUSED",
5: "PIPELINE_STANDBY",
}
var PipelineState_value = map[string]int32{
"PIPELINE_STARTING": 0,
"PIPELINE_RUNNING": 1,
"PIPELINE_RESTARTING": 2,
"PIPELINE_FAILURE": 3,
"PIPELINE_PAUSED": 4,
"PIPELINE_STANDBY": 5,
}
var WorkerState_name = map[int32]string{
0: "POD_RUNNING",
1: "POD_SUCCESS",
2: "POD_FAILED",
}
var WorkerState_value = map[string]int32{
"POD_RUNNING": 0,
"POD_SUCCESS": 1,
"POD_FAILED": 2,
}
Functions ¶
func InputBranches ¶ added in v1.7.0
InputBranches returns the branches in an Input.
func RegisterAPIServer ¶
func ValidateGitCloneURL ¶ added in v1.6.4
ValidateGitCloneURL returns an error if the provided URL is invalid
func VisitInput ¶ added in v1.5.0
VisitInput visits each input recursively in ascending order (root last)
Types ¶
type APIClient ¶
type APIClient interface { CreateJob(ctx context.Context, in *CreateJobRequest, opts ...grpc.CallOption) (*Job, error) InspectJob(ctx context.Context, in *InspectJobRequest, opts ...grpc.CallOption) (*JobInfo, error) // ListJob returns information about current and past Pachyderm jobs. This is // deprecated in favor of ListJobStream ListJob(ctx context.Context, in *ListJobRequest, opts ...grpc.CallOption) (*JobInfos, error) // ListJobStream returns information about current and past Pachyderm jobs. ListJobStream(ctx context.Context, in *ListJobRequest, opts ...grpc.CallOption) (API_ListJobStreamClient, error) FlushJob(ctx context.Context, in *FlushJobRequest, opts ...grpc.CallOption) (API_FlushJobClient, error) DeleteJob(ctx context.Context, in *DeleteJobRequest, opts ...grpc.CallOption) (*types.Empty, error) StopJob(ctx context.Context, in *StopJobRequest, opts ...grpc.CallOption) (*types.Empty, error) InspectDatum(ctx context.Context, in *InspectDatumRequest, opts ...grpc.CallOption) (*DatumInfo, error) // ListDatum returns information about each datum fed to a Pachyderm job. This // is deprecated in favor of ListDatumStream ListDatum(ctx context.Context, in *ListDatumRequest, opts ...grpc.CallOption) (*ListDatumResponse, error) // ListDatumStream returns information about each datum fed to a Pachyderm job ListDatumStream(ctx context.Context, in *ListDatumRequest, opts ...grpc.CallOption) (API_ListDatumStreamClient, error) RestartDatum(ctx context.Context, in *RestartDatumRequest, opts ...grpc.CallOption) (*types.Empty, error) CreatePipeline(ctx context.Context, in *CreatePipelineRequest, opts ...grpc.CallOption) (*types.Empty, error) InspectPipeline(ctx context.Context, in *InspectPipelineRequest, opts ...grpc.CallOption) (*PipelineInfo, error) ListPipeline(ctx context.Context, in *ListPipelineRequest, opts ...grpc.CallOption) (*PipelineInfos, error) DeletePipeline(ctx context.Context, in *DeletePipelineRequest, opts ...grpc.CallOption) (*types.Empty, error) StartPipeline(ctx context.Context, in *StartPipelineRequest, opts ...grpc.CallOption) (*types.Empty, error) StopPipeline(ctx context.Context, in *StopPipelineRequest, opts ...grpc.CallOption) (*types.Empty, error) RunPipeline(ctx context.Context, in *RunPipelineRequest, opts ...grpc.CallOption) (*types.Empty, error) // DeleteAll deletes everything DeleteAll(ctx context.Context, in *types.Empty, opts ...grpc.CallOption) (*types.Empty, error) GetLogs(ctx context.Context, in *GetLogsRequest, opts ...grpc.CallOption) (API_GetLogsClient, error) // Garbage collection GarbageCollect(ctx context.Context, in *GarbageCollectRequest, opts ...grpc.CallOption) (*GarbageCollectResponse, error) // An internal call that causes PPS to put itself into an auth-enabled state // (all pipeline have tokens, correct permissions, etcd) ActivateAuth(ctx context.Context, in *ActivateAuthRequest, opts ...grpc.CallOption) (*ActivateAuthResponse, error) }
APIClient is the client API for API service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewAPIClient ¶
func NewAPIClient(cc *grpc.ClientConn) APIClient
type APIServer ¶
type APIServer interface { CreateJob(context.Context, *CreateJobRequest) (*Job, error) InspectJob(context.Context, *InspectJobRequest) (*JobInfo, error) // ListJob returns information about current and past Pachyderm jobs. This is // deprecated in favor of ListJobStream ListJob(context.Context, *ListJobRequest) (*JobInfos, error) // ListJobStream returns information about current and past Pachyderm jobs. ListJobStream(*ListJobRequest, API_ListJobStreamServer) error FlushJob(*FlushJobRequest, API_FlushJobServer) error DeleteJob(context.Context, *DeleteJobRequest) (*types.Empty, error) StopJob(context.Context, *StopJobRequest) (*types.Empty, error) InspectDatum(context.Context, *InspectDatumRequest) (*DatumInfo, error) // ListDatum returns information about each datum fed to a Pachyderm job. This // is deprecated in favor of ListDatumStream ListDatum(context.Context, *ListDatumRequest) (*ListDatumResponse, error) // ListDatumStream returns information about each datum fed to a Pachyderm job ListDatumStream(*ListDatumRequest, API_ListDatumStreamServer) error RestartDatum(context.Context, *RestartDatumRequest) (*types.Empty, error) CreatePipeline(context.Context, *CreatePipelineRequest) (*types.Empty, error) InspectPipeline(context.Context, *InspectPipelineRequest) (*PipelineInfo, error) ListPipeline(context.Context, *ListPipelineRequest) (*PipelineInfos, error) DeletePipeline(context.Context, *DeletePipelineRequest) (*types.Empty, error) StartPipeline(context.Context, *StartPipelineRequest) (*types.Empty, error) StopPipeline(context.Context, *StopPipelineRequest) (*types.Empty, error) RunPipeline(context.Context, *RunPipelineRequest) (*types.Empty, error) // DeleteAll deletes everything DeleteAll(context.Context, *types.Empty) (*types.Empty, error) GetLogs(*GetLogsRequest, API_GetLogsServer) error // Garbage collection GarbageCollect(context.Context, *GarbageCollectRequest) (*GarbageCollectResponse, error) // An internal call that causes PPS to put itself into an auth-enabled state // (all pipeline have tokens, correct permissions, etcd) ActivateAuth(context.Context, *ActivateAuthRequest) (*ActivateAuthResponse, error) }
APIServer is the server API for API service.
type API_FlushJobClient ¶ added in v1.7.0
type API_FlushJobClient interface { Recv() (*JobInfo, error) grpc.ClientStream }
type API_FlushJobServer ¶ added in v1.7.0
type API_FlushJobServer interface { Send(*JobInfo) error grpc.ServerStream }
type API_GetLogsClient ¶
type API_GetLogsClient interface { Recv() (*LogMessage, error) grpc.ClientStream }
type API_GetLogsServer ¶
type API_GetLogsServer interface { Send(*LogMessage) error grpc.ServerStream }
type API_ListDatumStreamClient ¶ added in v1.6.4
type API_ListDatumStreamClient interface { Recv() (*ListDatumStreamResponse, error) grpc.ClientStream }
type API_ListDatumStreamServer ¶ added in v1.6.4
type API_ListDatumStreamServer interface { Send(*ListDatumStreamResponse) error grpc.ServerStream }
type API_ListJobStreamClient ¶ added in v1.6.4
type API_ListJobStreamClient interface { Recv() (*JobInfo, error) grpc.ClientStream }
type API_ListJobStreamServer ¶ added in v1.6.4
type API_ListJobStreamServer interface { Send(*JobInfo) error grpc.ServerStream }
type ActivateAuthRequest ¶ added in v1.7.0
type ActivateAuthRequest struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ActivateAuthRequest) Descriptor ¶ added in v1.7.0
func (*ActivateAuthRequest) Descriptor() ([]byte, []int)
func (*ActivateAuthRequest) Marshal ¶ added in v1.7.0
func (m *ActivateAuthRequest) Marshal() (dAtA []byte, err error)
func (*ActivateAuthRequest) MarshalTo ¶ added in v1.7.0
func (m *ActivateAuthRequest) MarshalTo(dAtA []byte) (int, error)
func (*ActivateAuthRequest) ProtoMessage ¶ added in v1.7.0
func (*ActivateAuthRequest) ProtoMessage()
func (*ActivateAuthRequest) Reset ¶ added in v1.7.0
func (m *ActivateAuthRequest) Reset()
func (*ActivateAuthRequest) Size ¶ added in v1.7.0
func (m *ActivateAuthRequest) Size() (n int)
func (*ActivateAuthRequest) String ¶ added in v1.7.0
func (m *ActivateAuthRequest) String() string
func (*ActivateAuthRequest) Unmarshal ¶ added in v1.7.0
func (m *ActivateAuthRequest) Unmarshal(dAtA []byte) error
func (*ActivateAuthRequest) XXX_DiscardUnknown ¶ added in v1.7.12
func (m *ActivateAuthRequest) XXX_DiscardUnknown()
func (*ActivateAuthRequest) XXX_Marshal ¶ added in v1.7.12
func (m *ActivateAuthRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ActivateAuthRequest) XXX_Merge ¶ added in v1.7.12
func (m *ActivateAuthRequest) XXX_Merge(src proto.Message)
func (*ActivateAuthRequest) XXX_Size ¶ added in v1.7.12
func (m *ActivateAuthRequest) XXX_Size() int
func (*ActivateAuthRequest) XXX_Unmarshal ¶ added in v1.7.12
func (m *ActivateAuthRequest) XXX_Unmarshal(b []byte) error
type ActivateAuthResponse ¶ added in v1.7.0
type ActivateAuthResponse struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ActivateAuthResponse) Descriptor ¶ added in v1.7.0
func (*ActivateAuthResponse) Descriptor() ([]byte, []int)
func (*ActivateAuthResponse) Marshal ¶ added in v1.7.0
func (m *ActivateAuthResponse) Marshal() (dAtA []byte, err error)
func (*ActivateAuthResponse) MarshalTo ¶ added in v1.7.0
func (m *ActivateAuthResponse) MarshalTo(dAtA []byte) (int, error)
func (*ActivateAuthResponse) ProtoMessage ¶ added in v1.7.0
func (*ActivateAuthResponse) ProtoMessage()
func (*ActivateAuthResponse) Reset ¶ added in v1.7.0
func (m *ActivateAuthResponse) Reset()
func (*ActivateAuthResponse) Size ¶ added in v1.7.0
func (m *ActivateAuthResponse) Size() (n int)
func (*ActivateAuthResponse) String ¶ added in v1.7.0
func (m *ActivateAuthResponse) String() string
func (*ActivateAuthResponse) Unmarshal ¶ added in v1.7.0
func (m *ActivateAuthResponse) Unmarshal(dAtA []byte) error
func (*ActivateAuthResponse) XXX_DiscardUnknown ¶ added in v1.7.12
func (m *ActivateAuthResponse) XXX_DiscardUnknown()
func (*ActivateAuthResponse) XXX_Marshal ¶ added in v1.7.12
func (m *ActivateAuthResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ActivateAuthResponse) XXX_Merge ¶ added in v1.7.12
func (m *ActivateAuthResponse) XXX_Merge(src proto.Message)
func (*ActivateAuthResponse) XXX_Size ¶ added in v1.7.12
func (m *ActivateAuthResponse) XXX_Size() int
func (*ActivateAuthResponse) XXX_Unmarshal ¶ added in v1.7.12
func (m *ActivateAuthResponse) XXX_Unmarshal(b []byte) error
type Aggregate ¶ added in v1.5.1
type Aggregate struct { Count int64 `protobuf:"varint,1,opt,name=count,proto3" json:"count,omitempty"` Mean float64 `protobuf:"fixed64,2,opt,name=mean,proto3" json:"mean,omitempty"` Stddev float64 `protobuf:"fixed64,3,opt,name=stddev,proto3" json:"stddev,omitempty"` FifthPercentile float64 `protobuf:"fixed64,4,opt,name=fifth_percentile,json=fifthPercentile,proto3" json:"fifth_percentile,omitempty"` NinetyFifthPercentile float64 `` /* 128-byte string literal not displayed */ XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Aggregate) Descriptor ¶ added in v1.5.1
func (*Aggregate) GetFifthPercentile ¶ added in v1.5.1
func (*Aggregate) GetNinetyFifthPercentile ¶ added in v1.5.1
func (*Aggregate) ProtoMessage ¶ added in v1.5.1
func (*Aggregate) ProtoMessage()
func (*Aggregate) XXX_DiscardUnknown ¶ added in v1.7.12
func (m *Aggregate) XXX_DiscardUnknown()
func (*Aggregate) XXX_Marshal ¶ added in v1.7.12
func (*Aggregate) XXX_Unmarshal ¶ added in v1.7.12
type AggregateProcessStats ¶ added in v1.5.1
type AggregateProcessStats struct { DownloadTime *Aggregate `protobuf:"bytes,1,opt,name=download_time,json=downloadTime,proto3" json:"download_time,omitempty"` ProcessTime *Aggregate `protobuf:"bytes,2,opt,name=process_time,json=processTime,proto3" json:"process_time,omitempty"` UploadTime *Aggregate `protobuf:"bytes,3,opt,name=upload_time,json=uploadTime,proto3" json:"upload_time,omitempty"` DownloadBytes *Aggregate `protobuf:"bytes,4,opt,name=download_bytes,json=downloadBytes,proto3" json:"download_bytes,omitempty"` UploadBytes *Aggregate `protobuf:"bytes,5,opt,name=upload_bytes,json=uploadBytes,proto3" json:"upload_bytes,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*AggregateProcessStats) Descriptor ¶ added in v1.5.1
func (*AggregateProcessStats) Descriptor() ([]byte, []int)
func (*AggregateProcessStats) GetDownloadBytes ¶ added in v1.5.1
func (m *AggregateProcessStats) GetDownloadBytes() *Aggregate
func (*AggregateProcessStats) GetDownloadTime ¶ added in v1.5.1
func (m *AggregateProcessStats) GetDownloadTime() *Aggregate
func (*AggregateProcessStats) GetProcessTime ¶ added in v1.5.1
func (m *AggregateProcessStats) GetProcessTime() *Aggregate
func (*AggregateProcessStats) GetUploadBytes ¶ added in v1.5.1
func (m *AggregateProcessStats) GetUploadBytes() *Aggregate
func (*AggregateProcessStats) GetUploadTime ¶ added in v1.5.1
func (m *AggregateProcessStats) GetUploadTime() *Aggregate
func (*AggregateProcessStats) Marshal ¶ added in v1.5.1
func (m *AggregateProcessStats) Marshal() (dAtA []byte, err error)
func (*AggregateProcessStats) MarshalTo ¶ added in v1.5.1
func (m *AggregateProcessStats) MarshalTo(dAtA []byte) (int, error)
func (*AggregateProcessStats) ProtoMessage ¶ added in v1.5.1
func (*AggregateProcessStats) ProtoMessage()
func (*AggregateProcessStats) Reset ¶ added in v1.5.1
func (m *AggregateProcessStats) Reset()
func (*AggregateProcessStats) Size ¶ added in v1.5.1
func (m *AggregateProcessStats) Size() (n int)
func (*AggregateProcessStats) String ¶ added in v1.5.1
func (m *AggregateProcessStats) String() string
func (*AggregateProcessStats) Unmarshal ¶ added in v1.5.1
func (m *AggregateProcessStats) Unmarshal(dAtA []byte) error
func (*AggregateProcessStats) XXX_DiscardUnknown ¶ added in v1.7.12
func (m *AggregateProcessStats) XXX_DiscardUnknown()
func (*AggregateProcessStats) XXX_Marshal ¶ added in v1.7.12
func (m *AggregateProcessStats) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*AggregateProcessStats) XXX_Merge ¶ added in v1.7.12
func (m *AggregateProcessStats) XXX_Merge(src proto.Message)
func (*AggregateProcessStats) XXX_Size ¶ added in v1.7.12
func (m *AggregateProcessStats) XXX_Size() int
func (*AggregateProcessStats) XXX_Unmarshal ¶ added in v1.7.12
func (m *AggregateProcessStats) XXX_Unmarshal(b []byte) error
type ChunkSpec ¶ added in v1.6.6
type ChunkSpec struct { // number, if nonzero, specifies that each chunk should contain `number` // datums. Chunks may contain fewer if the total number of datums don't // divide evenly. Number int64 `protobuf:"varint,1,opt,name=number,proto3" json:"number,omitempty"` // size_bytes, if nonzero, specifies a target size for each chunk of datums. // Chunks may be larger or smaller than size_bytes, but will usually be // pretty close to size_bytes in size. SizeBytes int64 `protobuf:"varint,2,opt,name=size_bytes,json=sizeBytes,proto3" json:"size_bytes,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
ChunkSpec specifies how a pipeline should chunk its datums.
func (*ChunkSpec) Descriptor ¶ added in v1.6.6
func (*ChunkSpec) GetSizeBytes ¶ added in v1.6.6
func (*ChunkSpec) ProtoMessage ¶ added in v1.6.6
func (*ChunkSpec) ProtoMessage()
func (*ChunkSpec) XXX_DiscardUnknown ¶ added in v1.7.12
func (m *ChunkSpec) XXX_DiscardUnknown()
func (*ChunkSpec) XXX_Marshal ¶ added in v1.7.12
func (*ChunkSpec) XXX_Unmarshal ¶ added in v1.7.12
type CreateJobRequest ¶
type CreateJobRequest struct { Pipeline *Pipeline `protobuf:"bytes,2,opt,name=pipeline,proto3" json:"pipeline,omitempty"` OutputCommit *pfs.Commit `protobuf:"bytes,25,opt,name=output_commit,json=outputCommit,proto3" json:"output_commit,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*CreateJobRequest) Descriptor ¶
func (*CreateJobRequest) Descriptor() ([]byte, []int)
func (*CreateJobRequest) GetOutputCommit ¶ added in v1.7.0
func (m *CreateJobRequest) GetOutputCommit() *pfs.Commit
func (*CreateJobRequest) GetPipeline ¶
func (m *CreateJobRequest) GetPipeline() *Pipeline
func (*CreateJobRequest) Marshal ¶ added in v1.5.0
func (m *CreateJobRequest) Marshal() (dAtA []byte, err error)
func (*CreateJobRequest) MarshalTo ¶ added in v1.5.0
func (m *CreateJobRequest) MarshalTo(dAtA []byte) (int, error)
func (*CreateJobRequest) ProtoMessage ¶
func (*CreateJobRequest) ProtoMessage()
func (*CreateJobRequest) Reset ¶
func (m *CreateJobRequest) Reset()
func (*CreateJobRequest) Size ¶ added in v1.5.0
func (m *CreateJobRequest) Size() (n int)
func (*CreateJobRequest) String ¶
func (m *CreateJobRequest) String() string
func (*CreateJobRequest) Unmarshal ¶ added in v1.5.0
func (m *CreateJobRequest) Unmarshal(dAtA []byte) error
func (*CreateJobRequest) XXX_DiscardUnknown ¶ added in v1.7.12
func (m *CreateJobRequest) XXX_DiscardUnknown()
func (*CreateJobRequest) XXX_Marshal ¶ added in v1.7.12
func (m *CreateJobRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*CreateJobRequest) XXX_Merge ¶ added in v1.7.12
func (m *CreateJobRequest) XXX_Merge(src proto.Message)
func (*CreateJobRequest) XXX_Size ¶ added in v1.7.12
func (m *CreateJobRequest) XXX_Size() int
func (*CreateJobRequest) XXX_Unmarshal ¶ added in v1.7.12
func (m *CreateJobRequest) XXX_Unmarshal(b []byte) error
type CreatePipelineRequest ¶
type CreatePipelineRequest struct { Pipeline *Pipeline `protobuf:"bytes,1,opt,name=pipeline,proto3" json:"pipeline,omitempty"` Transform *Transform `protobuf:"bytes,2,opt,name=transform,proto3" json:"transform,omitempty"` ParallelismSpec *ParallelismSpec `protobuf:"bytes,7,opt,name=parallelism_spec,json=parallelismSpec,proto3" json:"parallelism_spec,omitempty"` HashtreeSpec *HashtreeSpec `protobuf:"bytes,31,opt,name=hashtree_spec,json=hashtreeSpec,proto3" json:"hashtree_spec,omitempty"` Egress *Egress `protobuf:"bytes,9,opt,name=egress,proto3" json:"egress,omitempty"` Update bool `protobuf:"varint,5,opt,name=update,proto3" json:"update,omitempty"` OutputBranch string `protobuf:"bytes,10,opt,name=output_branch,json=outputBranch,proto3" json:"output_branch,omitempty"` ScaleDownThreshold *types.Duration `protobuf:"bytes,11,opt,name=scale_down_threshold,json=scaleDownThreshold,proto3" json:"scale_down_threshold,omitempty"` ResourceRequests *ResourceSpec `protobuf:"bytes,12,opt,name=resource_requests,json=resourceRequests,proto3" json:"resource_requests,omitempty"` ResourceLimits *ResourceSpec `protobuf:"bytes,22,opt,name=resource_limits,json=resourceLimits,proto3" json:"resource_limits,omitempty"` Input *Input `protobuf:"bytes,13,opt,name=input,proto3" json:"input,omitempty"` Description string `protobuf:"bytes,14,opt,name=description,proto3" json:"description,omitempty"` CacheSize string `protobuf:"bytes,16,opt,name=cache_size,json=cacheSize,proto3" json:"cache_size,omitempty"` EnableStats bool `protobuf:"varint,17,opt,name=enable_stats,json=enableStats,proto3" json:"enable_stats,omitempty"` // Reprocess forces the pipeline to reprocess all datums. // It only has meaning if Update is true Reprocess bool `protobuf:"varint,18,opt,name=reprocess,proto3" json:"reprocess,omitempty"` Batch bool `protobuf:"varint,19,opt,name=batch,proto3" json:"batch,omitempty"` MaxQueueSize int64 `protobuf:"varint,20,opt,name=max_queue_size,json=maxQueueSize,proto3" json:"max_queue_size,omitempty"` Service *Service `protobuf:"bytes,21,opt,name=service,proto3" json:"service,omitempty"` Spout *Spout `protobuf:"bytes,33,opt,name=spout,proto3" json:"spout,omitempty"` ChunkSpec *ChunkSpec `protobuf:"bytes,23,opt,name=chunk_spec,json=chunkSpec,proto3" json:"chunk_spec,omitempty"` DatumTimeout *types.Duration `protobuf:"bytes,24,opt,name=datum_timeout,json=datumTimeout,proto3" json:"datum_timeout,omitempty"` JobTimeout *types.Duration `protobuf:"bytes,25,opt,name=job_timeout,json=jobTimeout,proto3" json:"job_timeout,omitempty"` Salt string `protobuf:"bytes,26,opt,name=salt,proto3" json:"salt,omitempty"` Standby bool `protobuf:"varint,27,opt,name=standby,proto3" json:"standby,omitempty"` DatumTries int64 `protobuf:"varint,28,opt,name=datum_tries,json=datumTries,proto3" json:"datum_tries,omitempty"` SchedulingSpec *SchedulingSpec `protobuf:"bytes,29,opt,name=scheduling_spec,json=schedulingSpec,proto3" json:"scheduling_spec,omitempty"` PodSpec string `protobuf:"bytes,30,opt,name=pod_spec,json=podSpec,proto3" json:"pod_spec,omitempty"` PodPatch string `protobuf:"bytes,32,opt,name=pod_patch,json=podPatch,proto3" json:"pod_patch,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*CreatePipelineRequest) Descriptor ¶
func (*CreatePipelineRequest) Descriptor() ([]byte, []int)
func (*CreatePipelineRequest) GetBatch ¶ added in v1.5.1
func (m *CreatePipelineRequest) GetBatch() bool
func (*CreatePipelineRequest) GetCacheSize ¶ added in v1.5.1
func (m *CreatePipelineRequest) GetCacheSize() string
func (*CreatePipelineRequest) GetChunkSpec ¶ added in v1.6.6
func (m *CreatePipelineRequest) GetChunkSpec() *ChunkSpec
func (*CreatePipelineRequest) GetDatumTimeout ¶ added in v1.6.6
func (m *CreatePipelineRequest) GetDatumTimeout() *types.Duration
func (*CreatePipelineRequest) GetDatumTries ¶ added in v1.7.5
func (m *CreatePipelineRequest) GetDatumTries() int64
func (*CreatePipelineRequest) GetDescription ¶ added in v1.4.7
func (m *CreatePipelineRequest) GetDescription() string
func (*CreatePipelineRequest) GetEgress ¶ added in v1.3.19
func (m *CreatePipelineRequest) GetEgress() *Egress
func (*CreatePipelineRequest) GetEnableStats ¶ added in v1.5.1
func (m *CreatePipelineRequest) GetEnableStats() bool
func (*CreatePipelineRequest) GetHashtreeSpec ¶ added in v1.7.11
func (m *CreatePipelineRequest) GetHashtreeSpec() *HashtreeSpec
func (*CreatePipelineRequest) GetInput ¶ added in v1.4.6
func (m *CreatePipelineRequest) GetInput() *Input
func (*CreatePipelineRequest) GetJobTimeout ¶ added in v1.6.6
func (m *CreatePipelineRequest) GetJobTimeout() *types.Duration
func (*CreatePipelineRequest) GetMaxQueueSize ¶ added in v1.6.0
func (m *CreatePipelineRequest) GetMaxQueueSize() int64
func (*CreatePipelineRequest) GetOutputBranch ¶ added in v1.3.19
func (m *CreatePipelineRequest) GetOutputBranch() string
func (*CreatePipelineRequest) GetParallelismSpec ¶ added in v1.2.0
func (m *CreatePipelineRequest) GetParallelismSpec() *ParallelismSpec
func (*CreatePipelineRequest) GetPipeline ¶
func (m *CreatePipelineRequest) GetPipeline() *Pipeline
func (*CreatePipelineRequest) GetPodPatch ¶ added in v1.8.3
func (m *CreatePipelineRequest) GetPodPatch() string
func (*CreatePipelineRequest) GetPodSpec ¶ added in v1.7.10
func (m *CreatePipelineRequest) GetPodSpec() string
func (*CreatePipelineRequest) GetReprocess ¶ added in v1.5.1
func (m *CreatePipelineRequest) GetReprocess() bool
func (*CreatePipelineRequest) GetResourceLimits ¶ added in v1.6.5
func (m *CreatePipelineRequest) GetResourceLimits() *ResourceSpec
func (*CreatePipelineRequest) GetResourceRequests ¶ added in v1.6.5
func (m *CreatePipelineRequest) GetResourceRequests() *ResourceSpec
func (*CreatePipelineRequest) GetSalt ¶ added in v1.6.9
func (m *CreatePipelineRequest) GetSalt() string
func (*CreatePipelineRequest) GetScaleDownThreshold ¶ added in v1.4.4
func (m *CreatePipelineRequest) GetScaleDownThreshold() *types.Duration
func (*CreatePipelineRequest) GetSchedulingSpec ¶ added in v1.7.10
func (m *CreatePipelineRequest) GetSchedulingSpec() *SchedulingSpec
func (*CreatePipelineRequest) GetService ¶ added in v1.6.0
func (m *CreatePipelineRequest) GetService() *Service
func (*CreatePipelineRequest) GetSpout ¶ added in v1.8.6
func (m *CreatePipelineRequest) GetSpout() *Spout
func (*CreatePipelineRequest) GetStandby ¶ added in v1.7.1
func (m *CreatePipelineRequest) GetStandby() bool
func (*CreatePipelineRequest) GetTransform ¶
func (m *CreatePipelineRequest) GetTransform() *Transform
func (*CreatePipelineRequest) GetUpdate ¶ added in v1.3.5
func (m *CreatePipelineRequest) GetUpdate() bool
func (*CreatePipelineRequest) Marshal ¶ added in v1.5.0
func (m *CreatePipelineRequest) Marshal() (dAtA []byte, err error)
func (*CreatePipelineRequest) MarshalTo ¶ added in v1.5.0
func (m *CreatePipelineRequest) MarshalTo(dAtA []byte) (int, error)
func (*CreatePipelineRequest) ProtoMessage ¶
func (*CreatePipelineRequest) ProtoMessage()
func (*CreatePipelineRequest) Reset ¶
func (m *CreatePipelineRequest) Reset()
func (*CreatePipelineRequest) Size ¶ added in v1.5.0
func (m *CreatePipelineRequest) Size() (n int)
func (*CreatePipelineRequest) String ¶
func (m *CreatePipelineRequest) String() string
func (*CreatePipelineRequest) Unmarshal ¶ added in v1.5.0
func (m *CreatePipelineRequest) Unmarshal(dAtA []byte) error
func (*CreatePipelineRequest) XXX_DiscardUnknown ¶ added in v1.7.12
func (m *CreatePipelineRequest) XXX_DiscardUnknown()
func (*CreatePipelineRequest) XXX_Marshal ¶ added in v1.7.12
func (m *CreatePipelineRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*CreatePipelineRequest) XXX_Merge ¶ added in v1.7.12
func (m *CreatePipelineRequest) XXX_Merge(src proto.Message)
func (*CreatePipelineRequest) XXX_Size ¶ added in v1.7.12
func (m *CreatePipelineRequest) XXX_Size() int
func (*CreatePipelineRequest) XXX_Unmarshal ¶ added in v1.7.12
func (m *CreatePipelineRequest) XXX_Unmarshal(b []byte) error
type CronInput ¶ added in v1.5.3
type CronInput struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Repo string `protobuf:"bytes,2,opt,name=repo,proto3" json:"repo,omitempty"` Commit string `protobuf:"bytes,3,opt,name=commit,proto3" json:"commit,omitempty"` Spec string `protobuf:"bytes,4,opt,name=spec,proto3" json:"spec,omitempty"` // Overwrite, if true, will expose a single datum that gets overwritten each // tick. If false, it will create a new datum for each tick. Overwrite bool `protobuf:"varint,6,opt,name=overwrite,proto3" json:"overwrite,omitempty"` Start *types.Timestamp `protobuf:"bytes,5,opt,name=start,proto3" json:"start,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*CronInput) Descriptor ¶ added in v1.5.3
func (*CronInput) GetOverwrite ¶ added in v1.8.6
func (*CronInput) ProtoMessage ¶ added in v1.5.3
func (*CronInput) ProtoMessage()
func (*CronInput) XXX_DiscardUnknown ¶ added in v1.7.12
func (m *CronInput) XXX_DiscardUnknown()
func (*CronInput) XXX_Marshal ¶ added in v1.7.12
func (*CronInput) XXX_Unmarshal ¶ added in v1.7.12
type Datum ¶ added in v1.4.3
type Datum struct { // ID is the hash computed from all the files ID string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Job *Job `protobuf:"bytes,2,opt,name=job,proto3" json:"job,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Datum) Descriptor ¶ added in v1.4.3
func (*Datum) ProtoMessage ¶ added in v1.4.3
func (*Datum) ProtoMessage()
func (*Datum) XXX_DiscardUnknown ¶ added in v1.7.12
func (m *Datum) XXX_DiscardUnknown()
func (*Datum) XXX_Marshal ¶ added in v1.7.12
func (*Datum) XXX_Unmarshal ¶ added in v1.7.12
type DatumInfo ¶ added in v1.5.2
type DatumInfo struct { Datum *Datum `protobuf:"bytes,1,opt,name=datum,proto3" json:"datum,omitempty"` State DatumState `protobuf:"varint,2,opt,name=state,proto3,enum=pps.DatumState" json:"state,omitempty"` Stats *ProcessStats `protobuf:"bytes,3,opt,name=stats,proto3" json:"stats,omitempty"` PfsState *pfs.File `protobuf:"bytes,4,opt,name=pfs_state,json=pfsState,proto3" json:"pfs_state,omitempty"` Data []*pfs.FileInfo `protobuf:"bytes,5,rep,name=data,proto3" json:"data,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*DatumInfo) Descriptor ¶ added in v1.5.2
func (*DatumInfo) GetPfsState ¶ added in v1.5.2
func (*DatumInfo) GetState ¶ added in v1.5.2
func (m *DatumInfo) GetState() DatumState
func (*DatumInfo) GetStats ¶ added in v1.5.2
func (m *DatumInfo) GetStats() *ProcessStats
func (*DatumInfo) ProtoMessage ¶ added in v1.5.2
func (*DatumInfo) ProtoMessage()
func (*DatumInfo) XXX_DiscardUnknown ¶ added in v1.7.12
func (m *DatumInfo) XXX_DiscardUnknown()
func (*DatumInfo) XXX_Marshal ¶ added in v1.7.12
func (*DatumInfo) XXX_Unmarshal ¶ added in v1.7.12
type DatumState ¶ added in v1.5.2
type DatumState int32
const ( DatumState_FAILED DatumState = 0 DatumState_SUCCESS DatumState = 1 DatumState_SKIPPED DatumState = 2 DatumState_STARTING DatumState = 3 DatumState_RECOVERED DatumState = 4 )
func (DatumState) EnumDescriptor ¶ added in v1.5.2
func (DatumState) EnumDescriptor() ([]byte, []int)
func (DatumState) String ¶ added in v1.5.2
func (x DatumState) String() string
type DeleteJobRequest ¶ added in v1.3.0
type DeleteJobRequest struct { Job *Job `protobuf:"bytes,1,opt,name=job,proto3" json:"job,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*DeleteJobRequest) Descriptor ¶ added in v1.3.0
func (*DeleteJobRequest) Descriptor() ([]byte, []int)
func (*DeleteJobRequest) GetJob ¶ added in v1.3.0
func (m *DeleteJobRequest) GetJob() *Job
func (*DeleteJobRequest) Marshal ¶ added in v1.5.0
func (m *DeleteJobRequest) Marshal() (dAtA []byte, err error)
func (*DeleteJobRequest) MarshalTo ¶ added in v1.5.0
func (m *DeleteJobRequest) MarshalTo(dAtA []byte) (int, error)
func (*DeleteJobRequest) ProtoMessage ¶ added in v1.3.0
func (*DeleteJobRequest) ProtoMessage()
func (*DeleteJobRequest) Reset ¶ added in v1.3.0
func (m *DeleteJobRequest) Reset()
func (*DeleteJobRequest) Size ¶ added in v1.5.0
func (m *DeleteJobRequest) Size() (n int)
func (*DeleteJobRequest) String ¶ added in v1.3.0
func (m *DeleteJobRequest) String() string
func (*DeleteJobRequest) Unmarshal ¶ added in v1.5.0
func (m *DeleteJobRequest) Unmarshal(dAtA []byte) error
func (*DeleteJobRequest) XXX_DiscardUnknown ¶ added in v1.7.12
func (m *DeleteJobRequest) XXX_DiscardUnknown()
func (*DeleteJobRequest) XXX_Marshal ¶ added in v1.7.12
func (m *DeleteJobRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*DeleteJobRequest) XXX_Merge ¶ added in v1.7.12
func (m *DeleteJobRequest) XXX_Merge(src proto.Message)
func (*DeleteJobRequest) XXX_Size ¶ added in v1.7.12
func (m *DeleteJobRequest) XXX_Size() int
func (*DeleteJobRequest) XXX_Unmarshal ¶ added in v1.7.12
func (m *DeleteJobRequest) XXX_Unmarshal(b []byte) error
type DeletePipelineRequest ¶
type DeletePipelineRequest struct { Pipeline *Pipeline `protobuf:"bytes,1,opt,name=pipeline,proto3" json:"pipeline,omitempty"` All bool `protobuf:"varint,4,opt,name=all,proto3" json:"all,omitempty"` Force bool `protobuf:"varint,5,opt,name=force,proto3" json:"force,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*DeletePipelineRequest) Descriptor ¶
func (*DeletePipelineRequest) Descriptor() ([]byte, []int)
func (*DeletePipelineRequest) GetAll ¶ added in v1.4.8
func (m *DeletePipelineRequest) GetAll() bool
func (*DeletePipelineRequest) GetForce ¶ added in v1.7.2
func (m *DeletePipelineRequest) GetForce() bool
func (*DeletePipelineRequest) GetPipeline ¶
func (m *DeletePipelineRequest) GetPipeline() *Pipeline
func (*DeletePipelineRequest) Marshal ¶ added in v1.5.0
func (m *DeletePipelineRequest) Marshal() (dAtA []byte, err error)
func (*DeletePipelineRequest) MarshalTo ¶ added in v1.5.0
func (m *DeletePipelineRequest) MarshalTo(dAtA []byte) (int, error)
func (*DeletePipelineRequest) ProtoMessage ¶
func (*DeletePipelineRequest) ProtoMessage()
func (*DeletePipelineRequest) Reset ¶
func (m *DeletePipelineRequest) Reset()
func (*DeletePipelineRequest) Size ¶ added in v1.5.0
func (m *DeletePipelineRequest) Size() (n int)
func (*DeletePipelineRequest) String ¶
func (m *DeletePipelineRequest) String() string
func (*DeletePipelineRequest) Unmarshal ¶ added in v1.5.0
func (m *DeletePipelineRequest) Unmarshal(dAtA []byte) error
func (*DeletePipelineRequest) XXX_DiscardUnknown ¶ added in v1.7.12
func (m *DeletePipelineRequest) XXX_DiscardUnknown()
func (*DeletePipelineRequest) XXX_Marshal ¶ added in v1.7.12
func (m *DeletePipelineRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*DeletePipelineRequest) XXX_Merge ¶ added in v1.7.12
func (m *DeletePipelineRequest) XXX_Merge(src proto.Message)
func (*DeletePipelineRequest) XXX_Size ¶ added in v1.7.12
func (m *DeletePipelineRequest) XXX_Size() int
func (*DeletePipelineRequest) XXX_Unmarshal ¶ added in v1.7.12
func (m *DeletePipelineRequest) XXX_Unmarshal(b []byte) error
type Egress ¶ added in v1.3.19
type Egress struct { URL string `protobuf:"bytes,1,opt,name=URL,proto3" json:"URL,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Egress) Descriptor ¶ added in v1.3.19
func (*Egress) ProtoMessage ¶ added in v1.3.19
func (*Egress) ProtoMessage()
func (*Egress) XXX_DiscardUnknown ¶ added in v1.7.12
func (m *Egress) XXX_DiscardUnknown()
func (*Egress) XXX_Marshal ¶ added in v1.7.12
func (*Egress) XXX_Unmarshal ¶ added in v1.7.12
type EtcdJobInfo ¶ added in v1.7.0
type EtcdJobInfo struct { Job *Job `protobuf:"bytes,1,opt,name=job,proto3" json:"job,omitempty"` Pipeline *Pipeline `protobuf:"bytes,2,opt,name=pipeline,proto3" json:"pipeline,omitempty"` OutputCommit *pfs.Commit `protobuf:"bytes,3,opt,name=output_commit,json=outputCommit,proto3" json:"output_commit,omitempty"` // Job restart count (e.g. due to datum failure) Restart uint64 `protobuf:"varint,4,opt,name=restart,proto3" json:"restart,omitempty"` // Counts of how many times we processed or skipped a datum DataProcessed int64 `protobuf:"varint,5,opt,name=data_processed,json=dataProcessed,proto3" json:"data_processed,omitempty"` DataSkipped int64 `protobuf:"varint,6,opt,name=data_skipped,json=dataSkipped,proto3" json:"data_skipped,omitempty"` DataTotal int64 `protobuf:"varint,7,opt,name=data_total,json=dataTotal,proto3" json:"data_total,omitempty"` DataFailed int64 `protobuf:"varint,8,opt,name=data_failed,json=dataFailed,proto3" json:"data_failed,omitempty"` DataRecovered int64 `protobuf:"varint,15,opt,name=data_recovered,json=dataRecovered,proto3" json:"data_recovered,omitempty"` // Download/process/upload time and download/upload bytes Stats *ProcessStats `protobuf:"bytes,9,opt,name=stats,proto3" json:"stats,omitempty"` StatsCommit *pfs.Commit `protobuf:"bytes,10,opt,name=stats_commit,json=statsCommit,proto3" json:"stats_commit,omitempty"` State JobState `protobuf:"varint,11,opt,name=state,proto3,enum=pps.JobState" json:"state,omitempty"` Reason string `protobuf:"bytes,12,opt,name=reason,proto3" json:"reason,omitempty"` Started *types.Timestamp `protobuf:"bytes,13,opt,name=started,proto3" json:"started,omitempty"` Finished *types.Timestamp `protobuf:"bytes,14,opt,name=finished,proto3" json:"finished,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
EtcdJobInfo is the portion of the JobInfo that gets stored in etcd during job execution. It contains fields which change over the lifetime of the job but aren't used in the execution of the job.
func (*EtcdJobInfo) Descriptor ¶ added in v1.7.0
func (*EtcdJobInfo) Descriptor() ([]byte, []int)
func (*EtcdJobInfo) GetDataFailed ¶ added in v1.7.0
func (m *EtcdJobInfo) GetDataFailed() int64
func (*EtcdJobInfo) GetDataProcessed ¶ added in v1.7.0
func (m *EtcdJobInfo) GetDataProcessed() int64
func (*EtcdJobInfo) GetDataRecovered ¶ added in v1.9.0
func (m *EtcdJobInfo) GetDataRecovered() int64
func (*EtcdJobInfo) GetDataSkipped ¶ added in v1.7.0
func (m *EtcdJobInfo) GetDataSkipped() int64
func (*EtcdJobInfo) GetDataTotal ¶ added in v1.7.0
func (m *EtcdJobInfo) GetDataTotal() int64
func (*EtcdJobInfo) GetFinished ¶ added in v1.7.11
func (m *EtcdJobInfo) GetFinished() *types.Timestamp
func (*EtcdJobInfo) GetJob ¶ added in v1.7.0
func (m *EtcdJobInfo) GetJob() *Job
func (*EtcdJobInfo) GetOutputCommit ¶ added in v1.7.0
func (m *EtcdJobInfo) GetOutputCommit() *pfs.Commit
func (*EtcdJobInfo) GetPipeline ¶ added in v1.7.0
func (m *EtcdJobInfo) GetPipeline() *Pipeline
func (*EtcdJobInfo) GetReason ¶ added in v1.7.0
func (m *EtcdJobInfo) GetReason() string
func (*EtcdJobInfo) GetRestart ¶ added in v1.7.0
func (m *EtcdJobInfo) GetRestart() uint64
func (*EtcdJobInfo) GetStarted ¶ added in v1.7.11
func (m *EtcdJobInfo) GetStarted() *types.Timestamp
func (*EtcdJobInfo) GetState ¶ added in v1.7.0
func (m *EtcdJobInfo) GetState() JobState
func (*EtcdJobInfo) GetStats ¶ added in v1.7.0
func (m *EtcdJobInfo) GetStats() *ProcessStats
func (*EtcdJobInfo) GetStatsCommit ¶ added in v1.7.0
func (m *EtcdJobInfo) GetStatsCommit() *pfs.Commit
func (*EtcdJobInfo) Marshal ¶ added in v1.7.0
func (m *EtcdJobInfo) Marshal() (dAtA []byte, err error)
func (*EtcdJobInfo) MarshalTo ¶ added in v1.7.0
func (m *EtcdJobInfo) MarshalTo(dAtA []byte) (int, error)
func (*EtcdJobInfo) ProtoMessage ¶ added in v1.7.0
func (*EtcdJobInfo) ProtoMessage()
func (*EtcdJobInfo) Reset ¶ added in v1.7.0
func (m *EtcdJobInfo) Reset()
func (*EtcdJobInfo) Size ¶ added in v1.7.0
func (m *EtcdJobInfo) Size() (n int)
func (*EtcdJobInfo) String ¶ added in v1.7.0
func (m *EtcdJobInfo) String() string
func (*EtcdJobInfo) Unmarshal ¶ added in v1.7.0
func (m *EtcdJobInfo) Unmarshal(dAtA []byte) error
func (*EtcdJobInfo) XXX_DiscardUnknown ¶ added in v1.7.12
func (m *EtcdJobInfo) XXX_DiscardUnknown()
func (*EtcdJobInfo) XXX_Marshal ¶ added in v1.7.12
func (m *EtcdJobInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*EtcdJobInfo) XXX_Merge ¶ added in v1.7.12
func (m *EtcdJobInfo) XXX_Merge(src proto.Message)
func (*EtcdJobInfo) XXX_Size ¶ added in v1.7.12
func (m *EtcdJobInfo) XXX_Size() int
func (*EtcdJobInfo) XXX_Unmarshal ¶ added in v1.7.12
func (m *EtcdJobInfo) XXX_Unmarshal(b []byte) error
type EtcdPipelineInfo ¶ added in v1.7.0
type EtcdPipelineInfo struct { State PipelineState `protobuf:"varint,1,opt,name=state,proto3,enum=pps.PipelineState" json:"state,omitempty"` Reason string `protobuf:"bytes,4,opt,name=reason,proto3" json:"reason,omitempty"` SpecCommit *pfs.Commit `protobuf:"bytes,2,opt,name=spec_commit,json=specCommit,proto3" json:"spec_commit,omitempty"` JobCounts map[int32]int32 `` /* 178-byte string literal not displayed */ AuthToken string `protobuf:"bytes,5,opt,name=auth_token,json=authToken,proto3" json:"auth_token,omitempty"` LastJobState JobState `protobuf:"varint,6,opt,name=last_job_state,json=lastJobState,proto3,enum=pps.JobState" json:"last_job_state,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
EtcdPipelineInfo is proto that Pachd stores in etcd for each pipeline. It tracks the state of the pipeline, and points to its metadata in PFS (and, by pointing to a PFS commit, de facto tracks the pipeline's version)
func (*EtcdPipelineInfo) Descriptor ¶ added in v1.7.0
func (*EtcdPipelineInfo) Descriptor() ([]byte, []int)
func (*EtcdPipelineInfo) GetAuthToken ¶ added in v1.7.0
func (m *EtcdPipelineInfo) GetAuthToken() string
func (*EtcdPipelineInfo) GetJobCounts ¶ added in v1.7.0
func (m *EtcdPipelineInfo) GetJobCounts() map[int32]int32
func (*EtcdPipelineInfo) GetLastJobState ¶ added in v1.8.3
func (m *EtcdPipelineInfo) GetLastJobState() JobState
func (*EtcdPipelineInfo) GetReason ¶ added in v1.7.0
func (m *EtcdPipelineInfo) GetReason() string
func (*EtcdPipelineInfo) GetSpecCommit ¶ added in v1.7.0
func (m *EtcdPipelineInfo) GetSpecCommit() *pfs.Commit
func (*EtcdPipelineInfo) GetState ¶ added in v1.7.0
func (m *EtcdPipelineInfo) GetState() PipelineState
func (*EtcdPipelineInfo) Marshal ¶ added in v1.7.0
func (m *EtcdPipelineInfo) Marshal() (dAtA []byte, err error)
func (*EtcdPipelineInfo) MarshalTo ¶ added in v1.7.0
func (m *EtcdPipelineInfo) MarshalTo(dAtA []byte) (int, error)
func (*EtcdPipelineInfo) ProtoMessage ¶ added in v1.7.0
func (*EtcdPipelineInfo) ProtoMessage()
func (*EtcdPipelineInfo) Reset ¶ added in v1.7.0
func (m *EtcdPipelineInfo) Reset()
func (*EtcdPipelineInfo) Size ¶ added in v1.7.0
func (m *EtcdPipelineInfo) Size() (n int)
func (*EtcdPipelineInfo) String ¶ added in v1.7.0
func (m *EtcdPipelineInfo) String() string
func (*EtcdPipelineInfo) Unmarshal ¶ added in v1.7.0
func (m *EtcdPipelineInfo) Unmarshal(dAtA []byte) error
func (*EtcdPipelineInfo) XXX_DiscardUnknown ¶ added in v1.7.12
func (m *EtcdPipelineInfo) XXX_DiscardUnknown()
func (*EtcdPipelineInfo) XXX_Marshal ¶ added in v1.7.12
func (m *EtcdPipelineInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*EtcdPipelineInfo) XXX_Merge ¶ added in v1.7.12
func (m *EtcdPipelineInfo) XXX_Merge(src proto.Message)
func (*EtcdPipelineInfo) XXX_Size ¶ added in v1.7.12
func (m *EtcdPipelineInfo) XXX_Size() int
func (*EtcdPipelineInfo) XXX_Unmarshal ¶ added in v1.7.12
func (m *EtcdPipelineInfo) XXX_Unmarshal(b []byte) error
type FlushJobRequest ¶ added in v1.7.0
type FlushJobRequest struct { Commits []*pfs.Commit `protobuf:"bytes,1,rep,name=commits,proto3" json:"commits,omitempty"` ToPipelines []*Pipeline `protobuf:"bytes,2,rep,name=to_pipelines,json=toPipelines,proto3" json:"to_pipelines,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*FlushJobRequest) Descriptor ¶ added in v1.7.0
func (*FlushJobRequest) Descriptor() ([]byte, []int)
func (*FlushJobRequest) GetCommits ¶ added in v1.7.0
func (m *FlushJobRequest) GetCommits() []*pfs.Commit
func (*FlushJobRequest) GetToPipelines ¶ added in v1.7.0
func (m *FlushJobRequest) GetToPipelines() []*Pipeline
func (*FlushJobRequest) Marshal ¶ added in v1.7.0
func (m *FlushJobRequest) Marshal() (dAtA []byte, err error)
func (*FlushJobRequest) MarshalTo ¶ added in v1.7.0
func (m *FlushJobRequest) MarshalTo(dAtA []byte) (int, error)
func (*FlushJobRequest) ProtoMessage ¶ added in v1.7.0
func (*FlushJobRequest) ProtoMessage()
func (*FlushJobRequest) Reset ¶ added in v1.7.0
func (m *FlushJobRequest) Reset()
func (*FlushJobRequest) Size ¶ added in v1.7.0
func (m *FlushJobRequest) Size() (n int)
func (*FlushJobRequest) String ¶ added in v1.7.0
func (m *FlushJobRequest) String() string
func (*FlushJobRequest) Unmarshal ¶ added in v1.7.0
func (m *FlushJobRequest) Unmarshal(dAtA []byte) error
func (*FlushJobRequest) XXX_DiscardUnknown ¶ added in v1.7.12
func (m *FlushJobRequest) XXX_DiscardUnknown()
func (*FlushJobRequest) XXX_Marshal ¶ added in v1.7.12
func (m *FlushJobRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*FlushJobRequest) XXX_Merge ¶ added in v1.7.12
func (m *FlushJobRequest) XXX_Merge(src proto.Message)
func (*FlushJobRequest) XXX_Size ¶ added in v1.7.12
func (m *FlushJobRequest) XXX_Size() int
func (*FlushJobRequest) XXX_Unmarshal ¶ added in v1.7.12
func (m *FlushJobRequest) XXX_Unmarshal(b []byte) error
type GPUSpec ¶ added in v1.8.2
type GPUSpec struct { // The type of GPU (nvidia.com/gpu or amd.com/gpu for example). Type string `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"` // The number of GPUs to request. Number int64 `protobuf:"varint,2,opt,name=number,proto3" json:"number,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*GPUSpec) Descriptor ¶ added in v1.8.2
func (*GPUSpec) ProtoMessage ¶ added in v1.8.2
func (*GPUSpec) ProtoMessage()
func (*GPUSpec) XXX_DiscardUnknown ¶ added in v1.8.2
func (m *GPUSpec) XXX_DiscardUnknown()
func (*GPUSpec) XXX_Marshal ¶ added in v1.8.2
func (*GPUSpec) XXX_Unmarshal ¶ added in v1.8.2
type GarbageCollectRequest ¶ added in v1.4.7
type GarbageCollectRequest struct { // Memory is how much memory to use in computing which objects are alive. A // larger number will result in more precise garbage collection (at the // cost of more memory usage). MemoryBytes int64 `protobuf:"varint,1,opt,name=memory_bytes,json=memoryBytes,proto3" json:"memory_bytes,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*GarbageCollectRequest) Descriptor ¶ added in v1.4.7
func (*GarbageCollectRequest) Descriptor() ([]byte, []int)
func (*GarbageCollectRequest) GetMemoryBytes ¶ added in v1.7.9
func (m *GarbageCollectRequest) GetMemoryBytes() int64
func (*GarbageCollectRequest) Marshal ¶ added in v1.5.0
func (m *GarbageCollectRequest) Marshal() (dAtA []byte, err error)
func (*GarbageCollectRequest) MarshalTo ¶ added in v1.5.0
func (m *GarbageCollectRequest) MarshalTo(dAtA []byte) (int, error)
func (*GarbageCollectRequest) ProtoMessage ¶ added in v1.4.7
func (*GarbageCollectRequest) ProtoMessage()
func (*GarbageCollectRequest) Reset ¶ added in v1.4.7
func (m *GarbageCollectRequest) Reset()
func (*GarbageCollectRequest) Size ¶ added in v1.5.0
func (m *GarbageCollectRequest) Size() (n int)
func (*GarbageCollectRequest) String ¶ added in v1.4.7
func (m *GarbageCollectRequest) String() string
func (*GarbageCollectRequest) Unmarshal ¶ added in v1.5.0
func (m *GarbageCollectRequest) Unmarshal(dAtA []byte) error
func (*GarbageCollectRequest) XXX_DiscardUnknown ¶ added in v1.7.12
func (m *GarbageCollectRequest) XXX_DiscardUnknown()
func (*GarbageCollectRequest) XXX_Marshal ¶ added in v1.7.12
func (m *GarbageCollectRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GarbageCollectRequest) XXX_Merge ¶ added in v1.7.12
func (m *GarbageCollectRequest) XXX_Merge(src proto.Message)
func (*GarbageCollectRequest) XXX_Size ¶ added in v1.7.12
func (m *GarbageCollectRequest) XXX_Size() int
func (*GarbageCollectRequest) XXX_Unmarshal ¶ added in v1.7.12
func (m *GarbageCollectRequest) XXX_Unmarshal(b []byte) error
type GarbageCollectResponse ¶ added in v1.4.7
type GarbageCollectResponse struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*GarbageCollectResponse) Descriptor ¶ added in v1.4.7
func (*GarbageCollectResponse) Descriptor() ([]byte, []int)
func (*GarbageCollectResponse) Marshal ¶ added in v1.5.0
func (m *GarbageCollectResponse) Marshal() (dAtA []byte, err error)
func (*GarbageCollectResponse) MarshalTo ¶ added in v1.5.0
func (m *GarbageCollectResponse) MarshalTo(dAtA []byte) (int, error)
func (*GarbageCollectResponse) ProtoMessage ¶ added in v1.4.7
func (*GarbageCollectResponse) ProtoMessage()
func (*GarbageCollectResponse) Reset ¶ added in v1.4.7
func (m *GarbageCollectResponse) Reset()
func (*GarbageCollectResponse) Size ¶ added in v1.5.0
func (m *GarbageCollectResponse) Size() (n int)
func (*GarbageCollectResponse) String ¶ added in v1.4.7
func (m *GarbageCollectResponse) String() string
func (*GarbageCollectResponse) Unmarshal ¶ added in v1.5.0
func (m *GarbageCollectResponse) Unmarshal(dAtA []byte) error
func (*GarbageCollectResponse) XXX_DiscardUnknown ¶ added in v1.7.12
func (m *GarbageCollectResponse) XXX_DiscardUnknown()
func (*GarbageCollectResponse) XXX_Marshal ¶ added in v1.7.12
func (m *GarbageCollectResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GarbageCollectResponse) XXX_Merge ¶ added in v1.7.12
func (m *GarbageCollectResponse) XXX_Merge(src proto.Message)
func (*GarbageCollectResponse) XXX_Size ¶ added in v1.7.12
func (m *GarbageCollectResponse) XXX_Size() int
func (*GarbageCollectResponse) XXX_Unmarshal ¶ added in v1.7.12
func (m *GarbageCollectResponse) XXX_Unmarshal(b []byte) error
type GetLogsRequest ¶
type GetLogsRequest struct { // The pipeline from which we want to get logs (required if the job in 'job' // was created as part of a pipeline. To get logs from a non-orphan job // without the pipeline that created it, you need to use ElasticSearch). Pipeline *Pipeline `protobuf:"bytes,2,opt,name=pipeline,proto3" json:"pipeline,omitempty"` // The job from which we want to get logs. Job *Job `protobuf:"bytes,1,opt,name=job,proto3" json:"job,omitempty"` // Names of input files from which we want processing logs. This may contain // multiple files, to query pipelines that contain multiple inputs. Each // filter may be an absolute path of a file within a pps repo, or it may be // a hash for that file (to search for files at specific versions) DataFilters []string `protobuf:"bytes,3,rep,name=data_filters,json=dataFilters,proto3" json:"data_filters,omitempty"` Datum *Datum `protobuf:"bytes,6,opt,name=datum,proto3" json:"datum,omitempty"` // If true get logs from the master process Master bool `protobuf:"varint,5,opt,name=master,proto3" json:"master,omitempty"` // Continue to follow new logs as they become available. Follow bool `protobuf:"varint,7,opt,name=follow,proto3" json:"follow,omitempty"` // If nonzero, the number of lines from the end of the logs to return. Note: // tail applies per container, so you will get tail * <number of pods> total // lines back. Tail int64 `protobuf:"varint,8,opt,name=tail,proto3" json:"tail,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*GetLogsRequest) Descriptor ¶
func (*GetLogsRequest) Descriptor() ([]byte, []int)
func (*GetLogsRequest) GetDataFilters ¶ added in v1.3.19
func (m *GetLogsRequest) GetDataFilters() []string
func (*GetLogsRequest) GetDatum ¶ added in v1.6.0
func (m *GetLogsRequest) GetDatum() *Datum
func (*GetLogsRequest) GetFollow ¶ added in v1.6.7
func (m *GetLogsRequest) GetFollow() bool
func (*GetLogsRequest) GetJob ¶
func (m *GetLogsRequest) GetJob() *Job
func (*GetLogsRequest) GetMaster ¶ added in v1.5.1
func (m *GetLogsRequest) GetMaster() bool
func (*GetLogsRequest) GetPipeline ¶ added in v1.3.19
func (m *GetLogsRequest) GetPipeline() *Pipeline
func (*GetLogsRequest) GetTail ¶ added in v1.6.7
func (m *GetLogsRequest) GetTail() int64
func (*GetLogsRequest) Marshal ¶ added in v1.5.0
func (m *GetLogsRequest) Marshal() (dAtA []byte, err error)
func (*GetLogsRequest) MarshalTo ¶ added in v1.5.0
func (m *GetLogsRequest) MarshalTo(dAtA []byte) (int, error)
func (*GetLogsRequest) ProtoMessage ¶
func (*GetLogsRequest) ProtoMessage()
func (*GetLogsRequest) Reset ¶
func (m *GetLogsRequest) Reset()
func (*GetLogsRequest) Size ¶ added in v1.5.0
func (m *GetLogsRequest) Size() (n int)
func (*GetLogsRequest) String ¶
func (m *GetLogsRequest) String() string
func (*GetLogsRequest) Unmarshal ¶ added in v1.5.0
func (m *GetLogsRequest) Unmarshal(dAtA []byte) error
func (*GetLogsRequest) XXX_DiscardUnknown ¶ added in v1.7.12
func (m *GetLogsRequest) XXX_DiscardUnknown()
func (*GetLogsRequest) XXX_Marshal ¶ added in v1.7.12
func (m *GetLogsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetLogsRequest) XXX_Merge ¶ added in v1.7.12
func (m *GetLogsRequest) XXX_Merge(src proto.Message)
func (*GetLogsRequest) XXX_Size ¶ added in v1.7.12
func (m *GetLogsRequest) XXX_Size() int
func (*GetLogsRequest) XXX_Unmarshal ¶ added in v1.7.12
func (m *GetLogsRequest) XXX_Unmarshal(b []byte) error
type GitInput ¶ added in v1.6.4
type GitInput struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` URL string `protobuf:"bytes,2,opt,name=url,proto3" json:"url,omitempty"` Branch string `protobuf:"bytes,3,opt,name=branch,proto3" json:"branch,omitempty"` Commit string `protobuf:"bytes,4,opt,name=commit,proto3" json:"commit,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*GitInput) Descriptor ¶ added in v1.6.4
func (*GitInput) ProtoMessage ¶ added in v1.6.4
func (*GitInput) ProtoMessage()
func (*GitInput) XXX_DiscardUnknown ¶ added in v1.7.12
func (m *GitInput) XXX_DiscardUnknown()
func (*GitInput) XXX_Marshal ¶ added in v1.7.12
func (*GitInput) XXX_Unmarshal ¶ added in v1.7.12
type HashtreeSpec ¶ added in v1.7.11
type HashtreeSpec struct { Constant uint64 `protobuf:"varint,1,opt,name=constant,proto3" json:"constant,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
HashTreeSpec sets the number of shards into which pps splits a pipeline's output commits (sharded commits are implemented in Pachyderm 1.8+ only)
func (*HashtreeSpec) Descriptor ¶ added in v1.7.11
func (*HashtreeSpec) Descriptor() ([]byte, []int)
func (*HashtreeSpec) GetConstant ¶ added in v1.7.11
func (m *HashtreeSpec) GetConstant() uint64
func (*HashtreeSpec) Marshal ¶ added in v1.7.11
func (m *HashtreeSpec) Marshal() (dAtA []byte, err error)
func (*HashtreeSpec) MarshalTo ¶ added in v1.7.11
func (m *HashtreeSpec) MarshalTo(dAtA []byte) (int, error)
func (*HashtreeSpec) ProtoMessage ¶ added in v1.7.11
func (*HashtreeSpec) ProtoMessage()
func (*HashtreeSpec) Reset ¶ added in v1.7.11
func (m *HashtreeSpec) Reset()
func (*HashtreeSpec) Size ¶ added in v1.7.11
func (m *HashtreeSpec) Size() (n int)
func (*HashtreeSpec) String ¶ added in v1.7.11
func (m *HashtreeSpec) String() string
func (*HashtreeSpec) Unmarshal ¶ added in v1.7.11
func (m *HashtreeSpec) Unmarshal(dAtA []byte) error
func (*HashtreeSpec) XXX_DiscardUnknown ¶ added in v1.7.12
func (m *HashtreeSpec) XXX_DiscardUnknown()
func (*HashtreeSpec) XXX_Marshal ¶ added in v1.7.12
func (m *HashtreeSpec) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*HashtreeSpec) XXX_Merge ¶ added in v1.7.12
func (m *HashtreeSpec) XXX_Merge(src proto.Message)
func (*HashtreeSpec) XXX_Size ¶ added in v1.7.12
func (m *HashtreeSpec) XXX_Size() int
func (*HashtreeSpec) XXX_Unmarshal ¶ added in v1.7.12
func (m *HashtreeSpec) XXX_Unmarshal(b []byte) error
type Input ¶ added in v1.4.6
type Input struct { Pfs *PFSInput `protobuf:"bytes,6,opt,name=pfs,proto3" json:"pfs,omitempty"` Cross []*Input `protobuf:"bytes,2,rep,name=cross,proto3" json:"cross,omitempty"` Union []*Input `protobuf:"bytes,3,rep,name=union,proto3" json:"union,omitempty"` Cron *CronInput `protobuf:"bytes,4,opt,name=cron,proto3" json:"cron,omitempty"` Git *GitInput `protobuf:"bytes,5,opt,name=git,proto3" json:"git,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Input) Descriptor ¶ added in v1.4.6
func (*Input) ProtoMessage ¶ added in v1.4.6
func (*Input) ProtoMessage()
func (*Input) XXX_DiscardUnknown ¶ added in v1.7.12
func (m *Input) XXX_DiscardUnknown()
func (*Input) XXX_Marshal ¶ added in v1.7.12
func (*Input) XXX_Unmarshal ¶ added in v1.7.12
type InputFile ¶ added in v1.5.2
type InputFile struct { // This file's absolute path within its pfs repo. Path string `protobuf:"bytes,4,opt,name=path,proto3" json:"path,omitempty"` // This file's hash Hash []byte `protobuf:"bytes,5,opt,name=hash,proto3" json:"hash,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*InputFile) Descriptor ¶ added in v1.5.2
func (*InputFile) ProtoMessage ¶ added in v1.5.2
func (*InputFile) ProtoMessage()
func (*InputFile) XXX_DiscardUnknown ¶ added in v1.7.12
func (m *InputFile) XXX_DiscardUnknown()
func (*InputFile) XXX_Marshal ¶ added in v1.7.12
func (*InputFile) XXX_Unmarshal ¶ added in v1.7.12
type InspectDatumRequest ¶ added in v1.5.2
type InspectDatumRequest struct { Datum *Datum `protobuf:"bytes,1,opt,name=datum,proto3" json:"datum,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*InspectDatumRequest) Descriptor ¶ added in v1.5.2
func (*InspectDatumRequest) Descriptor() ([]byte, []int)
func (*InspectDatumRequest) GetDatum ¶ added in v1.5.2
func (m *InspectDatumRequest) GetDatum() *Datum
func (*InspectDatumRequest) Marshal ¶ added in v1.5.2
func (m *InspectDatumRequest) Marshal() (dAtA []byte, err error)
func (*InspectDatumRequest) MarshalTo ¶ added in v1.5.2
func (m *InspectDatumRequest) MarshalTo(dAtA []byte) (int, error)
func (*InspectDatumRequest) ProtoMessage ¶ added in v1.5.2
func (*InspectDatumRequest) ProtoMessage()
func (*InspectDatumRequest) Reset ¶ added in v1.5.2
func (m *InspectDatumRequest) Reset()
func (*InspectDatumRequest) Size ¶ added in v1.5.2
func (m *InspectDatumRequest) Size() (n int)
func (*InspectDatumRequest) String ¶ added in v1.5.2
func (m *InspectDatumRequest) String() string
func (*InspectDatumRequest) Unmarshal ¶ added in v1.5.2
func (m *InspectDatumRequest) Unmarshal(dAtA []byte) error
func (*InspectDatumRequest) XXX_DiscardUnknown ¶ added in v1.7.12
func (m *InspectDatumRequest) XXX_DiscardUnknown()
func (*InspectDatumRequest) XXX_Marshal ¶ added in v1.7.12
func (m *InspectDatumRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*InspectDatumRequest) XXX_Merge ¶ added in v1.7.12
func (m *InspectDatumRequest) XXX_Merge(src proto.Message)
func (*InspectDatumRequest) XXX_Size ¶ added in v1.7.12
func (m *InspectDatumRequest) XXX_Size() int
func (*InspectDatumRequest) XXX_Unmarshal ¶ added in v1.7.12
func (m *InspectDatumRequest) XXX_Unmarshal(b []byte) error
type InspectJobRequest ¶
type InspectJobRequest struct { // Callers should set either Job or OutputCommit, not both. Job *Job `protobuf:"bytes,1,opt,name=job,proto3" json:"job,omitempty"` OutputCommit *pfs.Commit `protobuf:"bytes,3,opt,name=output_commit,json=outputCommit,proto3" json:"output_commit,omitempty"` BlockState bool `protobuf:"varint,2,opt,name=block_state,json=blockState,proto3" json:"block_state,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*InspectJobRequest) Descriptor ¶
func (*InspectJobRequest) Descriptor() ([]byte, []int)
func (*InspectJobRequest) GetBlockState ¶ added in v1.3.5
func (m *InspectJobRequest) GetBlockState() bool
func (*InspectJobRequest) GetJob ¶
func (m *InspectJobRequest) GetJob() *Job
func (*InspectJobRequest) GetOutputCommit ¶ added in v1.7.1
func (m *InspectJobRequest) GetOutputCommit() *pfs.Commit
func (*InspectJobRequest) Marshal ¶ added in v1.5.0
func (m *InspectJobRequest) Marshal() (dAtA []byte, err error)
func (*InspectJobRequest) MarshalTo ¶ added in v1.5.0
func (m *InspectJobRequest) MarshalTo(dAtA []byte) (int, error)
func (*InspectJobRequest) ProtoMessage ¶
func (*InspectJobRequest) ProtoMessage()
func (*InspectJobRequest) Reset ¶
func (m *InspectJobRequest) Reset()
func (*InspectJobRequest) Size ¶ added in v1.5.0
func (m *InspectJobRequest) Size() (n int)
func (*InspectJobRequest) String ¶
func (m *InspectJobRequest) String() string
func (*InspectJobRequest) Unmarshal ¶ added in v1.5.0
func (m *InspectJobRequest) Unmarshal(dAtA []byte) error
func (*InspectJobRequest) XXX_DiscardUnknown ¶ added in v1.7.12
func (m *InspectJobRequest) XXX_DiscardUnknown()
func (*InspectJobRequest) XXX_Marshal ¶ added in v1.7.12
func (m *InspectJobRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*InspectJobRequest) XXX_Merge ¶ added in v1.7.12
func (m *InspectJobRequest) XXX_Merge(src proto.Message)
func (*InspectJobRequest) XXX_Size ¶ added in v1.7.12
func (m *InspectJobRequest) XXX_Size() int
func (*InspectJobRequest) XXX_Unmarshal ¶ added in v1.7.12
func (m *InspectJobRequest) XXX_Unmarshal(b []byte) error
type InspectPipelineRequest ¶
type InspectPipelineRequest struct { Pipeline *Pipeline `protobuf:"bytes,1,opt,name=pipeline,proto3" json:"pipeline,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*InspectPipelineRequest) Descriptor ¶
func (*InspectPipelineRequest) Descriptor() ([]byte, []int)
func (*InspectPipelineRequest) GetPipeline ¶
func (m *InspectPipelineRequest) GetPipeline() *Pipeline
func (*InspectPipelineRequest) Marshal ¶ added in v1.5.0
func (m *InspectPipelineRequest) Marshal() (dAtA []byte, err error)
func (*InspectPipelineRequest) MarshalTo ¶ added in v1.5.0
func (m *InspectPipelineRequest) MarshalTo(dAtA []byte) (int, error)
func (*InspectPipelineRequest) ProtoMessage ¶
func (*InspectPipelineRequest) ProtoMessage()
func (*InspectPipelineRequest) Reset ¶
func (m *InspectPipelineRequest) Reset()
func (*InspectPipelineRequest) Size ¶ added in v1.5.0
func (m *InspectPipelineRequest) Size() (n int)
func (*InspectPipelineRequest) String ¶
func (m *InspectPipelineRequest) String() string
func (*InspectPipelineRequest) Unmarshal ¶ added in v1.5.0
func (m *InspectPipelineRequest) Unmarshal(dAtA []byte) error
func (*InspectPipelineRequest) XXX_DiscardUnknown ¶ added in v1.7.12
func (m *InspectPipelineRequest) XXX_DiscardUnknown()
func (*InspectPipelineRequest) XXX_Marshal ¶ added in v1.7.12
func (m *InspectPipelineRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*InspectPipelineRequest) XXX_Merge ¶ added in v1.7.12
func (m *InspectPipelineRequest) XXX_Merge(src proto.Message)
func (*InspectPipelineRequest) XXX_Size ¶ added in v1.7.12
func (m *InspectPipelineRequest) XXX_Size() int
func (*InspectPipelineRequest) XXX_Unmarshal ¶ added in v1.7.12
func (m *InspectPipelineRequest) XXX_Unmarshal(b []byte) error
type Job ¶
type Job struct { ID string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Job) Descriptor ¶
func (*Job) ProtoMessage ¶
func (*Job) ProtoMessage()
func (*Job) XXX_DiscardUnknown ¶ added in v1.7.12
func (m *Job) XXX_DiscardUnknown()
func (*Job) XXX_Marshal ¶ added in v1.7.12
func (*Job) XXX_Unmarshal ¶ added in v1.7.12
type JobInfo ¶
type JobInfo struct { Job *Job `protobuf:"bytes,1,opt,name=job,proto3" json:"job,omitempty"` Transform *Transform `protobuf:"bytes,2,opt,name=transform,proto3" json:"transform,omitempty"` Pipeline *Pipeline `protobuf:"bytes,3,opt,name=pipeline,proto3" json:"pipeline,omitempty"` PipelineVersion uint64 `protobuf:"varint,13,opt,name=pipeline_version,json=pipelineVersion,proto3" json:"pipeline_version,omitempty"` SpecCommit *pfs.Commit `protobuf:"bytes,47,opt,name=spec_commit,json=specCommit,proto3" json:"spec_commit,omitempty"` ParallelismSpec *ParallelismSpec `protobuf:"bytes,12,opt,name=parallelism_spec,json=parallelismSpec,proto3" json:"parallelism_spec,omitempty"` Egress *Egress `protobuf:"bytes,15,opt,name=egress,proto3" json:"egress,omitempty"` ParentJob *Job `protobuf:"bytes,6,opt,name=parent_job,json=parentJob,proto3" json:"parent_job,omitempty"` Started *types.Timestamp `protobuf:"bytes,7,opt,name=started,proto3" json:"started,omitempty"` Finished *types.Timestamp `protobuf:"bytes,8,opt,name=finished,proto3" json:"finished,omitempty"` OutputCommit *pfs.Commit `protobuf:"bytes,9,opt,name=output_commit,json=outputCommit,proto3" json:"output_commit,omitempty"` State JobState `protobuf:"varint,10,opt,name=state,proto3,enum=pps.JobState" json:"state,omitempty"` Reason string `protobuf:"bytes,35,opt,name=reason,proto3" json:"reason,omitempty"` Service *Service `protobuf:"bytes,14,opt,name=service,proto3" json:"service,omitempty"` Spout *Spout `protobuf:"bytes,45,opt,name=spout,proto3" json:"spout,omitempty"` OutputRepo *pfs.Repo `protobuf:"bytes,18,opt,name=output_repo,json=outputRepo,proto3" json:"output_repo,omitempty"` OutputBranch string `protobuf:"bytes,17,opt,name=output_branch,json=outputBranch,proto3" json:"output_branch,omitempty"` Restart uint64 `protobuf:"varint,20,opt,name=restart,proto3" json:"restart,omitempty"` DataProcessed int64 `protobuf:"varint,22,opt,name=data_processed,json=dataProcessed,proto3" json:"data_processed,omitempty"` DataSkipped int64 `protobuf:"varint,30,opt,name=data_skipped,json=dataSkipped,proto3" json:"data_skipped,omitempty"` DataFailed int64 `protobuf:"varint,40,opt,name=data_failed,json=dataFailed,proto3" json:"data_failed,omitempty"` DataRecovered int64 `protobuf:"varint,46,opt,name=data_recovered,json=dataRecovered,proto3" json:"data_recovered,omitempty"` DataTotal int64 `protobuf:"varint,23,opt,name=data_total,json=dataTotal,proto3" json:"data_total,omitempty"` Stats *ProcessStats `protobuf:"bytes,31,opt,name=stats,proto3" json:"stats,omitempty"` WorkerStatus []*WorkerStatus `protobuf:"bytes,24,rep,name=worker_status,json=workerStatus,proto3" json:"worker_status,omitempty"` ResourceRequests *ResourceSpec `protobuf:"bytes,25,opt,name=resource_requests,json=resourceRequests,proto3" json:"resource_requests,omitempty"` ResourceLimits *ResourceSpec `protobuf:"bytes,36,opt,name=resource_limits,json=resourceLimits,proto3" json:"resource_limits,omitempty"` Input *Input `protobuf:"bytes,26,opt,name=input,proto3" json:"input,omitempty"` NewBranch *pfs.BranchInfo `protobuf:"bytes,27,opt,name=new_branch,json=newBranch,proto3" json:"new_branch,omitempty"` StatsCommit *pfs.Commit `protobuf:"bytes,29,opt,name=stats_commit,json=statsCommit,proto3" json:"stats_commit,omitempty"` EnableStats bool `protobuf:"varint,32,opt,name=enable_stats,json=enableStats,proto3" json:"enable_stats,omitempty"` Salt string `protobuf:"bytes,33,opt,name=salt,proto3" json:"salt,omitempty"` Batch bool `protobuf:"varint,34,opt,name=batch,proto3" json:"batch,omitempty"` ChunkSpec *ChunkSpec `protobuf:"bytes,37,opt,name=chunk_spec,json=chunkSpec,proto3" json:"chunk_spec,omitempty"` DatumTimeout *types.Duration `protobuf:"bytes,38,opt,name=datum_timeout,json=datumTimeout,proto3" json:"datum_timeout,omitempty"` JobTimeout *types.Duration `protobuf:"bytes,39,opt,name=job_timeout,json=jobTimeout,proto3" json:"job_timeout,omitempty"` DatumTries int64 `protobuf:"varint,41,opt,name=datum_tries,json=datumTries,proto3" json:"datum_tries,omitempty"` SchedulingSpec *SchedulingSpec `protobuf:"bytes,42,opt,name=scheduling_spec,json=schedulingSpec,proto3" json:"scheduling_spec,omitempty"` PodSpec string `protobuf:"bytes,43,opt,name=pod_spec,json=podSpec,proto3" json:"pod_spec,omitempty"` PodPatch string `protobuf:"bytes,44,opt,name=pod_patch,json=podPatch,proto3" json:"pod_patch,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*JobInfo) Descriptor ¶
func (*JobInfo) GetChunkSpec ¶ added in v1.6.6
func (*JobInfo) GetDataFailed ¶ added in v1.6.7
func (*JobInfo) GetDataProcessed ¶ added in v1.4.3
func (*JobInfo) GetDataRecovered ¶ added in v1.9.0
func (*JobInfo) GetDataSkipped ¶ added in v1.5.1
func (*JobInfo) GetDataTotal ¶ added in v1.4.3
func (*JobInfo) GetDatumTimeout ¶ added in v1.6.6
func (*JobInfo) GetDatumTries ¶ added in v1.7.5
func (*JobInfo) GetEnableStats ¶ added in v1.5.1
func (*JobInfo) GetFinished ¶
func (*JobInfo) GetJobTimeout ¶ added in v1.6.6
func (*JobInfo) GetNewBranch ¶ added in v1.4.8
func (m *JobInfo) GetNewBranch() *pfs.BranchInfo
func (*JobInfo) GetOutputBranch ¶ added in v1.3.19
func (*JobInfo) GetOutputCommit ¶
func (*JobInfo) GetOutputRepo ¶ added in v1.3.19
func (*JobInfo) GetParallelismSpec ¶ added in v1.2.0
func (m *JobInfo) GetParallelismSpec() *ParallelismSpec
func (*JobInfo) GetParentJob ¶
func (*JobInfo) GetPipeline ¶
func (*JobInfo) GetPipelineVersion ¶ added in v1.3.5
func (*JobInfo) GetPodPatch ¶ added in v1.8.3
func (*JobInfo) GetPodSpec ¶ added in v1.7.10
func (*JobInfo) GetResourceLimits ¶ added in v1.6.5
func (m *JobInfo) GetResourceLimits() *ResourceSpec
func (*JobInfo) GetResourceRequests ¶ added in v1.6.5
func (m *JobInfo) GetResourceRequests() *ResourceSpec
func (*JobInfo) GetRestart ¶ added in v1.4.2
func (*JobInfo) GetSchedulingSpec ¶ added in v1.7.10
func (m *JobInfo) GetSchedulingSpec() *SchedulingSpec
func (*JobInfo) GetService ¶ added in v1.3.0
func (*JobInfo) GetSpecCommit ¶ added in v1.9.0
func (*JobInfo) GetStarted ¶
func (*JobInfo) GetStats ¶ added in v1.5.1
func (m *JobInfo) GetStats() *ProcessStats