Fix golint errors in pkg/credentialprovider/gcp

This commit is contained in:
Roy Hvaara
2019-10-28 21:54:45 +01:00
parent aae45e8dee
commit e40c473334
4 changed files with 32 additions and 33 deletions

View File

@@ -14,6 +14,6 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
// Package gcp_credentials contains implementations of DockerConfigProvider
// Package gcp contains implementations of DockerConfigProvider
// for Google Cloud Platform.
package gcp_credentials // import "k8s.io/kubernetes/pkg/credentialprovider/gcp"
package gcp // import "k8s.io/kubernetes/pkg/credentialprovider/gcp"