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 ¶
func NewSignerInfoFormat
deprecated
func NewTrustCommand
deprecated
func NewTrustTagFormat
deprecated
func SignerInfoWrite
deprecated
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.
Click to show internal directories.
Click to hide internal directories.