Decode takes in an encoded cluster version and returns it as the native type (the clusterVersion proto). Except it does it through the ClusterVersionImpl to avoid circular dependencies.
(val []byte)
| 37 | // type (the clusterVersion proto). Except it does it through the |
| 38 | // ClusterVersionImpl to avoid circular dependencies. |
| 39 | Decode(val []byte) (ClusterVersionImpl, error) |
| 40 | |
| 41 | // Validate checks whether an version update is permitted. It takes in the |
| 42 | // old and the proposed new value (both in encoded form). This is called by |
no outgoing calls
no test coverage detected