kubernetes/vendor/sigs.k8s.io/kustomize/kyaml/yaml/alias.go

const WideSequenceStyle

const CompactSequenceStyle

const DefaultIndent

const BareSeqNodeWrappingKey

type SequenceIndentStyle

type EncoderOptions

type Decoder

type Encoder

type IsZeroer

type Kind

type Marshaler

type Node

type Style

type TypeError

type Unmarshaler

var Marshal

var Unmarshal

var NewDecoder

var NewEncoder

// MarshalWithOptions marshals the input interface with provided options
func MarshalWithOptions(in interface{}

// NewEncoderWithOptions returns the encoder with provided options
func NewEncoderWithOptions(w io.Writer, opts *EncoderOptions) *yaml.Encoder {}

var AliasNode

var DocumentNode

var MappingNode

var ScalarNode

var SequenceNode

func nodeKindString(k yaml.Kind) string {}

var DoubleQuotedStyle

var FlowStyle

var FoldedStyle

var LiteralStyle

var SingleQuotedStyle

var TaggedStyle

const MergeTag