events

package
v1.7.2 Latest Latest
Warning

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

Go to latest
Published: Jun 2, 2023 License: Apache-2.0 Imports: 11 Imported by: 1,561

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/sandbox.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_sandbox_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 added in v1.7.0

func (x *ContainerCreate) GetID() string

func (*ContainerCreate) GetImage added in v1.7.0

func (x *ContainerCreate) GetImage() string

func (*ContainerCreate) GetRuntime added in v1.7.0

func (x *ContainerCreate) GetRuntime() *ContainerCreate_Runtime

func (*ContainerCreate) ProtoMessage

func (*ContainerCreate) ProtoMessage()

func (*ContainerCreate) ProtoReflect added in v1.7.0

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 added in v1.7.0

func (x *ContainerCreate_Runtime) GetName() string

func (*ContainerCreate_Runtime) GetOptions added in v1.7.0

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

func (*ContainerCreate_Runtime) ProtoMessage

func (*ContainerCreate_Runtime) ProtoMessage()

func (*ContainerCreate_Runtime) ProtoReflect added in v1.7.0

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 added in v1.7.0

func (x *ContainerDelete) GetID() string

func (*ContainerDelete) ProtoMessage

func (*ContainerDelete) ProtoMessage()

func (*ContainerDelete) ProtoReflect added in v1.7.0

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 added in v1.7.0

func (x *ContainerUpdate) GetID() string

func (*ContainerUpdate) GetImage added in v1.7.0

func (x *ContainerUpdate) GetImage() string

func (*ContainerUpdate) GetLabels added in v1.7.0

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

func (*ContainerUpdate) GetSnapshotKey added in v1.7.0

func (x *ContainerUpdate) GetSnapshotKey() string

func (*ContainerUpdate) ProtoMessage

func (*ContainerUpdate) ProtoMessage()

func (*ContainerUpdate) ProtoReflect added in v1.7.0

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 added in v1.7.0

func (x *ContentDelete) GetDigest() string

func (*ContentDelete) ProtoMessage

func (*ContentDelete) ProtoMessage()

func (*ContentDelete) ProtoReflect added in v1.7.0

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 added in v1.7.0

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

func (*ImageCreate) GetName added in v1.7.0

func (x *ImageCreate) GetName() string

func (*ImageCreate) ProtoMessage

func (*ImageCreate) ProtoMessage()

func (*ImageCreate) ProtoReflect added in v1.7.0

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 added in v1.7.0

func (x *ImageDelete) GetName() string

func (*ImageDelete) ProtoMessage

func (*ImageDelete) ProtoMessage()

func (*ImageDelete) ProtoReflect added in v1.7.0

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 added in v1.7.0

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

func (*ImageUpdate) GetName added in v1.7.0

func (x *ImageUpdate) GetName() string

func (*ImageUpdate) ProtoMessage

func (*ImageUpdate) ProtoMessage()

func (*ImageUpdate) ProtoReflect added in v1.7.0

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 added in v1.7.0

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

func (*NamespaceCreate) GetName added in v1.7.0

func (x *NamespaceCreate) GetName() string

func (*NamespaceCreate) ProtoMessage

func (*NamespaceCreate) ProtoMessage()

func (*NamespaceCreate) ProtoReflect added in v1.7.0

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 added in v1.7.0

func (x *NamespaceDelete) GetName() string

func (*NamespaceDelete) ProtoMessage

func (*NamespaceDelete) ProtoMessage()

func (*NamespaceDelete) ProtoReflect added in v1.7.0

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 added in v1.7.0

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

func (*NamespaceUpdate) GetName added in v1.7.0

func (x *NamespaceUpdate) GetName() string

func (*NamespaceUpdate) ProtoMessage

func (*NamespaceUpdate) ProtoMessage()

func (*NamespaceUpdate) ProtoReflect added in v1.7.0

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

func (*NamespaceUpdate) Reset

func (x *NamespaceUpdate) Reset()

func (*NamespaceUpdate) String

func (x *NamespaceUpdate) String() string

type SandboxCreate added in v1.7.2

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

func (*SandboxCreate) Descriptor deprecated added in v1.7.2

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

Deprecated: Use SandboxCreate.ProtoReflect.Descriptor instead.

func (*SandboxCreate) Field added in v1.7.2

func (m *SandboxCreate) 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 (*SandboxCreate) GetSandboxID added in v1.7.2

func (x *SandboxCreate) GetSandboxID() string

func (*SandboxCreate) ProtoMessage added in v1.7.2

func (*SandboxCreate) ProtoMessage()

func (*SandboxCreate) ProtoReflect added in v1.7.2

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

func (*SandboxCreate) Reset added in v1.7.2

func (x *SandboxCreate) Reset()

func (*SandboxCreate) String added in v1.7.2

func (x *SandboxCreate) String() string

type SandboxExit added in v1.7.2

type SandboxExit struct {
	SandboxID  string                 `protobuf:"bytes,1,opt,name=sandbox_id,json=sandboxId,proto3" json:"sandbox_id,omitempty"`
	ExitStatus uint32                 `protobuf:"varint,2,opt,name=exit_status,json=exitStatus,proto3" json:"exit_status,omitempty"`
	ExitedAt   *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=exited_at,json=exitedAt,proto3" json:"exited_at,omitempty"`
	// contains filtered or unexported fields
}

func (*SandboxExit) Descriptor deprecated added in v1.7.2

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

Deprecated: Use SandboxExit.ProtoReflect.Descriptor instead.

func (*SandboxExit) Field added in v1.7.2

func (m *SandboxExit) 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 (*SandboxExit) GetExitStatus added in v1.7.2

func (x *SandboxExit) GetExitStatus() uint32

func (*SandboxExit) GetExitedAt added in v1.7.2

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

func (*SandboxExit) GetSandboxID added in v1.7.2

func (x *SandboxExit) GetSandboxID() string

func (*SandboxExit) ProtoMessage added in v1.7.2

func (*SandboxExit) ProtoMessage()

func (*SandboxExit) ProtoReflect added in v1.7.2

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

func (*SandboxExit) Reset added in v1.7.2

func (x *SandboxExit) Reset()

func (*SandboxExit) String added in v1.7.2

func (x *SandboxExit) String() string

type SandboxStart added in v1.7.2

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

func (*SandboxStart) Descriptor deprecated added in v1.7.2

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

Deprecated: Use SandboxStart.ProtoReflect.Descriptor instead.

func (*SandboxStart) Field added in v1.7.2

func (m *SandboxStart) 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 (*SandboxStart) GetSandboxID added in v1.7.2

func (x *SandboxStart) GetSandboxID() string

func (*SandboxStart) ProtoMessage added in v1.7.2

func (*SandboxStart) ProtoMessage()

func (*SandboxStart) ProtoReflect added in v1.7.2

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

func (*SandboxStart) Reset added in v1.7.2

func (x *SandboxStart) Reset()

func (*SandboxStart) String added in v1.7.2

func (x *SandboxStart) 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 added in v1.7.0

func (x *SnapshotCommit) GetKey() string

func (*SnapshotCommit) GetName added in v1.7.0

func (x *SnapshotCommit) GetName() string

func (*SnapshotCommit) GetSnapshotter added in v1.7.0

func (x *SnapshotCommit) GetSnapshotter() string

func (*SnapshotCommit) ProtoMessage

func (*SnapshotCommit) ProtoMessage()

func (*SnapshotCommit) ProtoReflect added in v1.7.0

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 added in v1.7.0

func (x *SnapshotPrepare) GetKey() string

func (*SnapshotPrepare) GetParent added in v1.7.0

func (x *SnapshotPrepare) GetParent() string

func (*SnapshotPrepare) GetSnapshotter added in v1.7.0

func (x *SnapshotPrepare) GetSnapshotter() string

func (*SnapshotPrepare) ProtoMessage

func (*SnapshotPrepare) ProtoMessage()

func (*SnapshotPrepare) ProtoReflect added in v1.7.0

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 added in v1.7.0

func (x *SnapshotRemove) GetKey() string

func (*SnapshotRemove) GetSnapshotter added in v1.7.0

func (x *SnapshotRemove) GetSnapshotter() string

func (*SnapshotRemove) ProtoMessage

func (*SnapshotRemove) ProtoMessage()

func (*SnapshotRemove) ProtoReflect added in v1.7.0

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 added in v1.7.0

func (x *TaskCheckpointed) GetCheckpoint() string

func (*TaskCheckpointed) GetContainerID added in v1.7.0

func (x *TaskCheckpointed) GetContainerID() string

func (*TaskCheckpointed) ProtoMessage

func (*TaskCheckpointed) ProtoMessage()

func (*TaskCheckpointed) ProtoReflect added in v1.7.0

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 added in v1.7.0

func (x *TaskCreate) GetBundle() string

func (*TaskCreate) GetCheckpoint added in v1.7.0

func (x *TaskCreate) GetCheckpoint() string

func (*TaskCreate) GetContainerID added in v1.7.0

func (x *TaskCreate) GetContainerID() string

func (*TaskCreate) GetIO added in v1.7.0

func (x *TaskCreate) GetIO() *TaskIO

func (*TaskCreate) GetPid added in v1.7.0

func (x *TaskCreate) GetPid() uint32

func (*TaskCreate) GetRootfs added in v1.7.0

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

func (*TaskCreate) ProtoMessage

func (*TaskCreate) ProtoMessage()

func (*TaskCreate) ProtoReflect added in v1.7.0

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 added in v1.7.0

func (x *TaskDelete) GetContainerID() string

func (*TaskDelete) GetExitStatus added in v1.7.0

func (x *TaskDelete) GetExitStatus() uint32

func (*TaskDelete) GetExitedAt added in v1.7.0

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

func (*TaskDelete) GetID added in v1.7.0

func (x *TaskDelete) GetID() string

func (*TaskDelete) GetPid added in v1.7.0

func (x *TaskDelete) GetPid() uint32

func (*TaskDelete) ProtoMessage

func (*TaskDelete) ProtoMessage()

func (*TaskDelete) ProtoReflect added in v1.7.0

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 added in v1.7.0

func (x *TaskExecAdded) GetContainerID() string

func (*TaskExecAdded) GetExecID added in v1.7.0

func (x *TaskExecAdded) GetExecID() string

func (*TaskExecAdded) ProtoMessage

func (*TaskExecAdded) ProtoMessage()

func (*TaskExecAdded) ProtoReflect added in v1.7.0

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 added in v1.7.0

func (x *TaskExecStarted) GetContainerID() string

func (*TaskExecStarted) GetExecID added in v1.7.0

func (x *TaskExecStarted) GetExecID() string

func (*TaskExecStarted) GetPid added in v1.7.0

func (x *TaskExecStarted) GetPid() uint32

func (*TaskExecStarted) ProtoMessage

func (*TaskExecStarted) ProtoMessage()

func (*TaskExecStarted) ProtoReflect added in v1.7.0

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 added in v1.7.0

func (x *TaskExit) GetContainerID() string

func (*TaskExit) GetExitStatus added in v1.7.0

func (x *TaskExit) GetExitStatus() uint32

func (*TaskExit) GetExitedAt added in v1.7.0

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

func (*TaskExit) GetID added in v1.7.0

func (x *TaskExit) GetID() string

func (*TaskExit) GetPid added in v1.7.0

func (x *TaskExit) GetPid() uint32

func (*TaskExit) ProtoMessage

func (*TaskExit) ProtoMessage()

func (*TaskExit) ProtoReflect added in v1.7.0

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 added in v1.7.0

func (x *TaskIO) GetStderr() string

func (*TaskIO) GetStdin added in v1.7.0

func (x *TaskIO) GetStdin() string

func (*TaskIO) GetStdout added in v1.7.0

func (x *TaskIO) GetStdout() string

func (*TaskIO) GetTerminal added in v1.7.0

func (x *TaskIO) GetTerminal() bool

func (*TaskIO) ProtoMessage

func (*TaskIO) ProtoMessage()

func (*TaskIO) ProtoReflect added in v1.7.0

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 added in v1.7.0

func (x *TaskOOM) GetContainerID() string

func (*TaskOOM) ProtoMessage

func (*TaskOOM) ProtoMessage()

func (*TaskOOM) ProtoReflect added in v1.7.0

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 added in v1.7.0

func (x *TaskPaused) GetContainerID() string

func (*TaskPaused) ProtoMessage

func (*TaskPaused) ProtoMessage()

func (*TaskPaused) ProtoReflect added in v1.7.0

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 added in v1.7.0

func (x *TaskResumed) GetContainerID() string

func (*TaskResumed) ProtoMessage

func (*TaskResumed) ProtoMessage()

func (*TaskResumed) ProtoReflect added in v1.7.0

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 added in v1.7.0

func (x *TaskStart) GetContainerID() string

func (*TaskStart) GetPid added in v1.7.0

func (x *TaskStart) GetPid() uint32

func (*TaskStart) ProtoMessage

func (*TaskStart) ProtoMessage()

func (*TaskStart) ProtoReflect added in v1.7.0

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