Documentation
¶
Index ¶
Constants ¶
View Source
const (
VerifyRecommendedName = "verify-image-signature"
)
Variables ¶
This section is empty.
Functions ¶
func NewCmdVerifyImageSignature ¶
func NewCmdVerifyImageSignature(name, fullName string, f *clientcmd.Factory, out, errOut io.Writer) *cobra.Command
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
}
Click to show internal directories.
Click to hide internal directories.