typo fix: fromat->format

pull/8/head
cfshang 2018-07-03 22:47:46 +08:00
parent d65039c56c
commit 1da598457c
2 changed files with 2 additions and 2 deletions

View File

@ -661,7 +661,7 @@ func notRunning(statuses []v1.ContainerStatus) bool {
} }
// SplitUniqueName splits the unique name to plugin name and volume name strings. It expects the uniqueName to follow // SplitUniqueName splits the unique name to plugin name and volume name strings. It expects the uniqueName to follow
// the fromat plugin_name/volume_name and the plugin name must be namespaced as described by the plugin interface, // the format plugin_name/volume_name and the plugin name must be namespaced as described by the plugin interface,
// i.e. namespace/plugin containing exactly one '/'. This means the unique name will always be in the form of // i.e. namespace/plugin containing exactly one '/'. This means the unique name will always be in the form of
// plugin_namespace/plugin/volume_name, see k8s.io/kubernetes/pkg/volume/plugins.go VolumePlugin interface // plugin_namespace/plugin/volume_name, see k8s.io/kubernetes/pkg/volume/plugins.go VolumePlugin interface
// description and pkg/volume/util/volumehelper/volumehelper.go GetUniqueVolumeNameFromSpec that constructs // description and pkg/volume/util/volumehelper/volumehelper.go GetUniqueVolumeNameFromSpec that constructs

View File

@ -173,7 +173,7 @@ func stackdriverExporterContainerSpec(name string, namespace string, metricName
} }
// PrometheusExporterDeployment is a Deployment of simple application with two containers // PrometheusExporterDeployment is a Deployment of simple application with two containers
// one exposing a metric in prometheus fromat and second a prometheus-to-sd container // one exposing a metric in prometheus format and second a prometheus-to-sd container
// that scrapes the metric and pushes it to stackdriver. // that scrapes the metric and pushes it to stackdriver.
func PrometheusExporterDeployment(name, namespace string, replicas int32, metricValue int64) *extensions.Deployment { func PrometheusExporterDeployment(name, namespace string, replicas int32, metricValue int64) *extensions.Deployment {
return &extensions.Deployment{ return &extensions.Deployment{