type AnnotateFlags …
func NewAnnotateFlags(streams genericiooptions.IOStreams) *AnnotateFlags { … }
type AnnotateOptions …
var annotateLong …
var annotateExample …
func NewCmdAnnotate(parent string, f cmdutil.Factory, streams genericiooptions.IOStreams) *cobra.Command { … }
func (flags *AnnotateFlags) AddFlags(cmd *cobra.Command, ioStreams genericiooptions.IOStreams) { … }
func (flags *AnnotateFlags) ToOptions(f cmdutil.Factory, cmd *cobra.Command, args []string) (*AnnotateOptions, error) { … }
func (o AnnotateOptions) RunAnnotate() error { … }
func parseAnnotations(annotationArgs []string) (map[string]string, []string, error) { … }
func validateAnnotations(removeAnnotations []string, newAnnotations map[string]string) error { … }
func validateNoAnnotationOverwrites(accessor metav1.Object, annotations map[string]string) error { … }
func (o AnnotateOptions) updateAnnotations(obj runtime.Object) error { … }