Documentation ¶
Index ¶
- Variables
- type SeccompProfileSpec
- func (*SeccompProfileSpec) Descriptor() ([]byte, []int)deprecated
- func (x *SeccompProfileSpec) GetName() string
- func (x *SeccompProfileSpec) GetValue() *structpb.Struct
- func (m *SeccompProfileSpec) MarshalToSizedBufferVT(dAtA []byte) (int, error)
- func (m *SeccompProfileSpec) MarshalToVT(dAtA []byte) (int, error)
- func (m *SeccompProfileSpec) MarshalVT() (dAtA []byte, err error)
- func (*SeccompProfileSpec) ProtoMessage()
- func (x *SeccompProfileSpec) ProtoReflect() protoreflect.Message
- func (x *SeccompProfileSpec) Reset()
- func (m *SeccompProfileSpec) SizeVT() (n int)
- func (x *SeccompProfileSpec) String() string
- func (m *SeccompProfileSpec) UnmarshalVT(dAtA []byte) error
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrInvalidLength = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflow = fmt.Errorf("proto: integer overflow") ErrUnexpectedEndOfGroup = fmt.Errorf("proto: unexpected end of group") )
View Source
var File_resource_definitions_cri_cri_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type SeccompProfileSpec ¶
type SeccompProfileSpec struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Value *structpb.Struct `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"` // contains filtered or unexported fields }
SeccompProfileSpec represents the SeccompProfile.
func (*SeccompProfileSpec) Descriptor
deprecated
func (*SeccompProfileSpec) Descriptor() ([]byte, []int)
Deprecated: Use SeccompProfileSpec.ProtoReflect.Descriptor instead.
func (*SeccompProfileSpec) GetName ¶
func (x *SeccompProfileSpec) GetName() string
func (*SeccompProfileSpec) GetValue ¶
func (x *SeccompProfileSpec) GetValue() *structpb.Struct
func (*SeccompProfileSpec) MarshalToSizedBufferVT ¶
func (m *SeccompProfileSpec) MarshalToSizedBufferVT(dAtA []byte) (int, error)
func (*SeccompProfileSpec) MarshalToVT ¶
func (m *SeccompProfileSpec) MarshalToVT(dAtA []byte) (int, error)
func (*SeccompProfileSpec) MarshalVT ¶
func (m *SeccompProfileSpec) MarshalVT() (dAtA []byte, err error)
func (*SeccompProfileSpec) ProtoMessage ¶
func (*SeccompProfileSpec) ProtoMessage()
func (*SeccompProfileSpec) ProtoReflect ¶
func (x *SeccompProfileSpec) ProtoReflect() protoreflect.Message
func (*SeccompProfileSpec) Reset ¶
func (x *SeccompProfileSpec) Reset()
func (*SeccompProfileSpec) SizeVT ¶
func (m *SeccompProfileSpec) SizeVT() (n int)
func (*SeccompProfileSpec) String ¶
func (x *SeccompProfileSpec) String() string
func (*SeccompProfileSpec) UnmarshalVT ¶
func (m *SeccompProfileSpec) UnmarshalVT(dAtA []byte) error
Click to show internal directories.
Click to hide internal directories.