syntax = "proto3"; package talos.resource.definitions.cri; option go_package = "github.com/talos-systems/talos/pkg/machinery/api/resource/definitions/cri"; import "google/protobuf/struct.proto"; // SeccompProfileSpec represents the SeccompProfile. message SeccompProfileSpec { string name = 1; google.protobuf.Struct value = 2; }