Templates Structure of templates/ Names of Defined Templates Formatting Templates Whitespace in Generated Templates Comments (YAML Comments vs. Template Comments) Use of JSON...
Code Standard import need to be organized logs standard event is needed for critical reconcile loop comment functions variable folder and file unit test don’t forget to run...
Optimize for Readability not Performance Summary Details Optimize for Readability not Performance Summary Don’t optimize your code prematurely. Concentrate on making it si...
Recommendations for GPIO Interfaces Pin types are zero-sized by default (C-ZST-PIN) Pin types provide methods to erase pin and port (C-ERASED-PIN) Pin state should be encoded as ...
Load rules Forever Load Rule Interval Load Rule Period Load Rule Drop Rules Forever Drop Rule Interval Drop Rule Period Drop Rule Period Drop Before Rule Broadcast Rules F...
kubelet Synopsis Options kubelet Synopsis The kubelet is the primary “node agent” that runs on each node. It can register the node with the apiserver using one of: the hostna...
Testing Crystal Code Anatomy of a spec file Expectations Equivalence, Identity and Type Truthiness Comparisons Other matchers Expecting errors Focusing on a group of specs ...