mirror of https://github.com/k3s-io/k3s
Change CRI package name to runtime.
parent
dbc5d91bf0
commit
d779e9c956
File diff suppressed because it is too large
Load Diff
|
@ -1,7 +1,7 @@
|
||||||
// To regenerate api.pb.go run hack/update-generated-runtime.sh
|
// To regenerate api.pb.go run hack/update-generated-runtime.sh
|
||||||
syntax = 'proto3';
|
syntax = 'proto3';
|
||||||
|
|
||||||
package v1alpha1;
|
package runtime;
|
||||||
|
|
||||||
import "github.com/gogo/protobuf/gogoproto/gogo.proto";
|
import "github.com/gogo/protobuf/gogoproto/gogo.proto";
|
||||||
|
|
||||||
|
|
|
@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
|
||||||
limitations under the License.
|
limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package v1alpha1
|
package runtime
|
||||||
|
|
||||||
// This file contains all constants defined in CRI.
|
// This file contains all constants defined in CRI.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue