Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for EnablePretty (0.3 sec)

  1. staging/src/k8s.io/apimachinery/pkg/runtime/serializer/codec_factory.go

    // Functions implementing this type can be passed to the NewCodecFactory() constructor.
    type CodecFactoryOptionsMutator func(*CodecFactoryOptions)
    
    // EnablePretty enables including a pretty serializer along with the non-pretty one
    func EnablePretty(options *CodecFactoryOptions) {
    	options.Pretty = true
    }
    
    // DisablePretty disables including a pretty serializer along with the non-pretty one
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Dec 18 04:27:38 UTC 2022
    - 12.6K bytes
    - Viewed (0)
Back to top