Documentation
¶
Index ¶
- func NewSignerInfoFormat() formatter.Formatdeprecated
- func NewTrustCommand(dockerCLI command.Cli) *cobra.Commanddeprecated
- func NewTrustTagFormat() formatter.Formatdeprecated
- func SignerInfoWrite(fmtCtx formatter.Context, signerInfoList []signerInfo) errordeprecated
- func TagWrite(fmtCtx formatter.Context, signedTagInfoList []signedTagInfo) errordeprecated
- type SignedTagInfodeprecated
- type SignerInfodeprecated
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type SignedTagInfo
deprecated
type SignedTagInfo = signedTagInfo
SignedTagInfo represents all formatted information needed to describe a signed tag: Name: name of the signed tag Digest: hex encoded digest of the contents Signers: list of entities who signed the tag
Deprecated: this type was only used internally and will be removed in the next release.
type SignerInfo
deprecated
type SignerInfo = signerInfo
SignerInfo represents all formatted information needed to describe a signer: Name: name of the signer role Keys: the keys associated with the signer
Deprecated: this type was only used internally and will be removed in the next release.
Source Files
¶
- cmd.go
- common.go
- formatter.go
- helpers.go
- inspect.go
- inspect_pretty.go
- key.go
- key_generate.go
- key_load.go
- revoke.go
- sign.go
- signer.go
- signer_add.go
- signer_remove.go
Click to show internal directories.
Click to hide internal directories.