kubernetes/vendor/github.com/onsi/gomega/matchers/match_yaml_matcher.go

type MatchYAMLMatcher

func (matcher *MatchYAMLMatcher) Match(actual interface{}

func (matcher *MatchYAMLMatcher) FailureMessage(actual interface{}

func (matcher *MatchYAMLMatcher) NegatedFailureMessage(actual interface{}

func (matcher *MatchYAMLMatcher) toNormalisedStrings(actual interface{}

func normalise(input string) string {}

func (matcher *MatchYAMLMatcher) toStrings(actual interface{}