kubernetes/vendor/k8s.io/kube-openapi/pkg/spec3/header.go

type Header

// MarshalJSON is a custom marshal function that knows how to encode Header as JSON
func (h *Header) MarshalJSON() ([]byte, error) {}

func (h *Header) MarshalNextJSON(opts jsonv2.MarshalOptions, enc *jsonv2.Encoder) error {}

func (h *Header) UnmarshalJSON(data []byte) error {}

func (h *Header) UnmarshalNextJSON(opts jsonv2.UnmarshalOptions, dec *jsonv2.Decoder) error {}

type HeaderProps

type headerPropsOmitZero