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
// limit revision history length to 100 element (~2000 chars)
129
+
maxRevHistoryLengthInChars=2000
130
+
)
131
+
127
132
// Returns a replica set that matches the intent of the given deployment. Returns nil if the new replica set doesn't exist yet.
128
133
// 1. Get existing new RS (the RS that the given deployment targets, whose pod template is the same as deployment's).
129
134
// 2. If there's existing new RS, update its revision number if it's smaller than (maxOldRevision + 1), where maxOldRevision is the max revision number among all old RSes.
0 commit comments