Move podresources api to k8s.io/kubelet/pkg/apis

Signed-off-by: Renaud Gaubert <rgaubert@nvidia.com>
This commit is contained in:
Renaud Gaubert
2020-06-30 04:46:33 +00:00
parent 66334f02e8
commit 60304452ff
21 changed files with 19 additions and 19 deletions

View File

@@ -14,8 +14,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# This script generates `/pkg/kubelet/apis/podresources/v1alpha1/api.pb.go`
# from the protobuf file `/pkg/kubelet/apis/podresources/v1alpha1/api.proto`
# This script generates `/staging/src/k8s.io/kubelet/pkg/apis/podresources/v1alpha1/api.pb.go`
# from the protobuf file `/staging/src/k8s.io/kubelet/pkg/apis/podresources/v1alpha1/api.proto`
# for pods.
# Usage: `hack/update-generated-pod-resources.sh`.