Fix golint failures in pkg/registry/core/replicationcontroller

This commit is contained in:
Zsolt Prontvai
2020-10-03 12:56:14 +01:00
parent 3005b6d767
commit c244e175e2
3 changed files with 3 additions and 3 deletions

View File

@@ -14,6 +14,6 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
// Package controller provides Registry interface and it's RESTStorage
// Package replicationcontroller provides Registry interface and it's RESTStorage
// implementation for storing ReplicationController api objects.
package replicationcontroller // import "k8s.io/kubernetes/pkg/registry/core/replicationcontroller"