Documentation ¶
Index ¶
Constants ¶
View Source
const (
VerifyRecommendedName = "verify-image-signature"
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type VerifyImageSignatureOptions ¶
type VerifyImageSignatureOptions struct { InputImage string ExpectedIdentity string PublicKeyFilename string PublicKey []byte Save bool RemoveAll bool CurrentUser string CurrentUserToken string RegistryURL string Insecure bool ImageClient imageclient.ImageInterface Out io.Writer ErrOut io.Writer // contains filtered or unexported fields }
func (VerifyImageSignatureOptions) Run ¶
func (o VerifyImageSignatureOptions) Run() error
func (*VerifyImageSignatureOptions) Validate ¶
func (o *VerifyImageSignatureOptions) Validate() error
Click to show internal directories.
Click to hide internal directories.