import "k8s.io/apimachinery/pkg/runtime/serializer/cbor"
cbor.go
type Option func(*options)
func Strict(s bool) Option
type Serializer interface { runtime.Serializer recognizer.RecognizingDecoder }
func NewSerializer(creater runtime.ObjectCreater, typer runtime.ObjectTyper, options ...Option) Serializer