Fix e2e test failure: pull redis image from gcr instead of docker

This commit is contained in:
Janet Kuo
2016-05-17 09:35:43 -07:00
parent b51782206f
commit e428b77cbe
2 changed files with 656 additions and 656 deletions

View File

@@ -6518,447 +6518,448 @@ type bintree struct {
Func func() (*asset, error) Func func() (*asset, error)
Children map[string]*bintree Children map[string]*bintree
} }
var _bintree = &bintree{nil, map[string]*bintree{ var _bintree = &bintree{nil, map[string]*bintree{
"docs": &bintree{nil, map[string]*bintree{ "docs": {nil, map[string]*bintree{
"user-guide": &bintree{nil, map[string]*bintree{ "user-guide": {nil, map[string]*bintree{
"configmap": &bintree{nil, map[string]*bintree{ "configmap": {nil, map[string]*bintree{
"command-pod.yaml": &bintree{docsUserGuideConfigmapCommandPodYaml, map[string]*bintree{}}, "command-pod.yaml": {docsUserGuideConfigmapCommandPodYaml, map[string]*bintree{}},
"configmap.yaml": &bintree{docsUserGuideConfigmapConfigmapYaml, map[string]*bintree{}}, "configmap.yaml": {docsUserGuideConfigmapConfigmapYaml, map[string]*bintree{}},
"env-pod.yaml": &bintree{docsUserGuideConfigmapEnvPodYaml, map[string]*bintree{}}, "env-pod.yaml": {docsUserGuideConfigmapEnvPodYaml, map[string]*bintree{}},
"volume-pod.yaml": &bintree{docsUserGuideConfigmapVolumePodYaml, map[string]*bintree{}}, "volume-pod.yaml": {docsUserGuideConfigmapVolumePodYaml, map[string]*bintree{}},
}}, }},
"deployment.yaml": &bintree{docsUserGuideDeploymentYaml, map[string]*bintree{}}, "deployment.yaml": {docsUserGuideDeploymentYaml, map[string]*bintree{}},
"downward-api": &bintree{nil, map[string]*bintree{ "downward-api": {nil, map[string]*bintree{
"dapi-pod.yaml": &bintree{docsUserGuideDownwardApiDapiPodYaml, map[string]*bintree{}}, "dapi-pod.yaml": {docsUserGuideDownwardApiDapiPodYaml, map[string]*bintree{}},
}}, }},
"environment-guide": &bintree{nil, map[string]*bintree{ "environment-guide": {nil, map[string]*bintree{
"backend-rc.yaml": &bintree{docsUserGuideEnvironmentGuideBackendRcYaml, map[string]*bintree{}}, "backend-rc.yaml": {docsUserGuideEnvironmentGuideBackendRcYaml, map[string]*bintree{}},
"backend-srv.yaml": &bintree{docsUserGuideEnvironmentGuideBackendSrvYaml, map[string]*bintree{}}, "backend-srv.yaml": {docsUserGuideEnvironmentGuideBackendSrvYaml, map[string]*bintree{}},
"show-rc.yaml": &bintree{docsUserGuideEnvironmentGuideShowRcYaml, map[string]*bintree{}}, "show-rc.yaml": {docsUserGuideEnvironmentGuideShowRcYaml, map[string]*bintree{}},
"show-srv.yaml": &bintree{docsUserGuideEnvironmentGuideShowSrvYaml, map[string]*bintree{}}, "show-srv.yaml": {docsUserGuideEnvironmentGuideShowSrvYaml, map[string]*bintree{}},
}}, }},
"horizontal-pod-autoscaler.svg": &bintree{docsUserGuideHorizontalPodAutoscalerSvg, map[string]*bintree{}}, "horizontal-pod-autoscaler.svg": {docsUserGuideHorizontalPodAutoscalerSvg, map[string]*bintree{}},
"horizontal-pod-autoscaling": &bintree{nil, map[string]*bintree{ "horizontal-pod-autoscaling": {nil, map[string]*bintree{
"hpa-php-apache.yaml": &bintree{docsUserGuideHorizontalPodAutoscalingHpaPhpApacheYaml, map[string]*bintree{}}, "hpa-php-apache.yaml": {docsUserGuideHorizontalPodAutoscalingHpaPhpApacheYaml, map[string]*bintree{}},
}}, }},
"ingress.yaml": &bintree{docsUserGuideIngressYaml, map[string]*bintree{}}, "ingress.yaml": {docsUserGuideIngressYaml, map[string]*bintree{}},
"job.yaml": &bintree{docsUserGuideJobYaml, map[string]*bintree{}}, "job.yaml": {docsUserGuideJobYaml, map[string]*bintree{}},
"kubectl": &bintree{nil, map[string]*bintree{ "kubectl": {nil, map[string]*bintree{
".files_generated": &bintree{docsUserGuideKubectlFiles_generated, map[string]*bintree{}}, ".files_generated": {docsUserGuideKubectlFiles_generated, map[string]*bintree{}},
}}, }},
"liveness": &bintree{nil, map[string]*bintree{ "liveness": {nil, map[string]*bintree{
"exec-liveness.yaml": &bintree{docsUserGuideLivenessExecLivenessYaml, map[string]*bintree{}}, "exec-liveness.yaml": {docsUserGuideLivenessExecLivenessYaml, map[string]*bintree{}},
"http-liveness.yaml": &bintree{docsUserGuideLivenessHttpLivenessYaml, map[string]*bintree{}}, "http-liveness.yaml": {docsUserGuideLivenessHttpLivenessYaml, map[string]*bintree{}},
}}, }},
"logging-demo": &bintree{nil, map[string]*bintree{ "logging-demo": {nil, map[string]*bintree{
"Makefile": &bintree{docsUserGuideLoggingDemoMakefile, map[string]*bintree{}}, "Makefile": {docsUserGuideLoggingDemoMakefile, map[string]*bintree{}},
"synthetic_0_25lps.yaml": &bintree{docsUserGuideLoggingDemoSynthetic_0_25lpsYaml, map[string]*bintree{}}, "synthetic_0_25lps.yaml": {docsUserGuideLoggingDemoSynthetic_0_25lpsYaml, map[string]*bintree{}},
"synthetic_10lps.yaml": &bintree{docsUserGuideLoggingDemoSynthetic_10lpsYaml, map[string]*bintree{}}, "synthetic_10lps.yaml": {docsUserGuideLoggingDemoSynthetic_10lpsYaml, map[string]*bintree{}},
}}, }},
"multi-pod.yaml": &bintree{docsUserGuideMultiPodYaml, map[string]*bintree{}}, "multi-pod.yaml": {docsUserGuideMultiPodYaml, map[string]*bintree{}},
"new-nginx-deployment.yaml": &bintree{docsUserGuideNewNginxDeploymentYaml, map[string]*bintree{}}, "new-nginx-deployment.yaml": {docsUserGuideNewNginxDeploymentYaml, map[string]*bintree{}},
"nginx-deployment.yaml": &bintree{docsUserGuideNginxDeploymentYaml, map[string]*bintree{}}, "nginx-deployment.yaml": {docsUserGuideNginxDeploymentYaml, map[string]*bintree{}},
"node-selection": &bintree{nil, map[string]*bintree{ "node-selection": {nil, map[string]*bintree{
"pod.yaml": &bintree{docsUserGuideNodeSelectionPodYaml, map[string]*bintree{}}, "pod.yaml": {docsUserGuideNodeSelectionPodYaml, map[string]*bintree{}},
}}, }},
"pod.yaml": &bintree{docsUserGuidePodYaml, map[string]*bintree{}}, "pod.yaml": {docsUserGuidePodYaml, map[string]*bintree{}},
"replicaset": &bintree{nil, map[string]*bintree{ "replicaset": {nil, map[string]*bintree{
"frontend.yaml": &bintree{docsUserGuideReplicasetFrontendYaml, map[string]*bintree{}}, "frontend.yaml": {docsUserGuideReplicasetFrontendYaml, map[string]*bintree{}},
"redis-slave.yaml": &bintree{docsUserGuideReplicasetRedisSlaveYaml, map[string]*bintree{}}, "redis-slave.yaml": {docsUserGuideReplicasetRedisSlaveYaml, map[string]*bintree{}},
}}, }},
"replication.yaml": &bintree{docsUserGuideReplicationYaml, map[string]*bintree{}}, "replication.yaml": {docsUserGuideReplicationYaml, map[string]*bintree{}},
"secrets": &bintree{nil, map[string]*bintree{ "secrets": {nil, map[string]*bintree{
"secret-env-pod.yaml": &bintree{docsUserGuideSecretsSecretEnvPodYaml, map[string]*bintree{}}, "secret-env-pod.yaml": {docsUserGuideSecretsSecretEnvPodYaml, map[string]*bintree{}},
"secret-pod.yaml": &bintree{docsUserGuideSecretsSecretPodYaml, map[string]*bintree{}}, "secret-pod.yaml": {docsUserGuideSecretsSecretPodYaml, map[string]*bintree{}},
"secret.yaml": &bintree{docsUserGuideSecretsSecretYaml, map[string]*bintree{}}, "secret.yaml": {docsUserGuideSecretsSecretYaml, map[string]*bintree{}},
}}, }},
"services-iptables-overview.svg": &bintree{docsUserGuideServicesIptablesOverviewSvg, map[string]*bintree{}}, "services-iptables-overview.svg": {docsUserGuideServicesIptablesOverviewSvg, map[string]*bintree{}},
"services-userspace-overview.svg": &bintree{docsUserGuideServicesUserspaceOverviewSvg, map[string]*bintree{}}, "services-userspace-overview.svg": {docsUserGuideServicesUserspaceOverviewSvg, map[string]*bintree{}},
"update-demo": &bintree{nil, map[string]*bintree{ "update-demo": {nil, map[string]*bintree{
"build-images.sh": &bintree{docsUserGuideUpdateDemoBuildImagesSh, map[string]*bintree{}}, "build-images.sh": {docsUserGuideUpdateDemoBuildImagesSh, map[string]*bintree{}},
"kitten-rc.yaml": &bintree{docsUserGuideUpdateDemoKittenRcYaml, map[string]*bintree{}}, "kitten-rc.yaml": {docsUserGuideUpdateDemoKittenRcYaml, map[string]*bintree{}},
"nautilus-rc.yaml": &bintree{docsUserGuideUpdateDemoNautilusRcYaml, map[string]*bintree{}}, "nautilus-rc.yaml": {docsUserGuideUpdateDemoNautilusRcYaml, map[string]*bintree{}},
}}, }},
"walkthrough": &bintree{nil, map[string]*bintree{ "walkthrough": {nil, map[string]*bintree{
"pod-nginx-with-label.yaml": &bintree{docsUserGuideWalkthroughPodNginxWithLabelYaml, map[string]*bintree{}}, "pod-nginx-with-label.yaml": {docsUserGuideWalkthroughPodNginxWithLabelYaml, map[string]*bintree{}},
"pod-nginx.yaml": &bintree{docsUserGuideWalkthroughPodNginxYaml, map[string]*bintree{}}, "pod-nginx.yaml": {docsUserGuideWalkthroughPodNginxYaml, map[string]*bintree{}},
"pod-redis.yaml": &bintree{docsUserGuideWalkthroughPodRedisYaml, map[string]*bintree{}}, "pod-redis.yaml": {docsUserGuideWalkthroughPodRedisYaml, map[string]*bintree{}},
"pod-with-http-healthcheck.yaml": &bintree{docsUserGuideWalkthroughPodWithHttpHealthcheckYaml, map[string]*bintree{}}, "pod-with-http-healthcheck.yaml": {docsUserGuideWalkthroughPodWithHttpHealthcheckYaml, map[string]*bintree{}},
"podtemplate.json": &bintree{docsUserGuideWalkthroughPodtemplateJson, map[string]*bintree{}}, "podtemplate.json": {docsUserGuideWalkthroughPodtemplateJson, map[string]*bintree{}},
"replication-controller.yaml": &bintree{docsUserGuideWalkthroughReplicationControllerYaml, map[string]*bintree{}}, "replication-controller.yaml": {docsUserGuideWalkthroughReplicationControllerYaml, map[string]*bintree{}},
"service.yaml": &bintree{docsUserGuideWalkthroughServiceYaml, map[string]*bintree{}}, "service.yaml": {docsUserGuideWalkthroughServiceYaml, map[string]*bintree{}},
}}, }},
}}, }},
}}, }},
"examples": &bintree{nil, map[string]*bintree{ "examples": {nil, map[string]*bintree{
"OWNERS": &bintree{examplesOwners, map[string]*bintree{}}, "OWNERS": {examplesOwners, map[string]*bintree{}},
"apiserver": &bintree{nil, map[string]*bintree{ "apiserver": {nil, map[string]*bintree{
"apiserver.go": &bintree{examplesApiserverApiserverGo, map[string]*bintree{}}, "apiserver.go": {examplesApiserverApiserverGo, map[string]*bintree{}},
"apiserver_test.go": &bintree{examplesApiserverApiserver_testGo, map[string]*bintree{}}, "apiserver_test.go": {examplesApiserverApiserver_testGo, map[string]*bintree{}},
}}, }},
"aws_ebs": &bintree{nil, map[string]*bintree{ "aws_ebs": {nil, map[string]*bintree{
"aws-ebs-web.yaml": &bintree{examplesAws_ebsAwsEbsWebYaml, map[string]*bintree{}}, "aws-ebs-web.yaml": {examplesAws_ebsAwsEbsWebYaml, map[string]*bintree{}},
}}, }},
"azure_file": &bintree{nil, map[string]*bintree{ "azure_file": {nil, map[string]*bintree{
"azure.yaml": &bintree{examplesAzure_fileAzureYaml, map[string]*bintree{}}, "azure.yaml": {examplesAzure_fileAzureYaml, map[string]*bintree{}},
}}, }},
"blog-logging": &bintree{nil, map[string]*bintree{ "blog-logging": {nil, map[string]*bintree{
"counter-pod.yaml": &bintree{examplesBlogLoggingCounterPodYaml, map[string]*bintree{}}, "counter-pod.yaml": {examplesBlogLoggingCounterPodYaml, map[string]*bintree{}},
}}, }},
"cassandra": &bintree{nil, map[string]*bintree{ "cassandra": {nil, map[string]*bintree{
"cassandra-controller.yaml": &bintree{examplesCassandraCassandraControllerYaml, map[string]*bintree{}}, "cassandra-controller.yaml": {examplesCassandraCassandraControllerYaml, map[string]*bintree{}},
"cassandra-daemonset.yaml": &bintree{examplesCassandraCassandraDaemonsetYaml, map[string]*bintree{}}, "cassandra-daemonset.yaml": {examplesCassandraCassandraDaemonsetYaml, map[string]*bintree{}},
"cassandra-service.yaml": &bintree{examplesCassandraCassandraServiceYaml, map[string]*bintree{}}, "cassandra-service.yaml": {examplesCassandraCassandraServiceYaml, map[string]*bintree{}},
}}, }},
"celery-rabbitmq": &bintree{nil, map[string]*bintree{ "celery-rabbitmq": {nil, map[string]*bintree{
"celery-controller.yaml": &bintree{examplesCeleryRabbitmqCeleryControllerYaml, map[string]*bintree{}}, "celery-controller.yaml": {examplesCeleryRabbitmqCeleryControllerYaml, map[string]*bintree{}},
"flower-controller.yaml": &bintree{examplesCeleryRabbitmqFlowerControllerYaml, map[string]*bintree{}}, "flower-controller.yaml": {examplesCeleryRabbitmqFlowerControllerYaml, map[string]*bintree{}},
"flower-service.yaml": &bintree{examplesCeleryRabbitmqFlowerServiceYaml, map[string]*bintree{}}, "flower-service.yaml": {examplesCeleryRabbitmqFlowerServiceYaml, map[string]*bintree{}},
"rabbitmq-controller.yaml": &bintree{examplesCeleryRabbitmqRabbitmqControllerYaml, map[string]*bintree{}}, "rabbitmq-controller.yaml": {examplesCeleryRabbitmqRabbitmqControllerYaml, map[string]*bintree{}},
"rabbitmq-service.yaml": &bintree{examplesCeleryRabbitmqRabbitmqServiceYaml, map[string]*bintree{}}, "rabbitmq-service.yaml": {examplesCeleryRabbitmqRabbitmqServiceYaml, map[string]*bintree{}},
}}, }},
"cephfs": &bintree{nil, map[string]*bintree{ "cephfs": {nil, map[string]*bintree{
"cephfs-with-secret.yaml": &bintree{examplesCephfsCephfsWithSecretYaml, map[string]*bintree{}}, "cephfs-with-secret.yaml": {examplesCephfsCephfsWithSecretYaml, map[string]*bintree{}},
"cephfs.yaml": &bintree{examplesCephfsCephfsYaml, map[string]*bintree{}}, "cephfs.yaml": {examplesCephfsCephfsYaml, map[string]*bintree{}},
}}, }},
"cluster-dns": &bintree{nil, map[string]*bintree{ "cluster-dns": {nil, map[string]*bintree{
"dns-backend-rc.yaml": &bintree{examplesClusterDnsDnsBackendRcYaml, map[string]*bintree{}}, "dns-backend-rc.yaml": {examplesClusterDnsDnsBackendRcYaml, map[string]*bintree{}},
"dns-backend-service.yaml": &bintree{examplesClusterDnsDnsBackendServiceYaml, map[string]*bintree{}}, "dns-backend-service.yaml": {examplesClusterDnsDnsBackendServiceYaml, map[string]*bintree{}},
"dns-frontend-pod.yaml": &bintree{examplesClusterDnsDnsFrontendPodYaml, map[string]*bintree{}}, "dns-frontend-pod.yaml": {examplesClusterDnsDnsFrontendPodYaml, map[string]*bintree{}},
"namespace-dev.yaml": &bintree{examplesClusterDnsNamespaceDevYaml, map[string]*bintree{}}, "namespace-dev.yaml": {examplesClusterDnsNamespaceDevYaml, map[string]*bintree{}},
"namespace-prod.yaml": &bintree{examplesClusterDnsNamespaceProdYaml, map[string]*bintree{}}, "namespace-prod.yaml": {examplesClusterDnsNamespaceProdYaml, map[string]*bintree{}},
}}, }},
"doc.go": &bintree{examplesDocGo, map[string]*bintree{}}, "doc.go": {examplesDocGo, map[string]*bintree{}},
"elasticsearch": &bintree{nil, map[string]*bintree{ "elasticsearch": {nil, map[string]*bintree{
"es-rc.yaml": &bintree{examplesElasticsearchEsRcYaml, map[string]*bintree{}}, "es-rc.yaml": {examplesElasticsearchEsRcYaml, map[string]*bintree{}},
"es-svc.yaml": &bintree{examplesElasticsearchEsSvcYaml, map[string]*bintree{}}, "es-svc.yaml": {examplesElasticsearchEsSvcYaml, map[string]*bintree{}},
"service-account.yaml": &bintree{examplesElasticsearchServiceAccountYaml, map[string]*bintree{}}, "service-account.yaml": {examplesElasticsearchServiceAccountYaml, map[string]*bintree{}},
}}, }},
"examples_test.go": &bintree{examplesExamples_testGo, map[string]*bintree{}}, "examples_test.go": {examplesExamples_testGo, map[string]*bintree{}},
"explorer": &bintree{nil, map[string]*bintree{ "explorer": {nil, map[string]*bintree{
"Dockerfile": &bintree{examplesExplorerDockerfile, map[string]*bintree{}}, "Dockerfile": {examplesExplorerDockerfile, map[string]*bintree{}},
"Makefile": &bintree{examplesExplorerMakefile, map[string]*bintree{}}, "Makefile": {examplesExplorerMakefile, map[string]*bintree{}},
"explorer.go": &bintree{examplesExplorerExplorerGo, map[string]*bintree{}}, "explorer.go": {examplesExplorerExplorerGo, map[string]*bintree{}},
"pod.yaml": &bintree{examplesExplorerPodYaml, map[string]*bintree{}}, "pod.yaml": {examplesExplorerPodYaml, map[string]*bintree{}},
}}, }},
"fibre_channel": &bintree{nil, map[string]*bintree{ "fibre_channel": {nil, map[string]*bintree{
"fc.yaml": &bintree{examplesFibre_channelFcYaml, map[string]*bintree{}}, "fc.yaml": {examplesFibre_channelFcYaml, map[string]*bintree{}},
}}, }},
"flexvolume": &bintree{nil, map[string]*bintree{ "flexvolume": {nil, map[string]*bintree{
"lvm": &bintree{examplesFlexvolumeLvm, map[string]*bintree{}}, "lvm": {examplesFlexvolumeLvm, map[string]*bintree{}},
"nginx.yaml": &bintree{examplesFlexvolumeNginxYaml, map[string]*bintree{}}, "nginx.yaml": {examplesFlexvolumeNginxYaml, map[string]*bintree{}},
}}, }},
"flocker": &bintree{nil, map[string]*bintree{ "flocker": {nil, map[string]*bintree{
"flocker-pod-with-rc.yml": &bintree{examplesFlockerFlockerPodWithRcYml, map[string]*bintree{}}, "flocker-pod-with-rc.yml": {examplesFlockerFlockerPodWithRcYml, map[string]*bintree{}},
"flocker-pod.yml": &bintree{examplesFlockerFlockerPodYml, map[string]*bintree{}}, "flocker-pod.yml": {examplesFlockerFlockerPodYml, map[string]*bintree{}},
}}, }},
"glusterfs": &bintree{nil, map[string]*bintree{ "glusterfs": {nil, map[string]*bintree{
"glusterfs-endpoints.json": &bintree{examplesGlusterfsGlusterfsEndpointsJson, map[string]*bintree{}}, "glusterfs-endpoints.json": {examplesGlusterfsGlusterfsEndpointsJson, map[string]*bintree{}},
"glusterfs-pod.json": &bintree{examplesGlusterfsGlusterfsPodJson, map[string]*bintree{}}, "glusterfs-pod.json": {examplesGlusterfsGlusterfsPodJson, map[string]*bintree{}},
"glusterfs-service.json": &bintree{examplesGlusterfsGlusterfsServiceJson, map[string]*bintree{}}, "glusterfs-service.json": {examplesGlusterfsGlusterfsServiceJson, map[string]*bintree{}},
}}, }},
"guestbook": &bintree{nil, map[string]*bintree{ "guestbook": {nil, map[string]*bintree{
"frontend-deployment.yaml": &bintree{examplesGuestbookFrontendDeploymentYaml, map[string]*bintree{}}, "frontend-deployment.yaml": {examplesGuestbookFrontendDeploymentYaml, map[string]*bintree{}},
"frontend-service.yaml": &bintree{examplesGuestbookFrontendServiceYaml, map[string]*bintree{}}, "frontend-service.yaml": {examplesGuestbookFrontendServiceYaml, map[string]*bintree{}},
"redis-master-deployment.yaml": &bintree{examplesGuestbookRedisMasterDeploymentYaml, map[string]*bintree{}}, "redis-master-deployment.yaml": {examplesGuestbookRedisMasterDeploymentYaml, map[string]*bintree{}},
"redis-master-service.yaml": &bintree{examplesGuestbookRedisMasterServiceYaml, map[string]*bintree{}}, "redis-master-service.yaml": {examplesGuestbookRedisMasterServiceYaml, map[string]*bintree{}},
"redis-slave-deployment.yaml": &bintree{examplesGuestbookRedisSlaveDeploymentYaml, map[string]*bintree{}}, "redis-slave-deployment.yaml": {examplesGuestbookRedisSlaveDeploymentYaml, map[string]*bintree{}},
"redis-slave-service.yaml": &bintree{examplesGuestbookRedisSlaveServiceYaml, map[string]*bintree{}}, "redis-slave-service.yaml": {examplesGuestbookRedisSlaveServiceYaml, map[string]*bintree{}},
}}, }},
"guestbook-go": &bintree{nil, map[string]*bintree{ "guestbook-go": {nil, map[string]*bintree{
"guestbook-controller.json": &bintree{examplesGuestbookGoGuestbookControllerJson, map[string]*bintree{}}, "guestbook-controller.json": {examplesGuestbookGoGuestbookControllerJson, map[string]*bintree{}},
"guestbook-service.json": &bintree{examplesGuestbookGoGuestbookServiceJson, map[string]*bintree{}}, "guestbook-service.json": {examplesGuestbookGoGuestbookServiceJson, map[string]*bintree{}},
"redis-master-controller.json": &bintree{examplesGuestbookGoRedisMasterControllerJson, map[string]*bintree{}}, "redis-master-controller.json": {examplesGuestbookGoRedisMasterControllerJson, map[string]*bintree{}},
"redis-master-service.json": &bintree{examplesGuestbookGoRedisMasterServiceJson, map[string]*bintree{}}, "redis-master-service.json": {examplesGuestbookGoRedisMasterServiceJson, map[string]*bintree{}},
"redis-slave-controller.json": &bintree{examplesGuestbookGoRedisSlaveControllerJson, map[string]*bintree{}}, "redis-slave-controller.json": {examplesGuestbookGoRedisSlaveControllerJson, map[string]*bintree{}},
"redis-slave-service.json": &bintree{examplesGuestbookGoRedisSlaveServiceJson, map[string]*bintree{}}, "redis-slave-service.json": {examplesGuestbookGoRedisSlaveServiceJson, map[string]*bintree{}},
}}, }},
"hazelcast": &bintree{nil, map[string]*bintree{ "hazelcast": {nil, map[string]*bintree{
"hazelcast-controller.yaml": &bintree{examplesHazelcastHazelcastControllerYaml, map[string]*bintree{}}, "hazelcast-controller.yaml": {examplesHazelcastHazelcastControllerYaml, map[string]*bintree{}},
"hazelcast-service.yaml": &bintree{examplesHazelcastHazelcastServiceYaml, map[string]*bintree{}}, "hazelcast-service.yaml": {examplesHazelcastHazelcastServiceYaml, map[string]*bintree{}},
}}, }},
"https-nginx": &bintree{nil, map[string]*bintree{ "https-nginx": {nil, map[string]*bintree{
"Dockerfile": &bintree{examplesHttpsNginxDockerfile, map[string]*bintree{}}, "Dockerfile": {examplesHttpsNginxDockerfile, map[string]*bintree{}},
"Makefile": &bintree{examplesHttpsNginxMakefile, map[string]*bintree{}}, "Makefile": {examplesHttpsNginxMakefile, map[string]*bintree{}},
"default.conf": &bintree{examplesHttpsNginxDefaultConf, map[string]*bintree{}}, "default.conf": {examplesHttpsNginxDefaultConf, map[string]*bintree{}},
"make_secret.go": &bintree{examplesHttpsNginxMake_secretGo, map[string]*bintree{}}, "make_secret.go": {examplesHttpsNginxMake_secretGo, map[string]*bintree{}},
"nginx-app.yaml": &bintree{examplesHttpsNginxNginxAppYaml, map[string]*bintree{}}, "nginx-app.yaml": {examplesHttpsNginxNginxAppYaml, map[string]*bintree{}},
}}, }},
"iscsi": &bintree{nil, map[string]*bintree{ "iscsi": {nil, map[string]*bintree{
"iscsi.yaml": &bintree{examplesIscsiIscsiYaml, map[string]*bintree{}}, "iscsi.yaml": {examplesIscsiIscsiYaml, map[string]*bintree{}},
}}, }},
"javaee": &bintree{nil, map[string]*bintree{ "javaee": {nil, map[string]*bintree{
"mysql-pod.yaml": &bintree{examplesJavaeeMysqlPodYaml, map[string]*bintree{}}, "mysql-pod.yaml": {examplesJavaeeMysqlPodYaml, map[string]*bintree{}},
"mysql-service.yaml": &bintree{examplesJavaeeMysqlServiceYaml, map[string]*bintree{}}, "mysql-service.yaml": {examplesJavaeeMysqlServiceYaml, map[string]*bintree{}},
"wildfly-rc.yaml": &bintree{examplesJavaeeWildflyRcYaml, map[string]*bintree{}}, "wildfly-rc.yaml": {examplesJavaeeWildflyRcYaml, map[string]*bintree{}},
}}, }},
"javaweb-tomcat-sidecar": &bintree{nil, map[string]*bintree{ "javaweb-tomcat-sidecar": {nil, map[string]*bintree{
"javaweb-2.yaml": &bintree{examplesJavawebTomcatSidecarJavaweb2Yaml, map[string]*bintree{}}, "javaweb-2.yaml": {examplesJavawebTomcatSidecarJavaweb2Yaml, map[string]*bintree{}},
"javaweb.yaml": &bintree{examplesJavawebTomcatSidecarJavawebYaml, map[string]*bintree{}}, "javaweb.yaml": {examplesJavawebTomcatSidecarJavawebYaml, map[string]*bintree{}},
}}, }},
"k8petstore": &bintree{nil, map[string]*bintree{ "k8petstore": {nil, map[string]*bintree{
"build-push-containers.sh": &bintree{examplesK8petstoreBuildPushContainersSh, map[string]*bintree{}}, "build-push-containers.sh": {examplesK8petstoreBuildPushContainersSh, map[string]*bintree{}},
"docker-machine-dev.sh": &bintree{examplesK8petstoreDockerMachineDevSh, map[string]*bintree{}}, "docker-machine-dev.sh": {examplesK8petstoreDockerMachineDevSh, map[string]*bintree{}},
"k8petstore-loadbalancer.sh": &bintree{examplesK8petstoreK8petstoreLoadbalancerSh, map[string]*bintree{}}, "k8petstore-loadbalancer.sh": {examplesK8petstoreK8petstoreLoadbalancerSh, map[string]*bintree{}},
"k8petstore-nodeport.sh": &bintree{examplesK8petstoreK8petstoreNodeportSh, map[string]*bintree{}}, "k8petstore-nodeport.sh": {examplesK8petstoreK8petstoreNodeportSh, map[string]*bintree{}},
"k8petstore.dot": &bintree{examplesK8petstoreK8petstoreDot, map[string]*bintree{}}, "k8petstore.dot": {examplesK8petstoreK8petstoreDot, map[string]*bintree{}},
"k8petstore.sh": &bintree{examplesK8petstoreK8petstoreSh, map[string]*bintree{}}, "k8petstore.sh": {examplesK8petstoreK8petstoreSh, map[string]*bintree{}},
}}, }},
"kubectl-container": &bintree{nil, map[string]*bintree{ "kubectl-container": {nil, map[string]*bintree{
".gitignore": &bintree{examplesKubectlContainerGitignore, map[string]*bintree{}}, ".gitignore": {examplesKubectlContainerGitignore, map[string]*bintree{}},
".tag": &bintree{examplesKubectlContainerTag, map[string]*bintree{}}, ".tag": {examplesKubectlContainerTag, map[string]*bintree{}},
"Dockerfile": &bintree{examplesKubectlContainerDockerfile, map[string]*bintree{}}, "Dockerfile": {examplesKubectlContainerDockerfile, map[string]*bintree{}},
"Makefile": &bintree{examplesKubectlContainerMakefile, map[string]*bintree{}}, "Makefile": {examplesKubectlContainerMakefile, map[string]*bintree{}},
"kubectl": &bintree{examplesKubectlContainerKubectl, map[string]*bintree{}}, "kubectl": {examplesKubectlContainerKubectl, map[string]*bintree{}},
"pod.json": &bintree{examplesKubectlContainerPodJson, map[string]*bintree{}}, "pod.json": {examplesKubectlContainerPodJson, map[string]*bintree{}},
}}, }},
"meteor": &bintree{nil, map[string]*bintree{ "meteor": {nil, map[string]*bintree{
"meteor-controller.json": &bintree{examplesMeteorMeteorControllerJson, map[string]*bintree{}}, "meteor-controller.json": {examplesMeteorMeteorControllerJson, map[string]*bintree{}},
"meteor-service.json": &bintree{examplesMeteorMeteorServiceJson, map[string]*bintree{}}, "meteor-service.json": {examplesMeteorMeteorServiceJson, map[string]*bintree{}},
"mongo-pod.json": &bintree{examplesMeteorMongoPodJson, map[string]*bintree{}}, "mongo-pod.json": {examplesMeteorMongoPodJson, map[string]*bintree{}},
"mongo-service.json": &bintree{examplesMeteorMongoServiceJson, map[string]*bintree{}}, "mongo-service.json": {examplesMeteorMongoServiceJson, map[string]*bintree{}},
}}, }},
"mysql-cinder-pd": &bintree{nil, map[string]*bintree{ "mysql-cinder-pd": {nil, map[string]*bintree{
"mysql-service.yaml": &bintree{examplesMysqlCinderPdMysqlServiceYaml, map[string]*bintree{}}, "mysql-service.yaml": {examplesMysqlCinderPdMysqlServiceYaml, map[string]*bintree{}},
"mysql.yaml": &bintree{examplesMysqlCinderPdMysqlYaml, map[string]*bintree{}}, "mysql.yaml": {examplesMysqlCinderPdMysqlYaml, map[string]*bintree{}},
}}, }},
"mysql-galera": &bintree{nil, map[string]*bintree{ "mysql-galera": {nil, map[string]*bintree{
"pxc-cluster-service.yaml": &bintree{examplesMysqlGaleraPxcClusterServiceYaml, map[string]*bintree{}}, "pxc-cluster-service.yaml": {examplesMysqlGaleraPxcClusterServiceYaml, map[string]*bintree{}},
"pxc-node1.yaml": &bintree{examplesMysqlGaleraPxcNode1Yaml, map[string]*bintree{}}, "pxc-node1.yaml": {examplesMysqlGaleraPxcNode1Yaml, map[string]*bintree{}},
"pxc-node2.yaml": &bintree{examplesMysqlGaleraPxcNode2Yaml, map[string]*bintree{}}, "pxc-node2.yaml": {examplesMysqlGaleraPxcNode2Yaml, map[string]*bintree{}},
"pxc-node3.yaml": &bintree{examplesMysqlGaleraPxcNode3Yaml, map[string]*bintree{}}, "pxc-node3.yaml": {examplesMysqlGaleraPxcNode3Yaml, map[string]*bintree{}},
}}, }},
"mysql-wordpress-pd": &bintree{nil, map[string]*bintree{ "mysql-wordpress-pd": {nil, map[string]*bintree{
"OWNERS": &bintree{examplesMysqlWordpressPdOwners, map[string]*bintree{}}, "OWNERS": {examplesMysqlWordpressPdOwners, map[string]*bintree{}},
"gce-volumes.yaml": &bintree{examplesMysqlWordpressPdGceVolumesYaml, map[string]*bintree{}}, "gce-volumes.yaml": {examplesMysqlWordpressPdGceVolumesYaml, map[string]*bintree{}},
"local-volumes.yaml": &bintree{examplesMysqlWordpressPdLocalVolumesYaml, map[string]*bintree{}}, "local-volumes.yaml": {examplesMysqlWordpressPdLocalVolumesYaml, map[string]*bintree{}},
"mysql-deployment.yaml": &bintree{examplesMysqlWordpressPdMysqlDeploymentYaml, map[string]*bintree{}}, "mysql-deployment.yaml": {examplesMysqlWordpressPdMysqlDeploymentYaml, map[string]*bintree{}},
"wordpress-deployment.yaml": &bintree{examplesMysqlWordpressPdWordpressDeploymentYaml, map[string]*bintree{}}, "wordpress-deployment.yaml": {examplesMysqlWordpressPdWordpressDeploymentYaml, map[string]*bintree{}},
}}, }},
"newrelic": &bintree{nil, map[string]*bintree{ "newrelic": {nil, map[string]*bintree{
"config-to-secret.sh": &bintree{examplesNewrelicConfigToSecretSh, map[string]*bintree{}}, "config-to-secret.sh": {examplesNewrelicConfigToSecretSh, map[string]*bintree{}},
"newrelic-config-template.yaml": &bintree{examplesNewrelicNewrelicConfigTemplateYaml, map[string]*bintree{}}, "newrelic-config-template.yaml": {examplesNewrelicNewrelicConfigTemplateYaml, map[string]*bintree{}},
"newrelic-config.yaml": &bintree{examplesNewrelicNewrelicConfigYaml, map[string]*bintree{}}, "newrelic-config.yaml": {examplesNewrelicNewrelicConfigYaml, map[string]*bintree{}},
"newrelic-daemonset.yaml": &bintree{examplesNewrelicNewrelicDaemonsetYaml, map[string]*bintree{}}, "newrelic-daemonset.yaml": {examplesNewrelicNewrelicDaemonsetYaml, map[string]*bintree{}},
"nrconfig.env": &bintree{examplesNewrelicNrconfigEnv, map[string]*bintree{}}, "nrconfig.env": {examplesNewrelicNrconfigEnv, map[string]*bintree{}},
}}, }},
"nfs": &bintree{nil, map[string]*bintree{ "nfs": {nil, map[string]*bintree{
"nfs-busybox-rc.yaml": &bintree{examplesNfsNfsBusyboxRcYaml, map[string]*bintree{}}, "nfs-busybox-rc.yaml": {examplesNfsNfsBusyboxRcYaml, map[string]*bintree{}},
"nfs-pv.yaml": &bintree{examplesNfsNfsPvYaml, map[string]*bintree{}}, "nfs-pv.yaml": {examplesNfsNfsPvYaml, map[string]*bintree{}},
"nfs-pvc.yaml": &bintree{examplesNfsNfsPvcYaml, map[string]*bintree{}}, "nfs-pvc.yaml": {examplesNfsNfsPvcYaml, map[string]*bintree{}},
"nfs-server-rc.yaml": &bintree{examplesNfsNfsServerRcYaml, map[string]*bintree{}}, "nfs-server-rc.yaml": {examplesNfsNfsServerRcYaml, map[string]*bintree{}},
"nfs-server-service.yaml": &bintree{examplesNfsNfsServerServiceYaml, map[string]*bintree{}}, "nfs-server-service.yaml": {examplesNfsNfsServerServiceYaml, map[string]*bintree{}},
"nfs-web-rc.yaml": &bintree{examplesNfsNfsWebRcYaml, map[string]*bintree{}}, "nfs-web-rc.yaml": {examplesNfsNfsWebRcYaml, map[string]*bintree{}},
"nfs-web-service.yaml": &bintree{examplesNfsNfsWebServiceYaml, map[string]*bintree{}}, "nfs-web-service.yaml": {examplesNfsNfsWebServiceYaml, map[string]*bintree{}},
}}, }},
"nodesjs-mongodb": &bintree{nil, map[string]*bintree{ "nodesjs-mongodb": {nil, map[string]*bintree{
"mongo-controller.yaml": &bintree{examplesNodesjsMongodbMongoControllerYaml, map[string]*bintree{}}, "mongo-controller.yaml": {examplesNodesjsMongodbMongoControllerYaml, map[string]*bintree{}},
"mongo-service.yaml": &bintree{examplesNodesjsMongodbMongoServiceYaml, map[string]*bintree{}}, "mongo-service.yaml": {examplesNodesjsMongodbMongoServiceYaml, map[string]*bintree{}},
"web-controller-demo.yaml": &bintree{examplesNodesjsMongodbWebControllerDemoYaml, map[string]*bintree{}}, "web-controller-demo.yaml": {examplesNodesjsMongodbWebControllerDemoYaml, map[string]*bintree{}},
"web-controller.yaml": &bintree{examplesNodesjsMongodbWebControllerYaml, map[string]*bintree{}}, "web-controller.yaml": {examplesNodesjsMongodbWebControllerYaml, map[string]*bintree{}},
"web-service.yaml": &bintree{examplesNodesjsMongodbWebServiceYaml, map[string]*bintree{}}, "web-service.yaml": {examplesNodesjsMongodbWebServiceYaml, map[string]*bintree{}},
}}, }},
"openshift-origin": &bintree{nil, map[string]*bintree{ "openshift-origin": {nil, map[string]*bintree{
".gitignore": &bintree{examplesOpenshiftOriginGitignore, map[string]*bintree{}}, ".gitignore": {examplesOpenshiftOriginGitignore, map[string]*bintree{}},
"cleanup.sh": &bintree{examplesOpenshiftOriginCleanupSh, map[string]*bintree{}}, "cleanup.sh": {examplesOpenshiftOriginCleanupSh, map[string]*bintree{}},
"create.sh": &bintree{examplesOpenshiftOriginCreateSh, map[string]*bintree{}}, "create.sh": {examplesOpenshiftOriginCreateSh, map[string]*bintree{}},
"etcd-controller.yaml": &bintree{examplesOpenshiftOriginEtcdControllerYaml, map[string]*bintree{}}, "etcd-controller.yaml": {examplesOpenshiftOriginEtcdControllerYaml, map[string]*bintree{}},
"etcd-discovery-controller.yaml": &bintree{examplesOpenshiftOriginEtcdDiscoveryControllerYaml, map[string]*bintree{}}, "etcd-discovery-controller.yaml": {examplesOpenshiftOriginEtcdDiscoveryControllerYaml, map[string]*bintree{}},
"etcd-discovery-service.yaml": &bintree{examplesOpenshiftOriginEtcdDiscoveryServiceYaml, map[string]*bintree{}}, "etcd-discovery-service.yaml": {examplesOpenshiftOriginEtcdDiscoveryServiceYaml, map[string]*bintree{}},
"etcd-service.yaml": &bintree{examplesOpenshiftOriginEtcdServiceYaml, map[string]*bintree{}}, "etcd-service.yaml": {examplesOpenshiftOriginEtcdServiceYaml, map[string]*bintree{}},
"openshift-controller.yaml": &bintree{examplesOpenshiftOriginOpenshiftControllerYaml, map[string]*bintree{}}, "openshift-controller.yaml": {examplesOpenshiftOriginOpenshiftControllerYaml, map[string]*bintree{}},
"openshift-origin-namespace.yaml": &bintree{examplesOpenshiftOriginOpenshiftOriginNamespaceYaml, map[string]*bintree{}}, "openshift-origin-namespace.yaml": {examplesOpenshiftOriginOpenshiftOriginNamespaceYaml, map[string]*bintree{}},
"openshift-service.yaml": &bintree{examplesOpenshiftOriginOpenshiftServiceYaml, map[string]*bintree{}}, "openshift-service.yaml": {examplesOpenshiftOriginOpenshiftServiceYaml, map[string]*bintree{}},
"secret.json": &bintree{examplesOpenshiftOriginSecretJson, map[string]*bintree{}}, "secret.json": {examplesOpenshiftOriginSecretJson, map[string]*bintree{}},
}}, }},
"phabricator": &bintree{nil, map[string]*bintree{ "phabricator": {nil, map[string]*bintree{
"phabricator-controller.json": &bintree{examplesPhabricatorPhabricatorControllerJson, map[string]*bintree{}}, "phabricator-controller.json": {examplesPhabricatorPhabricatorControllerJson, map[string]*bintree{}},
"phabricator-service.json": &bintree{examplesPhabricatorPhabricatorServiceJson, map[string]*bintree{}}, "phabricator-service.json": {examplesPhabricatorPhabricatorServiceJson, map[string]*bintree{}},
"setup.sh": &bintree{examplesPhabricatorSetupSh, map[string]*bintree{}}, "setup.sh": {examplesPhabricatorSetupSh, map[string]*bintree{}},
"teardown.sh": &bintree{examplesPhabricatorTeardownSh, map[string]*bintree{}}, "teardown.sh": {examplesPhabricatorTeardownSh, map[string]*bintree{}},
}}, }},
"pod": &bintree{examplesPod, map[string]*bintree{}}, "pod": {examplesPod, map[string]*bintree{}},
"rbd": &bintree{nil, map[string]*bintree{ "rbd": {nil, map[string]*bintree{
"rbd-with-secret.json": &bintree{examplesRbdRbdWithSecretJson, map[string]*bintree{}}, "rbd-with-secret.json": {examplesRbdRbdWithSecretJson, map[string]*bintree{}},
"rbd.json": &bintree{examplesRbdRbdJson, map[string]*bintree{}}, "rbd.json": {examplesRbdRbdJson, map[string]*bintree{}},
}}, }},
"redis": &bintree{nil, map[string]*bintree{ "redis": {nil, map[string]*bintree{
"redis-controller.yaml": &bintree{examplesRedisRedisControllerYaml, map[string]*bintree{}}, "redis-controller.yaml": {examplesRedisRedisControllerYaml, map[string]*bintree{}},
"redis-master.yaml": &bintree{examplesRedisRedisMasterYaml, map[string]*bintree{}}, "redis-master.yaml": {examplesRedisRedisMasterYaml, map[string]*bintree{}},
"redis-proxy.yaml": &bintree{examplesRedisRedisProxyYaml, map[string]*bintree{}}, "redis-proxy.yaml": {examplesRedisRedisProxyYaml, map[string]*bintree{}},
"redis-sentinel-controller.yaml": &bintree{examplesRedisRedisSentinelControllerYaml, map[string]*bintree{}}, "redis-sentinel-controller.yaml": {examplesRedisRedisSentinelControllerYaml, map[string]*bintree{}},
"redis-sentinel-service.yaml": &bintree{examplesRedisRedisSentinelServiceYaml, map[string]*bintree{}}, "redis-sentinel-service.yaml": {examplesRedisRedisSentinelServiceYaml, map[string]*bintree{}},
}}, }},
"rethinkdb": &bintree{nil, map[string]*bintree{ "rethinkdb": {nil, map[string]*bintree{
"admin-pod.yaml": &bintree{examplesRethinkdbAdminPodYaml, map[string]*bintree{}}, "admin-pod.yaml": {examplesRethinkdbAdminPodYaml, map[string]*bintree{}},
"admin-service.yaml": &bintree{examplesRethinkdbAdminServiceYaml, map[string]*bintree{}}, "admin-service.yaml": {examplesRethinkdbAdminServiceYaml, map[string]*bintree{}},
"driver-service.yaml": &bintree{examplesRethinkdbDriverServiceYaml, map[string]*bintree{}}, "driver-service.yaml": {examplesRethinkdbDriverServiceYaml, map[string]*bintree{}},
"gen-pod.sh": &bintree{examplesRethinkdbGenPodSh, map[string]*bintree{}}, "gen-pod.sh": {examplesRethinkdbGenPodSh, map[string]*bintree{}},
"rc.yaml": &bintree{examplesRethinkdbRcYaml, map[string]*bintree{}}, "rc.yaml": {examplesRethinkdbRcYaml, map[string]*bintree{}},
}}, }},
"scheduler-policy-config-with-extender.json": &bintree{examplesSchedulerPolicyConfigWithExtenderJson, map[string]*bintree{}}, "scheduler-policy-config-with-extender.json": {examplesSchedulerPolicyConfigWithExtenderJson, map[string]*bintree{}},
"scheduler-policy-config.json": &bintree{examplesSchedulerPolicyConfigJson, map[string]*bintree{}}, "scheduler-policy-config.json": {examplesSchedulerPolicyConfigJson, map[string]*bintree{}},
"selenium": &bintree{nil, map[string]*bintree{ "selenium": {nil, map[string]*bintree{
"selenium-hub-rc.yaml": &bintree{examplesSeleniumSeleniumHubRcYaml, map[string]*bintree{}}, "selenium-hub-rc.yaml": {examplesSeleniumSeleniumHubRcYaml, map[string]*bintree{}},
"selenium-hub-svc.yaml": &bintree{examplesSeleniumSeleniumHubSvcYaml, map[string]*bintree{}}, "selenium-hub-svc.yaml": {examplesSeleniumSeleniumHubSvcYaml, map[string]*bintree{}},
"selenium-node-chrome-rc.yaml": &bintree{examplesSeleniumSeleniumNodeChromeRcYaml, map[string]*bintree{}}, "selenium-node-chrome-rc.yaml": {examplesSeleniumSeleniumNodeChromeRcYaml, map[string]*bintree{}},
"selenium-node-firefox-rc.yaml": &bintree{examplesSeleniumSeleniumNodeFirefoxRcYaml, map[string]*bintree{}}, "selenium-node-firefox-rc.yaml": {examplesSeleniumSeleniumNodeFirefoxRcYaml, map[string]*bintree{}},
"selenium-test.py": &bintree{examplesSeleniumSeleniumTestPy, map[string]*bintree{}}, "selenium-test.py": {examplesSeleniumSeleniumTestPy, map[string]*bintree{}},
}}, }},
"sharing-clusters": &bintree{nil, map[string]*bintree{ "sharing-clusters": {nil, map[string]*bintree{
"make_secret.go": &bintree{examplesSharingClustersMake_secretGo, map[string]*bintree{}}, "make_secret.go": {examplesSharingClustersMake_secretGo, map[string]*bintree{}},
}}, }},
"spark": &bintree{nil, map[string]*bintree{ "spark": {nil, map[string]*bintree{
"namespace-spark-cluster.yaml": &bintree{examplesSparkNamespaceSparkClusterYaml, map[string]*bintree{}}, "namespace-spark-cluster.yaml": {examplesSparkNamespaceSparkClusterYaml, map[string]*bintree{}},
"spark-master-controller.yaml": &bintree{examplesSparkSparkMasterControllerYaml, map[string]*bintree{}}, "spark-master-controller.yaml": {examplesSparkSparkMasterControllerYaml, map[string]*bintree{}},
"spark-master-service.yaml": &bintree{examplesSparkSparkMasterServiceYaml, map[string]*bintree{}}, "spark-master-service.yaml": {examplesSparkSparkMasterServiceYaml, map[string]*bintree{}},
"spark-webui.yaml": &bintree{examplesSparkSparkWebuiYaml, map[string]*bintree{}}, "spark-webui.yaml": {examplesSparkSparkWebuiYaml, map[string]*bintree{}},
"spark-worker-controller.yaml": &bintree{examplesSparkSparkWorkerControllerYaml, map[string]*bintree{}}, "spark-worker-controller.yaml": {examplesSparkSparkWorkerControllerYaml, map[string]*bintree{}},
"zeppelin-controller.yaml": &bintree{examplesSparkZeppelinControllerYaml, map[string]*bintree{}}, "zeppelin-controller.yaml": {examplesSparkZeppelinControllerYaml, map[string]*bintree{}},
"zeppelin-service.yaml": &bintree{examplesSparkZeppelinServiceYaml, map[string]*bintree{}}, "zeppelin-service.yaml": {examplesSparkZeppelinServiceYaml, map[string]*bintree{}},
}}, }},
"storm": &bintree{nil, map[string]*bintree{ "storm": {nil, map[string]*bintree{
"storm-nimbus-service.json": &bintree{examplesStormStormNimbusServiceJson, map[string]*bintree{}}, "storm-nimbus-service.json": {examplesStormStormNimbusServiceJson, map[string]*bintree{}},
"storm-nimbus.json": &bintree{examplesStormStormNimbusJson, map[string]*bintree{}}, "storm-nimbus.json": {examplesStormStormNimbusJson, map[string]*bintree{}},
"storm-worker-controller.json": &bintree{examplesStormStormWorkerControllerJson, map[string]*bintree{}}, "storm-worker-controller.json": {examplesStormStormWorkerControllerJson, map[string]*bintree{}},
"zookeeper-service.json": &bintree{examplesStormZookeeperServiceJson, map[string]*bintree{}}, "zookeeper-service.json": {examplesStormZookeeperServiceJson, map[string]*bintree{}},
"zookeeper.json": &bintree{examplesStormZookeeperJson, map[string]*bintree{}}, "zookeeper.json": {examplesStormZookeeperJson, map[string]*bintree{}},
}}, }},
"vitess": &bintree{nil, map[string]*bintree{ "vitess": {nil, map[string]*bintree{
"configure.sh": &bintree{examplesVitessConfigureSh, map[string]*bintree{}}, "configure.sh": {examplesVitessConfigureSh, map[string]*bintree{}},
"create_test_table.sql": &bintree{examplesVitessCreate_test_tableSql, map[string]*bintree{}}, "create_test_table.sql": {examplesVitessCreate_test_tableSql, map[string]*bintree{}},
"env.sh": &bintree{examplesVitessEnvSh, map[string]*bintree{}}, "env.sh": {examplesVitessEnvSh, map[string]*bintree{}},
"etcd-controller-template.yaml": &bintree{examplesVitessEtcdControllerTemplateYaml, map[string]*bintree{}}, "etcd-controller-template.yaml": {examplesVitessEtcdControllerTemplateYaml, map[string]*bintree{}},
"etcd-down.sh": &bintree{examplesVitessEtcdDownSh, map[string]*bintree{}}, "etcd-down.sh": {examplesVitessEtcdDownSh, map[string]*bintree{}},
"etcd-service-template.yaml": &bintree{examplesVitessEtcdServiceTemplateYaml, map[string]*bintree{}}, "etcd-service-template.yaml": {examplesVitessEtcdServiceTemplateYaml, map[string]*bintree{}},
"etcd-up.sh": &bintree{examplesVitessEtcdUpSh, map[string]*bintree{}}, "etcd-up.sh": {examplesVitessEtcdUpSh, map[string]*bintree{}},
"guestbook-controller.yaml": &bintree{examplesVitessGuestbookControllerYaml, map[string]*bintree{}}, "guestbook-controller.yaml": {examplesVitessGuestbookControllerYaml, map[string]*bintree{}},
"guestbook-down.sh": &bintree{examplesVitessGuestbookDownSh, map[string]*bintree{}}, "guestbook-down.sh": {examplesVitessGuestbookDownSh, map[string]*bintree{}},
"guestbook-service.yaml": &bintree{examplesVitessGuestbookServiceYaml, map[string]*bintree{}}, "guestbook-service.yaml": {examplesVitessGuestbookServiceYaml, map[string]*bintree{}},
"guestbook-up.sh": &bintree{examplesVitessGuestbookUpSh, map[string]*bintree{}}, "guestbook-up.sh": {examplesVitessGuestbookUpSh, map[string]*bintree{}},
"vitess-down.sh": &bintree{examplesVitessVitessDownSh, map[string]*bintree{}}, "vitess-down.sh": {examplesVitessVitessDownSh, map[string]*bintree{}},
"vitess-up.sh": &bintree{examplesVitessVitessUpSh, map[string]*bintree{}}, "vitess-up.sh": {examplesVitessVitessUpSh, map[string]*bintree{}},
"vtctld-controller-template.yaml": &bintree{examplesVitessVtctldControllerTemplateYaml, map[string]*bintree{}}, "vtctld-controller-template.yaml": {examplesVitessVtctldControllerTemplateYaml, map[string]*bintree{}},
"vtctld-down.sh": &bintree{examplesVitessVtctldDownSh, map[string]*bintree{}}, "vtctld-down.sh": {examplesVitessVtctldDownSh, map[string]*bintree{}},
"vtctld-service.yaml": &bintree{examplesVitessVtctldServiceYaml, map[string]*bintree{}}, "vtctld-service.yaml": {examplesVitessVtctldServiceYaml, map[string]*bintree{}},
"vtctld-up.sh": &bintree{examplesVitessVtctldUpSh, map[string]*bintree{}}, "vtctld-up.sh": {examplesVitessVtctldUpSh, map[string]*bintree{}},
"vtgate-controller-template.yaml": &bintree{examplesVitessVtgateControllerTemplateYaml, map[string]*bintree{}}, "vtgate-controller-template.yaml": {examplesVitessVtgateControllerTemplateYaml, map[string]*bintree{}},
"vtgate-down.sh": &bintree{examplesVitessVtgateDownSh, map[string]*bintree{}}, "vtgate-down.sh": {examplesVitessVtgateDownSh, map[string]*bintree{}},
"vtgate-service.yaml": &bintree{examplesVitessVtgateServiceYaml, map[string]*bintree{}}, "vtgate-service.yaml": {examplesVitessVtgateServiceYaml, map[string]*bintree{}},
"vtgate-up.sh": &bintree{examplesVitessVtgateUpSh, map[string]*bintree{}}, "vtgate-up.sh": {examplesVitessVtgateUpSh, map[string]*bintree{}},
"vttablet-down.sh": &bintree{examplesVitessVttabletDownSh, map[string]*bintree{}}, "vttablet-down.sh": {examplesVitessVttabletDownSh, map[string]*bintree{}},
"vttablet-pod-template.yaml": &bintree{examplesVitessVttabletPodTemplateYaml, map[string]*bintree{}}, "vttablet-pod-template.yaml": {examplesVitessVttabletPodTemplateYaml, map[string]*bintree{}},
"vttablet-up.sh": &bintree{examplesVitessVttabletUpSh, map[string]*bintree{}}, "vttablet-up.sh": {examplesVitessVttabletUpSh, map[string]*bintree{}},
}}, }},
}}, }},
"test": &bintree{nil, map[string]*bintree{ "test": {nil, map[string]*bintree{
"e2e": &bintree{nil, map[string]*bintree{ "e2e": {nil, map[string]*bintree{
"testing-manifests": &bintree{nil, map[string]*bintree{ "testing-manifests": {nil, map[string]*bintree{
"kubectl": &bintree{nil, map[string]*bintree{ "kubectl": {nil, map[string]*bintree{
"pod-with-readiness-probe.yaml": &bintree{testE2eTestingManifestsKubectlPodWithReadinessProbeYaml, map[string]*bintree{}}, "pod-with-readiness-probe.yaml": {testE2eTestingManifestsKubectlPodWithReadinessProbeYaml, map[string]*bintree{}},
"redis-master-controller.json": &bintree{testE2eTestingManifestsKubectlRedisMasterControllerJson, map[string]*bintree{}}, "redis-master-controller.json": {testE2eTestingManifestsKubectlRedisMasterControllerJson, map[string]*bintree{}},
"redis-master-service.json": &bintree{testE2eTestingManifestsKubectlRedisMasterServiceJson, map[string]*bintree{}}, "redis-master-service.json": {testE2eTestingManifestsKubectlRedisMasterServiceJson, map[string]*bintree{}},
}}, }},
}}, }},
}}, }},
"images": &bintree{nil, map[string]*bintree{ "images": {nil, map[string]*bintree{
"clusterapi-tester": &bintree{nil, map[string]*bintree{ "clusterapi-tester": {nil, map[string]*bintree{
"Dockerfile": &bintree{testImagesClusterapiTesterDockerfile, map[string]*bintree{}}, "Dockerfile": {testImagesClusterapiTesterDockerfile, map[string]*bintree{}},
"Makefile": &bintree{testImagesClusterapiTesterMakefile, map[string]*bintree{}}, "Makefile": {testImagesClusterapiTesterMakefile, map[string]*bintree{}},
"main.go": &bintree{testImagesClusterapiTesterMainGo, map[string]*bintree{}}, "main.go": {testImagesClusterapiTesterMainGo, map[string]*bintree{}},
"pod.yaml": &bintree{testImagesClusterapiTesterPodYaml, map[string]*bintree{}}, "pod.yaml": {testImagesClusterapiTesterPodYaml, map[string]*bintree{}},
}}, }},
"dnsutils": &bintree{nil, map[string]*bintree{ "dnsutils": {nil, map[string]*bintree{
"Dockerfile": &bintree{testImagesDnsutilsDockerfile, map[string]*bintree{}}, "Dockerfile": {testImagesDnsutilsDockerfile, map[string]*bintree{}},
"Makefile": &bintree{testImagesDnsutilsMakefile, map[string]*bintree{}}, "Makefile": {testImagesDnsutilsMakefile, map[string]*bintree{}},
}}, }},
"entrypoint-tester": &bintree{nil, map[string]*bintree{ "entrypoint-tester": {nil, map[string]*bintree{
"Dockerfile": &bintree{testImagesEntrypointTesterDockerfile, map[string]*bintree{}}, "Dockerfile": {testImagesEntrypointTesterDockerfile, map[string]*bintree{}},
"Makefile": &bintree{testImagesEntrypointTesterMakefile, map[string]*bintree{}}, "Makefile": {testImagesEntrypointTesterMakefile, map[string]*bintree{}},
"ep.go": &bintree{testImagesEntrypointTesterEpGo, map[string]*bintree{}}, "ep.go": {testImagesEntrypointTesterEpGo, map[string]*bintree{}},
}}, }},
"fakegitserver": &bintree{nil, map[string]*bintree{ "fakegitserver": {nil, map[string]*bintree{
"Dockerfile": &bintree{testImagesFakegitserverDockerfile, map[string]*bintree{}}, "Dockerfile": {testImagesFakegitserverDockerfile, map[string]*bintree{}},
"Makefile": &bintree{testImagesFakegitserverMakefile, map[string]*bintree{}}, "Makefile": {testImagesFakegitserverMakefile, map[string]*bintree{}},
"gitserver.go": &bintree{testImagesFakegitserverGitserverGo, map[string]*bintree{}}, "gitserver.go": {testImagesFakegitserverGitserverGo, map[string]*bintree{}},
"prepare.sh": &bintree{testImagesFakegitserverPrepareSh, map[string]*bintree{}}, "prepare.sh": {testImagesFakegitserverPrepareSh, map[string]*bintree{}},
}}, }},
"goproxy": &bintree{nil, map[string]*bintree{ "goproxy": {nil, map[string]*bintree{
".gitignore": &bintree{testImagesGoproxyGitignore, map[string]*bintree{}}, ".gitignore": {testImagesGoproxyGitignore, map[string]*bintree{}},
"Dockerfile": &bintree{testImagesGoproxyDockerfile, map[string]*bintree{}}, "Dockerfile": {testImagesGoproxyDockerfile, map[string]*bintree{}},
"Makefile": &bintree{testImagesGoproxyMakefile, map[string]*bintree{}}, "Makefile": {testImagesGoproxyMakefile, map[string]*bintree{}},
"goproxy.go": &bintree{testImagesGoproxyGoproxyGo, map[string]*bintree{}}, "goproxy.go": {testImagesGoproxyGoproxyGo, map[string]*bintree{}},
"pod.yaml": &bintree{testImagesGoproxyPodYaml, map[string]*bintree{}}, "pod.yaml": {testImagesGoproxyPodYaml, map[string]*bintree{}},
}}, }},
"hostexec": &bintree{nil, map[string]*bintree{ "hostexec": {nil, map[string]*bintree{
"Dockerfile": &bintree{testImagesHostexecDockerfile, map[string]*bintree{}}, "Dockerfile": {testImagesHostexecDockerfile, map[string]*bintree{}},
"Makefile": &bintree{testImagesHostexecMakefile, map[string]*bintree{}}, "Makefile": {testImagesHostexecMakefile, map[string]*bintree{}},
"pod.yaml": &bintree{testImagesHostexecPodYaml, map[string]*bintree{}}, "pod.yaml": {testImagesHostexecPodYaml, map[string]*bintree{}},
}}, }},
"iperf": &bintree{nil, map[string]*bintree{ "iperf": {nil, map[string]*bintree{
"Dockerfile": &bintree{testImagesIperfDockerfile, map[string]*bintree{}}, "Dockerfile": {testImagesIperfDockerfile, map[string]*bintree{}},
"Makefile": &bintree{testImagesIperfMakefile, map[string]*bintree{}}, "Makefile": {testImagesIperfMakefile, map[string]*bintree{}},
}}, }},
"jessie-dnsutils": &bintree{nil, map[string]*bintree{ "jessie-dnsutils": {nil, map[string]*bintree{
"Dockerfile": &bintree{testImagesJessieDnsutilsDockerfile, map[string]*bintree{}}, "Dockerfile": {testImagesJessieDnsutilsDockerfile, map[string]*bintree{}},
"Makefile": &bintree{testImagesJessieDnsutilsMakefile, map[string]*bintree{}}, "Makefile": {testImagesJessieDnsutilsMakefile, map[string]*bintree{}},
}}, }},
"mount-tester": &bintree{nil, map[string]*bintree{ "mount-tester": {nil, map[string]*bintree{
"Dockerfile": &bintree{testImagesMountTesterDockerfile, map[string]*bintree{}}, "Dockerfile": {testImagesMountTesterDockerfile, map[string]*bintree{}},
"Makefile": &bintree{testImagesMountTesterMakefile, map[string]*bintree{}}, "Makefile": {testImagesMountTesterMakefile, map[string]*bintree{}},
"mt.go": &bintree{testImagesMountTesterMtGo, map[string]*bintree{}}, "mt.go": {testImagesMountTesterMtGo, map[string]*bintree{}},
}}, }},
"mount-tester-user": &bintree{nil, map[string]*bintree{ "mount-tester-user": {nil, map[string]*bintree{
"Dockerfile": &bintree{testImagesMountTesterUserDockerfile, map[string]*bintree{}}, "Dockerfile": {testImagesMountTesterUserDockerfile, map[string]*bintree{}},
"Makefile": &bintree{testImagesMountTesterUserMakefile, map[string]*bintree{}}, "Makefile": {testImagesMountTesterUserMakefile, map[string]*bintree{}},
}}, }},
"n-way-http": &bintree{nil, map[string]*bintree{ "n-way-http": {nil, map[string]*bintree{
"Dockerfile": &bintree{testImagesNWayHttpDockerfile, map[string]*bintree{}}, "Dockerfile": {testImagesNWayHttpDockerfile, map[string]*bintree{}},
"Makefile": &bintree{testImagesNWayHttpMakefile, map[string]*bintree{}}, "Makefile": {testImagesNWayHttpMakefile, map[string]*bintree{}},
"server.go": &bintree{testImagesNWayHttpServerGo, map[string]*bintree{}}, "server.go": {testImagesNWayHttpServerGo, map[string]*bintree{}},
}}, }},
"netexec": &bintree{nil, map[string]*bintree{ "netexec": {nil, map[string]*bintree{
".gitignore": &bintree{testImagesNetexecGitignore, map[string]*bintree{}}, ".gitignore": {testImagesNetexecGitignore, map[string]*bintree{}},
"Dockerfile": &bintree{testImagesNetexecDockerfile, map[string]*bintree{}}, "Dockerfile": {testImagesNetexecDockerfile, map[string]*bintree{}},
"Makefile": &bintree{testImagesNetexecMakefile, map[string]*bintree{}}, "Makefile": {testImagesNetexecMakefile, map[string]*bintree{}},
"netexec.go": &bintree{testImagesNetexecNetexecGo, map[string]*bintree{}}, "netexec.go": {testImagesNetexecNetexecGo, map[string]*bintree{}},
"pod.yaml": &bintree{testImagesNetexecPodYaml, map[string]*bintree{}}, "pod.yaml": {testImagesNetexecPodYaml, map[string]*bintree{}},
}}, }},
"network-tester": &bintree{nil, map[string]*bintree{ "network-tester": {nil, map[string]*bintree{
"Dockerfile": &bintree{testImagesNetworkTesterDockerfile, map[string]*bintree{}}, "Dockerfile": {testImagesNetworkTesterDockerfile, map[string]*bintree{}},
"Makefile": &bintree{testImagesNetworkTesterMakefile, map[string]*bintree{}}, "Makefile": {testImagesNetworkTesterMakefile, map[string]*bintree{}},
"rc.json": &bintree{testImagesNetworkTesterRcJson, map[string]*bintree{}}, "rc.json": {testImagesNetworkTesterRcJson, map[string]*bintree{}},
"service.json": &bintree{testImagesNetworkTesterServiceJson, map[string]*bintree{}}, "service.json": {testImagesNetworkTesterServiceJson, map[string]*bintree{}},
"slow-pod.json": &bintree{testImagesNetworkTesterSlowPodJson, map[string]*bintree{}}, "slow-pod.json": {testImagesNetworkTesterSlowPodJson, map[string]*bintree{}},
"slow-rc.json": &bintree{testImagesNetworkTesterSlowRcJson, map[string]*bintree{}}, "slow-rc.json": {testImagesNetworkTesterSlowRcJson, map[string]*bintree{}},
"webserver.go": &bintree{testImagesNetworkTesterWebserverGo, map[string]*bintree{}}, "webserver.go": {testImagesNetworkTesterWebserverGo, map[string]*bintree{}},
}}, }},
"port-forward-tester": &bintree{nil, map[string]*bintree{ "port-forward-tester": {nil, map[string]*bintree{
".gitignore": &bintree{testImagesPortForwardTesterGitignore, map[string]*bintree{}}, ".gitignore": {testImagesPortForwardTesterGitignore, map[string]*bintree{}},
"Dockerfile": &bintree{testImagesPortForwardTesterDockerfile, map[string]*bintree{}}, "Dockerfile": {testImagesPortForwardTesterDockerfile, map[string]*bintree{}},
"Makefile": &bintree{testImagesPortForwardTesterMakefile, map[string]*bintree{}}, "Makefile": {testImagesPortForwardTesterMakefile, map[string]*bintree{}},
"portforwardtester.go": &bintree{testImagesPortForwardTesterPortforwardtesterGo, map[string]*bintree{}}, "portforwardtester.go": {testImagesPortForwardTesterPortforwardtesterGo, map[string]*bintree{}},
}}, }},
"porter": &bintree{nil, map[string]*bintree{ "porter": {nil, map[string]*bintree{
".gitignore": &bintree{testImagesPorterGitignore, map[string]*bintree{}}, ".gitignore": {testImagesPorterGitignore, map[string]*bintree{}},
"Dockerfile": &bintree{testImagesPorterDockerfile, map[string]*bintree{}}, "Dockerfile": {testImagesPorterDockerfile, map[string]*bintree{}},
"Makefile": &bintree{testImagesPorterMakefile, map[string]*bintree{}}, "Makefile": {testImagesPorterMakefile, map[string]*bintree{}},
"localhost.crt": &bintree{testImagesPorterLocalhostCrt, map[string]*bintree{}}, "localhost.crt": {testImagesPorterLocalhostCrt, map[string]*bintree{}},
"localhost.key": &bintree{testImagesPorterLocalhostKey, map[string]*bintree{}}, "localhost.key": {testImagesPorterLocalhostKey, map[string]*bintree{}},
"pod.json": &bintree{testImagesPorterPodJson, map[string]*bintree{}}, "pod.json": {testImagesPorterPodJson, map[string]*bintree{}},
"porter.go": &bintree{testImagesPorterPorterGo, map[string]*bintree{}}, "porter.go": {testImagesPorterPorterGo, map[string]*bintree{}},
}}, }},
"resource-consumer": &bintree{nil, map[string]*bintree{ "resource-consumer": {nil, map[string]*bintree{
"Dockerfile": &bintree{testImagesResourceConsumerDockerfile, map[string]*bintree{}}, "Dockerfile": {testImagesResourceConsumerDockerfile, map[string]*bintree{}},
"Makefile": &bintree{testImagesResourceConsumerMakefile, map[string]*bintree{}}, "Makefile": {testImagesResourceConsumerMakefile, map[string]*bintree{}},
"resource_consumer.go": &bintree{testImagesResourceConsumerResource_consumerGo, map[string]*bintree{}}, "resource_consumer.go": {testImagesResourceConsumerResource_consumerGo, map[string]*bintree{}},
"resource_consumer_handler.go": &bintree{testImagesResourceConsumerResource_consumer_handlerGo, map[string]*bintree{}}, "resource_consumer_handler.go": {testImagesResourceConsumerResource_consumer_handlerGo, map[string]*bintree{}},
"utils.go": &bintree{testImagesResourceConsumerUtilsGo, map[string]*bintree{}}, "utils.go": {testImagesResourceConsumerUtilsGo, map[string]*bintree{}},
}}, }},
"serve_hostname": &bintree{nil, map[string]*bintree{ "serve_hostname": {nil, map[string]*bintree{
"Dockerfile": &bintree{testImagesServe_hostnameDockerfile, map[string]*bintree{}}, "Dockerfile": {testImagesServe_hostnameDockerfile, map[string]*bintree{}},
"Makefile": &bintree{testImagesServe_hostnameMakefile, map[string]*bintree{}}, "Makefile": {testImagesServe_hostnameMakefile, map[string]*bintree{}},
"serve_hostname.go": &bintree{testImagesServe_hostnameServe_hostnameGo, map[string]*bintree{}}, "serve_hostname.go": {testImagesServe_hostnameServe_hostnameGo, map[string]*bintree{}},
}}, }},
}}, }},
}}, }},
@@ -7010,4 +7011,3 @@ func _filePath(dir, name string) string {
cannonicalName := strings.Replace(name, "\\", "/", -1) cannonicalName := strings.Replace(name, "\\", "/", -1)
return filepath.Join(append([]string{dir}, strings.Split(cannonicalName, "/")...)...) return filepath.Join(append([]string{dir}, strings.Split(cannonicalName, "/")...)...)
} }

View File

@@ -660,7 +660,7 @@ var _ = framework.KubeDescribe("Kubectl client", func() {
framework.SkipUnlessServerVersionGTE(nodePortsOptionalVersion, c) framework.SkipUnlessServerVersionGTE(nodePortsOptionalVersion, c)
mkpath := func(file string) string { mkpath := func(file string) string {
return "examples/guestbook-go/" + file return kubeCtlManifestPath + "/" + file
} }
controllerJson := framework.ReadOrDie(mkpath("redis-master-controller.json")) controllerJson := framework.ReadOrDie(mkpath("redis-master-controller.json"))
serviceJson := framework.ReadOrDie(mkpath("redis-master-service.json")) serviceJson := framework.ReadOrDie(mkpath("redis-master-service.json"))