kubernetes/staging/src/k8s.io/code-generator/cmd/applyconfiguration-gen/args/externaltypes.go

type externalApplyConfigurationValue

func NewExternalApplyConfigurationValue(externals *map[types.Name]string, def []string) *externalApplyConfigurationValue {}

var _

func (s *externalApplyConfigurationValue) set(vs []string) error {}

func (s *externalApplyConfigurationValue) Set(val string) error {}

func (s *externalApplyConfigurationValue) Type() string {}

func (s *externalApplyConfigurationValue) String() string {}

func readAsCSV(val string) ([]string, error) {}

func writeAsCSV(vals []string) (string, error) {}

func parseExternalMapping(mapping string) (typ types.Name, pkg string, err error) {}