|
...
|
...
|
@@ -425,12 +425,12 @@ refactorings, architectural changes or behavior changes introduced in Kubernetes
|
|
425
|
425
|
It is helpful to look at the Kubernetes commit history to be aware of the major topics. Although it
|
|
426
|
426
|
can potentially break or change any part of Origin, the most affected parts are usually:
|
|
427
|
427
|
|
|
428
|
|
-1. https://github.com/openshift/origin/blob/master/pkg/cmd/server/start.go
|
|
|
428
|
+1. https://github.com/openshift/origin/blob/master/pkg/cmd/server/start
|
|
429
|
429
|
2. https://github.com/openshift/origin/blob/master/pkg/cmd/server/kubernetes/master.go
|
|
430
|
430
|
3. https://github.com/openshift/origin/blob/master/pkg/cmd/server/origin/master.go
|
|
431
|
|
-4. https://github.com/openshift/origin/blob/master/pkg/cmd/cli/cmd/factory.go
|
|
|
431
|
+4. https://github.com/openshift/origin/blob/master/pkg/cmd/util/clientcmd/factory.go
|
|
432
|
432
|
5. https://github.com/openshift/origin/blob/master/pkg/cmd/cli/cli.go
|
|
433
|
|
-6. https://github.com/openshift/origin/blob/master/pkg/api/meta/multimapper.go
|
|
|
433
|
+6. https://github.com/openshift/origin/blob/master/pkg/api/meta/meta.go
|
|
434
|
434
|
|
|
435
|
435
|
Place all your changes in a commit called "Refactor to match changes upstream".
|
|
436
|
436
|
|