Merge pull request #118045 from Nordix/annotate-fix/adil

Changing annotate PrintFlags from annotate to annotated
This commit is contained in:
Kubernetes Prow Robot
2023-05-16 06:07:35 -07:00
committed by GitHub

View File

@@ -70,7 +70,7 @@ type AnnotateFlags struct {
// NewAnnotateFlags returns a default AnnotateFlags
func NewAnnotateFlags(streams genericiooptions.IOStreams) *AnnotateFlags {
return &AnnotateFlags{
PrintFlags: genericclioptions.NewPrintFlags("annotate").WithTypeSetter(scheme.Scheme),
PrintFlags: genericclioptions.NewPrintFlags("annotated").WithTypeSetter(scheme.Scheme),
RecordFlags: genericclioptions.NewRecordFlags(),
IOStreams: streams,
}