type ReplicaCountTransformerPlugin … func (p *ReplicaCountTransformerPlugin) Config( _ *resmap.PluginHelpers, c []byte) (err error) { … } func (p *ReplicaCountTransformerPlugin) Transform(m resmap.ResMap) error { … } // Match Replica.Name and FieldSpec func (p *ReplicaCountTransformerPlugin) createMatcher(fs types.FieldSpec) resmap.IdMatcher { … } func NewReplicaCountTransformerPlugin() resmap.TransformerPlugin { … }