Change CRI package name to runtime.

pull/6/head
Random-Liu 2017-06-20 15:43:11 -07:00
parent dbc5d91bf0
commit d779e9c956
3 changed files with 416 additions and 416 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,7 +1,7 @@
// To regenerate api.pb.go run hack/update-generated-runtime.sh
syntax = 'proto3';
package v1alpha1;
package runtime;
import "github.com/gogo/protobuf/gogoproto/gogo.proto";

View File

@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
package v1alpha1
package runtime
// This file contains all constants defined in CRI.