mirror of https://github.com/k3s-io/k3s
Remove old references to contrib/mesos
parent
901e3e30b6
commit
0bba65ca1a
|
@ -14,8 +14,6 @@ See the License for the specific language governing permissions and
|
|||
limitations under the License.
|
||||
*/
|
||||
|
||||
// CAUTION: If you update code in this file, you may need to also update code
|
||||
// in contrib/mesos/cmd/km/hyperkube.go
|
||||
package main
|
||||
|
||||
import (
|
||||
|
|
|
@ -14,8 +14,6 @@ See the License for the specific language governing permissions and
|
|||
limitations under the License.
|
||||
*/
|
||||
|
||||
// CAUTION: If you update code in this file, you may need to also update code
|
||||
// in contrib/mesos/cmd/km/hyperkube_test.go
|
||||
package main
|
||||
|
||||
import (
|
||||
|
|
|
@ -14,8 +14,6 @@ See the License for the specific language governing permissions and
|
|||
limitations under the License.
|
||||
*/
|
||||
|
||||
// CAUTION: If you update code in this file, you may need to also update code
|
||||
// in contrib/mesos/cmd/km/kube-apiserver.go
|
||||
package main
|
||||
|
||||
import (
|
||||
|
|
|
@ -14,8 +14,6 @@ See the License for the specific language governing permissions and
|
|||
limitations under the License.
|
||||
*/
|
||||
|
||||
// CAUTION: If you update code in this file, you may need to also update code
|
||||
// in contrib/mesos/cmd/km/k8sm-controllermanager.go
|
||||
package main
|
||||
|
||||
import (
|
||||
|
|
|
@ -14,8 +14,6 @@ See the License for the specific language governing permissions and
|
|||
limitations under the License.
|
||||
*/
|
||||
|
||||
// CAUTION: If you update code in this file, you may need to also update code
|
||||
// in contrib/mesos/cmd/km/kube-proxy.go
|
||||
package main
|
||||
|
||||
import (
|
||||
|
|
|
@ -14,8 +14,6 @@ See the License for the specific language governing permissions and
|
|||
limitations under the License.
|
||||
*/
|
||||
|
||||
// CAUTION: If you update code in this file, you may need to also update code
|
||||
// in contrib/mesos/cmd/km/k8sm-scheduler.go
|
||||
package main
|
||||
|
||||
import (
|
||||
|
|
|
@ -17,8 +17,6 @@ limitations under the License.
|
|||
// A binary that can morph into all of the other kubernetes binaries. You can
|
||||
// also soft-link to it busybox style.
|
||||
//
|
||||
// CAUTION: If you update code in this file, you may need to also update code
|
||||
// in contrib/mesos/cmd/km/km.go
|
||||
package main
|
||||
|
||||
import (
|
||||
|
|
|
@ -14,8 +14,6 @@ See the License for the specific language governing permissions and
|
|||
limitations under the License.
|
||||
*/
|
||||
|
||||
// CAUTION: If you update code in this file, you may need to also update code
|
||||
// in contrib/mesos/cmd/km/server.go
|
||||
package main
|
||||
|
||||
import (
|
||||
|
|
|
@ -18,8 +18,6 @@ limitations under the License.
|
|||
// components. This includes replication controllers, service endpoints and
|
||||
// nodes.
|
||||
//
|
||||
// CAUTION: If you update code in this file, you may need to also update code
|
||||
// in contrib/mesos/pkg/controllermanager/controllermanager.go
|
||||
package app
|
||||
|
||||
import (
|
||||
|
|
|
@ -16,8 +16,6 @@ limitations under the License.
|
|||
|
||||
// Package options provides the flags used for the controller manager.
|
||||
//
|
||||
// CAUTION: If you update code in this file, you may need to also update code
|
||||
// in contrib/mesos/pkg/controllermanager/controllermanager.go
|
||||
package options
|
||||
|
||||
import (
|
||||
|
|
|
@ -33,13 +33,6 @@ cmd/libs/go2idl/parser
|
|||
cmd/libs/go2idl/set-gen
|
||||
cmd/libs/go2idl/set-gen/generators
|
||||
cmd/linkcheck
|
||||
contrib/mesos/cmd/k8sm-controller-manager
|
||||
contrib/mesos/cmd/k8sm-executor
|
||||
contrib/mesos/cmd/k8sm-scheduler
|
||||
contrib/mesos/pkg/executor/config
|
||||
contrib/mesos/pkg/flagutil
|
||||
contrib/mesos/pkg/scheduler/components/algorithm
|
||||
contrib/mesos/pkg/scheduler/service
|
||||
docs/user-guide/environment-guide/containers/backend
|
||||
docs/user-guide/environment-guide/containers/show
|
||||
docs/user-guide/liveness/image
|
||||
|
|
|
@ -14,8 +14,6 @@ See the License for the specific language governing permissions and
|
|||
limitations under the License.
|
||||
*/
|
||||
|
||||
// CAUTION: If you update code in this file, you may need to also update code
|
||||
// in contrib/mesos/pkg/service/endpoints_controller.go
|
||||
package endpoint
|
||||
|
||||
import (
|
||||
|
|
|
@ -16,9 +16,6 @@ limitations under the License.
|
|||
|
||||
package scheduler
|
||||
|
||||
// Note: if you change code in this file, you might need to change code in
|
||||
// contrib/mesos/pkg/scheduler/.
|
||||
|
||||
import (
|
||||
"time"
|
||||
|
||||
|
|
|
@ -529,28 +529,6 @@ k8s.io/kubernetes/cmd/libs/go2idl/openapi-gen/generators,davidopp,1
|
|||
k8s.io/kubernetes/cmd/libs/go2idl/parser,lavalamp,1
|
||||
k8s.io/kubernetes/cmd/libs/go2idl/types,mikedanese,1
|
||||
k8s.io/kubernetes/cmd/mungedocs,mwielgus,1
|
||||
k8s.io/kubernetes/contrib/mesos/cmd/km,brendandburns,1
|
||||
k8s.io/kubernetes/contrib/mesos/pkg/election,vulpecula,1
|
||||
k8s.io/kubernetes/contrib/mesos/pkg/executor,brendandburns,1
|
||||
k8s.io/kubernetes/contrib/mesos/pkg/minion/tasks,hurf,1
|
||||
k8s.io/kubernetes/contrib/mesos/pkg/node,jdef,1
|
||||
k8s.io/kubernetes/contrib/mesos/pkg/offers,Q-Lee,1
|
||||
k8s.io/kubernetes/contrib/mesos/pkg/podutil,Q-Lee,1
|
||||
k8s.io/kubernetes/contrib/mesos/pkg/proc,apelisse,1
|
||||
k8s.io/kubernetes/contrib/mesos/pkg/queue,caesarxuchao,1
|
||||
k8s.io/kubernetes/contrib/mesos/pkg/redirfd,cjcullen,1
|
||||
k8s.io/kubernetes/contrib/mesos/pkg/runtime,davidopp,1
|
||||
k8s.io/kubernetes/contrib/mesos/pkg/scheduler/components/deleter,karlkfi,1
|
||||
k8s.io/kubernetes/contrib/mesos/pkg/scheduler/components/framework,kevin-wangzefeng,1
|
||||
k8s.io/kubernetes/contrib/mesos/pkg/scheduler/config,dchen1107,1
|
||||
k8s.io/kubernetes/contrib/mesos/pkg/scheduler/constraint,dchen1107,1
|
||||
k8s.io/kubernetes/contrib/mesos/pkg/scheduler/executorinfo,luxas,1
|
||||
k8s.io/kubernetes/contrib/mesos/pkg/scheduler/integration,yifan-gu,1
|
||||
k8s.io/kubernetes/contrib/mesos/pkg/scheduler/podtask,dchen1107,1
|
||||
k8s.io/kubernetes/contrib/mesos/pkg/scheduler/podtask/hostport,mml,1
|
||||
k8s.io/kubernetes/contrib/mesos/pkg/scheduler/resources,ixdy,1
|
||||
k8s.io/kubernetes/contrib/mesos/pkg/scheduler/service,madhusudancs,1
|
||||
k8s.io/kubernetes/contrib/mesos/pkg/service,jdef,1
|
||||
k8s.io/kubernetes/examples,Random-Liu,0
|
||||
k8s.io/kubernetes/examples/apiserver,nikhiljindal,0
|
||||
k8s.io/kubernetes/federation/apis/federation/install,nikhiljindal,0
|
||||
|
|
|
Loading…
Reference in New Issue