Allow server and client to take api version as argument
* Defaults to v1beta1 * apiserver takes -storage_version which controls etcd storage version and the version of the client used to connect to other apiservers * Changed signature of client.New to add version parameter * All controller code and component code prefers the oldest (most common) server version
This commit is contained in:
@@ -16,5 +16,6 @@ limitations under the License.
|
||||
|
||||
// Package latest defines the default output serializations that code should
|
||||
// use and imports the required schemas. It also ensures all previously known
|
||||
// and supported API versions are available for conversion.
|
||||
// and supported API versions are available for conversion. Consumers may
|
||||
// import this package in lieu of importing individual versions.
|
||||
package latest
|
||||
|
Reference in New Issue
Block a user