kubernetes/vendor/gopkg.in/yaml.v2/writerc.go

// Set the writer error and return false.
func yaml_emitter_set_writer_error(emitter *yaml_emitter_t, problem string) bool {}

// Flush the output buffer.
func yaml_emitter_flush(emitter *yaml_emitter_t) bool {}