You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Think twice about bool fields. Many ideas start as boolean but eventually trend towards a small set of mutually exclusive options. Plan for future expansions by describing the policy options explicitly as a string type alias (e.g. TerminationMessagePolicy).
It's a good point. Should we consider something like mergePolicy, mergeStrategy, etc.? Maybe mergePolicy: OnCommitStatusPassed and mergePolicy: Manual.
The text was updated successfully, but these errors were encountered:
Was reading through k8s API conventions and came across this:
It's a good point. Should we consider something like
mergePolicy
,mergeStrategy
, etc.? MaybemergePolicy: OnCommitStatusPassed
andmergePolicy: Manual
.The text was updated successfully, but these errors were encountered: