aks-node-controller/proto/aksnodeconfig/v1/runc_config.proto (9 lines of code) (raw):
syntax = "proto3";
package aksnodeconfig.v1;
option go_package = "github.com/Azure/agentbaker/aks-node-controller/pkg/gen/aksnodeconfig/v1;aksnodeconfigv1";
message RuncConfig {
// The version of runc to use.
string runc_version = 1;
// The URL to download the runc package from.
string runc_package_url = 2;
}