events

package
v1.6.1 Latest Latest
Warning

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

Go to latest
Published: Oct 23, 2022 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation ¶

Overview ¶

Code generated by protoc-gen-go-fieldpath. DO NOT EDIT. source: github.com/containerd/containerd/api/events/container.proto

Code generated by protoc-gen-go-fieldpath. DO NOT EDIT. source: github.com/containerd/containerd/api/events/content.proto

Package events has protobuf types for various events that are used in containerd.

Code generated by protoc-gen-go-fieldpath. DO NOT EDIT. source: github.com/containerd/containerd/api/events/image.proto

Code generated by protoc-gen-go-fieldpath. DO NOT EDIT. source: github.com/containerd/containerd/api/events/namespace.proto

Code generated by protoc-gen-go-fieldpath. DO NOT EDIT. source: github.com/containerd/containerd/api/events/snapshot.proto

Code generated by protoc-gen-go-fieldpath. DO NOT EDIT. source: github.com/containerd/containerd/api/events/task.proto

Index ¶

Constants ¶

This section is empty.

Variables ¶

View Source
var File_github_com_containerd_containerd_api_events_container_proto protoreflect.FileDescriptor
View Source
var File_github_com_containerd_containerd_api_events_content_proto protoreflect.FileDescriptor
View Source
var File_github_com_containerd_containerd_api_events_image_proto protoreflect.FileDescriptor
View Source
var File_github_com_containerd_containerd_api_events_namespace_proto protoreflect.FileDescriptor
View Source
var File_github_com_containerd_containerd_api_events_snapshot_proto protoreflect.FileDescriptor
View Source
var File_github_com_containerd_containerd_api_events_task_proto protoreflect.FileDescriptor

Functions ¶

This section is empty.

Types ¶

type ContainerCreate ¶

type ContainerCreate struct {
	ID      string                   `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Image   string                   `protobuf:"bytes,2,opt,name=image,proto3" json:"image,omitempty"`
	Runtime *ContainerCreate_Runtime `protobuf:"bytes,3,opt,name=runtime,proto3" json:"runtime,omitempty"`
	// contains filtered or unexported fields
}

func (*ContainerCreate) Descriptor deprecated

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

Deprecated: Use ContainerCreate.ProtoReflect.Descriptor instead.

func (*ContainerCreate) Field ¶

func (m *ContainerCreate) Field(fieldpath []string) (string, bool)

Field returns the value for the given fieldpath as a string, if defined. If the value is not defined, the second value will be false.

func (*ContainerCreate) GetID ¶

func (x *ContainerCreate) GetID() string

func (*ContainerCreate) GetImage ¶

func (x *ContainerCreate) GetImage() string

func (*ContainerCreate) GetRuntime ¶

func (x *ContainerCreate) GetRuntime() *ContainerCreate_Runtime

func (*ContainerCreate) ProtoMessage ¶

func (*ContainerCreate) ProtoMessage()

func (*ContainerCreate) ProtoReflect ¶

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

func (*ContainerCreate) Reset ¶

func (x *ContainerCreate) Reset()

func (*ContainerCreate) String ¶

func (x *ContainerCreate) String() string

type ContainerCreate_Runtime ¶

type ContainerCreate_Runtime struct {
	Name    string     `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Options *anypb.Any `protobuf:"bytes,2,opt,name=options,proto3" json:"options,omitempty"`
	// contains filtered or unexported fields
}

func (*ContainerCreate_Runtime) Descriptor deprecated

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

Deprecated: Use ContainerCreate_Runtime.ProtoReflect.Descriptor instead.

func (*ContainerCreate_Runtime) Field ¶

func (m *ContainerCreate_Runtime) Field(fieldpath []string) (string, bool)

Field returns the value for the given fieldpath as a string, if defined. If the value is not defined, the second value will be false.

func (*ContainerCreate_Runtime) GetName ¶

func (x *ContainerCreate_Runtime) GetName() string

func (*ContainerCreate_Runtime) GetOptions ¶

func (x *ContainerCreate_Runtime) GetOptions() *anypb.Any

func (*ContainerCreate_Runtime) ProtoMessage ¶

func (*ContainerCreate_Runtime) ProtoMessage()

func (*ContainerCreate_Runtime) ProtoReflect ¶

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

func (*ContainerCreate_Runtime) Reset ¶

func (x *ContainerCreate_Runtime) Reset()

func (*ContainerCreate_Runtime) String ¶

func (x *ContainerCreate_Runtime) String() string

type ContainerDelete ¶

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

func (*ContainerDelete) Descriptor deprecated

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

Deprecated: Use ContainerDelete.ProtoReflect.Descriptor instead.

func (*ContainerDelete) Field ¶

func (m *ContainerDelete) Field(fieldpath []string) (string, bool)

Field returns the value for the given fieldpath as a string, if defined. If the value is not defined, the second value will be false.

func (*ContainerDelete) GetID ¶

func (x *ContainerDelete) GetID() string

func (*ContainerDelete) ProtoMessage ¶

func (*ContainerDelete) ProtoMessage()

func (*ContainerDelete) ProtoReflect ¶

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

func (*ContainerDelete) Reset ¶

func (x *ContainerDelete) Reset()

func (*ContainerDelete) String ¶

func (x *ContainerDelete) String() string

type ContainerUpdate ¶

type ContainerUpdate struct {
	ID          string            `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Image       string            `protobuf:"bytes,2,opt,name=image,proto3" json:"image,omitempty"`
	Labels      map[string]string `` /* 153-byte string literal not displayed */
	SnapshotKey string            `protobuf:"bytes,4,opt,name=snapshot_key,json=snapshotKey,proto3" json:"snapshot_key,omitempty"`
	// contains filtered or unexported fields
}

func (*ContainerUpdate) Descriptor deprecated

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

Deprecated: Use ContainerUpdate.ProtoReflect.Descriptor instead.

func (*ContainerUpdate) Field ¶

func (m *ContainerUpdate) Field(fieldpath []string) (string, bool)

Field returns the value for the given fieldpath as a string, if defined. If the value is not defined, the second value will be false.

func (*ContainerUpdate) GetID ¶

func (x *ContainerUpdate) GetID() string

func (*ContainerUpdate) GetImage ¶

func (x *ContainerUpdate) GetImage() string

func (*ContainerUpdate) GetLabels ¶

func (x *ContainerUpdate) GetLabels() map[string]string

func (*ContainerUpdate) GetSnapshotKey ¶

func (x *ContainerUpdate) GetSnapshotKey() string

func (*ContainerUpdate) ProtoMessage ¶

func (*ContainerUpdate) ProtoMessage()

func (*ContainerUpdate) ProtoReflect ¶

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

func (*ContainerUpdate) Reset ¶

func (x *ContainerUpdate) Reset()

func (*ContainerUpdate) String ¶

func (x *ContainerUpdate) String() string

type ContentDelete ¶

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

func (*ContentDelete) Descriptor deprecated

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

Deprecated: Use ContentDelete.ProtoReflect.Descriptor instead.

func (*ContentDelete) Field ¶

func (m *ContentDelete) Field(fieldpath []string) (string, bool)

Field returns the value for the given fieldpath as a string, if defined. If the value is not defined, the second value will be false.

func (*ContentDelete) GetDigest ¶

func (x *ContentDelete) GetDigest() string

func (*ContentDelete) ProtoMessage ¶

func (*ContentDelete) ProtoMessage()

func (*ContentDelete) ProtoReflect ¶

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

func (*ContentDelete) Reset ¶

func (x *ContentDelete) Reset()

func (*ContentDelete) String ¶

func (x *ContentDelete) String() string

type ImageCreate ¶

type ImageCreate struct {
	Name   string            `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Labels map[string]string `` /* 153-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ImageCreate) Descriptor deprecated

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

Deprecated: Use ImageCreate.ProtoReflect.Descriptor instead.

func (*ImageCreate) Field ¶

func (m *ImageCreate) Field(fieldpath []string) (string, bool)

Field returns the value for the given fieldpath as a string, if defined. If the value is not defined, the second value will be false.

func (*ImageCreate) GetLabels ¶

func (x *ImageCreate) GetLabels() map[string]string

func (*ImageCreate) GetName ¶

func (x *ImageCreate) GetName() string

func (*ImageCreate) ProtoMessage ¶

func (*ImageCreate) ProtoMessage()

func (*ImageCreate) ProtoReflect ¶

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

func (*ImageCreate) Reset ¶

func (x *ImageCreate) Reset()

func (*ImageCreate) String ¶

func (x *ImageCreate) String() string

type ImageDelete ¶

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

func (*ImageDelete) Descriptor deprecated

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

Deprecated: Use ImageDelete.ProtoReflect.Descriptor instead.

func (*ImageDelete) Field ¶

func (m *ImageDelete) Field(fieldpath []string) (string, bool)

Field returns the value for the given fieldpath as a string, if defined. If the value is not defined, the second value will be false.

func (*ImageDelete) GetName ¶

func (x *ImageDelete) GetName() string

func (*ImageDelete) ProtoMessage ¶

func (*ImageDelete) ProtoMessage()

func (*ImageDelete) ProtoReflect ¶

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

func (*ImageDelete) Reset ¶

func (x *ImageDelete) Reset()

func (*ImageDelete) String ¶

func (x *ImageDelete) String() string

type ImageUpdate ¶

type ImageUpdate struct {
	Name   string            `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Labels map[string]string `` /* 153-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ImageUpdate) Descriptor deprecated

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

Deprecated: Use ImageUpdate.ProtoReflect.Descriptor instead.

func (*ImageUpdate) Field ¶

func (m *ImageUpdate) Field(fieldpath []string) (string, bool)

Field returns the value for the given fieldpath as a string, if defined. If the value is not defined, the second value will be false.

func (*ImageUpdate) GetLabels ¶

func (x *ImageUpdate) GetLabels() map[string]string

func (*ImageUpdate) GetName ¶

func (x *ImageUpdate) GetName() string

func (*ImageUpdate) ProtoMessage ¶

func (*ImageUpdate) ProtoMessage()

func (*ImageUpdate) ProtoReflect ¶

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

func (*ImageUpdate) Reset ¶

func (x *ImageUpdate) Reset()

func (*ImageUpdate) String ¶

func (x *ImageUpdate) String() string

type NamespaceCreate ¶

type NamespaceCreate struct {
	Name   string            `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Labels map[string]string `` /* 153-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*NamespaceCreate) Descriptor deprecated

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

Deprecated: Use NamespaceCreate.ProtoReflect.Descriptor instead.

func (*NamespaceCreate) Field ¶

func (m *NamespaceCreate) Field(fieldpath []string) (string, bool)

Field returns the value for the given fieldpath as a string, if defined. If the value is not defined, the second value will be false.

func (*NamespaceCreate) GetLabels ¶

func (x *NamespaceCreate) GetLabels() map[string]string

func (*NamespaceCreate) GetName ¶

func (x *NamespaceCreate) GetName() string

func (*NamespaceCreate) ProtoMessage ¶

func (*NamespaceCreate) ProtoMessage()

func (*NamespaceCreate) ProtoReflect ¶

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

func (*NamespaceCreate) Reset ¶

func (x *NamespaceCreate) Reset()

func (*NamespaceCreate) String ¶

func (x *NamespaceCreate) String() string

type NamespaceDelete ¶

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

func (*NamespaceDelete) Descriptor deprecated

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

Deprecated: Use NamespaceDelete.ProtoReflect.Descriptor instead.

func (*NamespaceDelete) Field ¶

func (m *NamespaceDelete) Field(fieldpath []string) (string, bool)

Field returns the value for the given fieldpath as a string, if defined. If the value is not defined, the second value will be false.

func (*NamespaceDelete) GetName ¶

func (x *NamespaceDelete) GetName() string

func (*NamespaceDelete) ProtoMessage ¶

func (*NamespaceDelete) ProtoMessage()

func (*NamespaceDelete) ProtoReflect ¶

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

func (*NamespaceDelete) Reset ¶

func (x *NamespaceDelete) Reset()

func (*NamespaceDelete) String ¶

func (x *NamespaceDelete) String() string

type NamespaceUpdate ¶

type NamespaceUpdate struct {
	Name   string            `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Labels map[string]string `` /* 153-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*NamespaceUpdate) Descriptor deprecated

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

Deprecated: Use NamespaceUpdate.ProtoReflect.Descriptor instead.

func (*NamespaceUpdate) Field ¶

func (m *NamespaceUpdate) Field(fieldpath []string) (string, bool)

Field returns the value for the given fieldpath as a string, if defined. If the value is not defined, the second value will be false.

func (*NamespaceUpdate) GetLabels ¶

func (x *NamespaceUpdate) GetLabels() map[string]string

func (*NamespaceUpdate) GetName ¶

func (x *NamespaceUpdate) GetName() string

func (*NamespaceUpdate) ProtoMessage ¶

func (*NamespaceUpdate) ProtoMessage()

func (*NamespaceUpdate) ProtoReflect ¶

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

func (*NamespaceUpdate) Reset ¶

func (x *NamespaceUpdate) Reset()

func (*NamespaceUpdate) String ¶

func (x *NamespaceUpdate) String() string

type SnapshotCommit ¶

type SnapshotCommit struct {
	Key         string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
	Name        string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Snapshotter string `protobuf:"bytes,5,opt,name=snapshotter,proto3" json:"snapshotter,omitempty"`
	// contains filtered or unexported fields
}

func (*SnapshotCommit) Descriptor deprecated

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

Deprecated: Use SnapshotCommit.ProtoReflect.Descriptor instead.

func (*SnapshotCommit) Field ¶

func (m *SnapshotCommit) Field(fieldpath []string) (string, bool)

Field returns the value for the given fieldpath as a string, if defined. If the value is not defined, the second value will be false.

func (*SnapshotCommit) GetKey ¶

func (x *SnapshotCommit) GetKey() string

func (*SnapshotCommit) GetName ¶

func (x *SnapshotCommit) GetName() string

func (*SnapshotCommit) GetSnapshotter ¶

func (x *SnapshotCommit) GetSnapshotter() string

func (*SnapshotCommit) ProtoMessage ¶

func (*SnapshotCommit) ProtoMessage()

func (*SnapshotCommit) ProtoReflect ¶

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

func (*SnapshotCommit) Reset ¶

func (x *SnapshotCommit) Reset()

func (*SnapshotCommit) String ¶

func (x *SnapshotCommit) String() string

type SnapshotPrepare ¶

type SnapshotPrepare struct {
	Key         string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
	Parent      string `protobuf:"bytes,2,opt,name=parent,proto3" json:"parent,omitempty"`
	Snapshotter string `protobuf:"bytes,5,opt,name=snapshotter,proto3" json:"snapshotter,omitempty"`
	// contains filtered or unexported fields
}

func (*SnapshotPrepare) Descriptor deprecated

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

Deprecated: Use SnapshotPrepare.ProtoReflect.Descriptor instead.

func (*SnapshotPrepare) Field ¶

func (m *SnapshotPrepare) Field(fieldpath []string) (string, bool)

Field returns the value for the given fieldpath as a string, if defined. If the value is not defined, the second value will be false.

func (*SnapshotPrepare) GetKey ¶

func (x *SnapshotPrepare) GetKey() string

func (*SnapshotPrepare) GetParent ¶

func (x *SnapshotPrepare) GetParent() string

func (*SnapshotPrepare) GetSnapshotter ¶

func (x *SnapshotPrepare) GetSnapshotter() string

func (*SnapshotPrepare) ProtoMessage ¶

func (*SnapshotPrepare) ProtoMessage()

func (*SnapshotPrepare) ProtoReflect ¶

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

func (*SnapshotPrepare) Reset ¶

func (x *SnapshotPrepare) Reset()

func (*SnapshotPrepare) String ¶

func (x *SnapshotPrepare) String() string

type SnapshotRemove ¶

type SnapshotRemove struct {
	Key         string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
	Snapshotter string `protobuf:"bytes,5,opt,name=snapshotter,proto3" json:"snapshotter,omitempty"`
	// contains filtered or unexported fields
}

func (*SnapshotRemove) Descriptor deprecated

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

Deprecated: Use SnapshotRemove.ProtoReflect.Descriptor instead.

func (*SnapshotRemove) Field ¶

func (m *SnapshotRemove) Field(fieldpath []string) (string, bool)

Field returns the value for the given fieldpath as a string, if defined. If the value is not defined, the second value will be false.

func (*SnapshotRemove) GetKey ¶

func (x *SnapshotRemove) GetKey() string

func (*SnapshotRemove) GetSnapshotter ¶

func (x *SnapshotRemove) GetSnapshotter() string

func (*SnapshotRemove) ProtoMessage ¶

func (*SnapshotRemove) ProtoMessage()

func (*SnapshotRemove) ProtoReflect ¶

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

func (*SnapshotRemove) Reset ¶

func (x *SnapshotRemove) Reset()

func (*SnapshotRemove) String ¶

func (x *SnapshotRemove) String() string

type TaskCheckpointed ¶

type TaskCheckpointed struct {
	ContainerID string `protobuf:"bytes,1,opt,name=container_id,json=containerId,proto3" json:"container_id,omitempty"`
	Checkpoint  string `protobuf:"bytes,2,opt,name=checkpoint,proto3" json:"checkpoint,omitempty"`
	// contains filtered or unexported fields
}

func (*TaskCheckpointed) Descriptor deprecated

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

Deprecated: Use TaskCheckpointed.ProtoReflect.Descriptor instead.

func (*TaskCheckpointed) Field ¶

func (m *TaskCheckpointed) Field(fieldpath []string) (string, bool)

Field returns the value for the given fieldpath as a string, if defined. If the value is not defined, the second value will be false.

func (*TaskCheckpointed) GetCheckpoint ¶

func (x *TaskCheckpointed) GetCheckpoint() string

func (*TaskCheckpointed) GetContainerID ¶

func (x *TaskCheckpointed) GetContainerID() string

func (*TaskCheckpointed) ProtoMessage ¶

func (*TaskCheckpointed) ProtoMessage()

func (*TaskCheckpointed) ProtoReflect ¶

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

func (*TaskCheckpointed) Reset ¶

func (x *TaskCheckpointed) Reset()

func (*TaskCheckpointed) String ¶

func (x *TaskCheckpointed) String() string

type TaskCreate ¶

type TaskCreate struct {
	ContainerID string         `protobuf:"bytes,1,opt,name=container_id,json=containerId,proto3" json:"container_id,omitempty"`
	Bundle      string         `protobuf:"bytes,2,opt,name=bundle,proto3" json:"bundle,omitempty"`
	Rootfs      []*types.Mount `protobuf:"bytes,3,rep,name=rootfs,proto3" json:"rootfs,omitempty"`
	IO          *TaskIO        `protobuf:"bytes,4,opt,name=io,proto3" json:"io,omitempty"`
	Checkpoint  string         `protobuf:"bytes,5,opt,name=checkpoint,proto3" json:"checkpoint,omitempty"`
	Pid         uint32         `protobuf:"varint,6,opt,name=pid,proto3" json:"pid,omitempty"`
	// contains filtered or unexported fields
}

func (*TaskCreate) Descriptor deprecated

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

Deprecated: Use TaskCreate.ProtoReflect.Descriptor instead.

func (*TaskCreate) Field ¶

func (m *TaskCreate) Field(fieldpath []string) (string, bool)

Field returns the value for the given fieldpath as a string, if defined. If the value is not defined, the second value will be false.

func (*TaskCreate) GetBundle ¶

func (x *TaskCreate) GetBundle() string

func (*TaskCreate) GetCheckpoint ¶

func (x *TaskCreate) GetCheckpoint() string

func (*TaskCreate) GetContainerID ¶

func (x *TaskCreate) GetContainerID() string

func (*TaskCreate) GetIO ¶

func (x *TaskCreate) GetIO() *TaskIO

func (*TaskCreate) GetPid ¶

func (x *TaskCreate) GetPid() uint32

func (*TaskCreate) GetRootfs ¶

func (x *TaskCreate) GetRootfs() []*types.Mount

func (*TaskCreate) ProtoMessage ¶

func (*TaskCreate) ProtoMessage()

func (*TaskCreate) ProtoReflect ¶

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

func (*TaskCreate) Reset ¶

func (x *TaskCreate) Reset()

func (*TaskCreate) String ¶

func (x *TaskCreate) String() string

type TaskDelete ¶

type TaskDelete struct {
	ContainerID string                 `protobuf:"bytes,1,opt,name=container_id,json=containerId,proto3" json:"container_id,omitempty"`
	Pid         uint32                 `protobuf:"varint,2,opt,name=pid,proto3" json:"pid,omitempty"`
	ExitStatus  uint32                 `protobuf:"varint,3,opt,name=exit_status,json=exitStatus,proto3" json:"exit_status,omitempty"`
	ExitedAt    *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=exited_at,json=exitedAt,proto3" json:"exited_at,omitempty"`
	// id is the specific exec. By default if omitted will be `""` thus matches
	// the init exec of the task matching `container_id`.
	ID string `protobuf:"bytes,5,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*TaskDelete) Descriptor deprecated

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

Deprecated: Use TaskDelete.ProtoReflect.Descriptor instead.

func (*TaskDelete) Field ¶

func (m *TaskDelete) Field(fieldpath []string) (string, bool)

Field returns the value for the given fieldpath as a string, if defined. If the value is not defined, the second value will be false.

func (*TaskDelete) GetContainerID ¶

func (x *TaskDelete) GetContainerID() string

func (*TaskDelete) GetExitStatus ¶

func (x *TaskDelete) GetExitStatus() uint32

func (*TaskDelete) GetExitedAt ¶

func (x *TaskDelete) GetExitedAt() *timestamppb.Timestamp

func (*TaskDelete) GetID ¶

func (x *TaskDelete) GetID() string

func (*TaskDelete) GetPid ¶

func (x *TaskDelete) GetPid() uint32

func (*TaskDelete) ProtoMessage ¶

func (*TaskDelete) ProtoMessage()

func (*TaskDelete) ProtoReflect ¶

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

func (*TaskDelete) Reset ¶

func (x *TaskDelete) Reset()

func (*TaskDelete) String ¶

func (x *TaskDelete) String() string

type TaskExecAdded ¶

type TaskExecAdded struct {
	ContainerID string `protobuf:"bytes,1,opt,name=container_id,json=containerId,proto3" json:"container_id,omitempty"`
	ExecID      string `protobuf:"bytes,2,opt,name=exec_id,json=execId,proto3" json:"exec_id,omitempty"`
	// contains filtered or unexported fields
}

func (*TaskExecAdded) Descriptor deprecated

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

Deprecated: Use TaskExecAdded.ProtoReflect.Descriptor instead.

func (*TaskExecAdded) Field ¶

func (m *TaskExecAdded) Field(fieldpath []string) (string, bool)

Field returns the value for the given fieldpath as a string, if defined. If the value is not defined, the second value will be false.

func (*TaskExecAdded) GetContainerID ¶

func (x *TaskExecAdded) GetContainerID() string

func (*TaskExecAdded) GetExecID ¶

func (x *TaskExecAdded) GetExecID() string

func (*TaskExecAdded) ProtoMessage ¶

func (*TaskExecAdded) ProtoMessage()

func (*TaskExecAdded) ProtoReflect ¶

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

func (*TaskExecAdded) Reset ¶

func (x *TaskExecAdded) Reset()

func (*TaskExecAdded) String ¶

func (x *TaskExecAdded) String() string

type TaskExecStarted ¶

type TaskExecStarted struct {
	ContainerID string `protobuf:"bytes,1,opt,name=container_id,json=containerId,proto3" json:"container_id,omitempty"`
	ExecID      string `protobuf:"bytes,2,opt,name=exec_id,json=execId,proto3" json:"exec_id,omitempty"`
	Pid         uint32 `protobuf:"varint,3,opt,name=pid,proto3" json:"pid,omitempty"`
	// contains filtered or unexported fields
}

func (*TaskExecStarted) Descriptor deprecated

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

Deprecated: Use TaskExecStarted.ProtoReflect.Descriptor instead.

func (*TaskExecStarted) Field ¶

func (m *TaskExecStarted) Field(fieldpath []string) (string, bool)

Field returns the value for the given fieldpath as a string, if defined. If the value is not defined, the second value will be false.

func (*TaskExecStarted) GetContainerID ¶

func (x *TaskExecStarted) GetContainerID() string

func (*TaskExecStarted) GetExecID ¶

func (x *TaskExecStarted) GetExecID() string

func (*TaskExecStarted) GetPid ¶

func (x *TaskExecStarted) GetPid() uint32

func (*TaskExecStarted) ProtoMessage ¶

func (*TaskExecStarted) ProtoMessage()

func (*TaskExecStarted) ProtoReflect ¶

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

func (*TaskExecStarted) Reset ¶

func (x *TaskExecStarted) Reset()

func (*TaskExecStarted) String ¶

func (x *TaskExecStarted) String() string

type TaskExit ¶

type TaskExit struct {
	ContainerID string                 `protobuf:"bytes,1,opt,name=container_id,json=containerId,proto3" json:"container_id,omitempty"`
	ID          string                 `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	Pid         uint32                 `protobuf:"varint,3,opt,name=pid,proto3" json:"pid,omitempty"`
	ExitStatus  uint32                 `protobuf:"varint,4,opt,name=exit_status,json=exitStatus,proto3" json:"exit_status,omitempty"`
	ExitedAt    *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=exited_at,json=exitedAt,proto3" json:"exited_at,omitempty"`
	// contains filtered or unexported fields
}

func (*TaskExit) Descriptor deprecated

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

Deprecated: Use TaskExit.ProtoReflect.Descriptor instead.

func (*TaskExit) Field ¶

func (m *TaskExit) Field(fieldpath []string) (string, bool)

Field returns the value for the given fieldpath as a string, if defined. If the value is not defined, the second value will be false.

func (*TaskExit) GetContainerID ¶

func (x *TaskExit) GetContainerID() string

func (*TaskExit) GetExitStatus ¶

func (x *TaskExit) GetExitStatus() uint32

func (*TaskExit) GetExitedAt ¶

func (x *TaskExit) GetExitedAt() *timestamppb.Timestamp

func (*TaskExit) GetID ¶

func (x *TaskExit) GetID() string

func (*TaskExit) GetPid ¶

func (x *TaskExit) GetPid() uint32

func (*TaskExit) ProtoMessage ¶

func (*TaskExit) ProtoMessage()

func (*TaskExit) ProtoReflect ¶

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

func (*TaskExit) Reset ¶

func (x *TaskExit) Reset()

func (*TaskExit) String ¶

func (x *TaskExit) String() string

type TaskIO ¶

type TaskIO struct {
	Stdin    string `protobuf:"bytes,1,opt,name=stdin,proto3" json:"stdin,omitempty"`
	Stdout   string `protobuf:"bytes,2,opt,name=stdout,proto3" json:"stdout,omitempty"`
	Stderr   string `protobuf:"bytes,3,opt,name=stderr,proto3" json:"stderr,omitempty"`
	Terminal bool   `protobuf:"varint,4,opt,name=terminal,proto3" json:"terminal,omitempty"`
	// contains filtered or unexported fields
}

func (*TaskIO) Descriptor deprecated

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

Deprecated: Use TaskIO.ProtoReflect.Descriptor instead.

func (*TaskIO) Field ¶

func (m *TaskIO) Field(fieldpath []string) (string, bool)

Field returns the value for the given fieldpath as a string, if defined. If the value is not defined, the second value will be false.

func (*TaskIO) GetStderr ¶

func (x *TaskIO) GetStderr() string

func (*TaskIO) GetStdin ¶

func (x *TaskIO) GetStdin() string

func (*TaskIO) GetStdout ¶

func (x *TaskIO) GetStdout() string

func (*TaskIO) GetTerminal ¶

func (x *TaskIO) GetTerminal() bool

func (*TaskIO) ProtoMessage ¶

func (*TaskIO) ProtoMessage()

func (*TaskIO) ProtoReflect ¶

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

func (*TaskIO) Reset ¶

func (x *TaskIO) Reset()

func (*TaskIO) String ¶

func (x *TaskIO) String() string

type TaskOOM ¶

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

func (*TaskOOM) Descriptor deprecated

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

Deprecated: Use TaskOOM.ProtoReflect.Descriptor instead.

func (*TaskOOM) Field ¶

func (m *TaskOOM) Field(fieldpath []string) (string, bool)

Field returns the value for the given fieldpath as a string, if defined. If the value is not defined, the second value will be false.

func (*TaskOOM) GetContainerID ¶

func (x *TaskOOM) GetContainerID() string

func (*TaskOOM) ProtoMessage ¶

func (*TaskOOM) ProtoMessage()

func (*TaskOOM) ProtoReflect ¶

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

func (*TaskOOM) Reset ¶

func (x *TaskOOM) Reset()

func (*TaskOOM) String ¶

func (x *TaskOOM) String() string

type TaskPaused ¶

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

func (*TaskPaused) Descriptor deprecated

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

Deprecated: Use TaskPaused.ProtoReflect.Descriptor instead.

func (*TaskPaused) Field ¶

func (m *TaskPaused) Field(fieldpath []string) (string, bool)

Field returns the value for the given fieldpath as a string, if defined. If the value is not defined, the second value will be false.

func (*TaskPaused) GetContainerID ¶

func (x *TaskPaused) GetContainerID() string

func (*TaskPaused) ProtoMessage ¶

func (*TaskPaused) ProtoMessage()

func (*TaskPaused) ProtoReflect ¶

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

func (*TaskPaused) Reset ¶

func (x *TaskPaused) Reset()

func (*TaskPaused) String ¶

func (x *TaskPaused) String() string

type TaskResumed ¶

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

func (*TaskResumed) Descriptor deprecated

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

Deprecated: Use TaskResumed.ProtoReflect.Descriptor instead.

func (*TaskResumed) Field ¶

func (m *TaskResumed) Field(fieldpath []string) (string, bool)

Field returns the value for the given fieldpath as a string, if defined. If the value is not defined, the second value will be false.

func (*TaskResumed) GetContainerID ¶

func (x *TaskResumed) GetContainerID() string

func (*TaskResumed) ProtoMessage ¶

func (*TaskResumed) ProtoMessage()

func (*TaskResumed) ProtoReflect ¶

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

func (*TaskResumed) Reset ¶

func (x *TaskResumed) Reset()

func (*TaskResumed) String ¶

func (x *TaskResumed) String() string

type TaskStart ¶

type TaskStart struct {
	ContainerID string `protobuf:"bytes,1,opt,name=container_id,json=containerId,proto3" json:"container_id,omitempty"`
	Pid         uint32 `protobuf:"varint,2,opt,name=pid,proto3" json:"pid,omitempty"`
	// contains filtered or unexported fields
}

func (*TaskStart) Descriptor deprecated

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

Deprecated: Use TaskStart.ProtoReflect.Descriptor instead.

func (*TaskStart) Field ¶

func (m *TaskStart) Field(fieldpath []string) (string, bool)

Field returns the value for the given fieldpath as a string, if defined. If the value is not defined, the second value will be false.

func (*TaskStart) GetContainerID ¶

func (x *TaskStart) GetContainerID() string

func (*TaskStart) GetPid ¶

func (x *TaskStart) GetPid() uint32

func (*TaskStart) ProtoMessage ¶

func (*TaskStart) ProtoMessage()

func (*TaskStart) ProtoReflect ¶

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

func (*TaskStart) Reset ¶

func (x *TaskStart) Reset()

func (*TaskStart) String ¶

func (x *TaskStart) String() string

Jump to

Keyboard shortcuts

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