Documentation ¶
Index ¶
Constants ¶
View Source
const ( ControllerGeneratedAuthTokenWorkerAuthMechanism = "controller-generated-auth-token" WorkerGeneratedAuthTokenWorkerAuthMechanism = "worker-generated-auth-token" KmsWorkerAuthMechanism = "kms" RandomWorkerAuthMechanism = "random" DeprecatedKmsWorkerAuthMechanism = "deprecated-kms" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Command ¶
type Command struct { *base.Server SighupCh chan struct{} ReloadedCh chan struct{} SigUSR2Ch chan struct{} Config *config.Config // contains filtered or unexported fields }
func (*Command) AutocompleteArgs ¶
func (*Command) AutocompleteFlags ¶
Click to show internal directories.
Click to hide internal directories.