added comments at the top of native k8s files which, if changed, might affect some of the k8sm code

This commit is contained in:
James DeFelice 2015-06-10 20:31:22 +00:00
parent 91238f8b44
commit 7d66559725
3 changed files with 9 additions and 0 deletions

View File

@ -17,6 +17,9 @@ limitations under the License.
// Package app makes it easy to create a kubelet server for various contexts. // Package app makes it easy to create a kubelet server for various contexts.
package app package app
// Note: if you change code in this file, you might need to change code in
// contrib/mesos/pkg/executor/service/.
import ( import (
"crypto/tls" "crypto/tls"
"fmt" "fmt"

View File

@ -16,6 +16,9 @@ limitations under the License.
package kubelet package kubelet
// Note: if you change code in this file, you might need to change code in
// contrib/mesos/pkg/executor/.
import ( import (
"errors" "errors"
"fmt" "fmt"

View File

@ -16,6 +16,9 @@ limitations under the License.
package scheduler package scheduler
// Note: if you change code in this file, you might need to change code in
// contrib/mesos/pkg/scheduler/.
import ( import (
"time" "time"