• k8s-merge-robot's avatar
    Merge pull request #25266 from smarterclayton/common_storage · d89d45a8
    k8s-merge-robot authored
    Automatic merge from submit-queue
    
    kube-apiserver options should be decoupled from impls
    
    A few months ago we refactored options to keep it independent of the
    implementations, so that it could be used in CLI tools to validate
    config or to generate config, without pulling in the full dependency
    tree of the master.  This change restores that by separating
    server_run_options.go back to its own package.
    
    Also, options structs should never contain non-serializable types, which
    storagebackend.Config was doing with runtime.Codec. Split the codec out.
    
    Fix a typo on the name of the etcd2.go storage backend.
    
    Finally, move DefaultStorageMediaType to server_run_options.
    
    @nikhiljindal as per my comment in #24454, @liggitt because you and I
    discussed this last time
    d89d45a8
Name
Last commit
Last update
..
apiserver Loading commit data...
aws_ebs Loading commit data...
azure_file Loading commit data...
blog-logging Loading commit data...
cassandra Loading commit data...
celery-rabbitmq Loading commit data...
cephfs Loading commit data...
cluster-dns Loading commit data...
elasticsearch Loading commit data...
experimental/persistent-volume-provisioning Loading commit data...
explorer Loading commit data...
fibre_channel Loading commit data...
flexvolume Loading commit data...
flocker Loading commit data...
glusterfs Loading commit data...
guestbook Loading commit data...
guestbook-go Loading commit data...
hazelcast Loading commit data...
https-nginx Loading commit data...
iscsi Loading commit data...
javaee Loading commit data...
javaweb-tomcat-sidecar Loading commit data...
job Loading commit data...
k8petstore Loading commit data...
kubectl-container Loading commit data...
meteor Loading commit data...
mysql-cinder-pd Loading commit data...
mysql-galera Loading commit data...
mysql-wordpress-pd Loading commit data...
newrelic Loading commit data...
nfs Loading commit data...
nodesjs-mongodb Loading commit data...
openshift-origin Loading commit data...
phabricator Loading commit data...
rbd Loading commit data...
redis Loading commit data...
rethinkdb Loading commit data...
runtime-constraints Loading commit data...
selenium Loading commit data...
sharing-clusters Loading commit data...
spark Loading commit data...
storm Loading commit data...
vitess Loading commit data...
OWNERS Loading commit data...
README.md Loading commit data...
doc.go Loading commit data...
examples_test.go Loading commit data...
guidelines.md Loading commit data...
pod Loading commit data...
scheduler-policy-config-with-extender.json Loading commit data...
scheduler-policy-config.json Loading commit data...
simple-nginx.md Loading commit data...