mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-31 07:20:13 +00:00
added comments at the top of native k8s files which, if changed, might affect some of the k8sm code
This commit is contained in:
parent
91238f8b44
commit
7d66559725
@ -17,6 +17,9 @@ limitations under the License.
|
||||
// Package app makes it easy to create a kubelet server for various contexts.
|
||||
package app
|
||||
|
||||
// Note: if you change code in this file, you might need to change code in
|
||||
// contrib/mesos/pkg/executor/service/.
|
||||
|
||||
import (
|
||||
"crypto/tls"
|
||||
"fmt"
|
||||
|
@ -16,6 +16,9 @@ limitations under the License.
|
||||
|
||||
package kubelet
|
||||
|
||||
// Note: if you change code in this file, you might need to change code in
|
||||
// contrib/mesos/pkg/executor/.
|
||||
|
||||
import (
|
||||
"errors"
|
||||
"fmt"
|
||||
|
@ -16,6 +16,9 @@ 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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user