type FieldMeta …
type XKustomize …
type PartialFieldSetter …
func (fm *FieldMeta) IsEmpty() bool { … }
func (fm *FieldMeta) Read(n *yaml.RNode) error { … }
func (fm *FieldMeta) processShortHand(comment string) bool { … }
func isExtensionEmpty(x XKustomize) bool { … }
func (fm *FieldMeta) Write(n *yaml.RNode) error { … }
func (fm *FieldMeta) WriteV1Setters(n *yaml.RNode) error { … }
type FieldValueType …
const String …
const Bool …
const Int …
func (it FieldValueType) String() string { … }
func (it FieldValueType) Validate(value string) error { … }
func (it FieldValueType) Tag() string { … }
func (it FieldValueType) TagForValue(value string) string { … }
const CLIDefinitionsPrefix …
const SetterDefinitionPrefix …
const SubstitutionDefinitionPrefix …
const DefinitionsPrefix …
var shortHandRef …
func SetShortHandRef(ref string) { … }
func ShortHandRef() string { … }