Documentation ¶
Index ¶
- Constants
- Variables
- func Execute()
- func VersionString() string
- type ByNodeID
- type ByPartitionID
- type CancelInstanceResponseWrapper
- type CompleteJobResponseWrapper
- type DeleteResourceResponseWrapper
- type FailJobResponseWrapper
- type Printable
- type ResolveIncidentResponseWrapper
- type SetVariablesResponseWrapper
- type StatusResponseWrapper
- type ThrowErrorResponseWrapper
- type UpdateJobRetriesResponseWrapper
- type UpdateJobTimeoutResponseWrapper
Constants ¶
View Source
const (
DefaultJobWorkerName = "zbctl"
)
Variables ¶
View Source
var ( Version = "development" Commit = "HEAD" )
Functions ¶
func Execute ¶
func Execute()
Execute adds all child commands to the root command and sets flags appropriately. This is called by main.main(). It only needs to happen once to the rootCmd.
func VersionString ¶
func VersionString() string
Types ¶
type ByNodeID ¶
type ByNodeID []*pb.BrokerInfo
type ByPartitionID ¶
func (ByPartitionID) Len ¶
func (a ByPartitionID) Len() int
func (ByPartitionID) Less ¶
func (a ByPartitionID) Less(i, j int) bool
func (ByPartitionID) Swap ¶
func (a ByPartitionID) Swap(i, j int)
type CancelInstanceResponseWrapper ¶
type CancelInstanceResponseWrapper struct {
// contains filtered or unexported fields
}
type CompleteJobResponseWrapper ¶
type CompleteJobResponseWrapper struct {
// contains filtered or unexported fields
}
type DeleteResourceResponseWrapper ¶ added in v8.3.0
type DeleteResourceResponseWrapper struct {
// contains filtered or unexported fields
}
type FailJobResponseWrapper ¶
type FailJobResponseWrapper struct {
// contains filtered or unexported fields
}
type ResolveIncidentResponseWrapper ¶
type ResolveIncidentResponseWrapper struct {
// contains filtered or unexported fields
}
type SetVariablesResponseWrapper ¶
type SetVariablesResponseWrapper struct {
// contains filtered or unexported fields
}
type StatusResponseWrapper ¶
type StatusResponseWrapper struct {
// contains filtered or unexported fields
}
type ThrowErrorResponseWrapper ¶
type ThrowErrorResponseWrapper struct {
// contains filtered or unexported fields
}
type UpdateJobRetriesResponseWrapper ¶
type UpdateJobRetriesResponseWrapper struct {
// contains filtered or unexported fields
}
type UpdateJobTimeoutResponseWrapper ¶ added in v8.4.0
type UpdateJobTimeoutResponseWrapper struct {
// contains filtered or unexported fields
}
Source Files ¶
- activate.go
- activateJobs.go
- broadcast.go
- broadcastSignal.go
- cancel.go
- cancelInstance.go
- complete.go
- completeJob.go
- create.go
- createInstance.go
- createWorker.go
- delete.go
- deleteResource.go
- deploy.go
- deployResource.go
- evaluate.go
- evaluateDecision.go
- fail.go
- failJob.go
- generate.go
- generateCompletion.go
- output.go
- publish.go
- publishMessage.go
- resolve.go
- resolveIncident.go
- root.go
- set.go
- setVariables.go
- status.go
- throwError.go
- throwErrorJob.go
- update.go
- updateJobTimeout.go
- updateRetries.go
- version.go
Click to show internal directories.
Click to hide internal directories.