Versions in this module Expand all Collapse all v1 v1.5.0 Jun 17, 2026 Changes in this version + const ExtJSON + const ExtMD + const FormatA2A + const FormatAgentSkill + const FormatMCPGHCopiot + const FormatOASF + const FormatSkill + var ErrUnsupportedRecord = errors.New("record does not contain the required module for this format") + func ContentTypeForExtension(ext string) string + func KnownFormats() []string + func RegisterFormatter(name string, f Formatter) + type Formatter interface + FileExtension func() string + Format func(record *corev1.Record) ([]byte, error) + func GetFormatter(name string) (Formatter, error)