@ -26,14 +26,15 @@ import (
"io"
"time"
"k8s.io/kubernetes/pkg/api"
"k8s.io/kubernetes/pkg/kubectl/resource"
"k8s.io/helm/pkg/chartutil"
"k8s.io/helm/pkg/engine"
"k8s.io/helm/pkg/kube"
"k8s.io/helm/pkg/proto/hapi/chart"
"k8s.io/helm/pkg/storage"
"k8s.io/helm/pkg/storage/driver"
)
// TillerNamespaceEnvVar is the environment variable name for the tiller
@ -22,11 +22,12 @@ import (
"testing"
type mockEngine struct {
@ -18,6 +18,7 @@ package tiller
import (
ctx "golang.org/x/net/context"
"k8s.io/helm/pkg/proto/hapi/services"
@ -17,9 +17,10 @@ limitations under the License.
package tiller
"k8s.io/helm/pkg/helm"
func TestGetReleaseContent(t *testing.T) {
@ -21,6 +21,7 @@ import (
"strings"
"k8s.io/helm/pkg/hooks"
"k8s.io/helm/pkg/proto/hapi/release"
@ -18,10 +18,11 @@ package tiller
"fmt"
"regexp"
relutil "k8s.io/helm/pkg/releaseutil"
// ListReleases lists the releases found by the server.
@ -20,6 +20,7 @@ import (
@ -17,11 +17,12 @@ limitations under the License.
func TestRollbackRelease(t *testing.T) {
@ -19,7 +19,9 @@ package tiller
"errors"
@ -17,10 +17,11 @@ limitations under the License.
func TestGetReleaseStatus(t *testing.T) {
func TestRunReleaseTest(t *testing.T) {
func TestUninstallRelease(t *testing.T) {
@ -17,12 +17,13 @@ limitations under the License.
func TestUpdateRelease(t *testing.T) {
"k8s.io/helm/pkg/version"