Description
While reviewing the component authoring PR, I've noticed that our type system notation is all over the place.
Sometimes we use versioned lower case helm/v1 (for input), sometimes we use unversioned upper case Helm (for access) (they are not the only examples). We need to converge this to one standard notation throughout our documentation.
Partially related to #961.
We want to use k8s UpperCamelCase/v1 typing style as the default notation.
Update type notation in code and test examples to keep it aligned.
Done Criteria
Description
While reviewing the component authoring PR, I've noticed that our type system notation is all over the place.
Sometimes we use versioned lower case
helm/v1(for input), sometimes we use unversioned upper caseHelm(for access) (they are not the only examples). We need to converge this to one standard notation throughout our documentation.Partially related to #961.
We want to use k8s UpperCamelCase/v1 typing style as the default notation.
Update type notation in code and test examples to keep it aligned.
Done Criteria