api

package
v0.0.0-...-2feb83d Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 30, 2024 License: Apache-2.0 Imports: 18 Imported by: 0

Documentation

Overview

Package api holds api related files

Package api holds api related files

Index

Constants

View Source
const (
	SecurityModule_GetEvents_FullMethodName             = "/api.SecurityModule/GetEvents"
	SecurityModule_DumpProcessCache_FullMethodName      = "/api.SecurityModule/DumpProcessCache"
	SecurityModule_GetConfig_FullMethodName             = "/api.SecurityModule/GetConfig"
	SecurityModule_GetStatus_FullMethodName             = "/api.SecurityModule/GetStatus"
	SecurityModule_RunSelfTest_FullMethodName           = "/api.SecurityModule/RunSelfTest"
	SecurityModule_GetRuleSetReport_FullMethodName      = "/api.SecurityModule/GetRuleSetReport"
	SecurityModule_ReloadPolicies_FullMethodName        = "/api.SecurityModule/ReloadPolicies"
	SecurityModule_DumpNetworkNamespace_FullMethodName  = "/api.SecurityModule/DumpNetworkNamespace"
	SecurityModule_DumpDiscarders_FullMethodName        = "/api.SecurityModule/DumpDiscarders"
	SecurityModule_DumpActivity_FullMethodName          = "/api.SecurityModule/DumpActivity"
	SecurityModule_ListActivityDumps_FullMethodName     = "/api.SecurityModule/ListActivityDumps"
	SecurityModule_StopActivityDump_FullMethodName      = "/api.SecurityModule/StopActivityDump"
	SecurityModule_TranscodingRequest_FullMethodName    = "/api.SecurityModule/TranscodingRequest"
	SecurityModule_GetActivityDumpStream_FullMethodName = "/api.SecurityModule/GetActivityDumpStream"
	SecurityModule_ListSecurityProfiles_FullMethodName  = "/api.SecurityModule/ListSecurityProfiles"
	SecurityModule_SaveSecurityProfile_FullMethodName   = "/api.SecurityModule/SaveSecurityProfile"
)
View Source
const VTProtoCodecName = "vtproto"

VTProtoCodecName represents the name of the vtproto codec, using vtproto instead of the default marshalling functions

Variables

View Source
var File_pkg_security_proto_api_api_proto protoreflect.FileDescriptor
View Source
var SecurityModule_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "api.SecurityModule",
	HandlerType: (*SecurityModuleServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "DumpProcessCache",
			Handler:    _SecurityModule_DumpProcessCache_Handler,
		},
		{
			MethodName: "GetConfig",
			Handler:    _SecurityModule_GetConfig_Handler,
		},
		{
			MethodName: "GetStatus",
			Handler:    _SecurityModule_GetStatus_Handler,
		},
		{
			MethodName: "RunSelfTest",
			Handler:    _SecurityModule_RunSelfTest_Handler,
		},
		{
			MethodName: "GetRuleSetReport",
			Handler:    _SecurityModule_GetRuleSetReport_Handler,
		},
		{
			MethodName: "ReloadPolicies",
			Handler:    _SecurityModule_ReloadPolicies_Handler,
		},
		{
			MethodName: "DumpNetworkNamespace",
			Handler:    _SecurityModule_DumpNetworkNamespace_Handler,
		},
		{
			MethodName: "DumpDiscarders",
			Handler:    _SecurityModule_DumpDiscarders_Handler,
		},
		{
			MethodName: "DumpActivity",
			Handler:    _SecurityModule_DumpActivity_Handler,
		},
		{
			MethodName: "ListActivityDumps",
			Handler:    _SecurityModule_ListActivityDumps_Handler,
		},
		{
			MethodName: "StopActivityDump",
			Handler:    _SecurityModule_StopActivityDump_Handler,
		},
		{
			MethodName: "TranscodingRequest",
			Handler:    _SecurityModule_TranscodingRequest_Handler,
		},
		{
			MethodName: "ListSecurityProfiles",
			Handler:    _SecurityModule_ListSecurityProfiles_Handler,
		},
		{
			MethodName: "SaveSecurityProfile",
			Handler:    _SecurityModule_SaveSecurityProfile_Handler,
		},
	},
	Streams: []grpc.StreamDesc{
		{
			StreamName:    "GetEvents",
			Handler:       _SecurityModule_GetEvents_Handler,
			ServerStreams: true,
		},
		{
			StreamName:    "GetActivityDumpStream",
			Handler:       _SecurityModule_GetActivityDumpStream_Handler,
			ServerStreams: true,
		},
	},
	Metadata: "pkg/security/proto/api/api.proto",
}

SecurityModule_ServiceDesc is the grpc.ServiceDesc for SecurityModule service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

Functions

func RegisterSecurityModuleServer

func RegisterSecurityModuleServer(s grpc.ServiceRegistrar, srv SecurityModuleServer)

Types

type ActivityDumpListMessage

type ActivityDumpListMessage struct {
	Dumps []*ActivityDumpMessage `protobuf:"bytes,1,rep,name=Dumps,proto3" json:"Dumps,omitempty"`
	Error string                 `protobuf:"bytes,2,opt,name=Error,proto3" json:"Error,omitempty"`
	// contains filtered or unexported fields
}

func (*ActivityDumpListMessage) Descriptor deprecated

func (*ActivityDumpListMessage) Descriptor() ([]byte, []int)

Deprecated: Use ActivityDumpListMessage.ProtoReflect.Descriptor instead.

func (*ActivityDumpListMessage) GetDumps

func (*ActivityDumpListMessage) GetError

func (x *ActivityDumpListMessage) GetError() string

func (*ActivityDumpListMessage) MarshalToSizedBufferVT

func (m *ActivityDumpListMessage) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ActivityDumpListMessage) MarshalToVT

func (m *ActivityDumpListMessage) MarshalToVT(dAtA []byte) (int, error)

func (*ActivityDumpListMessage) MarshalVT

func (m *ActivityDumpListMessage) MarshalVT() (dAtA []byte, err error)

func (*ActivityDumpListMessage) ProtoMessage

func (*ActivityDumpListMessage) ProtoMessage()

func (*ActivityDumpListMessage) ProtoReflect

func (x *ActivityDumpListMessage) ProtoReflect() protoreflect.Message

func (*ActivityDumpListMessage) Reset

func (x *ActivityDumpListMessage) Reset()

func (*ActivityDumpListMessage) SizeVT

func (m *ActivityDumpListMessage) SizeVT() (n int)

func (*ActivityDumpListMessage) String

func (x *ActivityDumpListMessage) String() string

func (*ActivityDumpListMessage) UnmarshalVT

func (m *ActivityDumpListMessage) UnmarshalVT(dAtA []byte) error

type ActivityDumpListParams

type ActivityDumpListParams struct {
	// contains filtered or unexported fields
}

func (*ActivityDumpListParams) Descriptor deprecated

func (*ActivityDumpListParams) Descriptor() ([]byte, []int)

Deprecated: Use ActivityDumpListParams.ProtoReflect.Descriptor instead.

func (*ActivityDumpListParams) MarshalToSizedBufferVT

func (m *ActivityDumpListParams) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ActivityDumpListParams) MarshalToVT

func (m *ActivityDumpListParams) MarshalToVT(dAtA []byte) (int, error)

func (*ActivityDumpListParams) MarshalVT

func (m *ActivityDumpListParams) MarshalVT() (dAtA []byte, err error)

func (*ActivityDumpListParams) ProtoMessage

func (*ActivityDumpListParams) ProtoMessage()

func (*ActivityDumpListParams) ProtoReflect

func (x *ActivityDumpListParams) ProtoReflect() protoreflect.Message

func (*ActivityDumpListParams) Reset

func (x *ActivityDumpListParams) Reset()

func (*ActivityDumpListParams) SizeVT

func (m *ActivityDumpListParams) SizeVT() (n int)

func (*ActivityDumpListParams) String

func (x *ActivityDumpListParams) String() string

func (*ActivityDumpListParams) UnmarshalVT

func (m *ActivityDumpListParams) UnmarshalVT(dAtA []byte) error

type ActivityDumpMessage

type ActivityDumpMessage struct {
	Host     string                    `protobuf:"bytes,1,opt,name=Host,proto3" json:"Host,omitempty"`
	Source   string                    `protobuf:"bytes,2,opt,name=Source,proto3" json:"Source,omitempty"`
	Service  string                    `protobuf:"bytes,3,opt,name=Service,proto3" json:"Service,omitempty"`
	Tags     []string                  `protobuf:"bytes,4,rep,name=Tags,proto3" json:"Tags,omitempty"`
	Storage  []*StorageRequestMessage  `protobuf:"bytes,5,rep,name=Storage,proto3" json:"Storage,omitempty"`
	Metadata *MetadataMessage          `protobuf:"bytes,6,opt,name=Metadata,proto3" json:"Metadata,omitempty"`
	Error    string                    `protobuf:"bytes,7,opt,name=Error,proto3" json:"Error,omitempty"`
	DNSNames []string                  `protobuf:"bytes,8,rep,name=DNSNames,proto3" json:"DNSNames,omitempty"`
	Stats    *ActivityTreeStatsMessage `protobuf:"bytes,9,opt,name=Stats,proto3" json:"Stats,omitempty"`
	// contains filtered or unexported fields
}

func (*ActivityDumpMessage) Descriptor deprecated

func (*ActivityDumpMessage) Descriptor() ([]byte, []int)

Deprecated: Use ActivityDumpMessage.ProtoReflect.Descriptor instead.

func (*ActivityDumpMessage) GetDNSNames

func (x *ActivityDumpMessage) GetDNSNames() []string

func (*ActivityDumpMessage) GetError

func (x *ActivityDumpMessage) GetError() string

func (*ActivityDumpMessage) GetHost

func (x *ActivityDumpMessage) GetHost() string

func (*ActivityDumpMessage) GetMetadata

func (x *ActivityDumpMessage) GetMetadata() *MetadataMessage

func (*ActivityDumpMessage) GetService

func (x *ActivityDumpMessage) GetService() string

func (*ActivityDumpMessage) GetSource

func (x *ActivityDumpMessage) GetSource() string

func (*ActivityDumpMessage) GetStats

func (*ActivityDumpMessage) GetStorage

func (x *ActivityDumpMessage) GetStorage() []*StorageRequestMessage

func (*ActivityDumpMessage) GetTags

func (x *ActivityDumpMessage) GetTags() []string

func (*ActivityDumpMessage) MarshalToSizedBufferVT

func (m *ActivityDumpMessage) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ActivityDumpMessage) MarshalToVT

func (m *ActivityDumpMessage) MarshalToVT(dAtA []byte) (int, error)

func (*ActivityDumpMessage) MarshalVT

func (m *ActivityDumpMessage) MarshalVT() (dAtA []byte, err error)

func (*ActivityDumpMessage) ProtoMessage

func (*ActivityDumpMessage) ProtoMessage()

func (*ActivityDumpMessage) ProtoReflect

func (x *ActivityDumpMessage) ProtoReflect() protoreflect.Message

func (*ActivityDumpMessage) Reset

func (x *ActivityDumpMessage) Reset()

func (*ActivityDumpMessage) SizeVT

func (m *ActivityDumpMessage) SizeVT() (n int)

func (*ActivityDumpMessage) String

func (x *ActivityDumpMessage) String() string

func (*ActivityDumpMessage) UnmarshalVT

func (m *ActivityDumpMessage) UnmarshalVT(dAtA []byte) error

type ActivityDumpParams

type ActivityDumpParams struct {
	Comm              string                `protobuf:"bytes,1,opt,name=Comm,proto3" json:"Comm,omitempty"`
	Timeout           string                `protobuf:"bytes,2,opt,name=Timeout,proto3" json:"Timeout,omitempty"`
	DifferentiateArgs bool                  `protobuf:"varint,4,opt,name=DifferentiateArgs,proto3" json:"DifferentiateArgs,omitempty"`
	Storage           *StorageRequestParams `protobuf:"bytes,5,opt,name=Storage,proto3" json:"Storage,omitempty"`
	ContainerID       string                `protobuf:"bytes,6,opt,name=ContainerID,proto3" json:"ContainerID,omitempty"`
	// contains filtered or unexported fields
}

func (*ActivityDumpParams) Descriptor deprecated

func (*ActivityDumpParams) Descriptor() ([]byte, []int)

Deprecated: Use ActivityDumpParams.ProtoReflect.Descriptor instead.

func (*ActivityDumpParams) GetComm

func (x *ActivityDumpParams) GetComm() string

func (*ActivityDumpParams) GetContainerID

func (x *ActivityDumpParams) GetContainerID() string

func (*ActivityDumpParams) GetDifferentiateArgs

func (x *ActivityDumpParams) GetDifferentiateArgs() bool

func (*ActivityDumpParams) GetStorage

func (x *ActivityDumpParams) GetStorage() *StorageRequestParams

func (*ActivityDumpParams) GetTimeout

func (x *ActivityDumpParams) GetTimeout() string

func (*ActivityDumpParams) MarshalToSizedBufferVT

func (m *ActivityDumpParams) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ActivityDumpParams) MarshalToVT

func (m *ActivityDumpParams) MarshalToVT(dAtA []byte) (int, error)

func (*ActivityDumpParams) MarshalVT

func (m *ActivityDumpParams) MarshalVT() (dAtA []byte, err error)

func (*ActivityDumpParams) ProtoMessage

func (*ActivityDumpParams) ProtoMessage()

func (*ActivityDumpParams) ProtoReflect

func (x *ActivityDumpParams) ProtoReflect() protoreflect.Message

func (*ActivityDumpParams) Reset

func (x *ActivityDumpParams) Reset()

func (*ActivityDumpParams) SizeVT

func (m *ActivityDumpParams) SizeVT() (n int)

func (*ActivityDumpParams) String

func (x *ActivityDumpParams) String() string

func (*ActivityDumpParams) UnmarshalVT

func (m *ActivityDumpParams) UnmarshalVT(dAtA []byte) error

type ActivityDumpStopMessage

type ActivityDumpStopMessage struct {
	Error string `protobuf:"bytes,1,opt,name=Error,proto3" json:"Error,omitempty"`
	// contains filtered or unexported fields
}

func (*ActivityDumpStopMessage) Descriptor deprecated

func (*ActivityDumpStopMessage) Descriptor() ([]byte, []int)

Deprecated: Use ActivityDumpStopMessage.ProtoReflect.Descriptor instead.

func (*ActivityDumpStopMessage) GetError

func (x *ActivityDumpStopMessage) GetError() string

func (*ActivityDumpStopMessage) MarshalToSizedBufferVT

func (m *ActivityDumpStopMessage) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ActivityDumpStopMessage) MarshalToVT

func (m *ActivityDumpStopMessage) MarshalToVT(dAtA []byte) (int, error)

func (*ActivityDumpStopMessage) MarshalVT

func (m *ActivityDumpStopMessage) MarshalVT() (dAtA []byte, err error)

func (*ActivityDumpStopMessage) ProtoMessage

func (*ActivityDumpStopMessage) ProtoMessage()

func (*ActivityDumpStopMessage) ProtoReflect

func (x *ActivityDumpStopMessage) ProtoReflect() protoreflect.Message

func (*ActivityDumpStopMessage) Reset

func (x *ActivityDumpStopMessage) Reset()

func (*ActivityDumpStopMessage) SizeVT

func (m *ActivityDumpStopMessage) SizeVT() (n int)

func (*ActivityDumpStopMessage) String

func (x *ActivityDumpStopMessage) String() string

func (*ActivityDumpStopMessage) UnmarshalVT

func (m *ActivityDumpStopMessage) UnmarshalVT(dAtA []byte) error

type ActivityDumpStopParams

type ActivityDumpStopParams struct {
	Name        string `protobuf:"bytes,1,opt,name=Name,proto3" json:"Name,omitempty"`
	ContainerID string `protobuf:"bytes,2,opt,name=ContainerID,proto3" json:"ContainerID,omitempty"`
	Comm        string `protobuf:"bytes,3,opt,name=Comm,proto3" json:"Comm,omitempty"`
	// contains filtered or unexported fields
}

func (*ActivityDumpStopParams) Descriptor deprecated

func (*ActivityDumpStopParams) Descriptor() ([]byte, []int)

Deprecated: Use ActivityDumpStopParams.ProtoReflect.Descriptor instead.

func (*ActivityDumpStopParams) GetComm

func (x *ActivityDumpStopParams) GetComm() string

func (*ActivityDumpStopParams) GetContainerID

func (x *ActivityDumpStopParams) GetContainerID() string

func (*ActivityDumpStopParams) GetName

func (x *ActivityDumpStopParams) GetName() string

func (*ActivityDumpStopParams) MarshalToSizedBufferVT

func (m *ActivityDumpStopParams) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ActivityDumpStopParams) MarshalToVT

func (m *ActivityDumpStopParams) MarshalToVT(dAtA []byte) (int, error)

func (*ActivityDumpStopParams) MarshalVT

func (m *ActivityDumpStopParams) MarshalVT() (dAtA []byte, err error)

func (*ActivityDumpStopParams) ProtoMessage

func (*ActivityDumpStopParams) ProtoMessage()

func (*ActivityDumpStopParams) ProtoReflect

func (x *ActivityDumpStopParams) ProtoReflect() protoreflect.Message

func (*ActivityDumpStopParams) Reset

func (x *ActivityDumpStopParams) Reset()

func (*ActivityDumpStopParams) SizeVT

func (m *ActivityDumpStopParams) SizeVT() (n int)

func (*ActivityDumpStopParams) String

func (x *ActivityDumpStopParams) String() string

func (*ActivityDumpStopParams) UnmarshalVT

func (m *ActivityDumpStopParams) UnmarshalVT(dAtA []byte) error

type ActivityDumpStreamMessage

type ActivityDumpStreamMessage struct {
	Dump *ActivityDumpMessage `protobuf:"bytes,1,opt,name=Dump,proto3" json:"Dump,omitempty"`
	Data []byte               `protobuf:"bytes,3,opt,name=Data,proto3" json:"Data,omitempty"`
	// contains filtered or unexported fields
}

func (*ActivityDumpStreamMessage) Descriptor deprecated

func (*ActivityDumpStreamMessage) Descriptor() ([]byte, []int)

Deprecated: Use ActivityDumpStreamMessage.ProtoReflect.Descriptor instead.

func (*ActivityDumpStreamMessage) GetData

func (x *ActivityDumpStreamMessage) GetData() []byte

func (*ActivityDumpStreamMessage) GetDump

func (*ActivityDumpStreamMessage) MarshalToSizedBufferVT

func (m *ActivityDumpStreamMessage) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ActivityDumpStreamMessage) MarshalToVT

func (m *ActivityDumpStreamMessage) MarshalToVT(dAtA []byte) (int, error)

func (*ActivityDumpStreamMessage) MarshalVT

func (m *ActivityDumpStreamMessage) MarshalVT() (dAtA []byte, err error)

func (*ActivityDumpStreamMessage) ProtoMessage

func (*ActivityDumpStreamMessage) ProtoMessage()

func (*ActivityDumpStreamMessage) ProtoReflect

func (*ActivityDumpStreamMessage) Reset

func (x *ActivityDumpStreamMessage) Reset()

func (*ActivityDumpStreamMessage) SizeVT

func (m *ActivityDumpStreamMessage) SizeVT() (n int)

func (*ActivityDumpStreamMessage) String

func (x *ActivityDumpStreamMessage) String() string

func (*ActivityDumpStreamMessage) UnmarshalVT

func (m *ActivityDumpStreamMessage) UnmarshalVT(dAtA []byte) error

type ActivityDumpStreamParams

type ActivityDumpStreamParams struct {
	// contains filtered or unexported fields
}

func (*ActivityDumpStreamParams) Descriptor deprecated

func (*ActivityDumpStreamParams) Descriptor() ([]byte, []int)

Deprecated: Use ActivityDumpStreamParams.ProtoReflect.Descriptor instead.

func (*ActivityDumpStreamParams) MarshalToSizedBufferVT

func (m *ActivityDumpStreamParams) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ActivityDumpStreamParams) MarshalToVT

func (m *ActivityDumpStreamParams) MarshalToVT(dAtA []byte) (int, error)

func (*ActivityDumpStreamParams) MarshalVT

func (m *ActivityDumpStreamParams) MarshalVT() (dAtA []byte, err error)

func (*ActivityDumpStreamParams) ProtoMessage

func (*ActivityDumpStreamParams) ProtoMessage()

func (*ActivityDumpStreamParams) ProtoReflect

func (x *ActivityDumpStreamParams) ProtoReflect() protoreflect.Message

func (*ActivityDumpStreamParams) Reset

func (x *ActivityDumpStreamParams) Reset()

func (*ActivityDumpStreamParams) SizeVT

func (m *ActivityDumpStreamParams) SizeVT() (n int)

func (*ActivityDumpStreamParams) String

func (x *ActivityDumpStreamParams) String() string

func (*ActivityDumpStreamParams) UnmarshalVT

func (m *ActivityDumpStreamParams) UnmarshalVT(dAtA []byte) error

type ActivityTreeStatsMessage

type ActivityTreeStatsMessage struct {
	ProcessNodesCount int64 `protobuf:"varint,1,opt,name=ProcessNodesCount,proto3" json:"ProcessNodesCount,omitempty"`
	FileNodesCount    int64 `protobuf:"varint,2,opt,name=FileNodesCount,proto3" json:"FileNodesCount,omitempty"`
	DNSNodesCount     int64 `protobuf:"varint,3,opt,name=DNSNodesCount,proto3" json:"DNSNodesCount,omitempty"`
	SocketNodesCount  int64 `protobuf:"varint,4,opt,name=SocketNodesCount,proto3" json:"SocketNodesCount,omitempty"`
	ApproximateSize   int64 `protobuf:"varint,5,opt,name=ApproximateSize,proto3" json:"ApproximateSize,omitempty"`
	// contains filtered or unexported fields
}

func (*ActivityTreeStatsMessage) Descriptor deprecated

func (*ActivityTreeStatsMessage) Descriptor() ([]byte, []int)

Deprecated: Use ActivityTreeStatsMessage.ProtoReflect.Descriptor instead.

func (*ActivityTreeStatsMessage) GetApproximateSize

func (x *ActivityTreeStatsMessage) GetApproximateSize() int64

func (*ActivityTreeStatsMessage) GetDNSNodesCount

func (x *ActivityTreeStatsMessage) GetDNSNodesCount() int64

func (*ActivityTreeStatsMessage) GetFileNodesCount

func (x *ActivityTreeStatsMessage) GetFileNodesCount() int64

func (*ActivityTreeStatsMessage) GetProcessNodesCount

func (x *ActivityTreeStatsMessage) GetProcessNodesCount() int64

func (*ActivityTreeStatsMessage) GetSocketNodesCount

func (x *ActivityTreeStatsMessage) GetSocketNodesCount() int64

func (*ActivityTreeStatsMessage) MarshalToSizedBufferVT

func (m *ActivityTreeStatsMessage) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ActivityTreeStatsMessage) MarshalToVT

func (m *ActivityTreeStatsMessage) MarshalToVT(dAtA []byte) (int, error)

func (*ActivityTreeStatsMessage) MarshalVT

func (m *ActivityTreeStatsMessage) MarshalVT() (dAtA []byte, err error)

func (*ActivityTreeStatsMessage) ProtoMessage

func (*ActivityTreeStatsMessage) ProtoMessage()

func (*ActivityTreeStatsMessage) ProtoReflect

func (x *ActivityTreeStatsMessage) ProtoReflect() protoreflect.Message

func (*ActivityTreeStatsMessage) Reset

func (x *ActivityTreeStatsMessage) Reset()

func (*ActivityTreeStatsMessage) SizeVT

func (m *ActivityTreeStatsMessage) SizeVT() (n int)

func (*ActivityTreeStatsMessage) String

func (x *ActivityTreeStatsMessage) String() string

func (*ActivityTreeStatsMessage) UnmarshalVT

func (m *ActivityTreeStatsMessage) UnmarshalVT(dAtA []byte) error

type ApproverDetails

type ApproverDetails struct {
	Field string `protobuf:"bytes,1,opt,name=Field,proto3" json:"Field,omitempty"`
	Value string `protobuf:"bytes,2,opt,name=Value,proto3" json:"Value,omitempty"`
	Type  int32  `protobuf:"varint,3,opt,name=Type,proto3" json:"Type,omitempty"`
	// contains filtered or unexported fields
}

func (*ApproverDetails) Descriptor deprecated

func (*ApproverDetails) Descriptor() ([]byte, []int)

Deprecated: Use ApproverDetails.ProtoReflect.Descriptor instead.

func (*ApproverDetails) GetField

func (x *ApproverDetails) GetField() string

func (*ApproverDetails) GetType

func (x *ApproverDetails) GetType() int32

func (*ApproverDetails) GetValue

func (x *ApproverDetails) GetValue() string

func (*ApproverDetails) MarshalToSizedBufferVT

func (m *ApproverDetails) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ApproverDetails) MarshalToVT

func (m *ApproverDetails) MarshalToVT(dAtA []byte) (int, error)

func (*ApproverDetails) MarshalVT

func (m *ApproverDetails) MarshalVT() (dAtA []byte, err error)

func (*ApproverDetails) ProtoMessage

func (*ApproverDetails) ProtoMessage()

func (*ApproverDetails) ProtoReflect

func (x *ApproverDetails) ProtoReflect() protoreflect.Message

func (*ApproverDetails) Reset

func (x *ApproverDetails) Reset()

func (*ApproverDetails) SizeVT

func (m *ApproverDetails) SizeVT() (n int)

func (*ApproverDetails) String

func (x *ApproverDetails) String() string

func (*ApproverDetails) UnmarshalVT

func (m *ApproverDetails) UnmarshalVT(dAtA []byte) error

type Approvers

type Approvers struct {
	Field           string             `protobuf:"bytes,1,opt,name=Field,proto3" json:"Field,omitempty"`
	ApproverDetails []*ApproverDetails `protobuf:"bytes,2,rep,name=ApproverDetails,proto3" json:"ApproverDetails,omitempty"`
	// contains filtered or unexported fields
}

func FromKFiltersToProtoApprovers

func FromKFiltersToProtoApprovers(approvers rules.Approvers) *Approvers

FromKFiltersToProtoApprovers transforms a kfilter to a proto approvers

func (*Approvers) Descriptor deprecated

func (*Approvers) Descriptor() ([]byte, []int)

Deprecated: Use Approvers.ProtoReflect.Descriptor instead.

func (*Approvers) FromProtoToKFiltersApprovers

func (protoApprovers *Approvers) FromProtoToKFiltersApprovers() *rules.Approvers

FromProtoToKFiltersApprovers transforms a proto to a kfilter approvers

func (*Approvers) GetApproverDetails

func (x *Approvers) GetApproverDetails() []*ApproverDetails

func (*Approvers) GetField

func (x *Approvers) GetField() string

func (*Approvers) MarshalToSizedBufferVT

func (m *Approvers) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*Approvers) MarshalToVT

func (m *Approvers) MarshalToVT(dAtA []byte) (int, error)

func (*Approvers) MarshalVT

func (m *Approvers) MarshalVT() (dAtA []byte, err error)

func (*Approvers) ProtoMessage

func (*Approvers) ProtoMessage()

func (*Approvers) ProtoReflect

func (x *Approvers) ProtoReflect() protoreflect.Message

func (*Approvers) Reset

func (x *Approvers) Reset()

func (*Approvers) SizeVT

func (m *Approvers) SizeVT() (n int)

func (*Approvers) String

func (x *Approvers) String() string

func (*Approvers) UnmarshalVT

func (m *Approvers) UnmarshalVT(dAtA []byte) error

type ConstantFetcherStatus

type ConstantFetcherStatus struct {
	Fetchers []string                  `protobuf:"bytes,1,rep,name=Fetchers,proto3" json:"Fetchers,omitempty"`
	Values   []*ConstantValueAndSource `protobuf:"bytes,2,rep,name=Values,proto3" json:"Values,omitempty"`
	// contains filtered or unexported fields
}

func (*ConstantFetcherStatus) Descriptor deprecated

func (*ConstantFetcherStatus) Descriptor() ([]byte, []int)

Deprecated: Use ConstantFetcherStatus.ProtoReflect.Descriptor instead.

func (*ConstantFetcherStatus) GetFetchers

func (x *ConstantFetcherStatus) GetFetchers() []string

func (*ConstantFetcherStatus) GetValues

func (*ConstantFetcherStatus) MarshalToSizedBufferVT

func (m *ConstantFetcherStatus) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ConstantFetcherStatus) MarshalToVT

func (m *ConstantFetcherStatus) MarshalToVT(dAtA []byte) (int, error)

func (*ConstantFetcherStatus) MarshalVT

func (m *ConstantFetcherStatus) MarshalVT() (dAtA []byte, err error)

func (*ConstantFetcherStatus) ProtoMessage

func (*ConstantFetcherStatus) ProtoMessage()

func (*ConstantFetcherStatus) ProtoReflect

func (x *ConstantFetcherStatus) ProtoReflect() protoreflect.Message

func (*ConstantFetcherStatus) Reset

func (x *ConstantFetcherStatus) Reset()

func (*ConstantFetcherStatus) SizeVT

func (m *ConstantFetcherStatus) SizeVT() (n int)

func (*ConstantFetcherStatus) String

func (x *ConstantFetcherStatus) String() string

func (*ConstantFetcherStatus) UnmarshalVT

func (m *ConstantFetcherStatus) UnmarshalVT(dAtA []byte) error

type ConstantValueAndSource

type ConstantValueAndSource struct {
	ID     string `protobuf:"bytes,1,opt,name=ID,proto3" json:"ID,omitempty"`
	Value  uint64 `protobuf:"varint,2,opt,name=Value,proto3" json:"Value,omitempty"`
	Source string `protobuf:"bytes,3,opt,name=Source,proto3" json:"Source,omitempty"`
	// contains filtered or unexported fields
}

func (*ConstantValueAndSource) Descriptor deprecated

func (*ConstantValueAndSource) Descriptor() ([]byte, []int)

Deprecated: Use ConstantValueAndSource.ProtoReflect.Descriptor instead.

func (*ConstantValueAndSource) GetID

func (x *ConstantValueAndSource) GetID() string

func (*ConstantValueAndSource) GetSource

func (x *ConstantValueAndSource) GetSource() string

func (*ConstantValueAndSource) GetValue

func (x *ConstantValueAndSource) GetValue() uint64

func (*ConstantValueAndSource) MarshalToSizedBufferVT

func (m *ConstantValueAndSource) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ConstantValueAndSource) MarshalToVT

func (m *ConstantValueAndSource) MarshalToVT(dAtA []byte) (int, error)

func (*ConstantValueAndSource) MarshalVT

func (m *ConstantValueAndSource) MarshalVT() (dAtA []byte, err error)

func (*ConstantValueAndSource) ProtoMessage

func (*ConstantValueAndSource) ProtoMessage()

func (*ConstantValueAndSource) ProtoReflect

func (x *ConstantValueAndSource) ProtoReflect() protoreflect.Message

func (*ConstantValueAndSource) Reset

func (x *ConstantValueAndSource) Reset()

func (*ConstantValueAndSource) SizeVT

func (m *ConstantValueAndSource) SizeVT() (n int)

func (*ConstantValueAndSource) String

func (x *ConstantValueAndSource) String() string

func (*ConstantValueAndSource) UnmarshalVT

func (m *ConstantValueAndSource) UnmarshalVT(dAtA []byte) error

type DumpDiscardersMessage

type DumpDiscardersMessage struct {
	DumpFilename string `protobuf:"bytes,1,opt,name=DumpFilename,proto3" json:"DumpFilename,omitempty"`
	// contains filtered or unexported fields
}

func (*DumpDiscardersMessage) Descriptor deprecated

func (*DumpDiscardersMessage) Descriptor() ([]byte, []int)

Deprecated: Use DumpDiscardersMessage.ProtoReflect.Descriptor instead.

func (*DumpDiscardersMessage) GetDumpFilename

func (x *DumpDiscardersMessage) GetDumpFilename() string

func (*DumpDiscardersMessage) MarshalToSizedBufferVT

func (m *DumpDiscardersMessage) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*DumpDiscardersMessage) MarshalToVT

func (m *DumpDiscardersMessage) MarshalToVT(dAtA []byte) (int, error)

func (*DumpDiscardersMessage) MarshalVT

func (m *DumpDiscardersMessage) MarshalVT() (dAtA []byte, err error)

func (*DumpDiscardersMessage) ProtoMessage

func (*DumpDiscardersMessage) ProtoMessage()

func (*DumpDiscardersMessage) ProtoReflect

func (x *DumpDiscardersMessage) ProtoReflect() protoreflect.Message

func (*DumpDiscardersMessage) Reset

func (x *DumpDiscardersMessage) Reset()

func (*DumpDiscardersMessage) SizeVT

func (m *DumpDiscardersMessage) SizeVT() (n int)

func (*DumpDiscardersMessage) String

func (x *DumpDiscardersMessage) String() string

func (*DumpDiscardersMessage) UnmarshalVT

func (m *DumpDiscardersMessage) UnmarshalVT(dAtA []byte) error

type DumpDiscardersParams

type DumpDiscardersParams struct {
	// contains filtered or unexported fields
}

Discarders

func (*DumpDiscardersParams) Descriptor deprecated

func (*DumpDiscardersParams) Descriptor() ([]byte, []int)

Deprecated: Use DumpDiscardersParams.ProtoReflect.Descriptor instead.

func (*DumpDiscardersParams) MarshalToSizedBufferVT

func (m *DumpDiscardersParams) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*DumpDiscardersParams) MarshalToVT

func (m *DumpDiscardersParams) MarshalToVT(dAtA []byte) (int, error)

func (*DumpDiscardersParams) MarshalVT

func (m *DumpDiscardersParams) MarshalVT() (dAtA []byte, err error)

func (*DumpDiscardersParams) ProtoMessage

func (*DumpDiscardersParams) ProtoMessage()

func (*DumpDiscardersParams) ProtoReflect

func (x *DumpDiscardersParams) ProtoReflect() protoreflect.Message

func (*DumpDiscardersParams) Reset

func (x *DumpDiscardersParams) Reset()

func (*DumpDiscardersParams) SizeVT

func (m *DumpDiscardersParams) SizeVT() (n int)

func (*DumpDiscardersParams) String

func (x *DumpDiscardersParams) String() string

func (*DumpDiscardersParams) UnmarshalVT

func (m *DumpDiscardersParams) UnmarshalVT(dAtA []byte) error

type DumpNetworkNamespaceMessage

type DumpNetworkNamespaceMessage struct {
	Error         string `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
	DumpFilename  string `protobuf:"bytes,2,opt,name=DumpFilename,proto3" json:"DumpFilename,omitempty"`
	GraphFilename string `protobuf:"bytes,3,opt,name=GraphFilename,proto3" json:"GraphFilename,omitempty"`
	// contains filtered or unexported fields
}

func (*DumpNetworkNamespaceMessage) Descriptor deprecated

func (*DumpNetworkNamespaceMessage) Descriptor() ([]byte, []int)

Deprecated: Use DumpNetworkNamespaceMessage.ProtoReflect.Descriptor instead.

func (*DumpNetworkNamespaceMessage) GetDumpFilename

func (x *DumpNetworkNamespaceMessage) GetDumpFilename() string

func (*DumpNetworkNamespaceMessage) GetError

func (x *DumpNetworkNamespaceMessage) GetError() string

func (*DumpNetworkNamespaceMessage) GetGraphFilename

func (x *DumpNetworkNamespaceMessage) GetGraphFilename() string

func (*DumpNetworkNamespaceMessage) MarshalToSizedBufferVT

func (m *DumpNetworkNamespaceMessage) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*DumpNetworkNamespaceMessage) MarshalToVT

func (m *DumpNetworkNamespaceMessage) MarshalToVT(dAtA []byte) (int, error)

func (*DumpNetworkNamespaceMessage) MarshalVT

func (m *DumpNetworkNamespaceMessage) MarshalVT() (dAtA []byte, err error)

func (*DumpNetworkNamespaceMessage) ProtoMessage

func (*DumpNetworkNamespaceMessage) ProtoMessage()

func (*DumpNetworkNamespaceMessage) ProtoReflect

func (*DumpNetworkNamespaceMessage) Reset

func (x *DumpNetworkNamespaceMessage) Reset()

func (*DumpNetworkNamespaceMessage) SizeVT

func (m *DumpNetworkNamespaceMessage) SizeVT() (n int)

func (*DumpNetworkNamespaceMessage) String

func (x *DumpNetworkNamespaceMessage) String() string

func (*DumpNetworkNamespaceMessage) UnmarshalVT

func (m *DumpNetworkNamespaceMessage) UnmarshalVT(dAtA []byte) error

type DumpNetworkNamespaceParams

type DumpNetworkNamespaceParams struct {
	SnapshotInterfaces bool `protobuf:"varint,1,opt,name=SnapshotInterfaces,proto3" json:"SnapshotInterfaces,omitempty"`
	// contains filtered or unexported fields
}

func (*DumpNetworkNamespaceParams) Descriptor deprecated

func (*DumpNetworkNamespaceParams) Descriptor() ([]byte, []int)

Deprecated: Use DumpNetworkNamespaceParams.ProtoReflect.Descriptor instead.

func (*DumpNetworkNamespaceParams) GetSnapshotInterfaces

func (x *DumpNetworkNamespaceParams) GetSnapshotInterfaces() bool

func (*DumpNetworkNamespaceParams) MarshalToSizedBufferVT

func (m *DumpNetworkNamespaceParams) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*DumpNetworkNamespaceParams) MarshalToVT

func (m *DumpNetworkNamespaceParams) MarshalToVT(dAtA []byte) (int, error)

func (*DumpNetworkNamespaceParams) MarshalVT

func (m *DumpNetworkNamespaceParams) MarshalVT() (dAtA []byte, err error)

func (*DumpNetworkNamespaceParams) ProtoMessage

func (*DumpNetworkNamespaceParams) ProtoMessage()

func (*DumpNetworkNamespaceParams) ProtoReflect

func (*DumpNetworkNamespaceParams) Reset

func (x *DumpNetworkNamespaceParams) Reset()

func (*DumpNetworkNamespaceParams) SizeVT

func (m *DumpNetworkNamespaceParams) SizeVT() (n int)

func (*DumpNetworkNamespaceParams) String

func (x *DumpNetworkNamespaceParams) String() string

func (*DumpNetworkNamespaceParams) UnmarshalVT

func (m *DumpNetworkNamespaceParams) UnmarshalVT(dAtA []byte) error

type DumpProcessCacheParams

type DumpProcessCacheParams struct {
	WithArgs bool `protobuf:"varint,1,opt,name=WithArgs,proto3" json:"WithArgs,omitempty"`
	// contains filtered or unexported fields
}

func (*DumpProcessCacheParams) Descriptor deprecated

func (*DumpProcessCacheParams) Descriptor() ([]byte, []int)

Deprecated: Use DumpProcessCacheParams.ProtoReflect.Descriptor instead.

func (*DumpProcessCacheParams) GetWithArgs

func (x *DumpProcessCacheParams) GetWithArgs() bool

func (*DumpProcessCacheParams) MarshalToSizedBufferVT

func (m *DumpProcessCacheParams) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*DumpProcessCacheParams) MarshalToVT

func (m *DumpProcessCacheParams) MarshalToVT(dAtA []byte) (int, error)

func (*DumpProcessCacheParams) MarshalVT

func (m *DumpProcessCacheParams) MarshalVT() (dAtA []byte, err error)

func (*DumpProcessCacheParams) ProtoMessage

func (*DumpProcessCacheParams) ProtoMessage()

func (*DumpProcessCacheParams) ProtoReflect

func (x *DumpProcessCacheParams) ProtoReflect() protoreflect.Message

func (*DumpProcessCacheParams) Reset

func (x *DumpProcessCacheParams) Reset()

func (*DumpProcessCacheParams) SizeVT

func (m *DumpProcessCacheParams) SizeVT() (n int)

func (*DumpProcessCacheParams) String

func (x *DumpProcessCacheParams) String() string

func (*DumpProcessCacheParams) UnmarshalVT

func (m *DumpProcessCacheParams) UnmarshalVT(dAtA []byte) error

type EnvironmentStatus

type EnvironmentStatus struct {
	Warnings        []string               `protobuf:"bytes,1,rep,name=Warnings,proto3" json:"Warnings,omitempty"`
	Constants       *ConstantFetcherStatus `protobuf:"bytes,2,opt,name=Constants,proto3" json:"Constants,omitempty"`
	KernelLockdown  string                 `protobuf:"bytes,3,opt,name=KernelLockdown,proto3" json:"KernelLockdown,omitempty"`
	UseMmapableMaps bool                   `protobuf:"varint,4,opt,name=UseMmapableMaps,proto3" json:"UseMmapableMaps,omitempty"`
	UseRingBuffer   bool                   `protobuf:"varint,5,opt,name=UseRingBuffer,proto3" json:"UseRingBuffer,omitempty"`
	// contains filtered or unexported fields
}

func (*EnvironmentStatus) Descriptor deprecated

func (*EnvironmentStatus) Descriptor() ([]byte, []int)

Deprecated: Use EnvironmentStatus.ProtoReflect.Descriptor instead.

func (*EnvironmentStatus) GetConstants

func (x *EnvironmentStatus) GetConstants() *ConstantFetcherStatus

func (*EnvironmentStatus) GetKernelLockdown

func (x *EnvironmentStatus) GetKernelLockdown() string

func (*EnvironmentStatus) GetUseMmapableMaps

func (x *EnvironmentStatus) GetUseMmapableMaps() bool

func (*EnvironmentStatus) GetUseRingBuffer

func (x *EnvironmentStatus) GetUseRingBuffer() bool

func (*EnvironmentStatus) GetWarnings

func (x *EnvironmentStatus) GetWarnings() []string

func (*EnvironmentStatus) MarshalToSizedBufferVT

func (m *EnvironmentStatus) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*EnvironmentStatus) MarshalToVT

func (m *EnvironmentStatus) MarshalToVT(dAtA []byte) (int, error)

func (*EnvironmentStatus) MarshalVT

func (m *EnvironmentStatus) MarshalVT() (dAtA []byte, err error)

func (*EnvironmentStatus) ProtoMessage

func (*EnvironmentStatus) ProtoMessage()

func (*EnvironmentStatus) ProtoReflect

func (x *EnvironmentStatus) ProtoReflect() protoreflect.Message

func (*EnvironmentStatus) Reset

func (x *EnvironmentStatus) Reset()

func (*EnvironmentStatus) SizeVT

func (m *EnvironmentStatus) SizeVT() (n int)

func (*EnvironmentStatus) String

func (x *EnvironmentStatus) String() string

func (*EnvironmentStatus) UnmarshalVT

func (m *EnvironmentStatus) UnmarshalVT(dAtA []byte) error

type EventTypePolicy

type EventTypePolicy struct {
	EventType string     `protobuf:"bytes,1,opt,name=EventType,proto3" json:"EventType,omitempty"`
	Mode      uint32     `protobuf:"varint,2,opt,name=Mode,proto3" json:"Mode,omitempty"`
	Flags     uint32     `protobuf:"varint,3,opt,name=Flags,proto3" json:"Flags,omitempty"`
	Approvers *Approvers `protobuf:"bytes,4,opt,name=Approvers,proto3" json:"Approvers,omitempty"`
	// contains filtered or unexported fields
}

func (*EventTypePolicy) Descriptor deprecated

func (*EventTypePolicy) Descriptor() ([]byte, []int)

Deprecated: Use EventTypePolicy.ProtoReflect.Descriptor instead.

func (*EventTypePolicy) GetApprovers

func (x *EventTypePolicy) GetApprovers() *Approvers

func (*EventTypePolicy) GetEventType

func (x *EventTypePolicy) GetEventType() string

func (*EventTypePolicy) GetFlags

func (x *EventTypePolicy) GetFlags() uint32

func (*EventTypePolicy) GetMode

func (x *EventTypePolicy) GetMode() uint32

func (*EventTypePolicy) MarshalToSizedBufferVT

func (m *EventTypePolicy) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*EventTypePolicy) MarshalToVT

func (m *EventTypePolicy) MarshalToVT(dAtA []byte) (int, error)

func (*EventTypePolicy) MarshalVT

func (m *EventTypePolicy) MarshalVT() (dAtA []byte, err error)

func (*EventTypePolicy) ProtoMessage

func (*EventTypePolicy) ProtoMessage()

func (*EventTypePolicy) ProtoReflect

func (x *EventTypePolicy) ProtoReflect() protoreflect.Message

func (*EventTypePolicy) Reset

func (x *EventTypePolicy) Reset()

func (*EventTypePolicy) SizeVT

func (m *EventTypePolicy) SizeVT() (n int)

func (*EventTypePolicy) String

func (x *EventTypePolicy) String() string

func (*EventTypePolicy) UnmarshalVT

func (m *EventTypePolicy) UnmarshalVT(dAtA []byte) error

type EventTypeState

type EventTypeState struct {
	LastAnomalyNano   uint64 `protobuf:"varint,1,opt,name=last_anomaly_nano,json=lastAnomalyNano,proto3" json:"last_anomaly_nano,omitempty"`
	EventProfileState string `protobuf:"bytes,2,opt,name=event_profile_state,json=eventProfileState,proto3" json:"event_profile_state,omitempty"`
	// contains filtered or unexported fields
}

func (*EventTypeState) Descriptor deprecated

func (*EventTypeState) Descriptor() ([]byte, []int)

Deprecated: Use EventTypeState.ProtoReflect.Descriptor instead.

func (*EventTypeState) GetEventProfileState

func (x *EventTypeState) GetEventProfileState() string

func (*EventTypeState) GetLastAnomalyNano

func (x *EventTypeState) GetLastAnomalyNano() uint64

func (*EventTypeState) MarshalToSizedBufferVT

func (m *EventTypeState) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*EventTypeState) MarshalToVT

func (m *EventTypeState) MarshalToVT(dAtA []byte) (int, error)

func (*EventTypeState) MarshalVT

func (m *EventTypeState) MarshalVT() (dAtA []byte, err error)

func (*EventTypeState) ProtoMessage

func (*EventTypeState) ProtoMessage()

func (*EventTypeState) ProtoReflect

func (x *EventTypeState) ProtoReflect() protoreflect.Message

func (*EventTypeState) Reset

func (x *EventTypeState) Reset()

func (*EventTypeState) SizeVT

func (m *EventTypeState) SizeVT() (n int)

func (*EventTypeState) String

func (x *EventTypeState) String() string

func (*EventTypeState) UnmarshalVT

func (m *EventTypeState) UnmarshalVT(dAtA []byte) error

type GetConfigParams

type GetConfigParams struct {
	// contains filtered or unexported fields
}

func (*GetConfigParams) Descriptor deprecated

func (*GetConfigParams) Descriptor() ([]byte, []int)

Deprecated: Use GetConfigParams.ProtoReflect.Descriptor instead.

func (*GetConfigParams) MarshalToSizedBufferVT

func (m *GetConfigParams) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*GetConfigParams) MarshalToVT

func (m *GetConfigParams) MarshalToVT(dAtA []byte) (int, error)

func (*GetConfigParams) MarshalVT

func (m *GetConfigParams) MarshalVT() (dAtA []byte, err error)

func (*GetConfigParams) ProtoMessage

func (*GetConfigParams) ProtoMessage()

func (*GetConfigParams) ProtoReflect

func (x *GetConfigParams) ProtoReflect() protoreflect.Message

func (*GetConfigParams) Reset

func (x *GetConfigParams) Reset()

func (*GetConfigParams) SizeVT

func (m *GetConfigParams) SizeVT() (n int)

func (*GetConfigParams) String

func (x *GetConfigParams) String() string

func (*GetConfigParams) UnmarshalVT

func (m *GetConfigParams) UnmarshalVT(dAtA []byte) error

type GetEventParams

type GetEventParams struct {
	// contains filtered or unexported fields
}

func (*GetEventParams) Descriptor deprecated

func (*GetEventParams) Descriptor() ([]byte, []int)

Deprecated: Use GetEventParams.ProtoReflect.Descriptor instead.

func (*GetEventParams) MarshalToSizedBufferVT

func (m *GetEventParams) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*GetEventParams) MarshalToVT

func (m *GetEventParams) MarshalToVT(dAtA []byte) (int, error)

func (*GetEventParams) MarshalVT

func (m *GetEventParams) MarshalVT() (dAtA []byte, err error)

func (*GetEventParams) ProtoMessage

func (*GetEventParams) ProtoMessage()

func (*GetEventParams) ProtoReflect

func (x *GetEventParams) ProtoReflect() protoreflect.Message

func (*GetEventParams) Reset

func (x *GetEventParams) Reset()

func (*GetEventParams) SizeVT

func (m *GetEventParams) SizeVT() (n int)

func (*GetEventParams) String

func (x *GetEventParams) String() string

func (*GetEventParams) UnmarshalVT

func (m *GetEventParams) UnmarshalVT(dAtA []byte) error

type GetRuleSetReportParams

type GetRuleSetReportParams struct {
	// contains filtered or unexported fields
}

func (*GetRuleSetReportParams) Descriptor deprecated

func (*GetRuleSetReportParams) Descriptor() ([]byte, []int)

Deprecated: Use GetRuleSetReportParams.ProtoReflect.Descriptor instead.

func (*GetRuleSetReportParams) MarshalToSizedBufferVT

func (m *GetRuleSetReportParams) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*GetRuleSetReportParams) MarshalToVT

func (m *GetRuleSetReportParams) MarshalToVT(dAtA []byte) (int, error)

func (*GetRuleSetReportParams) MarshalVT

func (m *GetRuleSetReportParams) MarshalVT() (dAtA []byte, err error)

func (*GetRuleSetReportParams) ProtoMessage

func (*GetRuleSetReportParams) ProtoMessage()

func (*GetRuleSetReportParams) ProtoReflect

func (x *GetRuleSetReportParams) ProtoReflect() protoreflect.Message

func (*GetRuleSetReportParams) Reset

func (x *GetRuleSetReportParams) Reset()

func (*GetRuleSetReportParams) SizeVT

func (m *GetRuleSetReportParams) SizeVT() (n int)

func (*GetRuleSetReportParams) String

func (x *GetRuleSetReportParams) String() string

func (*GetRuleSetReportParams) UnmarshalVT

func (m *GetRuleSetReportParams) UnmarshalVT(dAtA []byte) error

type GetRuleSetReportResultMessage

type GetRuleSetReportResultMessage struct {
	RuleSetReportMessage *RuleSetReportMessage `protobuf:"bytes,1,opt,name=RuleSetReportMessage,proto3" json:"RuleSetReportMessage,omitempty"`
	Error                string                `protobuf:"bytes,2,opt,name=Error,proto3" json:"Error,omitempty"`
	// contains filtered or unexported fields
}

func (*GetRuleSetReportResultMessage) Descriptor deprecated

func (*GetRuleSetReportResultMessage) Descriptor() ([]byte, []int)

Deprecated: Use GetRuleSetReportResultMessage.ProtoReflect.Descriptor instead.

func (*GetRuleSetReportResultMessage) GetError

func (x *GetRuleSetReportResultMessage) GetError() string

func (*GetRuleSetReportResultMessage) GetRuleSetReportMessage

func (x *GetRuleSetReportResultMessage) GetRuleSetReportMessage() *RuleSetReportMessage

func (*GetRuleSetReportResultMessage) MarshalToSizedBufferVT

func (m *GetRuleSetReportResultMessage) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*GetRuleSetReportResultMessage) MarshalToVT

func (m *GetRuleSetReportResultMessage) MarshalToVT(dAtA []byte) (int, error)

func (*GetRuleSetReportResultMessage) MarshalVT

func (m *GetRuleSetReportResultMessage) MarshalVT() (dAtA []byte, err error)

func (*GetRuleSetReportResultMessage) ProtoMessage

func (*GetRuleSetReportResultMessage) ProtoMessage()

func (*GetRuleSetReportResultMessage) ProtoReflect

func (*GetRuleSetReportResultMessage) Reset

func (x *GetRuleSetReportResultMessage) Reset()

func (*GetRuleSetReportResultMessage) SizeVT

func (m *GetRuleSetReportResultMessage) SizeVT() (n int)

func (*GetRuleSetReportResultMessage) String

func (*GetRuleSetReportResultMessage) UnmarshalVT

func (m *GetRuleSetReportResultMessage) UnmarshalVT(dAtA []byte) error

type GetStatusParams

type GetStatusParams struct {
	// contains filtered or unexported fields
}

func (*GetStatusParams) Descriptor deprecated

func (*GetStatusParams) Descriptor() ([]byte, []int)

Deprecated: Use GetStatusParams.ProtoReflect.Descriptor instead.

func (*GetStatusParams) MarshalToSizedBufferVT

func (m *GetStatusParams) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*GetStatusParams) MarshalToVT

func (m *GetStatusParams) MarshalToVT(dAtA []byte) (int, error)

func (*GetStatusParams) MarshalVT

func (m *GetStatusParams) MarshalVT() (dAtA []byte, err error)

func (*GetStatusParams) ProtoMessage

func (*GetStatusParams) ProtoMessage()

func (*GetStatusParams) ProtoReflect

func (x *GetStatusParams) ProtoReflect() protoreflect.Message

func (*GetStatusParams) Reset

func (x *GetStatusParams) Reset()

func (*GetStatusParams) SizeVT

func (m *GetStatusParams) SizeVT() (n int)

func (*GetStatusParams) String

func (x *GetStatusParams) String() string

func (*GetStatusParams) UnmarshalVT

func (m *GetStatusParams) UnmarshalVT(dAtA []byte) error

type InstanceMessage

type InstanceMessage struct {
	ContainerID string   `protobuf:"bytes,1,opt,name=ContainerID,proto3" json:"ContainerID,omitempty"`
	Tags        []string `protobuf:"bytes,2,rep,name=Tags,proto3" json:"Tags,omitempty"`
	// contains filtered or unexported fields
}

func (*InstanceMessage) Descriptor deprecated

func (*InstanceMessage) Descriptor() ([]byte, []int)

Deprecated: Use InstanceMessage.ProtoReflect.Descriptor instead.

func (*InstanceMessage) GetContainerID

func (x *InstanceMessage) GetContainerID() string

func (*InstanceMessage) GetTags

func (x *InstanceMessage) GetTags() []string

func (*InstanceMessage) MarshalToSizedBufferVT

func (m *InstanceMessage) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*InstanceMessage) MarshalToVT

func (m *InstanceMessage) MarshalToVT(dAtA []byte) (int, error)

func (*InstanceMessage) MarshalVT

func (m *InstanceMessage) MarshalVT() (dAtA []byte, err error)

func (*InstanceMessage) ProtoMessage

func (*InstanceMessage) ProtoMessage()

func (*InstanceMessage) ProtoReflect

func (x *InstanceMessage) ProtoReflect() protoreflect.Message

func (*InstanceMessage) Reset

func (x *InstanceMessage) Reset()

func (*InstanceMessage) SizeVT

func (m *InstanceMessage) SizeVT() (n int)

func (*InstanceMessage) String

func (x *InstanceMessage) String() string

func (*InstanceMessage) UnmarshalVT

func (m *InstanceMessage) UnmarshalVT(dAtA []byte) error

type LastAnomalyTimestampMessage

type LastAnomalyTimestampMessage struct {
	EventType         string `protobuf:"bytes,1,opt,name=EventType,proto3" json:"EventType,omitempty"`
	Timestamp         string `protobuf:"bytes,2,opt,name=Timestamp,proto3" json:"Timestamp,omitempty"`
	IsStableEventType bool   `protobuf:"varint,3,opt,name=IsStableEventType,proto3" json:"IsStableEventType,omitempty"`
	// contains filtered or unexported fields
}

func (*LastAnomalyTimestampMessage) Descriptor deprecated

func (*LastAnomalyTimestampMessage) Descriptor() ([]byte, []int)

Deprecated: Use LastAnomalyTimestampMessage.ProtoReflect.Descriptor instead.

func (*LastAnomalyTimestampMessage) GetEventType

func (x *LastAnomalyTimestampMessage) GetEventType() string

func (*LastAnomalyTimestampMessage) GetIsStableEventType

func (x *LastAnomalyTimestampMessage) GetIsStableEventType() bool

func (*LastAnomalyTimestampMessage) GetTimestamp

func (x *LastAnomalyTimestampMessage) GetTimestamp() string

func (*LastAnomalyTimestampMessage) MarshalToSizedBufferVT

func (m *LastAnomalyTimestampMessage) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*LastAnomalyTimestampMessage) MarshalToVT

func (m *LastAnomalyTimestampMessage) MarshalToVT(dAtA []byte) (int, error)

func (*LastAnomalyTimestampMessage) MarshalVT

func (m *LastAnomalyTimestampMessage) MarshalVT() (dAtA []byte, err error)

func (*LastAnomalyTimestampMessage) ProtoMessage

func (*LastAnomalyTimestampMessage) ProtoMessage()

func (*LastAnomalyTimestampMessage) ProtoReflect

func (*LastAnomalyTimestampMessage) Reset

func (x *LastAnomalyTimestampMessage) Reset()

func (*LastAnomalyTimestampMessage) SizeVT

func (m *LastAnomalyTimestampMessage) SizeVT() (n int)

func (*LastAnomalyTimestampMessage) String

func (x *LastAnomalyTimestampMessage) String() string

func (*LastAnomalyTimestampMessage) UnmarshalVT

func (m *LastAnomalyTimestampMessage) UnmarshalVT(dAtA []byte) error

type MetadataMessage

type MetadataMessage struct {
	AgentVersion      string `protobuf:"bytes,1,opt,name=AgentVersion,proto3" json:"AgentVersion,omitempty"`
	AgentCommit       string `protobuf:"bytes,2,opt,name=AgentCommit,proto3" json:"AgentCommit,omitempty"`
	KernelVersion     string `protobuf:"bytes,3,opt,name=KernelVersion,proto3" json:"KernelVersion,omitempty"`
	LinuxDistribution string `protobuf:"bytes,4,opt,name=LinuxDistribution,proto3" json:"LinuxDistribution,omitempty"`
	Arch              string `protobuf:"bytes,5,opt,name=Arch,proto3" json:"Arch,omitempty"`
	Name              string `protobuf:"bytes,6,opt,name=Name,proto3" json:"Name,omitempty"`
	ProtobufVersion   string `protobuf:"bytes,7,opt,name=ProtobufVersion,proto3" json:"ProtobufVersion,omitempty"`
	DifferentiateArgs bool   `protobuf:"varint,8,opt,name=DifferentiateArgs,proto3" json:"DifferentiateArgs,omitempty"`
	Comm              string `protobuf:"bytes,9,opt,name=Comm,proto3" json:"Comm,omitempty"`
	ContainerID       string `protobuf:"bytes,10,opt,name=ContainerID,proto3" json:"ContainerID,omitempty"`
	Start             string `protobuf:"bytes,11,opt,name=Start,proto3" json:"Start,omitempty"`
	Timeout           string `protobuf:"bytes,12,opt,name=Timeout,proto3" json:"Timeout,omitempty"`
	Size              uint64 `protobuf:"varint,13,opt,name=Size,proto3" json:"Size,omitempty"`
	Serialization     string `protobuf:"bytes,14,opt,name=Serialization,proto3" json:"Serialization,omitempty"`
	// contains filtered or unexported fields
}

func (*MetadataMessage) Descriptor deprecated

func (*MetadataMessage) Descriptor() ([]byte, []int)

Deprecated: Use MetadataMessage.ProtoReflect.Descriptor instead.

func (*MetadataMessage) GetAgentCommit

func (x *MetadataMessage) GetAgentCommit() string

func (*MetadataMessage) GetAgentVersion

func (x *MetadataMessage) GetAgentVersion() string

func (*MetadataMessage) GetArch

func (x *MetadataMessage) GetArch() string

func (*MetadataMessage) GetComm

func (x *MetadataMessage) GetComm() string

func (*MetadataMessage) GetContainerID

func (x *MetadataMessage) GetContainerID() string

func (*MetadataMessage) GetDifferentiateArgs

func (x *MetadataMessage) GetDifferentiateArgs() bool

func (*MetadataMessage) GetKernelVersion

func (x *MetadataMessage) GetKernelVersion() string

func (*MetadataMessage) GetLinuxDistribution

func (x *MetadataMessage) GetLinuxDistribution() string

func (*MetadataMessage) GetName

func (x *MetadataMessage) GetName() string

func (*MetadataMessage) GetProtobufVersion

func (x *MetadataMessage) GetProtobufVersion() string

func (*MetadataMessage) GetSerialization

func (x *MetadataMessage) GetSerialization() string

func (*MetadataMessage) GetSize

func (x *MetadataMessage) GetSize() uint64

func (*MetadataMessage) GetStart

func (x *MetadataMessage) GetStart() string

func (*MetadataMessage) GetTimeout

func (x *MetadataMessage) GetTimeout() string

func (*MetadataMessage) MarshalToSizedBufferVT

func (m *MetadataMessage) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*MetadataMessage) MarshalToVT

func (m *MetadataMessage) MarshalToVT(dAtA []byte) (int, error)

func (*MetadataMessage) MarshalVT

func (m *MetadataMessage) MarshalVT() (dAtA []byte, err error)

func (*MetadataMessage) ProtoMessage

func (*MetadataMessage) ProtoMessage()

func (*MetadataMessage) ProtoReflect

func (x *MetadataMessage) ProtoReflect() protoreflect.Message

func (*MetadataMessage) Reset

func (x *MetadataMessage) Reset()

func (*MetadataMessage) SizeVT

func (m *MetadataMessage) SizeVT() (n int)

func (*MetadataMessage) String

func (x *MetadataMessage) String() string

func (*MetadataMessage) UnmarshalVT

func (m *MetadataMessage) UnmarshalVT(dAtA []byte) error

type PolicyStatus

type PolicyStatus struct {
	Name   string        `protobuf:"bytes,1,opt,name=Name,proto3" json:"Name,omitempty"`
	Source string        `protobuf:"bytes,2,opt,name=Source,proto3" json:"Source,omitempty"`
	Status []*RuleStatus `protobuf:"bytes,3,rep,name=Status,proto3" json:"Status,omitempty"`
	// contains filtered or unexported fields
}

func (*PolicyStatus) Descriptor deprecated

func (*PolicyStatus) Descriptor() ([]byte, []int)

Deprecated: Use PolicyStatus.ProtoReflect.Descriptor instead.

func (*PolicyStatus) GetName

func (x *PolicyStatus) GetName() string

func (*PolicyStatus) GetSource

func (x *PolicyStatus) GetSource() string

func (*PolicyStatus) GetStatus

func (x *PolicyStatus) GetStatus() []*RuleStatus

func (*PolicyStatus) MarshalToSizedBufferVT

func (m *PolicyStatus) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PolicyStatus) MarshalToVT

func (m *PolicyStatus) MarshalToVT(dAtA []byte) (int, error)

func (*PolicyStatus) MarshalVT

func (m *PolicyStatus) MarshalVT() (dAtA []byte, err error)

func (*PolicyStatus) ProtoMessage

func (*PolicyStatus) ProtoMessage()

func (*PolicyStatus) ProtoReflect

func (x *PolicyStatus) ProtoReflect() protoreflect.Message

func (*PolicyStatus) Reset

func (x *PolicyStatus) Reset()

func (*PolicyStatus) SizeVT

func (m *PolicyStatus) SizeVT() (n int)

func (*PolicyStatus) String

func (x *PolicyStatus) String() string

func (*PolicyStatus) UnmarshalVT

func (m *PolicyStatus) UnmarshalVT(dAtA []byte) error

type ProfileContextMessage

type ProfileContextMessage struct {
	FirstSeen      uint64                     `protobuf:"varint,1,opt,name=first_seen,json=firstSeen,proto3" json:"first_seen,omitempty"`
	LastSeen       uint64                     `protobuf:"varint,2,opt,name=last_seen,json=lastSeen,proto3" json:"last_seen,omitempty"`
	EventTypeState map[string]*EventTypeState `` /* 193-byte string literal not displayed */
	Tags           []string                   `protobuf:"bytes,4,rep,name=tags,proto3" json:"tags,omitempty"`
	// contains filtered or unexported fields
}

func (*ProfileContextMessage) Descriptor deprecated

func (*ProfileContextMessage) Descriptor() ([]byte, []int)

Deprecated: Use ProfileContextMessage.ProtoReflect.Descriptor instead.

func (*ProfileContextMessage) GetEventTypeState

func (x *ProfileContextMessage) GetEventTypeState() map[string]*EventTypeState

func (*ProfileContextMessage) GetFirstSeen

func (x *ProfileContextMessage) GetFirstSeen() uint64

func (*ProfileContextMessage) GetLastSeen

func (x *ProfileContextMessage) GetLastSeen() uint64

func (*ProfileContextMessage) GetTags

func (x *ProfileContextMessage) GetTags() []string

func (*ProfileContextMessage) MarshalToSizedBufferVT

func (m *ProfileContextMessage) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ProfileContextMessage) MarshalToVT

func (m *ProfileContextMessage) MarshalToVT(dAtA []byte) (int, error)

func (*ProfileContextMessage) MarshalVT

func (m *ProfileContextMessage) MarshalVT() (dAtA []byte, err error)

func (*ProfileContextMessage) ProtoMessage

func (*ProfileContextMessage) ProtoMessage()

func (*ProfileContextMessage) ProtoReflect

func (x *ProfileContextMessage) ProtoReflect() protoreflect.Message

func (*ProfileContextMessage) Reset

func (x *ProfileContextMessage) Reset()

func (*ProfileContextMessage) SizeVT

func (m *ProfileContextMessage) SizeVT() (n int)

func (*ProfileContextMessage) String

func (x *ProfileContextMessage) String() string

func (*ProfileContextMessage) UnmarshalVT

func (m *ProfileContextMessage) UnmarshalVT(dAtA []byte) error

type ReloadPoliciesParams

type ReloadPoliciesParams struct {
	// contains filtered or unexported fields
}

func (*ReloadPoliciesParams) Descriptor deprecated

func (*ReloadPoliciesParams) Descriptor() ([]byte, []int)

Deprecated: Use ReloadPoliciesParams.ProtoReflect.Descriptor instead.

func (*ReloadPoliciesParams) MarshalToSizedBufferVT

func (m *ReloadPoliciesParams) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ReloadPoliciesParams) MarshalToVT

func (m *ReloadPoliciesParams) MarshalToVT(dAtA []byte) (int, error)

func (*ReloadPoliciesParams) MarshalVT

func (m *ReloadPoliciesParams) MarshalVT() (dAtA []byte, err error)

func (*ReloadPoliciesParams) ProtoMessage

func (*ReloadPoliciesParams) ProtoMessage()

func (*ReloadPoliciesParams) ProtoReflect

func (x *ReloadPoliciesParams) ProtoReflect() protoreflect.Message

func (*ReloadPoliciesParams) Reset

func (x *ReloadPoliciesParams) Reset()

func (*ReloadPoliciesParams) SizeVT

func (m *ReloadPoliciesParams) SizeVT() (n int)

func (*ReloadPoliciesParams) String

func (x *ReloadPoliciesParams) String() string

func (*ReloadPoliciesParams) UnmarshalVT

func (m *ReloadPoliciesParams) UnmarshalVT(dAtA []byte) error

type ReloadPoliciesResultMessage

type ReloadPoliciesResultMessage struct {
	// contains filtered or unexported fields
}

func (*ReloadPoliciesResultMessage) Descriptor deprecated

func (*ReloadPoliciesResultMessage) Descriptor() ([]byte, []int)

Deprecated: Use ReloadPoliciesResultMessage.ProtoReflect.Descriptor instead.

func (*ReloadPoliciesResultMessage) MarshalToSizedBufferVT

func (m *ReloadPoliciesResultMessage) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ReloadPoliciesResultMessage) MarshalToVT

func (m *ReloadPoliciesResultMessage) MarshalToVT(dAtA []byte) (int, error)

func (*ReloadPoliciesResultMessage) MarshalVT

func (m *ReloadPoliciesResultMessage) MarshalVT() (dAtA []byte, err error)

func (*ReloadPoliciesResultMessage) ProtoMessage

func (*ReloadPoliciesResultMessage) ProtoMessage()

func (*ReloadPoliciesResultMessage) ProtoReflect

func (*ReloadPoliciesResultMessage) Reset

func (x *ReloadPoliciesResultMessage) Reset()

func (*ReloadPoliciesResultMessage) SizeVT

func (m *ReloadPoliciesResultMessage) SizeVT() (n int)

func (*ReloadPoliciesResultMessage) String

func (x *ReloadPoliciesResultMessage) String() string

func (*ReloadPoliciesResultMessage) UnmarshalVT

func (m *ReloadPoliciesResultMessage) UnmarshalVT(dAtA []byte) error

type RuleSetReportMessage

type RuleSetReportMessage struct {
	Policies []*EventTypePolicy `protobuf:"bytes,1,rep,name=Policies,proto3" json:"Policies,omitempty"`
	// contains filtered or unexported fields
}

func FromKFiltersToProtoRuleSetReport

func FromKFiltersToProtoRuleSetReport(ruleSetReport *kfilters.ApplyRuleSetReport) *RuleSetReportMessage

FromKFiltersToProtoRuleSetReport returns a pointer to a PolicyMessage

func (*RuleSetReportMessage) Descriptor deprecated

func (*RuleSetReportMessage) Descriptor() ([]byte, []int)

Deprecated: Use RuleSetReportMessage.ProtoReflect.Descriptor instead.

func (*RuleSetReportMessage) FromProtoToKFiltersRuleSetReport

func (protoRuleSetReport *RuleSetReportMessage) FromProtoToKFiltersRuleSetReport() *kfilters.ApplyRuleSetReport

FromProtoToKFiltersRuleSetReport transforms a proto to a kfilter rule set report

func (*RuleSetReportMessage) GetPolicies

func (x *RuleSetReportMessage) GetPolicies() []*EventTypePolicy

func (*RuleSetReportMessage) MarshalToSizedBufferVT

func (m *RuleSetReportMessage) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*RuleSetReportMessage) MarshalToVT

func (m *RuleSetReportMessage) MarshalToVT(dAtA []byte) (int, error)

func (*RuleSetReportMessage) MarshalVT

func (m *RuleSetReportMessage) MarshalVT() (dAtA []byte, err error)

func (*RuleSetReportMessage) ProtoMessage

func (*RuleSetReportMessage) ProtoMessage()

func (*RuleSetReportMessage) ProtoReflect

func (x *RuleSetReportMessage) ProtoReflect() protoreflect.Message

func (*RuleSetReportMessage) Reset

func (x *RuleSetReportMessage) Reset()

func (*RuleSetReportMessage) SizeVT

func (m *RuleSetReportMessage) SizeVT() (n int)

func (*RuleSetReportMessage) String

func (x *RuleSetReportMessage) String() string

func (*RuleSetReportMessage) UnmarshalVT

func (m *RuleSetReportMessage) UnmarshalVT(dAtA []byte) error

type RuleStatus

type RuleStatus struct {
	ID     string `protobuf:"bytes,1,opt,name=ID,proto3" json:"ID,omitempty"`
	Status string `protobuf:"bytes,2,opt,name=Status,proto3" json:"Status,omitempty"`
	Error  string `protobuf:"bytes,3,opt,name=Error,proto3" json:"Error,omitempty"`
	// contains filtered or unexported fields
}

func (*RuleStatus) Descriptor deprecated

func (*RuleStatus) Descriptor() ([]byte, []int)

Deprecated: Use RuleStatus.ProtoReflect.Descriptor instead.

func (*RuleStatus) GetError

func (x *RuleStatus) GetError() string

func (*RuleStatus) GetID

func (x *RuleStatus) GetID() string

func (*RuleStatus) GetStatus

func (x *RuleStatus) GetStatus() string

func (*RuleStatus) MarshalToSizedBufferVT

func (m *RuleStatus) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*RuleStatus) MarshalToVT

func (m *RuleStatus) MarshalToVT(dAtA []byte) (int, error)

func (*RuleStatus) MarshalVT

func (m *RuleStatus) MarshalVT() (dAtA []byte, err error)

func (*RuleStatus) ProtoMessage

func (*RuleStatus) ProtoMessage()

func (*RuleStatus) ProtoReflect

func (x *RuleStatus) ProtoReflect() protoreflect.Message

func (*RuleStatus) Reset

func (x *RuleStatus) Reset()

func (*RuleStatus) SizeVT

func (m *RuleStatus) SizeVT() (n int)

func (*RuleStatus) String

func (x *RuleStatus) String() string

func (*RuleStatus) UnmarshalVT

func (m *RuleStatus) UnmarshalVT(dAtA []byte) error

type RunSelfTestParams

type RunSelfTestParams struct {
	// contains filtered or unexported fields
}

func (*RunSelfTestParams) Descriptor deprecated

func (*RunSelfTestParams) Descriptor() ([]byte, []int)

Deprecated: Use RunSelfTestParams.ProtoReflect.Descriptor instead.

func (*RunSelfTestParams) MarshalToSizedBufferVT

func (m *RunSelfTestParams) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*RunSelfTestParams) MarshalToVT

func (m *RunSelfTestParams) MarshalToVT(dAtA []byte) (int, error)

func (*RunSelfTestParams) MarshalVT

func (m *RunSelfTestParams) MarshalVT() (dAtA []byte, err error)

func (*RunSelfTestParams) ProtoMessage

func (*RunSelfTestParams) ProtoMessage()

func (*RunSelfTestParams) ProtoReflect

func (x *RunSelfTestParams) ProtoReflect() protoreflect.Message

func (*RunSelfTestParams) Reset

func (x *RunSelfTestParams) Reset()

func (*RunSelfTestParams) SizeVT

func (m *RunSelfTestParams) SizeVT() (n int)

func (*RunSelfTestParams) String

func (x *RunSelfTestParams) String() string

func (*RunSelfTestParams) UnmarshalVT

func (m *RunSelfTestParams) UnmarshalVT(dAtA []byte) error

type SecurityConfigMessage

type SecurityConfigMessage struct {
	RuntimeEnabled      bool `protobuf:"varint,1,opt,name=RuntimeEnabled,proto3" json:"RuntimeEnabled,omitempty"`
	FIMEnabled          bool `protobuf:"varint,2,opt,name=FIMEnabled,proto3" json:"FIMEnabled,omitempty"`
	ActivityDumpEnabled bool `protobuf:"varint,3,opt,name=ActivityDumpEnabled,proto3" json:"ActivityDumpEnabled,omitempty"`
	// contains filtered or unexported fields
}

func (*SecurityConfigMessage) Descriptor deprecated

func (*SecurityConfigMessage) Descriptor() ([]byte, []int)

Deprecated: Use SecurityConfigMessage.ProtoReflect.Descriptor instead.

func (*SecurityConfigMessage) GetActivityDumpEnabled

func (x *SecurityConfigMessage) GetActivityDumpEnabled() bool

func (*SecurityConfigMessage) GetFIMEnabled

func (x *SecurityConfigMessage) GetFIMEnabled() bool

func (*SecurityConfigMessage) GetRuntimeEnabled

func (x *SecurityConfigMessage) GetRuntimeEnabled() bool

func (*SecurityConfigMessage) MarshalToSizedBufferVT

func (m *SecurityConfigMessage) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*SecurityConfigMessage) MarshalToVT

func (m *SecurityConfigMessage) MarshalToVT(dAtA []byte) (int, error)

func (*SecurityConfigMessage) MarshalVT

func (m *SecurityConfigMessage) MarshalVT() (dAtA []byte, err error)

func (*SecurityConfigMessage) ProtoMessage

func (*SecurityConfigMessage) ProtoMessage()

func (*SecurityConfigMessage) ProtoReflect

func (x *SecurityConfigMessage) ProtoReflect() protoreflect.Message

func (*SecurityConfigMessage) Reset

func (x *SecurityConfigMessage) Reset()

func (*SecurityConfigMessage) SizeVT

func (m *SecurityConfigMessage) SizeVT() (n int)

func (*SecurityConfigMessage) String

func (x *SecurityConfigMessage) String() string

func (*SecurityConfigMessage) UnmarshalVT

func (m *SecurityConfigMessage) UnmarshalVT(dAtA []byte) error

type SecurityDumpProcessCacheMessage

type SecurityDumpProcessCacheMessage struct {
	Filename string `protobuf:"bytes,1,opt,name=Filename,proto3" json:"Filename,omitempty"`
	// contains filtered or unexported fields
}

func (*SecurityDumpProcessCacheMessage) Descriptor deprecated

func (*SecurityDumpProcessCacheMessage) Descriptor() ([]byte, []int)

Deprecated: Use SecurityDumpProcessCacheMessage.ProtoReflect.Descriptor instead.

func (*SecurityDumpProcessCacheMessage) GetFilename

func (x *SecurityDumpProcessCacheMessage) GetFilename() string

func (*SecurityDumpProcessCacheMessage) MarshalToSizedBufferVT

func (m *SecurityDumpProcessCacheMessage) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*SecurityDumpProcessCacheMessage) MarshalToVT

func (m *SecurityDumpProcessCacheMessage) MarshalToVT(dAtA []byte) (int, error)

func (*SecurityDumpProcessCacheMessage) MarshalVT

func (m *SecurityDumpProcessCacheMessage) MarshalVT() (dAtA []byte, err error)

func (*SecurityDumpProcessCacheMessage) ProtoMessage

func (*SecurityDumpProcessCacheMessage) ProtoMessage()

func (*SecurityDumpProcessCacheMessage) ProtoReflect

func (*SecurityDumpProcessCacheMessage) Reset

func (*SecurityDumpProcessCacheMessage) SizeVT

func (m *SecurityDumpProcessCacheMessage) SizeVT() (n int)

func (*SecurityDumpProcessCacheMessage) String

func (*SecurityDumpProcessCacheMessage) UnmarshalVT

func (m *SecurityDumpProcessCacheMessage) UnmarshalVT(dAtA []byte) error

type SecurityEventMessage

type SecurityEventMessage struct {
	RuleID  string   `protobuf:"bytes,1,opt,name=RuleID,proto3" json:"RuleID,omitempty"`
	Data    []byte   `protobuf:"bytes,2,opt,name=Data,proto3" json:"Data,omitempty"`
	Tags    []string `protobuf:"bytes,3,rep,name=Tags,proto3" json:"Tags,omitempty"`
	Service string   `protobuf:"bytes,4,opt,name=Service,proto3" json:"Service,omitempty"`
	// contains filtered or unexported fields
}

func (*SecurityEventMessage) Descriptor deprecated

func (*SecurityEventMessage) Descriptor() ([]byte, []int)

Deprecated: Use SecurityEventMessage.ProtoReflect.Descriptor instead.

func (*SecurityEventMessage) GetData

func (x *SecurityEventMessage) GetData() []byte

func (*SecurityEventMessage) GetRuleID

func (x *SecurityEventMessage) GetRuleID() string

func (*SecurityEventMessage) GetService

func (x *SecurityEventMessage) GetService() string

func (*SecurityEventMessage) GetTags

func (x *SecurityEventMessage) GetTags() []string

func (*SecurityEventMessage) MarshalToSizedBufferVT

func (m *SecurityEventMessage) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*SecurityEventMessage) MarshalToVT

func (m *SecurityEventMessage) MarshalToVT(dAtA []byte) (int, error)

func (*SecurityEventMessage) MarshalVT

func (m *SecurityEventMessage) MarshalVT() (dAtA []byte, err error)

func (*SecurityEventMessage) ProtoMessage

func (*SecurityEventMessage) ProtoMessage()

func (*SecurityEventMessage) ProtoReflect

func (x *SecurityEventMessage) ProtoReflect() protoreflect.Message

func (*SecurityEventMessage) Reset

func (x *SecurityEventMessage) Reset()

func (*SecurityEventMessage) SizeVT

func (m *SecurityEventMessage) SizeVT() (n int)

func (*SecurityEventMessage) String

func (x *SecurityEventMessage) String() string

func (*SecurityEventMessage) UnmarshalVT

func (m *SecurityEventMessage) UnmarshalVT(dAtA []byte) error

type SecurityModuleClient

type SecurityModuleClient interface {
	GetEvents(ctx context.Context, in *GetEventParams, opts ...grpc.CallOption) (SecurityModule_GetEventsClient, error)
	DumpProcessCache(ctx context.Context, in *DumpProcessCacheParams, opts ...grpc.CallOption) (*SecurityDumpProcessCacheMessage, error)
	GetConfig(ctx context.Context, in *GetConfigParams, opts ...grpc.CallOption) (*SecurityConfigMessage, error)
	GetStatus(ctx context.Context, in *GetStatusParams, opts ...grpc.CallOption) (*Status, error)
	RunSelfTest(ctx context.Context, in *RunSelfTestParams, opts ...grpc.CallOption) (*SecuritySelfTestResultMessage, error)
	GetRuleSetReport(ctx context.Context, in *GetRuleSetReportParams, opts ...grpc.CallOption) (*GetRuleSetReportResultMessage, error)
	ReloadPolicies(ctx context.Context, in *ReloadPoliciesParams, opts ...grpc.CallOption) (*ReloadPoliciesResultMessage, error)
	DumpNetworkNamespace(ctx context.Context, in *DumpNetworkNamespaceParams, opts ...grpc.CallOption) (*DumpNetworkNamespaceMessage, error)
	DumpDiscarders(ctx context.Context, in *DumpDiscardersParams, opts ...grpc.CallOption) (*DumpDiscardersMessage, error)
	// Activity dumps
	DumpActivity(ctx context.Context, in *ActivityDumpParams, opts ...grpc.CallOption) (*ActivityDumpMessage, error)
	ListActivityDumps(ctx context.Context, in *ActivityDumpListParams, opts ...grpc.CallOption) (*ActivityDumpListMessage, error)
	StopActivityDump(ctx context.Context, in *ActivityDumpStopParams, opts ...grpc.CallOption) (*ActivityDumpStopMessage, error)
	TranscodingRequest(ctx context.Context, in *TranscodingRequestParams, opts ...grpc.CallOption) (*TranscodingRequestMessage, error)
	GetActivityDumpStream(ctx context.Context, in *ActivityDumpStreamParams, opts ...grpc.CallOption) (SecurityModule_GetActivityDumpStreamClient, error)
	// Security Profiles
	ListSecurityProfiles(ctx context.Context, in *SecurityProfileListParams, opts ...grpc.CallOption) (*SecurityProfileListMessage, error)
	SaveSecurityProfile(ctx context.Context, in *SecurityProfileSaveParams, opts ...grpc.CallOption) (*SecurityProfileSaveMessage, error)
}

SecurityModuleClient is the client API for SecurityModule service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type SecurityModuleServer

type SecurityModuleServer interface {
	GetEvents(*GetEventParams, SecurityModule_GetEventsServer) error
	DumpProcessCache(context.Context, *DumpProcessCacheParams) (*SecurityDumpProcessCacheMessage, error)
	GetConfig(context.Context, *GetConfigParams) (*SecurityConfigMessage, error)
	GetStatus(context.Context, *GetStatusParams) (*Status, error)
	RunSelfTest(context.Context, *RunSelfTestParams) (*SecuritySelfTestResultMessage, error)
	GetRuleSetReport(context.Context, *GetRuleSetReportParams) (*GetRuleSetReportResultMessage, error)
	ReloadPolicies(context.Context, *ReloadPoliciesParams) (*ReloadPoliciesResultMessage, error)
	DumpNetworkNamespace(context.Context, *DumpNetworkNamespaceParams) (*DumpNetworkNamespaceMessage, error)
	DumpDiscarders(context.Context, *DumpDiscardersParams) (*DumpDiscardersMessage, error)
	// Activity dumps
	DumpActivity(context.Context, *ActivityDumpParams) (*ActivityDumpMessage, error)
	ListActivityDumps(context.Context, *ActivityDumpListParams) (*ActivityDumpListMessage, error)
	StopActivityDump(context.Context, *ActivityDumpStopParams) (*ActivityDumpStopMessage, error)
	TranscodingRequest(context.Context, *TranscodingRequestParams) (*TranscodingRequestMessage, error)
	GetActivityDumpStream(*ActivityDumpStreamParams, SecurityModule_GetActivityDumpStreamServer) error
	// Security Profiles
	ListSecurityProfiles(context.Context, *SecurityProfileListParams) (*SecurityProfileListMessage, error)
	SaveSecurityProfile(context.Context, *SecurityProfileSaveParams) (*SecurityProfileSaveMessage, error)
	// contains filtered or unexported methods
}

SecurityModuleServer is the server API for SecurityModule service. All implementations must embed UnimplementedSecurityModuleServer for forward compatibility

type SecurityModule_GetActivityDumpStreamClient

type SecurityModule_GetActivityDumpStreamClient interface {
	Recv() (*ActivityDumpStreamMessage, error)
	grpc.ClientStream
}

type SecurityModule_GetActivityDumpStreamServer

type SecurityModule_GetActivityDumpStreamServer interface {
	Send(*ActivityDumpStreamMessage) error
	grpc.ServerStream
}

type SecurityModule_GetEventsClient

type SecurityModule_GetEventsClient interface {
	Recv() (*SecurityEventMessage, error)
	grpc.ClientStream
}

type SecurityModule_GetEventsServer

type SecurityModule_GetEventsServer interface {
	Send(*SecurityEventMessage) error
	grpc.ServerStream
}

type SecurityProfileListMessage

type SecurityProfileListMessage struct {
	Profiles []*SecurityProfileMessage `protobuf:"bytes,1,rep,name=Profiles,proto3" json:"Profiles,omitempty"`
	Error    string                    `protobuf:"bytes,2,opt,name=Error,proto3" json:"Error,omitempty"`
	// contains filtered or unexported fields
}

func (*SecurityProfileListMessage) Descriptor deprecated

func (*SecurityProfileListMessage) Descriptor() ([]byte, []int)

Deprecated: Use SecurityProfileListMessage.ProtoReflect.Descriptor instead.

func (*SecurityProfileListMessage) GetError

func (x *SecurityProfileListMessage) GetError() string

func (*SecurityProfileListMessage) GetProfiles

func (*SecurityProfileListMessage) MarshalToSizedBufferVT

func (m *SecurityProfileListMessage) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*SecurityProfileListMessage) MarshalToVT

func (m *SecurityProfileListMessage) MarshalToVT(dAtA []byte) (int, error)

func (*SecurityProfileListMessage) MarshalVT

func (m *SecurityProfileListMessage) MarshalVT() (dAtA []byte, err error)

func (*SecurityProfileListMessage) ProtoMessage

func (*SecurityProfileListMessage) ProtoMessage()

func (*SecurityProfileListMessage) ProtoReflect

func (*SecurityProfileListMessage) Reset

func (x *SecurityProfileListMessage) Reset()

func (*SecurityProfileListMessage) SizeVT

func (m *SecurityProfileListMessage) SizeVT() (n int)

func (*SecurityProfileListMessage) String

func (x *SecurityProfileListMessage) String() string

func (*SecurityProfileListMessage) UnmarshalVT

func (m *SecurityProfileListMessage) UnmarshalVT(dAtA []byte) error

type SecurityProfileListParams

type SecurityProfileListParams struct {
	IncludeCache bool `protobuf:"varint,1,opt,name=IncludeCache,proto3" json:"IncludeCache,omitempty"`
	// contains filtered or unexported fields
}

func (*SecurityProfileListParams) Descriptor deprecated

func (*SecurityProfileListParams) Descriptor() ([]byte, []int)

Deprecated: Use SecurityProfileListParams.ProtoReflect.Descriptor instead.

func (*SecurityProfileListParams) GetIncludeCache

func (x *SecurityProfileListParams) GetIncludeCache() bool

func (*SecurityProfileListParams) MarshalToSizedBufferVT

func (m *SecurityProfileListParams) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*SecurityProfileListParams) MarshalToVT

func (m *SecurityProfileListParams) MarshalToVT(dAtA []byte) (int, error)

func (*SecurityProfileListParams) MarshalVT

func (m *SecurityProfileListParams) MarshalVT() (dAtA []byte, err error)

func (*SecurityProfileListParams) ProtoMessage

func (*SecurityProfileListParams) ProtoMessage()

func (*SecurityProfileListParams) ProtoReflect

func (*SecurityProfileListParams) Reset

func (x *SecurityProfileListParams) Reset()

func (*SecurityProfileListParams) SizeVT

func (m *SecurityProfileListParams) SizeVT() (n int)

func (*SecurityProfileListParams) String

func (x *SecurityProfileListParams) String() string

func (*SecurityProfileListParams) UnmarshalVT

func (m *SecurityProfileListParams) UnmarshalVT(dAtA []byte) error

type SecurityProfileMessage

type SecurityProfileMessage struct {
	LoadedInKernel          bool                     `protobuf:"varint,1,opt,name=LoadedInKernel,proto3" json:"LoadedInKernel,omitempty"`
	LoadedInKernelTimestamp string                   `protobuf:"bytes,2,opt,name=LoadedInKernelTimestamp,proto3" json:"LoadedInKernelTimestamp,omitempty"`
	Selector                *WorkloadSelectorMessage `protobuf:"bytes,3,opt,name=Selector,proto3" json:"Selector,omitempty"`
	ProfileCookie           uint64                   `protobuf:"varint,4,opt,name=ProfileCookie,proto3" json:"ProfileCookie,omitempty"`
	EventTypes              []string                 `protobuf:"bytes,5,rep,name=EventTypes,proto3" json:"EventTypes,omitempty"`
	// Deprecated: Marked as deprecated in pkg/security/proto/api/api.proto.
	LastAnomalies []*LastAnomalyTimestampMessage `protobuf:"bytes,6,rep,name=LastAnomalies,proto3" json:"LastAnomalies,omitempty"`
	Instances     []*InstanceMessage             `protobuf:"bytes,7,rep,name=Instances,proto3" json:"Instances,omitempty"`
	// Deprecated: Marked as deprecated in pkg/security/proto/api/api.proto.
	Status string `protobuf:"bytes,8,opt,name=Status,proto3" json:"Status,omitempty"`
	// Deprecated: Marked as deprecated in pkg/security/proto/api/api.proto.
	Version  string           `protobuf:"bytes,9,opt,name=Version,proto3" json:"Version,omitempty"`
	Metadata *MetadataMessage `protobuf:"bytes,10,opt,name=Metadata,proto3" json:"Metadata,omitempty"`
	// Deprecated: Marked as deprecated in pkg/security/proto/api/api.proto.
	Tags               []string                          `protobuf:"bytes,11,rep,name=Tags,proto3" json:"Tags,omitempty"`
	Stats              *ActivityTreeStatsMessage         `protobuf:"bytes,12,opt,name=Stats,proto3" json:"Stats,omitempty"`
	ProfileGlobalState string                            `protobuf:"bytes,13,opt,name=ProfileGlobalState,proto3" json:"ProfileGlobalState,omitempty"`
	ProfileContexts    map[string]*ProfileContextMessage `` /* 195-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*SecurityProfileMessage) Descriptor deprecated

func (*SecurityProfileMessage) Descriptor() ([]byte, []int)

Deprecated: Use SecurityProfileMessage.ProtoReflect.Descriptor instead.

func (*SecurityProfileMessage) GetEventTypes

func (x *SecurityProfileMessage) GetEventTypes() []string

func (*SecurityProfileMessage) GetInstances

func (x *SecurityProfileMessage) GetInstances() []*InstanceMessage

func (*SecurityProfileMessage) GetLastAnomalies deprecated

func (x *SecurityProfileMessage) GetLastAnomalies() []*LastAnomalyTimestampMessage

Deprecated: Marked as deprecated in pkg/security/proto/api/api.proto.

func (*SecurityProfileMessage) GetLoadedInKernel

func (x *SecurityProfileMessage) GetLoadedInKernel() bool

func (*SecurityProfileMessage) GetLoadedInKernelTimestamp

func (x *SecurityProfileMessage) GetLoadedInKernelTimestamp() string

func (*SecurityProfileMessage) GetMetadata

func (x *SecurityProfileMessage) GetMetadata() *MetadataMessage

func (*SecurityProfileMessage) GetProfileContexts

func (x *SecurityProfileMessage) GetProfileContexts() map[string]*ProfileContextMessage

func (*SecurityProfileMessage) GetProfileCookie

func (x *SecurityProfileMessage) GetProfileCookie() uint64

func (*SecurityProfileMessage) GetProfileGlobalState

func (x *SecurityProfileMessage) GetProfileGlobalState() string

func (*SecurityProfileMessage) GetSelector

func (*SecurityProfileMessage) GetStats

func (*SecurityProfileMessage) GetStatus deprecated

func (x *SecurityProfileMessage) GetStatus() string

Deprecated: Marked as deprecated in pkg/security/proto/api/api.proto.

func (*SecurityProfileMessage) GetTags deprecated

func (x *SecurityProfileMessage) GetTags() []string

Deprecated: Marked as deprecated in pkg/security/proto/api/api.proto.

func (*SecurityProfileMessage) GetVersion deprecated

func (x *SecurityProfileMessage) GetVersion() string

Deprecated: Marked as deprecated in pkg/security/proto/api/api.proto.

func (*SecurityProfileMessage) MarshalToSizedBufferVT

func (m *SecurityProfileMessage) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*SecurityProfileMessage) MarshalToVT

func (m *SecurityProfileMessage) MarshalToVT(dAtA []byte) (int, error)

func (*SecurityProfileMessage) MarshalVT

func (m *SecurityProfileMessage) MarshalVT() (dAtA []byte, err error)

func (*SecurityProfileMessage) ProtoMessage

func (*SecurityProfileMessage) ProtoMessage()

func (*SecurityProfileMessage) ProtoReflect

func (x *SecurityProfileMessage) ProtoReflect() protoreflect.Message

func (*SecurityProfileMessage) Reset

func (x *SecurityProfileMessage) Reset()

func (*SecurityProfileMessage) SizeVT

func (m *SecurityProfileMessage) SizeVT() (n int)

func (*SecurityProfileMessage) String

func (x *SecurityProfileMessage) String() string

func (*SecurityProfileMessage) UnmarshalVT

func (m *SecurityProfileMessage) UnmarshalVT(dAtA []byte) error

type SecurityProfileSaveMessage

type SecurityProfileSaveMessage struct {
	Error string `protobuf:"bytes,1,opt,name=Error,proto3" json:"Error,omitempty"`
	File  string `protobuf:"bytes,2,opt,name=File,proto3" json:"File,omitempty"`
	// contains filtered or unexported fields
}

func (*SecurityProfileSaveMessage) Descriptor deprecated

func (*SecurityProfileSaveMessage) Descriptor() ([]byte, []int)

Deprecated: Use SecurityProfileSaveMessage.ProtoReflect.Descriptor instead.

func (*SecurityProfileSaveMessage) GetError

func (x *SecurityProfileSaveMessage) GetError() string

func (*SecurityProfileSaveMessage) GetFile

func (x *SecurityProfileSaveMessage) GetFile() string

func (*SecurityProfileSaveMessage) MarshalToSizedBufferVT

func (m *SecurityProfileSaveMessage) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*SecurityProfileSaveMessage) MarshalToVT

func (m *SecurityProfileSaveMessage) MarshalToVT(dAtA []byte) (int, error)

func (*SecurityProfileSaveMessage) MarshalVT

func (m *SecurityProfileSaveMessage) MarshalVT() (dAtA []byte, err error)

func (*SecurityProfileSaveMessage) ProtoMessage

func (*SecurityProfileSaveMessage) ProtoMessage()

func (*SecurityProfileSaveMessage) ProtoReflect

func (*SecurityProfileSaveMessage) Reset

func (x *SecurityProfileSaveMessage) Reset()

func (*SecurityProfileSaveMessage) SizeVT

func (m *SecurityProfileSaveMessage) SizeVT() (n int)

func (*SecurityProfileSaveMessage) String

func (x *SecurityProfileSaveMessage) String() string

func (*SecurityProfileSaveMessage) UnmarshalVT

func (m *SecurityProfileSaveMessage) UnmarshalVT(dAtA []byte) error

type SecurityProfileSaveParams

type SecurityProfileSaveParams struct {
	Selector *WorkloadSelectorMessage `protobuf:"bytes,1,opt,name=Selector,proto3" json:"Selector,omitempty"`
	// contains filtered or unexported fields
}

func (*SecurityProfileSaveParams) Descriptor deprecated

func (*SecurityProfileSaveParams) Descriptor() ([]byte, []int)

Deprecated: Use SecurityProfileSaveParams.ProtoReflect.Descriptor instead.

func (*SecurityProfileSaveParams) GetSelector

func (*SecurityProfileSaveParams) MarshalToSizedBufferVT

func (m *SecurityProfileSaveParams) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*SecurityProfileSaveParams) MarshalToVT

func (m *SecurityProfileSaveParams) MarshalToVT(dAtA []byte) (int, error)

func (*SecurityProfileSaveParams) MarshalVT

func (m *SecurityProfileSaveParams) MarshalVT() (dAtA []byte, err error)

func (*SecurityProfileSaveParams) ProtoMessage

func (*SecurityProfileSaveParams) ProtoMessage()

func (*SecurityProfileSaveParams) ProtoReflect

func (*SecurityProfileSaveParams) Reset

func (x *SecurityProfileSaveParams) Reset()

func (*SecurityProfileSaveParams) SizeVT

func (m *SecurityProfileSaveParams) SizeVT() (n int)

func (*SecurityProfileSaveParams) String

func (x *SecurityProfileSaveParams) String() string

func (*SecurityProfileSaveParams) UnmarshalVT

func (m *SecurityProfileSaveParams) UnmarshalVT(dAtA []byte) error

type SecuritySelfTestResultMessage

type SecuritySelfTestResultMessage struct {
	Ok    bool   `protobuf:"varint,1,opt,name=Ok,proto3" json:"Ok,omitempty"`
	Error string `protobuf:"bytes,2,opt,name=Error,proto3" json:"Error,omitempty"`
	// contains filtered or unexported fields
}

func (*SecuritySelfTestResultMessage) Descriptor deprecated

func (*SecuritySelfTestResultMessage) Descriptor() ([]byte, []int)

Deprecated: Use SecuritySelfTestResultMessage.ProtoReflect.Descriptor instead.

func (*SecuritySelfTestResultMessage) GetError

func (x *SecuritySelfTestResultMessage) GetError() string

func (*SecuritySelfTestResultMessage) GetOk

func (*SecuritySelfTestResultMessage) MarshalToSizedBufferVT

func (m *SecuritySelfTestResultMessage) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*SecuritySelfTestResultMessage) MarshalToVT

func (m *SecuritySelfTestResultMessage) MarshalToVT(dAtA []byte) (int, error)

func (*SecuritySelfTestResultMessage) MarshalVT

func (m *SecuritySelfTestResultMessage) MarshalVT() (dAtA []byte, err error)

func (*SecuritySelfTestResultMessage) ProtoMessage

func (*SecuritySelfTestResultMessage) ProtoMessage()

func (*SecuritySelfTestResultMessage) ProtoReflect

func (*SecuritySelfTestResultMessage) Reset

func (x *SecuritySelfTestResultMessage) Reset()

func (*SecuritySelfTestResultMessage) SizeVT

func (m *SecuritySelfTestResultMessage) SizeVT() (n int)

func (*SecuritySelfTestResultMessage) String

func (*SecuritySelfTestResultMessage) UnmarshalVT

func (m *SecuritySelfTestResultMessage) UnmarshalVT(dAtA []byte) error

type SelfTestsStatus

type SelfTestsStatus struct {
	LastTimestamp string   `protobuf:"bytes,1,opt,name=LastTimestamp,proto3" json:"LastTimestamp,omitempty"`
	Success       []string `protobuf:"bytes,2,rep,name=Success,proto3" json:"Success,omitempty"`
	Fails         []string `protobuf:"bytes,3,rep,name=Fails,proto3" json:"Fails,omitempty"`
	// contains filtered or unexported fields
}

func (*SelfTestsStatus) Descriptor deprecated

func (*SelfTestsStatus) Descriptor() ([]byte, []int)

Deprecated: Use SelfTestsStatus.ProtoReflect.Descriptor instead.

func (*SelfTestsStatus) GetFails

func (x *SelfTestsStatus) GetFails() []string

func (*SelfTestsStatus) GetLastTimestamp

func (x *SelfTestsStatus) GetLastTimestamp() string

func (*SelfTestsStatus) GetSuccess

func (x *SelfTestsStatus) GetSuccess() []string

func (*SelfTestsStatus) MarshalToSizedBufferVT

func (m *SelfTestsStatus) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*SelfTestsStatus) MarshalToVT

func (m *SelfTestsStatus) MarshalToVT(dAtA []byte) (int, error)

func (*SelfTestsStatus) MarshalVT

func (m *SelfTestsStatus) MarshalVT() (dAtA []byte, err error)

func (*SelfTestsStatus) ProtoMessage

func (*SelfTestsStatus) ProtoMessage()

func (*SelfTestsStatus) ProtoReflect

func (x *SelfTestsStatus) ProtoReflect() protoreflect.Message

func (*SelfTestsStatus) Reset

func (x *SelfTestsStatus) Reset()

func (*SelfTestsStatus) SizeVT

func (m *SelfTestsStatus) SizeVT() (n int)

func (*SelfTestsStatus) String

func (x *SelfTestsStatus) String() string

func (*SelfTestsStatus) UnmarshalVT

func (m *SelfTestsStatus) UnmarshalVT(dAtA []byte) error

type Status

type Status struct {
	Environment    *EnvironmentStatus `protobuf:"bytes,1,opt,name=Environment,proto3" json:"Environment,omitempty"`
	SelfTests      *SelfTestsStatus   `protobuf:"bytes,2,opt,name=SelfTests,proto3" json:"SelfTests,omitempty"`
	PoliciesStatus []*PolicyStatus    `protobuf:"bytes,3,rep,name=PoliciesStatus,proto3" json:"PoliciesStatus,omitempty"`
	// contains filtered or unexported fields
}

func (*Status) Descriptor deprecated

func (*Status) Descriptor() ([]byte, []int)

Deprecated: Use Status.ProtoReflect.Descriptor instead.

func (*Status) GetEnvironment

func (x *Status) GetEnvironment() *EnvironmentStatus

func (*Status) GetPoliciesStatus

func (x *Status) GetPoliciesStatus() []*PolicyStatus

func (*Status) GetSelfTests

func (x *Status) GetSelfTests() *SelfTestsStatus

func (*Status) MarshalToSizedBufferVT

func (m *Status) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*Status) MarshalToVT

func (m *Status) MarshalToVT(dAtA []byte) (int, error)

func (*Status) MarshalVT

func (m *Status) MarshalVT() (dAtA []byte, err error)

func (*Status) ProtoMessage

func (*Status) ProtoMessage()

func (*Status) ProtoReflect

func (x *Status) ProtoReflect() protoreflect.Message

func (*Status) Reset

func (x *Status) Reset()

func (*Status) SizeVT

func (m *Status) SizeVT() (n int)

func (*Status) String

func (x *Status) String() string

func (*Status) UnmarshalVT

func (m *Status) UnmarshalVT(dAtA []byte) error

type StorageRequestMessage

type StorageRequestMessage struct {
	Type        string `protobuf:"bytes,1,opt,name=Type,proto3" json:"Type,omitempty"`
	Format      string `protobuf:"bytes,2,opt,name=Format,proto3" json:"Format,omitempty"`
	Compression bool   `protobuf:"varint,3,opt,name=Compression,proto3" json:"Compression,omitempty"`
	File        string `protobuf:"bytes,4,opt,name=File,proto3" json:"File,omitempty"`
	// contains filtered or unexported fields
}

func (*StorageRequestMessage) Descriptor deprecated

func (*StorageRequestMessage) Descriptor() ([]byte, []int)

Deprecated: Use StorageRequestMessage.ProtoReflect.Descriptor instead.

func (*StorageRequestMessage) GetCompression

func (x *StorageRequestMessage) GetCompression() bool

func (*StorageRequestMessage) GetFile

func (x *StorageRequestMessage) GetFile() string

func (*StorageRequestMessage) GetFormat

func (x *StorageRequestMessage) GetFormat() string

func (*StorageRequestMessage) GetType

func (x *StorageRequestMessage) GetType() string

func (*StorageRequestMessage) MarshalToSizedBufferVT

func (m *StorageRequestMessage) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*StorageRequestMessage) MarshalToVT

func (m *StorageRequestMessage) MarshalToVT(dAtA []byte) (int, error)

func (*StorageRequestMessage) MarshalVT

func (m *StorageRequestMessage) MarshalVT() (dAtA []byte, err error)

func (*StorageRequestMessage) ProtoMessage

func (*StorageRequestMessage) ProtoMessage()

func (*StorageRequestMessage) ProtoReflect

func (x *StorageRequestMessage) ProtoReflect() protoreflect.Message

func (*StorageRequestMessage) Reset

func (x *StorageRequestMessage) Reset()

func (*StorageRequestMessage) SizeVT

func (m *StorageRequestMessage) SizeVT() (n int)

func (*StorageRequestMessage) String

func (x *StorageRequestMessage) String() string

func (*StorageRequestMessage) UnmarshalVT

func (m *StorageRequestMessage) UnmarshalVT(dAtA []byte) error

type StorageRequestParams

type StorageRequestParams struct {
	LocalStorageDirectory    string   `protobuf:"bytes,1,opt,name=LocalStorageDirectory,proto3" json:"LocalStorageDirectory,omitempty"`
	LocalStorageFormats      []string `protobuf:"bytes,2,rep,name=LocalStorageFormats,proto3" json:"LocalStorageFormats,omitempty"`
	LocalStorageCompression  bool     `protobuf:"varint,3,opt,name=LocalStorageCompression,proto3" json:"LocalStorageCompression,omitempty"`
	RemoteStorageFormats     []string `protobuf:"bytes,4,rep,name=RemoteStorageFormats,proto3" json:"RemoteStorageFormats,omitempty"`
	RemoteStorageCompression bool     `protobuf:"varint,5,opt,name=RemoteStorageCompression,proto3" json:"RemoteStorageCompression,omitempty"`
	// contains filtered or unexported fields
}

func (*StorageRequestParams) Descriptor deprecated

func (*StorageRequestParams) Descriptor() ([]byte, []int)

Deprecated: Use StorageRequestParams.ProtoReflect.Descriptor instead.

func (*StorageRequestParams) GetLocalStorageCompression

func (x *StorageRequestParams) GetLocalStorageCompression() bool

func (*StorageRequestParams) GetLocalStorageDirectory

func (x *StorageRequestParams) GetLocalStorageDirectory() string

func (*StorageRequestParams) GetLocalStorageFormats

func (x *StorageRequestParams) GetLocalStorageFormats() []string

func (*StorageRequestParams) GetRemoteStorageCompression

func (x *StorageRequestParams) GetRemoteStorageCompression() bool

func (*StorageRequestParams) GetRemoteStorageFormats

func (x *StorageRequestParams) GetRemoteStorageFormats() []string

func (*StorageRequestParams) MarshalToSizedBufferVT

func (m *StorageRequestParams) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*StorageRequestParams) MarshalToVT

func (m *StorageRequestParams) MarshalToVT(dAtA []byte) (int, error)

func (*StorageRequestParams) MarshalVT

func (m *StorageRequestParams) MarshalVT() (dAtA []byte, err error)

func (*StorageRequestParams) ProtoMessage

func (*StorageRequestParams) ProtoMessage()

func (*StorageRequestParams) ProtoReflect

func (x *StorageRequestParams) ProtoReflect() protoreflect.Message

func (*StorageRequestParams) Reset

func (x *StorageRequestParams) Reset()

func (*StorageRequestParams) SizeVT

func (m *StorageRequestParams) SizeVT() (n int)

func (*StorageRequestParams) String

func (x *StorageRequestParams) String() string

func (*StorageRequestParams) UnmarshalVT

func (m *StorageRequestParams) UnmarshalVT(dAtA []byte) error

type TranscodingRequestMessage

type TranscodingRequestMessage struct {
	Error   string                   `protobuf:"bytes,1,opt,name=Error,proto3" json:"Error,omitempty"`
	Storage []*StorageRequestMessage `protobuf:"bytes,2,rep,name=Storage,proto3" json:"Storage,omitempty"`
	// contains filtered or unexported fields
}

func (*TranscodingRequestMessage) Descriptor deprecated

func (*TranscodingRequestMessage) Descriptor() ([]byte, []int)

Deprecated: Use TranscodingRequestMessage.ProtoReflect.Descriptor instead.

func (*TranscodingRequestMessage) GetError

func (x *TranscodingRequestMessage) GetError() string

func (*TranscodingRequestMessage) GetStorage

func (*TranscodingRequestMessage) MarshalToSizedBufferVT

func (m *TranscodingRequestMessage) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*TranscodingRequestMessage) MarshalToVT

func (m *TranscodingRequestMessage) MarshalToVT(dAtA []byte) (int, error)

func (*TranscodingRequestMessage) MarshalVT

func (m *TranscodingRequestMessage) MarshalVT() (dAtA []byte, err error)

func (*TranscodingRequestMessage) ProtoMessage

func (*TranscodingRequestMessage) ProtoMessage()

func (*TranscodingRequestMessage) ProtoReflect

func (*TranscodingRequestMessage) Reset

func (x *TranscodingRequestMessage) Reset()

func (*TranscodingRequestMessage) SizeVT

func (m *TranscodingRequestMessage) SizeVT() (n int)

func (*TranscodingRequestMessage) String

func (x *TranscodingRequestMessage) String() string

func (*TranscodingRequestMessage) UnmarshalVT

func (m *TranscodingRequestMessage) UnmarshalVT(dAtA []byte) error

type TranscodingRequestParams

type TranscodingRequestParams struct {
	ActivityDumpFile string                `protobuf:"bytes,1,opt,name=ActivityDumpFile,proto3" json:"ActivityDumpFile,omitempty"`
	Storage          *StorageRequestParams `protobuf:"bytes,2,opt,name=Storage,proto3" json:"Storage,omitempty"`
	// contains filtered or unexported fields
}

func (*TranscodingRequestParams) Descriptor deprecated

func (*TranscodingRequestParams) Descriptor() ([]byte, []int)

Deprecated: Use TranscodingRequestParams.ProtoReflect.Descriptor instead.

func (*TranscodingRequestParams) GetActivityDumpFile

func (x *TranscodingRequestParams) GetActivityDumpFile() string

func (*TranscodingRequestParams) GetStorage

func (*TranscodingRequestParams) MarshalToSizedBufferVT

func (m *TranscodingRequestParams) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*TranscodingRequestParams) MarshalToVT

func (m *TranscodingRequestParams) MarshalToVT(dAtA []byte) (int, error)

func (*TranscodingRequestParams) MarshalVT

func (m *TranscodingRequestParams) MarshalVT() (dAtA []byte, err error)

func (*TranscodingRequestParams) ProtoMessage

func (*TranscodingRequestParams) ProtoMessage()

func (*TranscodingRequestParams) ProtoReflect

func (x *TranscodingRequestParams) ProtoReflect() protoreflect.Message

func (*TranscodingRequestParams) Reset

func (x *TranscodingRequestParams) Reset()

func (*TranscodingRequestParams) SizeVT

func (m *TranscodingRequestParams) SizeVT() (n int)

func (*TranscodingRequestParams) String

func (x *TranscodingRequestParams) String() string

func (*TranscodingRequestParams) UnmarshalVT

func (m *TranscodingRequestParams) UnmarshalVT(dAtA []byte) error

type UnimplementedSecurityModuleServer

type UnimplementedSecurityModuleServer struct {
}

UnimplementedSecurityModuleServer must be embedded to have forward compatible implementations.

func (UnimplementedSecurityModuleServer) DumpActivity

func (UnimplementedSecurityModuleServer) DumpDiscarders

func (UnimplementedSecurityModuleServer) DumpNetworkNamespace

func (UnimplementedSecurityModuleServer) GetConfig

func (UnimplementedSecurityModuleServer) GetEvents

func (UnimplementedSecurityModuleServer) GetRuleSetReport

func (UnimplementedSecurityModuleServer) GetStatus

func (UnimplementedSecurityModuleServer) ListActivityDumps

func (UnimplementedSecurityModuleServer) ListSecurityProfiles

func (UnimplementedSecurityModuleServer) ReloadPolicies

func (UnimplementedSecurityModuleServer) RunSelfTest

func (UnimplementedSecurityModuleServer) SaveSecurityProfile

func (UnimplementedSecurityModuleServer) StopActivityDump

func (UnimplementedSecurityModuleServer) TranscodingRequest

type UnsafeSecurityModuleServer

type UnsafeSecurityModuleServer interface {
	// contains filtered or unexported methods
}

UnsafeSecurityModuleServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to SecurityModuleServer will result in compilation errors.

type WorkloadSelectorMessage

type WorkloadSelectorMessage struct {
	Name string `protobuf:"bytes,1,opt,name=Name,proto3" json:"Name,omitempty"`
	Tag  string `protobuf:"bytes,2,opt,name=Tag,proto3" json:"Tag,omitempty"`
	// contains filtered or unexported fields
}

func (*WorkloadSelectorMessage) Descriptor deprecated

func (*WorkloadSelectorMessage) Descriptor() ([]byte, []int)

Deprecated: Use WorkloadSelectorMessage.ProtoReflect.Descriptor instead.

func (*WorkloadSelectorMessage) GetName

func (x *WorkloadSelectorMessage) GetName() string

func (*WorkloadSelectorMessage) GetTag

func (x *WorkloadSelectorMessage) GetTag() string

func (*WorkloadSelectorMessage) MarshalToSizedBufferVT

func (m *WorkloadSelectorMessage) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*WorkloadSelectorMessage) MarshalToVT

func (m *WorkloadSelectorMessage) MarshalToVT(dAtA []byte) (int, error)

func (*WorkloadSelectorMessage) MarshalVT

func (m *WorkloadSelectorMessage) MarshalVT() (dAtA []byte, err error)

func (*WorkloadSelectorMessage) ProtoMessage

func (*WorkloadSelectorMessage) ProtoMessage()

func (*WorkloadSelectorMessage) ProtoReflect

func (x *WorkloadSelectorMessage) ProtoReflect() protoreflect.Message

func (*WorkloadSelectorMessage) Reset

func (x *WorkloadSelectorMessage) Reset()

func (*WorkloadSelectorMessage) SizeVT

func (m *WorkloadSelectorMessage) SizeVT() (n int)

func (*WorkloadSelectorMessage) String

func (x *WorkloadSelectorMessage) String() string

func (*WorkloadSelectorMessage) UnmarshalVT

func (m *WorkloadSelectorMessage) UnmarshalVT(dAtA []byte) error

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL