Project

General

Profile

Actions

Architecture #18439

closed

homogenize class parameters names and descriptions for each resource

Added by Gaëtan POBLON over 3 years ago. Updated over 2 years ago.

Status:
Released
Priority:
N/A
Assignee:
Gaëtan POBLON
Category:
System techniques
Target version:
Effort required:
Name check:
To do
Fix check:
To do
Regression:

Description

States should share the same class_parameter name for a given resource.
A resource always has a named parameter (or two). But its related states often use a different name for their class_parameter.
example:
resource file(path)
file state absent(target) -> file state absent(path)
file state from_template(destination) -> file state from_template(path)

This homogenization makes GM clearer and easier to deal with when it comes to rudderlang conversions (into/from JSON notably)

Actions

Also available in: Atom PDF