kubernetes/staging/src/k8s.io/cri-api/pkg/apis/runtime/v1/api.pb.go

var _

var _

var _

const _

type Protocol

const Protocol_TCP

const Protocol_UDP

const Protocol_SCTP

var Protocol_name

var Protocol_value

func (x Protocol) String() string {}

func (Protocol) EnumDescriptor() ([]byte, []int) {}

type MountPropagation

const MountPropagation_PROPAGATION_PRIVATE

const MountPropagation_PROPAGATION_HOST_TO_CONTAINER

const MountPropagation_PROPAGATION_BIDIRECTIONAL

var MountPropagation_name

var MountPropagation_value

func (x MountPropagation) String() string {}

func (MountPropagation) EnumDescriptor() ([]byte, []int) {}

type NamespaceMode

const NamespaceMode_POD

const NamespaceMode_CONTAINER

const NamespaceMode_NODE

const NamespaceMode_TARGET

var NamespaceMode_name

var NamespaceMode_value

func (x NamespaceMode) String() string {}

func (NamespaceMode) EnumDescriptor() ([]byte, []int) {}

type SupplementalGroupsPolicy

const SupplementalGroupsPolicy_Merge

const SupplementalGroupsPolicy_Strict

var SupplementalGroupsPolicy_name

var SupplementalGroupsPolicy_value

func (x SupplementalGroupsPolicy) String() string {}

func (SupplementalGroupsPolicy) EnumDescriptor() ([]byte, []int) {}

type PodSandboxState

const PodSandboxState_SANDBOX_READY

const PodSandboxState_SANDBOX_NOTREADY

var PodSandboxState_name

var PodSandboxState_value

func (x PodSandboxState) String() string {}

func (PodSandboxState) EnumDescriptor() ([]byte, []int) {}

type ContainerState

const ContainerState_CONTAINER_CREATED

const ContainerState_CONTAINER_RUNNING

const ContainerState_CONTAINER_EXITED

const ContainerState_CONTAINER_UNKNOWN

var ContainerState_name

var ContainerState_value

func (x ContainerState) String() string {}

func (ContainerState) EnumDescriptor() ([]byte, []int) {}

type ContainerEventType

const ContainerEventType_CONTAINER_CREATED_EVENT

const ContainerEventType_CONTAINER_STARTED_EVENT

const ContainerEventType_CONTAINER_STOPPED_EVENT

const ContainerEventType_CONTAINER_DELETED_EVENT

var ContainerEventType_name

var ContainerEventType_value

func (x ContainerEventType) String() string {}

func (ContainerEventType) EnumDescriptor() ([]byte, []int) {}

type MetricType

const MetricType_COUNTER

const MetricType_GAUGE

var MetricType_name

var MetricType_value

func (x MetricType) String() string {}

func (MetricType) EnumDescriptor() ([]byte, []int) {}

type CgroupDriver

const CgroupDriver_SYSTEMD

const CgroupDriver_CGROUPFS

var CgroupDriver_name

var CgroupDriver_value

func (x CgroupDriver) String() string {}

func (CgroupDriver) EnumDescriptor() ([]byte, []int) {}

type SecurityProfile_ProfileType

const SecurityProfile_RuntimeDefault

const SecurityProfile_Unconfined

const SecurityProfile_Localhost

var SecurityProfile_ProfileType_name

var SecurityProfile_ProfileType_value

func (x SecurityProfile_ProfileType) String() string {}

func (SecurityProfile_ProfileType) EnumDescriptor() ([]byte, []int) {}

type VersionRequest

func (m *VersionRequest) Reset()      {}

func (*VersionRequest) ProtoMessage() {}

func (*VersionRequest) Descriptor() ([]byte, []int) {}

func (m *VersionRequest) XXX_Unmarshal(b []byte) error {}

func (m *VersionRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {}

func (m *VersionRequest) XXX_Merge(src proto.Message) {}

func (m *VersionRequest) XXX_Size() int {}

func (m *VersionRequest) XXX_DiscardUnknown() {}

var xxx_messageInfo_VersionRequest

func (m *VersionRequest) GetVersion() string {}

type VersionResponse

func (m *VersionResponse) Reset()      {}

func (*VersionResponse) ProtoMessage() {}

func (*VersionResponse) Descriptor() ([]byte, []int) {}

func (m *VersionResponse) XXX_Unmarshal(b []byte) error {}

func (m *VersionResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {}

func (m *VersionResponse) XXX_Merge(src proto.Message) {}

func (m *VersionResponse) XXX_Size() int {}

func (m *VersionResponse) XXX_DiscardUnknown() {}

var xxx_messageInfo_VersionResponse

func (m *VersionResponse) GetVersion() string {}

func (m *VersionResponse) GetRuntimeName() string {}

func (m *VersionResponse) GetRuntimeVersion() string {}

func (m *VersionResponse) GetRuntimeApiVersion() string {}

type DNSConfig

func (m *DNSConfig) Reset()      {}

func (*DNSConfig) ProtoMessage() {}

func (*DNSConfig) Descriptor() ([]byte, []int) {}

func (m *DNSConfig) XXX_Unmarshal(b []byte) error {}

func (m *DNSConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {}

func (m *DNSConfig) XXX_Merge(src proto.Message) {}

func (m *DNSConfig) XXX_Size() int {}

func (m *DNSConfig) XXX_DiscardUnknown() {}

var xxx_messageInfo_DNSConfig

func (m *DNSConfig) GetServers() []string {}

func (m *DNSConfig) GetSearches() []string {}

func (m *DNSConfig) GetOptions() []string {}

type PortMapping

func (m *PortMapping) Reset()      {}

func (*PortMapping) ProtoMessage() {}

func (*PortMapping) Descriptor() ([]byte, []int) {}

func (m *PortMapping) XXX_Unmarshal(b []byte) error {}

func (m *PortMapping) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {}

func (m *PortMapping) XXX_Merge(src proto.Message) {}

func (m *PortMapping) XXX_Size() int {}

func (m *PortMapping) XXX_DiscardUnknown() {}

var xxx_messageInfo_PortMapping

func (m *PortMapping) GetProtocol() Protocol {}

func (m *PortMapping) GetContainerPort() int32 {}

func (m *PortMapping) GetHostPort() int32 {}

func (m *PortMapping) GetHostIp() string {}

type Mount

func (m *Mount) Reset()      {}

func (*Mount) ProtoMessage() {}

func (*Mount) Descriptor() ([]byte, []int) {}

func (m *Mount) XXX_Unmarshal(b []byte) error {}

func (m *Mount) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {}

func (m *Mount) XXX_Merge(src proto.Message) {}

func (m *Mount) XXX_Size() int {}

func (m *Mount) XXX_DiscardUnknown() {}

var xxx_messageInfo_Mount

func (m *Mount) GetContainerPath() string {}

func (m *Mount) GetHostPath() string {}

func (m *Mount) GetReadonly() bool {}

func (m *Mount) GetSelinuxRelabel() bool {}

func (m *Mount) GetPropagation() MountPropagation {}

func (m *Mount) GetUidMappings() []*IDMapping {}

func (m *Mount) GetGidMappings() []*IDMapping {}

func (m *Mount) GetRecursiveReadOnly() bool {}

func (m *Mount) GetImage() *ImageSpec {}

type IDMapping

func (m *IDMapping) Reset()      {}

func (*IDMapping) ProtoMessage() {}

func (*IDMapping) Descriptor() ([]byte, []int) {}

func (m *IDMapping) XXX_Unmarshal(b []byte) error {}

func (m *IDMapping) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {}

func (m *IDMapping) XXX_Merge(src proto.Message) {}

func (m *IDMapping) XXX_Size() int {}

func (m *IDMapping) XXX_DiscardUnknown() {}

var xxx_messageInfo_IDMapping

func (m *IDMapping) GetHostId() uint32 {}

func (m *IDMapping) GetContainerId() uint32 {}

func (m *IDMapping) GetLength() uint32 {}

type UserNamespace

func (m *UserNamespace) Reset()      {}

func (*UserNamespace) ProtoMessage() {}

func (*UserNamespace) Descriptor() ([]byte, []int) {}

func (m *UserNamespace) XXX_Unmarshal(b []byte) error {}

func (m *UserNamespace) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {}

func (m *UserNamespace) XXX_Merge(src proto.Message) {}

func (m *UserNamespace) XXX_Size() int {}

func (m *UserNamespace) XXX_DiscardUnknown() {}

var xxx_messageInfo_UserNamespace

func (m *UserNamespace) GetMode() NamespaceMode {}

func (m *UserNamespace) GetUids() []*IDMapping {}

func (m *UserNamespace) GetGids() []*IDMapping {}

type NamespaceOption

func (m *NamespaceOption) Reset()      {}

func (*NamespaceOption) ProtoMessage() {}

func (*NamespaceOption) Descriptor() ([]byte, []int) {}

func (m *NamespaceOption) XXX_Unmarshal(b []byte) error {}

func (m *NamespaceOption) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {}

func (m *NamespaceOption) XXX_Merge(src proto.Message) {}

func (m *NamespaceOption) XXX_Size() int {}

func (m *NamespaceOption) XXX_DiscardUnknown() {}

var xxx_messageInfo_NamespaceOption

func (m *NamespaceOption) GetNetwork() NamespaceMode {}

func (m *NamespaceOption) GetPid() NamespaceMode {}

func (m *NamespaceOption) GetIpc() NamespaceMode {}

func (m *NamespaceOption) GetTargetId() string {}

func (m *NamespaceOption) GetUsernsOptions() *UserNamespace {}

type Int64Value

func (m *Int64Value) Reset()      {}

func (*Int64Value) ProtoMessage() {}

func (*Int64Value) Descriptor() ([]byte, []int) {}

func (m *Int64Value) XXX_Unmarshal(b []byte) error {}

func (m *Int64Value) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {}

func (m *Int64Value) XXX_Merge(src proto.Message) {}

func (m *Int64Value) XXX_Size() int {}

func (m *Int64Value) XXX_DiscardUnknown() {}

var xxx_messageInfo_Int64Value

func (m *Int64Value) GetValue() int64 {}

type LinuxSandboxSecurityContext

func (m *LinuxSandboxSecurityContext) Reset()      {}

func (*LinuxSandboxSecurityContext) ProtoMessage() {}

func (*LinuxSandboxSecurityContext) Descriptor() ([]byte, []int) {}

func (m *LinuxSandboxSecurityContext) XXX_Unmarshal(b []byte) error {}

func (m *LinuxSandboxSecurityContext) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {}

func (m *LinuxSandboxSecurityContext) XXX_Merge(src proto.Message) {}

func (m *LinuxSandboxSecurityContext) XXX_Size() int {}

func (m *LinuxSandboxSecurityContext) XXX_DiscardUnknown() {}

var xxx_messageInfo_LinuxSandboxSecurityContext

func (m *LinuxSandboxSecurityContext) GetNamespaceOptions() *NamespaceOption {}

func (m *LinuxSandboxSecurityContext) GetSelinuxOptions() *SELinuxOption {}

func (m *LinuxSandboxSecurityContext) GetRunAsUser() *Int64Value {}

func (m *LinuxSandboxSecurityContext) GetRunAsGroup() *Int64Value {}

func (m *LinuxSandboxSecurityContext) GetReadonlyRootfs() bool {}

func (m *LinuxSandboxSecurityContext) GetSupplementalGroups() []int64 {}

func (m *LinuxSandboxSecurityContext) GetSupplementalGroupsPolicy() SupplementalGroupsPolicy {}

func (m *LinuxSandboxSecurityContext) GetPrivileged() bool {}

func (m *LinuxSandboxSecurityContext) GetSeccomp() *SecurityProfile {}

func (m *LinuxSandboxSecurityContext) GetApparmor() *SecurityProfile {}

// Deprecated: Do not use.
func (m *LinuxSandboxSecurityContext) GetSeccompProfilePath() string {}

type SecurityProfile

func (m *SecurityProfile) Reset()      {}

func (*SecurityProfile) ProtoMessage() {}

func (*SecurityProfile) Descriptor() ([]byte, []int) {}

func (m *SecurityProfile) XXX_Unmarshal(b []byte) error {}

func (m *SecurityProfile) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {}

func (m *SecurityProfile) XXX_Merge(src proto.Message) {}

func (m *SecurityProfile) XXX_Size() int {}

func (m *SecurityProfile) XXX_DiscardUnknown() {}

var xxx_messageInfo_SecurityProfile

func (m *SecurityProfile) GetProfileType() SecurityProfile_ProfileType {}

func (m *SecurityProfile) GetLocalhostRef() string {}

type LinuxPodSandboxConfig

func (m *LinuxPodSandboxConfig) Reset()      {}

func (*LinuxPodSandboxConfig) ProtoMessage() {}

func (*LinuxPodSandboxConfig) Descriptor() ([]byte, []int) {}

func (m *LinuxPodSandboxConfig) XXX_Unmarshal(b []byte) error {}

func (m *LinuxPodSandboxConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {}

func (m *LinuxPodSandboxConfig) XXX_Merge(src proto.Message) {}

func (m *LinuxPodSandboxConfig) XXX_Size() int {}

func (m *LinuxPodSandboxConfig) XXX_DiscardUnknown() {}

var xxx_messageInfo_LinuxPodSandboxConfig

func (m *LinuxPodSandboxConfig) GetCgroupParent() string {}

func (m *LinuxPodSandboxConfig) GetSecurityContext() *LinuxSandboxSecurityContext {}

func (m *LinuxPodSandboxConfig) GetSysctls() map[string]string {}

func (m *LinuxPodSandboxConfig) GetOverhead() *LinuxContainerResources {}

func (m *LinuxPodSandboxConfig) GetResources() *LinuxContainerResources {}

type PodSandboxMetadata

func (m *PodSandboxMetadata) Reset()      {}

func (*PodSandboxMetadata) ProtoMessage() {}

func (*PodSandboxMetadata) Descriptor() ([]byte, []int) {}

func (m *PodSandboxMetadata) XXX_Unmarshal(b []byte) error {}

func (m *PodSandboxMetadata) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {}

func (m *PodSandboxMetadata) XXX_Merge(src proto.Message) {}

func (m *PodSandboxMetadata) XXX_Size() int {}

func (m *PodSandboxMetadata) XXX_DiscardUnknown() {}

var xxx_messageInfo_PodSandboxMetadata

func (m *PodSandboxMetadata) GetName() string {}

func (m *PodSandboxMetadata) GetUid() string {}

func (m *PodSandboxMetadata) GetNamespace() string {}

func (m *PodSandboxMetadata) GetAttempt() uint32 {}

type PodSandboxConfig

func (m *PodSandboxConfig) Reset()      {}

func (*PodSandboxConfig) ProtoMessage() {}

func (*PodSandboxConfig) Descriptor() ([]byte, []int) {}

func (m *PodSandboxConfig) XXX_Unmarshal(b []byte) error {}

func (m *PodSandboxConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {}

func (m *PodSandboxConfig) XXX_Merge(src proto.Message) {}

func (m *PodSandboxConfig) XXX_Size() int {}

func (m *PodSandboxConfig) XXX_DiscardUnknown() {}

var xxx_messageInfo_PodSandboxConfig

func (m *PodSandboxConfig) GetMetadata() *PodSandboxMetadata {}

func (m *PodSandboxConfig) GetHostname() string {}

func (m *PodSandboxConfig) GetLogDirectory() string {}

func (m *PodSandboxConfig) GetDnsConfig() *DNSConfig {}

func (m *PodSandboxConfig) GetPortMappings() []*PortMapping {}

func (m *PodSandboxConfig) GetLabels() map[string]string {}

func (m *PodSandboxConfig) GetAnnotations() map[string]string {}

func (m *PodSandboxConfig) GetLinux() *LinuxPodSandboxConfig {}

func (m *PodSandboxConfig) GetWindows() *WindowsPodSandboxConfig {}

type RunPodSandboxRequest

func (m *RunPodSandboxRequest) Reset()      {}

func (*RunPodSandboxRequest) ProtoMessage() {}

func (*RunPodSandboxRequest) Descriptor() ([]byte, []int) {}

func (m *RunPodSandboxRequest) XXX_Unmarshal(b []byte) error {}

func (m *RunPodSandboxRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {}

func (m *RunPodSandboxRequest) XXX_Merge(src proto.Message) {}

func (m *RunPodSandboxRequest) XXX_Size() int {}

func (m *RunPodSandboxRequest) XXX_DiscardUnknown() {}

var xxx_messageInfo_RunPodSandboxRequest

func (m *RunPodSandboxRequest) GetConfig() *PodSandboxConfig {}

func (m *RunPodSandboxRequest) GetRuntimeHandler() string {}

type RunPodSandboxResponse

func (m *RunPodSandboxResponse) Reset()      {}

func (*RunPodSandboxResponse) ProtoMessage() {}

func (*RunPodSandboxResponse) Descriptor() ([]byte, []int) {}

func (m *RunPodSandboxResponse) XXX_Unmarshal(b []byte) error {}

func (m *RunPodSandboxResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {}

func (m *RunPodSandboxResponse) XXX_Merge(src proto.Message) {}

func (m *RunPodSandboxResponse) XXX_Size() int {}

func (m *RunPodSandboxResponse) XXX_DiscardUnknown() {}

var xxx_messageInfo_RunPodSandboxResponse

func (m *RunPodSandboxResponse) GetPodSandboxId() string {}

type StopPodSandboxRequest

func (m *StopPodSandboxRequest) Reset()      {}

func (*StopPodSandboxRequest) ProtoMessage() {}

func (*StopPodSandboxRequest) Descriptor() ([]byte, []int) {}

func (m *StopPodSandboxRequest) XXX_Unmarshal(b []byte) error {}

func (m *StopPodSandboxRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {}

func (m *StopPodSandboxRequest) XXX_Merge(src proto.Message) {}

func (m *StopPodSandboxRequest) XXX_Size() int {}

func (m *StopPodSandboxRequest) XXX_DiscardUnknown() {}

var xxx_messageInfo_StopPodSandboxRequest

func (m *StopPodSandboxRequest) GetPodSandboxId() string {}

type StopPodSandboxResponse

func (m *StopPodSandboxResponse) Reset()      {}

func (*StopPodSandboxResponse) ProtoMessage() {}

func (*StopPodSandboxResponse) Descriptor() ([]byte, []int) {}

func (m *StopPodSandboxResponse) XXX_Unmarshal(b []byte) error {}

func (m *StopPodSandboxResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {}

func (m *StopPodSandboxResponse) XXX_Merge(src proto.Message) {}

func (m *StopPodSandboxResponse) XXX_Size() int {}

func (m *StopPodSandboxResponse) XXX_DiscardUnknown() {}

var xxx_messageInfo_StopPodSandboxResponse

type RemovePodSandboxRequest

func (m *RemovePodSandboxRequest) Reset()      {}

func (*RemovePodSandboxRequest) ProtoMessage() {}

func (*RemovePodSandboxRequest) Descriptor() ([]byte, []int) {}

func (m *RemovePodSandboxRequest) XXX_Unmarshal(b []byte) error {}

func (m *RemovePodSandboxRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {}

func (m *RemovePodSandboxRequest) XXX_Merge(src proto.Message) {}

func (m *RemovePodSandboxRequest) XXX_Size() int {}

func (m *RemovePodSandboxRequest) XXX_DiscardUnknown() {}

var xxx_messageInfo_RemovePodSandboxRequest

func (m *RemovePodSandboxRequest) GetPodSandboxId() string {}

type RemovePodSandboxResponse

func (m *RemovePodSandboxResponse) Reset()      {}

func (*RemovePodSandboxResponse) ProtoMessage() {}

func (*RemovePodSandboxResponse) Descriptor() ([]byte, []int) {}

func (m *RemovePodSandboxResponse) XXX_Unmarshal(b []byte) error {}

func (m *RemovePodSandboxResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {}

func (m *RemovePodSandboxResponse) XXX_Merge(src proto.Message) {}

func (m *RemovePodSandboxResponse) XXX_Size() int {}

func (m *RemovePodSandboxResponse) XXX_DiscardUnknown() {}

var xxx_messageInfo_RemovePodSandboxResponse

type PodSandboxStatusRequest

func (m *PodSandboxStatusRequest) Reset()      {}

func (*PodSandboxStatusRequest) ProtoMessage() {}

func (*PodSandboxStatusRequest) Descriptor() ([]byte, []int) {}

func (m *PodSandboxStatusRequest) XXX_Unmarshal(b []byte) error {}

func (m *PodSandboxStatusRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {}

func (m *PodSandboxStatusRequest) XXX_Merge(src proto.Message) {}

func (m *PodSandboxStatusRequest) XXX_Size() int {}

func (m *PodSandboxStatusRequest) XXX_DiscardUnknown() {}

var xxx_messageInfo_PodSandboxStatusRequest

func (m *PodSandboxStatusRequest) GetPodSandboxId() string {}

func (m *PodSandboxStatusRequest) GetVerbose() bool {}

type PodIP

func (m *PodIP) Reset()      {}

func (*PodIP) ProtoMessage() {}

func (*PodIP) Descriptor() ([]byte, []int) {}

func (m *PodIP) XXX_Unmarshal(b []byte) error {}

func (m *PodIP) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {}

func (m *PodIP) XXX_Merge(src proto.Message) {}

func (m *PodIP) XXX_Size() int {}

func (m *PodIP) XXX_DiscardUnknown() {}

var xxx_messageInfo_PodIP

func (m *PodIP) GetIp() string {}

type PodSandboxNetworkStatus

func (m *PodSandboxNetworkStatus) Reset()      {}

func (*PodSandboxNetworkStatus) ProtoMessage() {}

func (*PodSandboxNetworkStatus) Descriptor() ([]byte, []int) {}

func (m *PodSandboxNetworkStatus) XXX_Unmarshal(b []byte) error {}

func (m *PodSandboxNetworkStatus) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {}

func (m *PodSandboxNetworkStatus) XXX_Merge(src proto.Message) {}

func (m *PodSandboxNetworkStatus) XXX_Size() int {}

func (m *PodSandboxNetworkStatus) XXX_DiscardUnknown() {}

var xxx_messageInfo_PodSandboxNetworkStatus

func (m *PodSandboxNetworkStatus) GetIp() string {}

func (m *PodSandboxNetworkStatus) GetAdditionalIps() []*PodIP {}

type Namespace

func (m *Namespace) Reset()      {}

func (*Namespace) ProtoMessage() {}

func (*Namespace) Descriptor() ([]byte, []int) {}

func (m *Namespace) XXX_Unmarshal(b []byte) error {}

func (m *Namespace) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {}

func (m *Namespace) XXX_Merge(src proto.Message) {}

func (m *Namespace) XXX_Size() int {}

func (m *Namespace) XXX_DiscardUnknown() {}

var xxx_messageInfo_Namespace

func (m *Namespace) GetOptions() *NamespaceOption {}

type LinuxPodSandboxStatus

func (m *LinuxPodSandboxStatus) Reset()      {}

func (*LinuxPodSandboxStatus) ProtoMessage() {}

func (*LinuxPodSandboxStatus) Descriptor() ([]byte, []int) {}

func (m *LinuxPodSandboxStatus) XXX_Unmarshal(b []byte) error {}

func (m *LinuxPodSandboxStatus) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {}

func (m *LinuxPodSandboxStatus) XXX_Merge(src proto.Message) {}

func (m *LinuxPodSandboxStatus) XXX_Size() int {}

func (m *LinuxPodSandboxStatus) XXX_DiscardUnknown() {}

var xxx_messageInfo_LinuxPodSandboxStatus

func (m *LinuxPodSandboxStatus) GetNamespaces() *Namespace {}

type PodSandboxStatus

func (m *PodSandboxStatus) Reset()      {}

func (*PodSandboxStatus) ProtoMessage() {}

func (*PodSandboxStatus) Descriptor() ([]byte, []int) {}

func (m *PodSandboxStatus) XXX_Unmarshal(b []byte) error {}

func (m *PodSandboxStatus) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {}

func (m *PodSandboxStatus) XXX_Merge(src proto.Message) {}

func (m *PodSandboxStatus) XXX_Size() int {}

func (m *PodSandboxStatus) XXX_DiscardUnknown() {}

var xxx_messageInfo_PodSandboxStatus

func (m *PodSandboxStatus) GetId() string {}

func (m *PodSandboxStatus) GetMetadata() *PodSandboxMetadata {}

func (m *PodSandboxStatus) GetState() PodSandboxState {}

func (m *PodSandboxStatus) GetCreatedAt() int64 {}

func (m *PodSandboxStatus) GetNetwork() *PodSandboxNetworkStatus {}

func (m *PodSandboxStatus) GetLinux() *LinuxPodSandboxStatus {}

func (m *PodSandboxStatus) GetLabels() map[string]string {}

func (m *PodSandboxStatus) GetAnnotations() map[string]string {}

func (m *PodSandboxStatus) GetRuntimeHandler() string {}

type PodSandboxStatusResponse

func (m *PodSandboxStatusResponse) Reset()      {}

func (*PodSandboxStatusResponse) ProtoMessage() {}

func (*PodSandboxStatusResponse) Descriptor() ([]byte, []int) {}

func (m *PodSandboxStatusResponse) XXX_Unmarshal(b []byte) error {}

func (m *PodSandboxStatusResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {}

func (m *PodSandboxStatusResponse) XXX_Merge(src proto.Message) {}

func (m *PodSandboxStatusResponse) XXX_Size() int {}

func (m *PodSandboxStatusResponse) XXX_DiscardUnknown() {}

var xxx_messageInfo_PodSandboxStatusResponse

func (m *PodSandboxStatusResponse) GetStatus() *PodSandboxStatus {}

func (m *PodSandboxStatusResponse) GetInfo() map[string]string {}

func (m *PodSandboxStatusResponse) GetContainersStatuses() []*ContainerStatus {}

func (m *PodSandboxStatusResponse) GetTimestamp() int64 {}

type PodSandboxStateValue

func (m *PodSandboxStateValue) Reset()      {}

func (*PodSandboxStateValue) ProtoMessage() {}

func (*PodSandboxStateValue) Descriptor() ([]byte, []int) {}

func (m *PodSandboxStateValue) XXX_Unmarshal(b []byte) error {}

func (m *PodSandboxStateValue) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {}

func (m *PodSandboxStateValue) XXX_Merge(src proto.Message) {}

func (m *PodSandboxStateValue) XXX_Size() int {}

func (m *PodSandboxStateValue) XXX_DiscardUnknown() {}

var xxx_messageInfo_PodSandboxStateValue

func (m *PodSandboxStateValue) GetState() PodSandboxState {}

type PodSandboxFilter

func (m *PodSandboxFilter) Reset()      {}

func (*PodSandboxFilter) ProtoMessage() {}

func (*PodSandboxFilter) Descriptor() ([]byte, []int) {}

func (m *PodSandboxFilter) XXX_Unmarshal(b []byte) error {}

func (m *PodSandboxFilter) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {}

func (m *PodSandboxFilter) XXX_Merge(src proto.Message) {}

func (m *PodSandboxFilter) XXX_Size() int {}

func (m *PodSandboxFilter) XXX_DiscardUnknown() {}

var xxx_messageInfo_PodSandboxFilter

func (m *PodSandboxFilter) GetId() string {}

func (m *PodSandboxFilter) GetState() *PodSandboxStateValue {}

func (m *PodSandboxFilter) GetLabelSelector() map[string]string {}

type ListPodSandboxRequest

func (m *ListPodSandboxRequest) Reset()      {}

func (*ListPodSandboxRequest) ProtoMessage() {}

func (*ListPodSandboxRequest) Descriptor() ([]byte, []int) {}

func (m *ListPodSandboxRequest) XXX_Unmarshal(b []byte) error {}

func (m *ListPodSandboxRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {}

func (m *ListPodSandboxRequest) XXX_Merge(src proto.Message) {}

func (m *ListPodSandboxRequest) XXX_Size() int {}

func (m *ListPodSandboxRequest) XXX_DiscardUnknown() {}

var xxx_messageInfo_ListPodSandboxRequest

func (m *ListPodSandboxRequest) GetFilter() *PodSandboxFilter {}

type PodSandbox

func (m *PodSandbox) Reset()      {}

func (*PodSandbox) ProtoMessage() {}

func (*PodSandbox) Descriptor() ([]byte, []int) {}

func (m *PodSandbox) XXX_Unmarshal(b []byte) error {}

func (m *PodSandbox) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {}

func (m *PodSandbox) XXX_Merge(src proto.Message) {}

func (m *PodSandbox) XXX_Size() int {}

func (m *PodSandbox) XXX_DiscardUnknown() {}

var xxx_messageInfo_PodSandbox

func (m *PodSandbox) GetId() string {}

func (m *PodSandbox) GetMetadata() *PodSandboxMetadata {}

func (m *PodSandbox) GetState() PodSandboxState {}

func (m *PodSandbox) GetCreatedAt() int64 {}

func (m *PodSandbox) GetLabels() map[string]string {}

func (m *PodSandbox) GetAnnotations() map[string]string {}

func (m *PodSandbox) GetRuntimeHandler() string {}

type ListPodSandboxResponse

func (m *ListPodSandboxResponse) Reset()      {}

func (*ListPodSandboxResponse) ProtoMessage() {}

func (*ListPodSandboxResponse) Descriptor() ([]byte, []int) {}

func (m *ListPodSandboxResponse) XXX_Unmarshal(b []byte) error {}

func (m *ListPodSandboxResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {}

func (m *ListPodSandboxResponse) XXX_Merge(src proto.Message) {}

func (m *ListPodSandboxResponse) XXX_Size() int {}

func (m *ListPodSandboxResponse) XXX_DiscardUnknown() {}

var xxx_messageInfo_ListPodSandboxResponse

func (m *ListPodSandboxResponse) GetItems() []*PodSandbox {}

type PodSandboxStatsRequest

func (m *PodSandboxStatsRequest) Reset()      {}

func (*PodSandboxStatsRequest) ProtoMessage() {}

func (*PodSandboxStatsRequest) Descriptor() ([]byte, []int) {}

func (m *PodSandboxStatsRequest) XXX_Unmarshal(b []byte) error {}

func (m *PodSandboxStatsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {}

func (m *PodSandboxStatsRequest) XXX_Merge(src proto.Message) {}

func (m *PodSandboxStatsRequest) XXX_Size() int {}

func (m *PodSandboxStatsRequest) XXX_DiscardUnknown() {}

var xxx_messageInfo_PodSandboxStatsRequest

func (m *PodSandboxStatsRequest) GetPodSandboxId() string {}

type PodSandboxStatsResponse

func (m *PodSandboxStatsResponse) Reset()      {}

func (*PodSandboxStatsResponse) ProtoMessage() {}

func (*PodSandboxStatsResponse) Descriptor() ([]byte, []int) {}

func (m *PodSandboxStatsResponse) XXX_Unmarshal(b []byte) error {}

func (m *PodSandboxStatsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {}

func (m *PodSandboxStatsResponse) XXX_Merge(src proto.Message) {}

func (m *PodSandboxStatsResponse) XXX_Size() int {}

func (m *PodSandboxStatsResponse) XXX_DiscardUnknown() {}

var xxx_messageInfo_PodSandboxStatsResponse

func (m *PodSandboxStatsResponse) GetStats() *PodSandboxStats {}

type PodSandboxStatsFilter

func (m *PodSandboxStatsFilter) Reset()      {}

func (*PodSandboxStatsFilter) ProtoMessage() {}

func (*PodSandboxStatsFilter) Descriptor() ([]byte, []int) {}

func (m *PodSandboxStatsFilter) XXX_Unmarshal(b []byte) error {}

func (m *PodSandboxStatsFilter) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {}

func (m *PodSandboxStatsFilter) XXX_Merge(src proto.Message) {}

func (m *PodSandboxStatsFilter) XXX_Size() int {}

func (m *PodSandboxStatsFilter) XXX_DiscardUnknown() {}

var xxx_messageInfo_PodSandboxStatsFilter

func (m *PodSandboxStatsFilter) GetId() string {}

func (m *PodSandboxStatsFilter) GetLabelSelector() map[string]string {}

type ListPodSandboxStatsRequest

func (m *ListPodSandboxStatsRequest) Reset()      {}

func (*ListPodSandboxStatsRequest) ProtoMessage() {}

func (*ListPodSandboxStatsRequest) Descriptor() ([]byte, []int) {}

func (m *ListPodSandboxStatsRequest) XXX_Unmarshal(b []byte) error {}

func (m *ListPodSandboxStatsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {}

func (m *ListPodSandboxStatsRequest) XXX_Merge(src proto.Message) {}

func (m *ListPodSandboxStatsRequest) XXX_Size() int {}

func (m *ListPodSandboxStatsRequest) XXX_DiscardUnknown() {}

var xxx_messageInfo_ListPodSandboxStatsRequest

func (m *ListPodSandboxStatsRequest) GetFilter() *PodSandboxStatsFilter {}

type ListPodSandboxStatsResponse

func (m *ListPodSandboxStatsResponse) Reset()      {}

func (*ListPodSandboxStatsResponse) ProtoMessage() {}

func (*ListPodSandboxStatsResponse) Descriptor() ([]byte, []int) {}

func (m *ListPodSandboxStatsResponse) XXX_Unmarshal(b []byte) error {}

func (m *ListPodSandboxStatsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {}

func (m *ListPodSandboxStatsResponse) XXX_Merge(src proto.Message) {}

func (m *ListPodSandboxStatsResponse) XXX_Size() int {}

func (m *ListPodSandboxStatsResponse) XXX_DiscardUnknown() {}

var xxx_messageInfo_ListPodSandboxStatsResponse

func (m *ListPodSandboxStatsResponse) GetStats() []*PodSandboxStats {}

type PodSandboxAttributes

func (m *PodSandboxAttributes) Reset()      {}

func (*PodSandboxAttributes) ProtoMessage() {}

func (*PodSandboxAttributes) Descriptor() ([]byte, []int) {}

func (m *PodSandboxAttributes) XXX_Unmarshal(b []byte) error {}

func (m *PodSandboxAttributes) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {}

func (m *PodSandboxAttributes) XXX_Merge(src proto.Message) {}

func (m *PodSandboxAttributes) XXX_Size() int {}

func (m *PodSandboxAttributes) XXX_DiscardUnknown() {}

var xxx_messageInfo_PodSandboxAttributes

func (m *PodSandboxAttributes) GetId() string {}

func (m *PodSandboxAttributes) GetMetadata() *PodSandboxMetadata {}

func (m *PodSandboxAttributes) GetLabels() map[string]string {}

func (m *PodSandboxAttributes) GetAnnotations() map[string]string {}

type PodSandboxStats

func (m *PodSandboxStats) Reset()      {}

func (*PodSandboxStats) ProtoMessage() {}

func (*PodSandboxStats) Descriptor() ([]byte, []int) {}

func (m *PodSandboxStats) XXX_Unmarshal(b []byte) error {}

func (m *PodSandboxStats) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {}

func (m *PodSandboxStats) XXX_Merge(src proto.Message) {}

func (m *PodSandboxStats) XXX_Size() int {}

func (m *PodSandboxStats) XXX_DiscardUnknown() {}

var xxx_messageInfo_PodSandboxStats

func (m *PodSandboxStats) GetAttributes() *PodSandboxAttributes {}

func (m *PodSandboxStats) GetLinux() *LinuxPodSandboxStats {}

func (m *PodSandboxStats) GetWindows() *WindowsPodSandboxStats {}

type LinuxPodSandboxStats

func (m *LinuxPodSandboxStats) Reset()      {}

func (*LinuxPodSandboxStats) ProtoMessage() {}

func (*LinuxPodSandboxStats) Descriptor() ([]byte, []int) {}

func (m *LinuxPodSandboxStats) XXX_Unmarshal(b []byte) error {}

func (m *LinuxPodSandboxStats) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {}

func (m *LinuxPodSandboxStats) XXX_Merge(src proto.Message) {}

func (m *LinuxPodSandboxStats) XXX_Size() int {}

func (m *LinuxPodSandboxStats) XXX_DiscardUnknown() {}

var xxx_messageInfo_LinuxPodSandboxStats

func (m *LinuxPodSandboxStats) GetCpu() *CpuUsage {}

func (m *LinuxPodSandboxStats) GetMemory() *MemoryUsage {}

func (m *LinuxPodSandboxStats) GetNetwork() *NetworkUsage {}

func (m *LinuxPodSandboxStats) GetProcess() *ProcessUsage {}

func (m *LinuxPodSandboxStats) GetContainers() []*ContainerStats {}

type WindowsPodSandboxStats

func (m *WindowsPodSandboxStats) Reset()      {}

func (*WindowsPodSandboxStats) ProtoMessage() {}

func (*WindowsPodSandboxStats) Descriptor() ([]byte, []int) {}

func (m *WindowsPodSandboxStats) XXX_Unmarshal(b []byte) error {}

func (m *WindowsPodSandboxStats) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {}

func (m *WindowsPodSandboxStats) XXX_Merge(src proto.Message) {}

func (m *WindowsPodSandboxStats) XXX_Size() int {}

func (m *WindowsPodSandboxStats) XXX_DiscardUnknown() {}

var xxx_messageInfo_WindowsPodSandboxStats

func (m *WindowsPodSandboxStats) GetCpu() *WindowsCpuUsage {}

func (m *WindowsPodSandboxStats) GetMemory() *WindowsMemoryUsage {}

func (m *WindowsPodSandboxStats) GetNetwork() *WindowsNetworkUsage {}

func (m *WindowsPodSandboxStats) GetProcess() *WindowsProcessUsage {}

func (m *WindowsPodSandboxStats) GetContainers() []*WindowsContainerStats {}

type NetworkUsage

func (m *NetworkUsage) Reset()      {}

func (*NetworkUsage) ProtoMessage() {}

func (*NetworkUsage) Descriptor() ([]byte, []int) {}

func (m *NetworkUsage) XXX_Unmarshal(b []byte) error {}

func (m *NetworkUsage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {}

func (m *NetworkUsage) XXX_Merge(src proto.Message) {}

func (m *NetworkUsage) XXX_Size() int {}

func (m *NetworkUsage) XXX_DiscardUnknown() {}

var xxx_messageInfo_NetworkUsage

func (m *NetworkUsage) GetTimestamp() int64 {}

func (m *NetworkUsage) GetDefaultInterface() *NetworkInterfaceUsage {}

func (m *NetworkUsage) GetInterfaces() []*NetworkInterfaceUsage {}

type WindowsNetworkUsage

func (m *WindowsNetworkUsage) Reset()      {}

func (*WindowsNetworkUsage) ProtoMessage() {}

func (*WindowsNetworkUsage) Descriptor() ([]byte, []int) {}

func (m *WindowsNetworkUsage) XXX_Unmarshal(b []byte) error {}

func (m *WindowsNetworkUsage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {}

func (m *WindowsNetworkUsage) XXX_Merge(src proto.Message) {}

func (m *WindowsNetworkUsage) XXX_Size() int {}

func (m *WindowsNetworkUsage) XXX_DiscardUnknown() {}

var xxx_messageInfo_WindowsNetworkUsage

func (m *WindowsNetworkUsage) GetTimestamp() int64 {}

func (m *WindowsNetworkUsage) GetDefaultInterface() *WindowsNetworkInterfaceUsage {}

func (m *WindowsNetworkUsage) GetInterfaces() []*WindowsNetworkInterfaceUsage {}

type NetworkInterfaceUsage

func (m *NetworkInterfaceUsage) Reset()      {}

func (*NetworkInterfaceUsage) ProtoMessage() {}

func (*NetworkInterfaceUsage) Descriptor() ([]byte, []int) {}

func (m *NetworkInterfaceUsage) XXX_Unmarshal(b []byte) error {}

func (m *NetworkInterfaceUsage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {}

func (m *NetworkInterfaceUsage) XXX_Merge(src proto.Message) {}

func (m *NetworkInterfaceUsage) XXX_Size() int {}

func (m *NetworkInterfaceUsage) XXX_DiscardUnknown() {}

var xxx_messageInfo_NetworkInterfaceUsage

func (m *NetworkInterfaceUsage) GetName() string {}

func (m *NetworkInterfaceUsage) GetRxBytes() *UInt64Value {}

func (m *NetworkInterfaceUsage) GetRxErrors() *UInt64Value {}

func (m *NetworkInterfaceUsage) GetTxBytes() *UInt64Value {}

func (m *NetworkInterfaceUsage) GetTxErrors() *UInt64Value {}

type WindowsNetworkInterfaceUsage

func (m *WindowsNetworkInterfaceUsage) Reset()      {}

func (*WindowsNetworkInterfaceUsage) ProtoMessage() {}

func (*WindowsNetworkInterfaceUsage) Descriptor() ([]byte, []int) {}

func (m *WindowsNetworkInterfaceUsage) XXX_Unmarshal(b []byte) error {}

func (m *WindowsNetworkInterfaceUsage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {}

func (m *WindowsNetworkInterfaceUsage) XXX_Merge(src proto.Message) {}

func (m *WindowsNetworkInterfaceUsage) XXX_Size() int {}

func (m *WindowsNetworkInterfaceUsage) XXX_DiscardUnknown() {}

var xxx_messageInfo_WindowsNetworkInterfaceUsage

func (m *WindowsNetworkInterfaceUsage) GetName() string {}

func (m *WindowsNetworkInterfaceUsage) GetRxBytes() *UInt64Value {}

func (m *WindowsNetworkInterfaceUsage) GetRxPacketsDropped() *UInt64Value {}

func (m *WindowsNetworkInterfaceUsage) GetTxBytes() *UInt64Value {}

func (m *WindowsNetworkInterfaceUsage) GetTxPacketsDropped() *UInt64Value {}

type ProcessUsage

func (m *ProcessUsage) Reset()      {}

func (*ProcessUsage) ProtoMessage() {}

func (*ProcessUsage) Descriptor() ([]byte, []int) {}

func (m *ProcessUsage) XXX_Unmarshal(b []byte) error {}

func (m *ProcessUsage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {}

func (m *ProcessUsage) XXX_Merge(src proto.Message) {}

func (m *ProcessUsage) XXX_Size() int {}

func (m *ProcessUsage) XXX_DiscardUnknown() {}

var xxx_messageInfo_ProcessUsage

func (m *ProcessUsage) GetTimestamp() int64 {}

func (m *ProcessUsage) GetProcessCount() *UInt64Value {}

type WindowsProcessUsage

func (m *WindowsProcessUsage) Reset()      {}

func (*WindowsProcessUsage) ProtoMessage() {}

func (*WindowsProcessUsage) Descriptor() ([]byte, []int) {}

func (m *WindowsProcessUsage) XXX_Unmarshal(b []byte) error {}

func (m *WindowsProcessUsage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {}

func (m *WindowsProcessUsage) XXX_Merge(src proto.Message) {}

func (m *WindowsProcessUsage) XXX_Size() int {}

func (m *WindowsProcessUsage) XXX_DiscardUnknown() {}

var xxx_messageInfo_WindowsProcessUsage

func (m *WindowsProcessUsage) GetTimestamp() int64 {}

func (m *WindowsProcessUsage) GetProcessCount() *UInt64Value {}

type ImageSpec

func (m *ImageSpec) Reset()      {}

func (*ImageSpec) ProtoMessage() {}

func (*ImageSpec) Descriptor() ([]byte, []int) {}

func (m *ImageSpec) XXX_Unmarshal(b []byte) error {}

func (m *ImageSpec) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {}

func (m *ImageSpec) XXX_Merge(src proto.Message) {}

func (m *ImageSpec) XXX_Size() int {}

func (m *ImageSpec) XXX_DiscardUnknown() {}

var xxx_messageInfo_ImageSpec

func (m *ImageSpec) GetImage() string {}

func (m *ImageSpec) GetAnnotations() map[string]string {}

func (m *ImageSpec) GetUserSpecifiedImage() string {}

func (m *ImageSpec) GetRuntimeHandler() string {}

type KeyValue

func (m *KeyValue) Reset()      {}

func (*KeyValue) ProtoMessage() {}

func (*KeyValue) Descriptor() ([]byte, []int) {}

func (m *KeyValue) XXX_Unmarshal(b []byte) error {}

func (m *KeyValue) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {}

func (m *KeyValue) XXX_Merge(src proto.Message) {}

func (m *KeyValue) XXX_Size() int {}

func (m *KeyValue) XXX_DiscardUnknown() {}

var xxx_messageInfo_KeyValue

func (m *KeyValue) GetKey() string {}

func (m *KeyValue) GetValue() string {}

type LinuxContainerResources

func (m *LinuxContainerResources) Reset()      {}

func (*LinuxContainerResources) ProtoMessage() {}

func (*LinuxContainerResources) Descriptor() ([]byte, []int) {}

func (m *LinuxContainerResources) XXX_Unmarshal(b []byte) error {}

func (m *LinuxContainerResources) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {}

func (m *LinuxContainerResources) XXX_Merge(src proto.Message) {}

func (m *LinuxContainerResources) XXX_Size() int {}

func (m *LinuxContainerResources) XXX_DiscardUnknown() {}

var xxx_messageInfo_LinuxContainerResources

func (m *LinuxContainerResources) GetCpuPeriod() int64 {}

func (m *LinuxContainerResources) GetCpuQuota() int64 {}

func (m *LinuxContainerResources) GetCpuShares() int64 {}

func (m *LinuxContainerResources) GetMemoryLimitInBytes() int64 {}

func (m *LinuxContainerResources) GetOomScoreAdj() int64 {}

func (m *LinuxContainerResources) GetCpusetCpus() string {}

func (m *LinuxContainerResources) GetCpusetMems() string {}

func (m *LinuxContainerResources) GetHugepageLimits() []*HugepageLimit {}

func (m *LinuxContainerResources) GetUnified() map[string]string {}

func (m *LinuxContainerResources) GetMemorySwapLimitInBytes() int64 {}

type HugepageLimit

func (m *HugepageLimit) Reset()      {}

func (*HugepageLimit) ProtoMessage() {}

func (*HugepageLimit) Descriptor() ([]byte, []int) {}

func (m *HugepageLimit) XXX_Unmarshal(b []byte) error {}

func (m *HugepageLimit) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {}

func (m *HugepageLimit) XXX_Merge(src proto.Message) {}

func (m *HugepageLimit) XXX_Size() int {}

func (m *HugepageLimit) XXX_DiscardUnknown() {}

var xxx_messageInfo_HugepageLimit

func (m *HugepageLimit) GetPageSize() string {}

func (m *HugepageLimit) GetLimit() uint64 {}

type SELinuxOption

func (m *SELinuxOption) Reset()      {}

func (*SELinuxOption) ProtoMessage() {}

func (*SELinuxOption) Descriptor() ([]byte, []int) {}

func (m *SELinuxOption) XXX_Unmarshal(b []byte) error {}

func (m *SELinuxOption) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {}

func (m *SELinuxOption) XXX_Merge(src proto.Message) {}

func (m *SELinuxOption) XXX_Size() int {}

func (m *SELinuxOption) XXX_DiscardUnknown() {}

var xxx_messageInfo_SELinuxOption

func (m *SELinuxOption) GetUser() string {}

func (m *SELinuxOption) GetRole() string {}

func (m *SELinuxOption) GetType() string {}

func (m *SELinuxOption) GetLevel() string {}

type Capability

func (m *Capability) Reset()      {}

func (*Capability) ProtoMessage() {}

func (*Capability) Descriptor() ([]byte, []int) {}

func (m *Capability) XXX_Unmarshal(b []byte) error {}

func (m *Capability) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {}

func (m *Capability) XXX_Merge(src proto.Message) {}

func (m *Capability) XXX_Size() int {}

func (m *Capability) XXX_DiscardUnknown() {}

var xxx_messageInfo_Capability

func (m *Capability) GetAddCapabilities() []string {}

func (m *Capability) GetDropCapabilities() []string {}

func (m *Capability) GetAddAmbientCapabilities() []string {}

type LinuxContainerSecurityContext

func (m *LinuxContainerSecurityContext) Reset()      {}

func (*LinuxContainerSecurityContext) ProtoMessage() {}

func (*LinuxContainerSecurityContext) Descriptor() ([]byte, []int) {}

func (m *LinuxContainerSecurityContext) XXX_Unmarshal(b []byte) error {}

func (m *LinuxContainerSecurityContext) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {}

func (m *LinuxContainerSecurityContext) XXX_Merge(src proto.Message) {}

func (m *LinuxContainerSecurityContext) XXX_Size() int {}

func (m *LinuxContainerSecurityContext) XXX_DiscardUnknown() {}

var xxx_messageInfo_LinuxContainerSecurityContext

func (m *LinuxContainerSecurityContext) GetCapabilities() *Capability {}

func (m *LinuxContainerSecurityContext) GetPrivileged() bool {}

func (m *LinuxContainerSecurityContext) GetNamespaceOptions() *NamespaceOption {}

func (m *LinuxContainerSecurityContext) GetSelinuxOptions() *SELinuxOption {}

func (m *LinuxContainerSecurityContext) GetRunAsUser() *Int64Value {}

func (m *LinuxContainerSecurityContext) GetRunAsGroup() *Int64Value {}

func (m *LinuxContainerSecurityContext) GetRunAsUsername() string {}

func (m *LinuxContainerSecurityContext) GetReadonlyRootfs() bool {}

func (m *LinuxContainerSecurityContext) GetSupplementalGroups() []int64 {}

func (m *LinuxContainerSecurityContext) GetSupplementalGroupsPolicy() SupplementalGroupsPolicy {}

func (m *LinuxContainerSecurityContext) GetNoNewPrivs() bool {}

func (m *LinuxContainerSecurityContext) GetMaskedPaths() []string {}

func (m *LinuxContainerSecurityContext) GetReadonlyPaths() []string {}

func (m *LinuxContainerSecurityContext) GetSeccomp() *SecurityProfile {}

func (m *LinuxContainerSecurityContext) GetApparmor() *SecurityProfile {}

// Deprecated: Do not use.
func (m *LinuxContainerSecurityContext) GetApparmorProfile() string {}

// Deprecated: Do not use.
func (m *LinuxContainerSecurityContext) GetSeccompProfilePath() string {}

type LinuxContainerConfig

func (m *LinuxContainerConfig) Reset()      {}

func (*LinuxContainerConfig) ProtoMessage() {}

func (*LinuxContainerConfig) Descriptor() ([]byte, []int) {}

func (m *LinuxContainerConfig) XXX_Unmarshal(b []byte) error {}

func (m *LinuxContainerConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {}

func (m *LinuxContainerConfig) XXX_Merge(src proto.Message) {}

func (m *LinuxContainerConfig) XXX_Size() int {}

func (m *LinuxContainerConfig) XXX_DiscardUnknown() {}

var xxx_messageInfo_LinuxContainerConfig

func (m *LinuxContainerConfig) GetResources() *LinuxContainerResources {}

func (m *LinuxContainerConfig) GetSecurityContext() *LinuxContainerSecurityContext {}

type LinuxContainerUser

func (m *LinuxContainerUser) Reset()      {}

func (*LinuxContainerUser) ProtoMessage() {}

func (*LinuxContainerUser) Descriptor() ([]byte, []int) {}

func (m *LinuxContainerUser) XXX_Unmarshal(b []byte) error {}

func (m *LinuxContainerUser) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {}

func (m *LinuxContainerUser) XXX_Merge(src proto.Message) {}

func (m *LinuxContainerUser) XXX_Size() int {}

func (m *LinuxContainerUser) XXX_DiscardUnknown() {}

var xxx_messageInfo_LinuxContainerUser

func (m *LinuxContainerUser) GetUid() int64 {}

func (m *LinuxContainerUser) GetGid() int64 {}

func (m *LinuxContainerUser) GetSupplementalGroups() []int64 {}

type WindowsNamespaceOption

func (m *WindowsNamespaceOption) Reset()      {}

func (*WindowsNamespaceOption) ProtoMessage() {}

func (*WindowsNamespaceOption) Descriptor() ([]byte, []int) {}

func (m *WindowsNamespaceOption) XXX_Unmarshal(b []byte) error {}

func (m *WindowsNamespaceOption) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {}

func (m *WindowsNamespaceOption) XXX_Merge(src proto.Message) {}

func (m *WindowsNamespaceOption) XXX_Size() int {}

func (m *WindowsNamespaceOption) XXX_DiscardUnknown() {}

var xxx_messageInfo_WindowsNamespaceOption

func (m *WindowsNamespaceOption) GetNetwork() NamespaceMode {}

type WindowsSandboxSecurityContext

func (m *WindowsSandboxSecurityContext) Reset()      {}

func (*WindowsSandboxSecurityContext) ProtoMessage() {}

func (*WindowsSandboxSecurityContext) Descriptor() ([]byte, []int) {}

func (m *WindowsSandboxSecurityContext) XXX_Unmarshal(b []byte) error {}

func (m *WindowsSandboxSecurityContext) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {}

func (m *WindowsSandboxSecurityContext) XXX_Merge(src proto.Message) {}

func (m *WindowsSandboxSecurityContext) XXX_Size() int {}

func (m *WindowsSandboxSecurityContext) XXX_DiscardUnknown() {}

var xxx_messageInfo_WindowsSandboxSecurityContext

func (m *WindowsSandboxSecurityContext) GetRunAsUsername() string {}

func (m *WindowsSandboxSecurityContext) GetCredentialSpec() string {}

func (m *WindowsSandboxSecurityContext) GetHostProcess() bool {}

func (m *WindowsSandboxSecurityContext) GetNamespaceOptions() *WindowsNamespaceOption {}

type WindowsPodSandboxConfig

func (m *WindowsPodSandboxConfig) Reset()      {}

func (*WindowsPodSandboxConfig) ProtoMessage() {}

func (*WindowsPodSandboxConfig) Descriptor() ([]byte, []int) {}

func (m *WindowsPodSandboxConfig) XXX_Unmarshal(b []byte) error {}

func (m *WindowsPodSandboxConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {}

func (m *WindowsPodSandboxConfig) XXX_Merge(src proto.Message) {}

func (m *WindowsPodSandboxConfig) XXX_Size() int {}

func (m *WindowsPodSandboxConfig) XXX_DiscardUnknown() {}

var xxx_messageInfo_WindowsPodSandboxConfig

func (m *WindowsPodSandboxConfig) GetSecurityContext() *WindowsSandboxSecurityContext {}

type WindowsContainerSecurityContext

func (m *WindowsContainerSecurityContext) Reset()      {}

func (*WindowsContainerSecurityContext) ProtoMessage() {}

func (*WindowsContainerSecurityContext) Descriptor() ([]byte, []int) {}

func (m *WindowsContainerSecurityContext) XXX_Unmarshal(b []byte) error {}

func (m *WindowsContainerSecurityContext) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {}

func (m *WindowsContainerSecurityContext) XXX_Merge(src proto.Message) {}

func (m *WindowsContainerSecurityContext) XXX_Size() int {}

func (m *WindowsContainerSecurityContext) XXX_DiscardUnknown() {}

var xxx_messageInfo_WindowsContainerSecurityContext

func (m *WindowsContainerSecurityContext) GetRunAsUsername() string {}

func (m *WindowsContainerSecurityContext) GetCredentialSpec() string {}

func (m *WindowsContainerSecurityContext) GetHostProcess() bool {}

type WindowsContainerConfig

func (m *WindowsContainerConfig) Reset()      {}

func (*WindowsContainerConfig) ProtoMessage() {}

func (*WindowsContainerConfig) Descriptor() ([]byte, []int) {}

func (m *WindowsContainerConfig) XXX_Unmarshal(b []byte) error {}

func (m *WindowsContainerConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {}

func (m *WindowsContainerConfig) XXX_Merge(src proto.Message) {}

func (m *WindowsContainerConfig) XXX_Size() int {}

func (m *WindowsContainerConfig) XXX_DiscardUnknown() {}

var xxx_messageInfo_WindowsContainerConfig

func (m *WindowsContainerConfig) GetResources() *WindowsContainerResources {}

func (m *WindowsContainerConfig) GetSecurityContext() *WindowsContainerSecurityContext {}

type WindowsContainerResources

func (m *WindowsContainerResources) Reset()      {}

func (*WindowsContainerResources) ProtoMessage() {}

func (*WindowsContainerResources) Descriptor() ([]byte, []int) {}

func (m *WindowsContainerResources) XXX_Unmarshal(b []byte) error {}

func (m *WindowsContainerResources) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {}

func (m *WindowsContainerResources) XXX_Merge(src proto.Message) {}

func (m *WindowsContainerResources) XXX_Size() int {}

func (m *WindowsContainerResources) XXX_DiscardUnknown() {}

var xxx_messageInfo_WindowsContainerResources

func (m *WindowsContainerResources) GetCpuShares() int64 {}

func (m *WindowsContainerResources) GetCpuCount() int64 {}

func (m *WindowsContainerResources) GetCpuMaximum() int64 {}

func (m *WindowsContainerResources) GetMemoryLimitInBytes() int64 {}

func (m *WindowsContainerResources) GetRootfsSizeInBytes() int64 {}

func (m *WindowsContainerResources) GetAffinityCpus() []*WindowsCpuGroupAffinity {}

type WindowsCpuGroupAffinity

func (m *WindowsCpuGroupAffinity) Reset()      {}

func (*WindowsCpuGroupAffinity) ProtoMessage() {}

func (*WindowsCpuGroupAffinity) Descriptor() ([]byte, []int) {}

func (m *WindowsCpuGroupAffinity) XXX_Unmarshal(b []byte) error {}

func (m *WindowsCpuGroupAffinity) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {}

func (m *WindowsCpuGroupAffinity) XXX_Merge(src proto.Message) {}

func (m *WindowsCpuGroupAffinity) XXX_Size() int {}

func (m *WindowsCpuGroupAffinity) XXX_DiscardUnknown() {}

var xxx_messageInfo_WindowsCpuGroupAffinity

func (m *WindowsCpuGroupAffinity) GetCpuMask() uint64 {}

func (m *WindowsCpuGroupAffinity) GetCpuGroup() uint32 {}

type ContainerMetadata

func (m *ContainerMetadata) Reset()      {}

func (*ContainerMetadata) ProtoMessage() {}

func (*ContainerMetadata) Descriptor() ([]byte, []int) {}

func (m *ContainerMetadata) XXX_Unmarshal(b []byte) error {}

func (m *ContainerMetadata) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {}

func (m *ContainerMetadata) XXX_Merge(src proto.Message) {}

func (m *ContainerMetadata) XXX_Size() int {}

func (m *ContainerMetadata) XXX_DiscardUnknown() {}

var xxx_messageInfo_ContainerMetadata

func (m *ContainerMetadata) GetName() string {}

func (m *ContainerMetadata) GetAttempt() uint32 {}

type Device

func (m *Device) Reset()      {}

func (*Device) ProtoMessage() {}

func (*Device) Descriptor() ([]byte, []int) {}

func (m *Device) XXX_Unmarshal(b []byte) error {}

func (m *Device) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {}

func (m *Device) XXX_Merge(src proto.Message) {}

func (m *Device) XXX_Size() int {}

func (m *Device) XXX_DiscardUnknown() {}

var xxx_messageInfo_Device

func (m *Device) GetContainerPath() string {}

func (m *Device) GetHostPath() string {}

func (m *Device) GetPermissions() string {}

type CDIDevice

func (m *CDIDevice) Reset()      {}

func (*CDIDevice) ProtoMessage() {}

func (*CDIDevice) Descriptor() ([]byte, []int) {}

func (m *CDIDevice) XXX_Unmarshal(b []byte) error {}

func (m *CDIDevice) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {}

func (m *CDIDevice) XXX_Merge(src proto.Message) {}

func (m *CDIDevice) XXX_Size() int {}

func (m *CDIDevice) XXX_DiscardUnknown() {}

var xxx_messageInfo_CDIDevice

func (m *CDIDevice) GetName() string {}

type ContainerConfig

func (m *ContainerConfig) Reset()      {}

func (*ContainerConfig) ProtoMessage() {}

func (*ContainerConfig) Descriptor() ([]byte, []int) {}

func (m *ContainerConfig) XXX_Unmarshal(b []byte) error {}

func (m *ContainerConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {}

func (m *ContainerConfig) XXX_Merge(src proto.Message) {}

func (m *ContainerConfig) XXX_Size() int {}

func (m *ContainerConfig) XXX_DiscardUnknown() {}

var xxx_messageInfo_ContainerConfig

func (m *ContainerConfig) GetMetadata() *ContainerMetadata {}

func (m *ContainerConfig) GetImage() *ImageSpec {}

func (m *ContainerConfig) GetCommand() []string {}

func (m *ContainerConfig) GetArgs() []string {}

func (m *ContainerConfig) GetWorkingDir() string {}

func (m *ContainerConfig) GetEnvs() []*KeyValue {}

func (m *ContainerConfig) GetMounts() []*Mount {}

func (m *ContainerConfig) GetDevices() []*Device {}

func (m *ContainerConfig) GetLabels() map[string]string {}

func (m *ContainerConfig) GetAnnotations() map[string]string {}

func (m *ContainerConfig) GetLogPath() string {}

func (m *ContainerConfig) GetStdin() bool {}

func (m *ContainerConfig) GetStdinOnce() bool {}

func (m *ContainerConfig) GetTty() bool {}

func (m *ContainerConfig) GetLinux() *LinuxContainerConfig {}

func (m *ContainerConfig) GetWindows() *WindowsContainerConfig {}

func (m *ContainerConfig) GetCDIDevices() []*CDIDevice {}

type CreateContainerRequest

func (m *CreateContainerRequest) Reset()      {}

func (*CreateContainerRequest) ProtoMessage() {}

func (*CreateContainerRequest) Descriptor() ([]byte, []int) {}

func (m *CreateContainerRequest) XXX_Unmarshal(b []byte) error {}

func (m *CreateContainerRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {}

func (m *CreateContainerRequest) XXX_Merge(src proto.Message) {}

func (m *CreateContainerRequest) XXX_Size() int {}

func (m *CreateContainerRequest) XXX_DiscardUnknown() {}

var xxx_messageInfo_CreateContainerRequest

func (m *CreateContainerRequest) GetPodSandboxId() string {}

func (m *CreateContainerRequest) GetConfig() *ContainerConfig {}

func (m *CreateContainerRequest) GetSandboxConfig() *PodSandboxConfig {}

type CreateContainerResponse

func (m *CreateContainerResponse) Reset()      {}

func (*CreateContainerResponse) ProtoMessage() {}

func (*CreateContainerResponse) Descriptor() ([]byte, []int) {}

func (m *CreateContainerResponse) XXX_Unmarshal(b []byte) error {}

func (m *CreateContainerResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {}

func (m *CreateContainerResponse) XXX_Merge(src proto.Message) {}

func (m *CreateContainerResponse) XXX_Size() int {}

func (m *CreateContainerResponse) XXX_DiscardUnknown() {}

var xxx_messageInfo_CreateContainerResponse

func (m *CreateContainerResponse) GetContainerId() string {}

type StartContainerRequest

func (m *StartContainerRequest) Reset()      {}

func (*StartContainerRequest) ProtoMessage() {}

func (*StartContainerRequest) Descriptor() ([]byte, []int) {}

func (m *StartContainerRequest) XXX_Unmarshal(b []byte) error {}

func (m *StartContainerRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {}

func (m *StartContainerRequest) XXX_Merge(src proto.Message) {}

func (m *StartContainerRequest) XXX_Size() int {}

func (m *StartContainerRequest) XXX_DiscardUnknown() {}

var xxx_messageInfo_StartContainerRequest

func (m *StartContainerRequest) GetContainerId() string {}

type StartContainerResponse

func (m *StartContainerResponse) Reset()      {}

func (*StartContainerResponse) ProtoMessage() {}

func (*StartContainerResponse) Descriptor() ([]byte, []int) {}

func (m *StartContainerResponse) XXX_Unmarshal(b []byte) error {}

func (m *StartContainerResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {}

func (m *StartContainerResponse) XXX_Merge(src proto.Message) {}

func (m *StartContainerResponse) XXX_Size() int {}

func (m *StartContainerResponse) XXX_DiscardUnknown() {}

var xxx_messageInfo_StartContainerResponse

type StopContainerRequest

func (m *StopContainerRequest) Reset()      {}

func (*StopContainerRequest) ProtoMessage() {}

func (*StopContainerRequest) Descriptor() ([]byte, []int) {}

func (m *StopContainerRequest) XXX_Unmarshal(b []byte) error {}

func (m *StopContainerRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {}

func (m *StopContainerRequest) XXX_Merge(src proto.Message) {}

func (m *StopContainerRequest) XXX_Size() int {}

func (m *StopContainerRequest) XXX_DiscardUnknown() {}

var xxx_messageInfo_StopContainerRequest

func (m *StopContainerRequest) GetContainerId() string {}

func (m *StopContainerRequest) GetTimeout() int64 {}

type StopContainerResponse

func (m *StopContainerResponse) Reset()      {}

func (*StopContainerResponse) ProtoMessage() {}

func (*StopContainerResponse) Descriptor() ([]byte, []int) {}

func (m *StopContainerResponse) XXX_Unmarshal(b []byte) error {}

func (m *StopContainerResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {}

func (m *StopContainerResponse) XXX_Merge(src proto.Message) {}

func (m *StopContainerResponse) XXX_Size() int {}

func (m *StopContainerResponse) XXX_DiscardUnknown() {}

var xxx_messageInfo_StopContainerResponse

type RemoveContainerRequest

func (m *RemoveContainerRequest) Reset()      {}

func (*RemoveContainerRequest) ProtoMessage() {}

func (*RemoveContainerRequest) Descriptor() ([]byte, []int) {}

func (m *RemoveContainerRequest) XXX_Unmarshal(b []byte) error {}

func (m *RemoveContainerRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {}

func (m *RemoveContainerRequest) XXX_Merge(src proto.Message) {}

func (m *RemoveContainerRequest) XXX_Size() int {}

func (m *RemoveContainerRequest) XXX_DiscardUnknown() {}

var xxx_messageInfo_RemoveContainerRequest

func (m *RemoveContainerRequest) GetContainerId() string {}

type RemoveContainerResponse

func (m *RemoveContainerResponse) Reset()      {}

func (*RemoveContainerResponse) ProtoMessage() {}

func (*RemoveContainerResponse) Descriptor() ([]byte, []int) {}

func (m *RemoveContainerResponse) XXX_Unmarshal(b []byte) error {}

func (m *RemoveContainerResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {}

func (m *RemoveContainerResponse) XXX_Merge(src proto.Message) {}

func (m *RemoveContainerResponse) XXX_Size() int {}

func (m *RemoveContainerResponse) XXX_DiscardUnknown() {}

var xxx_messageInfo_RemoveContainerResponse

type ContainerStateValue

func (m *ContainerStateValue) Reset()      {}

func (*ContainerStateValue) ProtoMessage() {}

func (*ContainerStateValue) Descriptor() ([]byte, []int) {}

func (m *ContainerStateValue) XXX_Unmarshal(b []byte) error {}

func (m *ContainerStateValue) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {}

func (m *ContainerStateValue) XXX_Merge(src proto.Message) {}

func (m *ContainerStateValue) XXX_Size() int {}

func (m *ContainerStateValue) XXX_DiscardUnknown() {}

var xxx_messageInfo_ContainerStateValue

func (m *ContainerStateValue) GetState() ContainerState {}

type ContainerFilter

func (m *ContainerFilter) Reset()      {}

func (*ContainerFilter) ProtoMessage() {}

func (*ContainerFilter) Descriptor() ([]byte, []int) {}

func (m *ContainerFilter) XXX_Unmarshal(b []byte) error {}

func (m *ContainerFilter) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {}

func (m *ContainerFilter) XXX_Merge(src proto.Message) {}

func (m *ContainerFilter) XXX_Size() int {}

func (m *ContainerFilter) XXX_DiscardUnknown() {}

var xxx_messageInfo_ContainerFilter

func (m *ContainerFilter) GetId() string {}

func (m *ContainerFilter) GetState() *ContainerStateValue {}

func (m *ContainerFilter) GetPodSandboxId() string {}

func (m *ContainerFilter) GetLabelSelector() map[string]string {}

type ListContainersRequest

func (m *ListContainersRequest) Reset()      {}

func (*ListContainersRequest) ProtoMessage() {}

func (*ListContainersRequest) Descriptor() ([]byte, []int) {}

func (m *ListContainersRequest) XXX_Unmarshal(b []byte) error {}

func (m *ListContainersRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {}

func (m *ListContainersRequest) XXX_Merge(src proto.Message) {}

func (m *ListContainersRequest) XXX_Size() int {}

func (m *ListContainersRequest) XXX_DiscardUnknown() {}

var xxx_messageInfo_ListContainersRequest

func (m *ListContainersRequest) GetFilter() *ContainerFilter {}

type Container

func (m *Container) Reset()      {}

func (*Container) ProtoMessage() {}

func (*Container) Descriptor() ([]byte, []int) {}

func (m *Container) XXX_Unmarshal(b []byte) error {}

func (m *Container) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {}

func (m *Container) XXX_Merge(src proto.Message) {}

func (m *Container) XXX_Size() int {}

func (m *Container) XXX_DiscardUnknown() {}

var xxx_messageInfo_Container

func (m *Container) GetId() string {}

func (m *Container) GetPodSandboxId() string {}

func (m *Container) GetMetadata() *ContainerMetadata {}

func (m *Container) GetImage() *ImageSpec {}

func (m *Container) GetImageRef() string {}

func (m *Container) GetState() ContainerState {}

func (m *Container) GetCreatedAt() int64 {}

func (m *Container) GetLabels() map[string]string {}

func (m *Container) GetAnnotations() map[string]string {}

func (m *Container) GetImageId() string {}

type ListContainersResponse

func (m *ListContainersResponse) Reset()      {}

func (*ListContainersResponse) ProtoMessage() {}

func (*ListContainersResponse) Descriptor() ([]byte, []int) {}

func (m *ListContainersResponse) XXX_Unmarshal(b []byte) error {}

func (m *ListContainersResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {}

func (m *ListContainersResponse) XXX_Merge(src proto.Message) {}

func (m *ListContainersResponse) XXX_Size() int {}

func (m *ListContainersResponse) XXX_DiscardUnknown() {}

var xxx_messageInfo_ListContainersResponse

func (m *ListContainersResponse) GetContainers() []*Container {}

type ContainerStatusRequest

func (m *ContainerStatusRequest) Reset()      {}

func (*ContainerStatusRequest) ProtoMessage() {}

func (*ContainerStatusRequest) Descriptor() ([]byte, []int) {}

func (m *ContainerStatusRequest) XXX_Unmarshal(b []byte) error {}

func (m *ContainerStatusRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {}

func (m *ContainerStatusRequest) XXX_Merge(src proto.Message) {}

func (m *ContainerStatusRequest) XXX_Size() int {}

func (m *ContainerStatusRequest) XXX_DiscardUnknown() {}

var xxx_messageInfo_ContainerStatusRequest

func (m *ContainerStatusRequest) GetContainerId() string {}

func (m *ContainerStatusRequest) GetVerbose() bool {}

type ContainerStatus

func (m *ContainerStatus) Reset()      {}

func (*ContainerStatus) ProtoMessage() {}

func (*ContainerStatus) Descriptor() ([]byte, []int) {}

func (m *ContainerStatus) XXX_Unmarshal(b []byte) error {}

func (m *ContainerStatus) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {}

func (m *ContainerStatus) XXX_Merge(src proto.Message) {}

func (m *ContainerStatus) XXX_Size() int {}

func (m *ContainerStatus) XXX_DiscardUnknown() {}

var xxx_messageInfo_ContainerStatus

func (m *ContainerStatus) GetId() string {}

func (m *ContainerStatus) GetMetadata() *ContainerMetadata {}

func (m *ContainerStatus) GetState() ContainerState {}

func (m *ContainerStatus) GetCreatedAt() int64 {}

func (m *ContainerStatus) GetStartedAt() int64 {}

func (m *ContainerStatus) GetFinishedAt() int64 {}

func (m *ContainerStatus) GetExitCode() int32 {}

func (m *ContainerStatus) GetImage() *ImageSpec {}

func (m *ContainerStatus) GetImageRef() string {}

func (m *ContainerStatus) GetReason() string {}

func (m *ContainerStatus) GetMessage() string {}

func (m *ContainerStatus) GetLabels() map[string]string {}

func (m *ContainerStatus) GetAnnotations() map[string]string {}

func (m *ContainerStatus) GetMounts() []*Mount {}

func (m *ContainerStatus) GetLogPath() string {}

func (m *ContainerStatus) GetResources() *ContainerResources {}

func (m *ContainerStatus) GetImageId() string {}

func (m *ContainerStatus) GetUser() *ContainerUser {}

type ContainerStatusResponse

func (m *ContainerStatusResponse) Reset()      {}

func (*ContainerStatusResponse) ProtoMessage() {}

func (*ContainerStatusResponse) Descriptor() ([]byte, []int) {}

func (m *ContainerStatusResponse) XXX_Unmarshal(b []byte) error {}

func (m *ContainerStatusResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {}

func (m *ContainerStatusResponse) XXX_Merge(src proto.Message) {}

func (m *ContainerStatusResponse) XXX_Size() int {}

func (m *ContainerStatusResponse) XXX_DiscardUnknown() {}

var xxx_messageInfo_ContainerStatusResponse

func (m *ContainerStatusResponse) GetStatus() *ContainerStatus {}

func (m *ContainerStatusResponse) GetInfo() map[string]string {}

type ContainerResources

func (m *ContainerResources) Reset()      {}

func (*ContainerResources) ProtoMessage() {}

func (*ContainerResources) Descriptor() ([]byte, []int) {}

func (m *ContainerResources) XXX_Unmarshal(b []byte) error {}

func (m *ContainerResources) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {}

func (m *ContainerResources) XXX_Merge(src proto.Message) {}

func (m *ContainerResources) XXX_Size() int {}

func (m *ContainerResources) XXX_DiscardUnknown() {}

var xxx_messageInfo_ContainerResources

func (m *ContainerResources) GetLinux() *LinuxContainerResources {}

func (m *ContainerResources) GetWindows() *WindowsContainerResources {}

type ContainerUser

func (m *ContainerUser) Reset()      {}

func (*ContainerUser) ProtoMessage() {}

func (*ContainerUser) Descriptor() ([]byte, []int) {}

func (m *ContainerUser) XXX_Unmarshal(b []byte) error {}

func (m *ContainerUser) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {}

func (m *ContainerUser) XXX_Merge(src proto.Message) {}

func (m *ContainerUser) XXX_Size() int {}

func (m *ContainerUser) XXX_DiscardUnknown() {}

var xxx_messageInfo_ContainerUser

func (m *ContainerUser) GetLinux() *LinuxContainerUser {}

type UpdateContainerResourcesRequest

func (m *UpdateContainerResourcesRequest) Reset()      {}

func (*UpdateContainerResourcesRequest) ProtoMessage() {}

func (*UpdateContainerResourcesRequest) Descriptor() ([]byte, []int) {}

func (m *UpdateContainerResourcesRequest) XXX_Unmarshal(b []byte) error {}

func (m *UpdateContainerResourcesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {}

func (m *UpdateContainerResourcesRequest) XXX_Merge(src proto.Message) {}

func (m *UpdateContainerResourcesRequest) XXX_Size() int {}

func (m *UpdateContainerResourcesRequest) XXX_DiscardUnknown() {}

var xxx_messageInfo_UpdateContainerResourcesRequest

func (m *UpdateContainerResourcesRequest) GetContainerId() string {}

func (m *UpdateContainerResourcesRequest) GetLinux() *LinuxContainerResources {}

func (m *UpdateContainerResourcesRequest) GetWindows() *WindowsContainerResources {}

func (m *UpdateContainerResourcesRequest) GetAnnotations() map[string]string {}

type UpdateContainerResourcesResponse

func (m *UpdateContainerResourcesResponse) Reset()      {}

func (*UpdateContainerResourcesResponse) ProtoMessage() {}

func (*UpdateContainerResourcesResponse) Descriptor() ([]byte, []int) {}

func (m *UpdateContainerResourcesResponse) XXX_Unmarshal(b []byte) error {}

func (m *UpdateContainerResourcesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {}

func (m *UpdateContainerResourcesResponse) XXX_Merge(src proto.Message) {}

func (m *UpdateContainerResourcesResponse) XXX_Size() int {}

func (m *UpdateContainerResourcesResponse) XXX_DiscardUnknown() {}

var xxx_messageInfo_UpdateContainerResourcesResponse

type ExecSyncRequest

func (m *ExecSyncRequest) Reset()      {}

func (*ExecSyncRequest) ProtoMessage() {}

func (*ExecSyncRequest) Descriptor() ([]byte, []int) {}

func (m *ExecSyncRequest) XXX_Unmarshal(b []byte) error {}

func (m *ExecSyncRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {}

func (m *ExecSyncRequest) XXX_Merge(src proto.Message) {}

func (m *ExecSyncRequest) XXX_Size() int {}

func (m *ExecSyncRequest) XXX_DiscardUnknown() {}

var xxx_messageInfo_ExecSyncRequest

func (m *ExecSyncRequest) GetContainerId() string {}

func (m *ExecSyncRequest) GetCmd() []string {}

func (m *ExecSyncRequest) GetTimeout() int64 {}

type ExecSyncResponse

func (m *ExecSyncResponse) Reset()      {}

func (*ExecSyncResponse) ProtoMessage() {}

func (*ExecSyncResponse) Descriptor() ([]byte, []int) {}

func (m *ExecSyncResponse) XXX_Unmarshal(b []byte) error {}

func (m *ExecSyncResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {}

func (m *ExecSyncResponse) XXX_Merge(src proto.Message) {}

func (m *ExecSyncResponse) XXX_Size() int {}

func (m *ExecSyncResponse) XXX_DiscardUnknown() {}

var xxx_messageInfo_ExecSyncResponse

func (m *ExecSyncResponse) GetStdout() []byte {}

func (m *ExecSyncResponse) GetStderr() []byte {}

func (m *ExecSyncResponse) GetExitCode() int32 {}

type ExecRequest

func (m *ExecRequest) Reset()      {}

func (*ExecRequest) ProtoMessage() {}

func (*ExecRequest) Descriptor() ([]byte, []int) {}

func (m *ExecRequest) XXX_Unmarshal(b []byte) error {}

func (m *ExecRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {}

func (m *ExecRequest) XXX_Merge(src proto.Message) {}

func (m *ExecRequest) XXX_Size() int {}

func (m *ExecRequest) XXX_DiscardUnknown() {}

var xxx_messageInfo_ExecRequest

func (m *ExecRequest) GetContainerId() string {}

func (m *ExecRequest) GetCmd() []string {}

func (m *ExecRequest) GetTty() bool {}

func (m *ExecRequest) GetStdin() bool {}

func (m *ExecRequest) GetStdout() bool {}

func (m *ExecRequest) GetStderr() bool {}

type ExecResponse

func (m *ExecResponse) Reset()      {}

func (*ExecResponse) ProtoMessage() {}

func (*ExecResponse) Descriptor() ([]byte, []int) {}

func (m *ExecResponse) XXX_Unmarshal(b []byte) error {}

func (m *ExecResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {}

func (m *ExecResponse) XXX_Merge(src proto.Message) {}

func (m *ExecResponse) XXX_Size() int {}

func (m *ExecResponse) XXX_DiscardUnknown() {}

var xxx_messageInfo_ExecResponse

func (m *ExecResponse) GetUrl() string {}

type AttachRequest

func (m *AttachRequest) Reset()      {}

func (*AttachRequest) ProtoMessage() {}

func (*AttachRequest) Descriptor() ([]byte, []int) {}

func (m *AttachRequest) XXX_Unmarshal(b []byte) error {}

func (m *AttachRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {}

func (m *AttachRequest) XXX_Merge(src proto.Message) {}

func (m *AttachRequest) XXX_Size() int {}

func (m *AttachRequest) XXX_DiscardUnknown() {}

var xxx_messageInfo_AttachRequest

func (m *AttachRequest) GetContainerId() string {}

func (m *AttachRequest) GetStdin() bool {}

func (m *AttachRequest) GetTty() bool {}

func (m *AttachRequest) GetStdout() bool {}

func (m *AttachRequest) GetStderr() bool {}

type AttachResponse

func (m *AttachResponse) Reset()      {}

func (*AttachResponse) ProtoMessage() {}

func (*AttachResponse) Descriptor() ([]byte, []int) {}

func (m *AttachResponse) XXX_Unmarshal(b []byte) error {}

func (m *AttachResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {}

func (m *AttachResponse) XXX_Merge(src proto.Message) {}

func (m *AttachResponse) XXX_Size() int {}

func (m *AttachResponse) XXX_DiscardUnknown() {}

var xxx_messageInfo_AttachResponse

func (m *AttachResponse) GetUrl() string {}

type PortForwardRequest

func (m *PortForwardRequest) Reset()      {}

func (*PortForwardRequest) ProtoMessage() {}

func (*PortForwardRequest) Descriptor() ([]byte, []int) {}

func (m *PortForwardRequest) XXX_Unmarshal(b []byte) error {}

func (m *PortForwardRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {}

func (m *PortForwardRequest) XXX_Merge(src proto.Message) {}

func (m *PortForwardRequest) XXX_Size() int {}

func (m *PortForwardRequest) XXX_DiscardUnknown() {}

var xxx_messageInfo_PortForwardRequest

func (m *PortForwardRequest) GetPodSandboxId() string {}

func (m *PortForwardRequest) GetPort() []int32 {}

type PortForwardResponse

func (m *PortForwardResponse) Reset()      {}

func (*PortForwardResponse) ProtoMessage() {}

func (*PortForwardResponse) Descriptor() ([]byte, []int) {}

func (m *PortForwardResponse) XXX_Unmarshal(b []byte) error {}

func (m *PortForwardResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {}

func (m *PortForwardResponse) XXX_Merge(src proto.Message) {}

func (m *PortForwardResponse) XXX_Size() int {}

func (m *PortForwardResponse) XXX_DiscardUnknown() {}

var xxx_messageInfo_PortForwardResponse

func (m *PortForwardResponse) GetUrl() string {}

type ImageFilter

func (m *ImageFilter) Reset()      {}

func (*ImageFilter) ProtoMessage() {}

func (*ImageFilter) Descriptor() ([]byte, []int) {}

func (m *ImageFilter) XXX_Unmarshal(b []byte) error {}

func (m *ImageFilter) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {}

func (m *ImageFilter) XXX_Merge(src proto.Message) {}

func (m *ImageFilter) XXX_Size() int {}

func (m *ImageFilter) XXX_DiscardUnknown() {}

var xxx_messageInfo_ImageFilter

func (m *ImageFilter) GetImage() *ImageSpec {}

type ListImagesRequest

func (m *ListImagesRequest) Reset()      {}

func (*ListImagesRequest) ProtoMessage() {}

func (*ListImagesRequest) Descriptor() ([]byte, []int) {}

func (m *ListImagesRequest) XXX_Unmarshal(b []byte) error {}

func (m *ListImagesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {}

func (m *ListImagesRequest) XXX_Merge(src proto.Message) {}

func (m *ListImagesRequest) XXX_Size() int {}

func (m *ListImagesRequest) XXX_DiscardUnknown() {}

var xxx_messageInfo_ListImagesRequest

func (m *ListImagesRequest) GetFilter() *ImageFilter {}

type Image

func (m *Image) Reset()      {}

func (*Image) ProtoMessage() {}

func (*Image) Descriptor() ([]byte, []int) {}

func (m *Image) XXX_Unmarshal(b []byte) error {}

func (m *Image) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {}

func (m *Image) XXX_Merge(src proto.Message) {}

func (m *Image) XXX_Size() int {}

func (m *Image) XXX_DiscardUnknown() {}

var xxx_messageInfo_Image

func (m *Image) GetId() string {}

func (m *Image) GetRepoTags() []string {}

func (m *Image) GetRepoDigests() []string {}

func (m *Image) GetSize_() uint64 {}

func (m *Image) GetUid() *Int64Value {}

func (m *Image) GetUsername() string {}

func (m *Image) GetSpec() *ImageSpec {}

func (m *Image) GetPinned() bool {}

type ListImagesResponse

func (m *ListImagesResponse) Reset()      {}

func (*ListImagesResponse) ProtoMessage() {}

func (*ListImagesResponse) Descriptor() ([]byte, []int) {}

func (m *ListImagesResponse) XXX_Unmarshal(b []byte) error {}

func (m *ListImagesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {}

func (m *ListImagesResponse) XXX_Merge(src proto.Message) {}

func (m *ListImagesResponse) XXX_Size() int {}

func (m *ListImagesResponse) XXX_DiscardUnknown() {}

var xxx_messageInfo_ListImagesResponse

func (m *ListImagesResponse) GetImages() []*Image {}

type ImageStatusRequest

func (m *ImageStatusRequest) Reset()      {}

func (*ImageStatusRequest) ProtoMessage() {}

func (*ImageStatusRequest) Descriptor() ([]byte, []int) {}

func (m *ImageStatusRequest) XXX_Unmarshal(b []byte) error {}

func (m *ImageStatusRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {}

func (m *ImageStatusRequest) XXX_Merge(src proto.Message) {}

func (m *ImageStatusRequest) XXX_Size() int {}

func (m *ImageStatusRequest) XXX_DiscardUnknown() {}

var xxx_messageInfo_ImageStatusRequest

func (m *ImageStatusRequest) GetImage() *ImageSpec {}

func (m *ImageStatusRequest) GetVerbose() bool {}

type ImageStatusResponse

func (m *ImageStatusResponse) Reset()      {}

func (*ImageStatusResponse) ProtoMessage() {}

func (*ImageStatusResponse) Descriptor() ([]byte, []int) {}

func (m *ImageStatusResponse) XXX_Unmarshal(b []byte) error {}

func (m *ImageStatusResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {}

func (m *ImageStatusResponse) XXX_Merge(src proto.Message) {}

func (m *ImageStatusResponse) XXX_Size() int {}

func (m *ImageStatusResponse) XXX_DiscardUnknown() {}

var xxx_messageInfo_ImageStatusResponse

func (m *ImageStatusResponse) GetImage() *Image {}

func (m *ImageStatusResponse) GetInfo() map[string]string {}

type AuthConfig

func (m *AuthConfig) Reset()      {}

func (*AuthConfig) ProtoMessage() {}

func (*AuthConfig) Descriptor() ([]byte, []int) {}

func (m *AuthConfig) XXX_Unmarshal(b []byte) error {}

func (m *AuthConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {}

func (m *AuthConfig) XXX_Merge(src proto.Message) {}

func (m *AuthConfig) XXX_Size() int {}

func (m *AuthConfig) XXX_DiscardUnknown() {}

var xxx_messageInfo_AuthConfig

func (m *AuthConfig) GetUsername() string {}

func (m *AuthConfig) GetPassword() string {}

func (m *AuthConfig) GetAuth() string {}

func (m *AuthConfig) GetServerAddress() string {}

func (m *AuthConfig) GetIdentityToken() string {}

func (m *AuthConfig) GetRegistryToken() string {}

type PullImageRequest

func (m *PullImageRequest) Reset()      {}

func (*PullImageRequest) ProtoMessage() {}

func (*PullImageRequest) Descriptor() ([]byte, []int) {}

func (m *PullImageRequest) XXX_Unmarshal(b []byte) error {}

func (m *PullImageRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {}

func (m *PullImageRequest) XXX_Merge(src proto.Message) {}

func (m *PullImageRequest) XXX_Size() int {}

func (m *PullImageRequest) XXX_DiscardUnknown() {}

var xxx_messageInfo_PullImageRequest

func (m *PullImageRequest) GetImage() *ImageSpec {}

func (m *PullImageRequest) GetAuth() *AuthConfig {}

func (m *PullImageRequest) GetSandboxConfig() *PodSandboxConfig {}

type PullImageResponse

func (m *PullImageResponse) Reset()      {}

func (*PullImageResponse) ProtoMessage() {}

func (*PullImageResponse) Descriptor() ([]byte, []int) {}

func (m *PullImageResponse) XXX_Unmarshal(b []byte) error {}

func (m *PullImageResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {}

func (m *PullImageResponse) XXX_Merge(src proto.Message) {}

func (m *PullImageResponse) XXX_Size() int {}

func (m *PullImageResponse) XXX_DiscardUnknown() {}

var xxx_messageInfo_PullImageResponse

func (m *PullImageResponse) GetImageRef() string {}

type RemoveImageRequest

func (m *RemoveImageRequest) Reset()      {}

func (*RemoveImageRequest) ProtoMessage() {}

func (*RemoveImageRequest) Descriptor() ([]byte, []int) {}

func (m *RemoveImageRequest) XXX_Unmarshal(b []byte) error {}

func (m *RemoveImageRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {}

func (m *RemoveImageRequest) XXX_Merge(src proto.Message) {}

func (m *RemoveImageRequest) XXX_Size() int {}

func (m *RemoveImageRequest) XXX_DiscardUnknown() {}

var xxx_messageInfo_RemoveImageRequest

func (m *RemoveImageRequest) GetImage() *ImageSpec {}

type RemoveImageResponse

func (m *RemoveImageResponse) Reset()      {}

func (*RemoveImageResponse) ProtoMessage() {}

func (*RemoveImageResponse) Descriptor() ([]byte, []int) {}

func (m *RemoveImageResponse) XXX_Unmarshal(b []byte) error {}

func (m *RemoveImageResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {}

func (m *RemoveImageResponse) XXX_Merge(src proto.Message) {}

func (m *RemoveImageResponse) XXX_Size() int {}

func (m *RemoveImageResponse) XXX_DiscardUnknown() {}

var xxx_messageInfo_RemoveImageResponse

type NetworkConfig

func (m *NetworkConfig) Reset()      {}

func (*NetworkConfig) ProtoMessage() {}

func (*NetworkConfig) Descriptor() ([]byte, []int) {}

func (m *NetworkConfig) XXX_Unmarshal(b []byte) error {}

func (m *NetworkConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {}

func (m *NetworkConfig) XXX_Merge(src proto.Message) {}

func (m *NetworkConfig) XXX_Size() int {}

func (m *NetworkConfig) XXX_DiscardUnknown() {}

var xxx_messageInfo_NetworkConfig

func (m *NetworkConfig) GetPodCidr() string {}

type RuntimeConfig

func (m *RuntimeConfig) Reset()      {}

func (*RuntimeConfig) ProtoMessage() {}

func (*RuntimeConfig) Descriptor() ([]byte, []int) {}

func (m *RuntimeConfig) XXX_Unmarshal(b []byte) error {}

func (m *RuntimeConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {}

func (m *RuntimeConfig) XXX_Merge(src proto.Message) {}

func (m *RuntimeConfig) XXX_Size() int {}

func (m *RuntimeConfig) XXX_DiscardUnknown() {}

var xxx_messageInfo_RuntimeConfig

func (m *RuntimeConfig) GetNetworkConfig() *NetworkConfig {}

type UpdateRuntimeConfigRequest

func (m *UpdateRuntimeConfigRequest) Reset()      {}

func (*UpdateRuntimeConfigRequest) ProtoMessage() {}

func (*UpdateRuntimeConfigRequest) Descriptor() ([]byte, []int) {}

func (m *UpdateRuntimeConfigRequest) XXX_Unmarshal(b []byte) error {}

func (m *UpdateRuntimeConfigRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {}

func (m *UpdateRuntimeConfigRequest) XXX_Merge(src proto.Message) {}

func (m *UpdateRuntimeConfigRequest) XXX_Size() int {}

func (m *UpdateRuntimeConfigRequest) XXX_DiscardUnknown() {}

var xxx_messageInfo_UpdateRuntimeConfigRequest

func (m *UpdateRuntimeConfigRequest) GetRuntimeConfig() *RuntimeConfig {}

type UpdateRuntimeConfigResponse

func (m *UpdateRuntimeConfigResponse) Reset()      {}

func (*UpdateRuntimeConfigResponse) ProtoMessage() {}

func (*UpdateRuntimeConfigResponse) Descriptor() ([]byte, []int) {}

func (m *UpdateRuntimeConfigResponse) XXX_Unmarshal(b []byte) error {}

func (m *UpdateRuntimeConfigResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {}

func (m *UpdateRuntimeConfigResponse) XXX_Merge(src proto.Message) {}

func (m *UpdateRuntimeConfigResponse) XXX_Size() int {}

func (m *UpdateRuntimeConfigResponse) XXX_DiscardUnknown() {}

var xxx_messageInfo_UpdateRuntimeConfigResponse

type RuntimeCondition

func (m *RuntimeCondition) Reset()      {}

func (*RuntimeCondition) ProtoMessage() {}

func (*RuntimeCondition) Descriptor() ([]byte, []int) {}

func (m *RuntimeCondition) XXX_Unmarshal(b []byte) error {}

func (m *RuntimeCondition) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {}

func (m *RuntimeCondition) XXX_Merge(src proto.Message) {}

func (m *RuntimeCondition) XXX_Size() int {}

func (m *RuntimeCondition) XXX_DiscardUnknown() {}

var xxx_messageInfo_RuntimeCondition

func (m *RuntimeCondition) GetType() string {}

func (m *RuntimeCondition) GetStatus() bool {}

func (m *RuntimeCondition) GetReason() string {}

func (m *RuntimeCondition) GetMessage() string {}

type RuntimeStatus

func (m *RuntimeStatus) Reset()      {}

func (*RuntimeStatus) ProtoMessage() {}

func (*RuntimeStatus) Descriptor() ([]byte, []int) {}

func (m *RuntimeStatus) XXX_Unmarshal(b []byte) error {}

func (m *RuntimeStatus) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {}

func (m *RuntimeStatus) XXX_Merge(src proto.Message) {}

func (m *RuntimeStatus) XXX_Size() int {}

func (m *RuntimeStatus) XXX_DiscardUnknown() {}

var xxx_messageInfo_RuntimeStatus

func (m *RuntimeStatus) GetConditions() []*RuntimeCondition {}

type StatusRequest

func (m *StatusRequest) Reset()      {}

func (*StatusRequest) ProtoMessage() {}

func (*StatusRequest) Descriptor() ([]byte, []int) {}

func (m *StatusRequest) XXX_Unmarshal(b []byte) error {}

func (m *StatusRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {}

func (m *StatusRequest) XXX_Merge(src proto.Message) {}

func (m *StatusRequest) XXX_Size() int {}

func (m *StatusRequest) XXX_DiscardUnknown() {}

var xxx_messageInfo_StatusRequest

func (m *StatusRequest) GetVerbose() bool {}

type RuntimeHandlerFeatures

func (m *RuntimeHandlerFeatures) Reset()      {}

func (*RuntimeHandlerFeatures) ProtoMessage() {}

func (*RuntimeHandlerFeatures) Descriptor() ([]byte, []int) {}

func (m *RuntimeHandlerFeatures) XXX_Unmarshal(b []byte) error {}

func (m *RuntimeHandlerFeatures) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {}

func (m *RuntimeHandlerFeatures) XXX_Merge(src proto.Message) {}

func (m *RuntimeHandlerFeatures) XXX_Size() int {}

func (m *RuntimeHandlerFeatures) XXX_DiscardUnknown() {}

var xxx_messageInfo_RuntimeHandlerFeatures

func (m *RuntimeHandlerFeatures) GetRecursiveReadOnlyMounts() bool {}

func (m *RuntimeHandlerFeatures) GetUserNamespaces() bool {}

type RuntimeHandler

func (m *RuntimeHandler) Reset()      {}

func (*RuntimeHandler) ProtoMessage() {}

func (*RuntimeHandler) Descriptor() ([]byte, []int) {}

func (m *RuntimeHandler) XXX_Unmarshal(b []byte) error {}

func (m *RuntimeHandler) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {}

func (m *RuntimeHandler) XXX_Merge(src proto.Message) {}

func (m *RuntimeHandler) XXX_Size() int {}

func (m *RuntimeHandler) XXX_DiscardUnknown() {}

var xxx_messageInfo_RuntimeHandler

func (m *RuntimeHandler) GetName() string {}

func (m *RuntimeHandler) GetFeatures() *RuntimeHandlerFeatures {}

type RuntimeFeatures

func (m *RuntimeFeatures) Reset()      {}

func (*RuntimeFeatures) ProtoMessage() {}

func (*RuntimeFeatures) Descriptor() ([]byte, []int) {}

func (m *RuntimeFeatures) XXX_Unmarshal(b []byte) error {}

func (m *RuntimeFeatures) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {}

func (m *RuntimeFeatures) XXX_Merge(src proto.Message) {}

func (m *RuntimeFeatures) XXX_Size() int {}

func (m *RuntimeFeatures) XXX_DiscardUnknown() {}

var xxx_messageInfo_RuntimeFeatures

func (m *RuntimeFeatures) GetSupplementalGroupsPolicy() bool {}

type StatusResponse

func (m *StatusResponse) Reset()      {}

func (*StatusResponse) ProtoMessage() {}

func (*StatusResponse) Descriptor() ([]byte, []int) {}

func (m *StatusResponse) XXX_Unmarshal(b []byte) error {}

func (m *StatusResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {}

func (m *StatusResponse) XXX_Merge(src proto.Message) {}

func (m *StatusResponse) XXX_Size() int {}

func (m *StatusResponse) XXX_DiscardUnknown() {}

var xxx_messageInfo_StatusResponse

func (m *StatusResponse) GetStatus() *RuntimeStatus {}

func (m *StatusResponse) GetInfo() map[string]string {}

func (m *StatusResponse) GetRuntimeHandlers() []*RuntimeHandler {}

func (m *StatusResponse) GetFeatures() *RuntimeFeatures {}

type ImageFsInfoRequest

func (m *ImageFsInfoRequest) Reset()      {}

func (*ImageFsInfoRequest) ProtoMessage() {}

func (*ImageFsInfoRequest) Descriptor() ([]byte, []int) {}

func (m *ImageFsInfoRequest) XXX_Unmarshal(b []byte) error {}

func (m *ImageFsInfoRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {}

func (m *ImageFsInfoRequest) XXX_Merge(src proto.Message) {}

func (m *ImageFsInfoRequest) XXX_Size() int {}

func (m *ImageFsInfoRequest) XXX_DiscardUnknown() {}

var xxx_messageInfo_ImageFsInfoRequest

type UInt64Value

func (m *UInt64Value) Reset()      {}

func (*UInt64Value) ProtoMessage() {}

func (*UInt64Value) Descriptor() ([]byte, []int) {}

func (m *UInt64Value) XXX_Unmarshal(b []byte) error {}

func (m *UInt64Value) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {}

func (m *UInt64Value) XXX_Merge(src proto.Message) {}

func (m *UInt64Value) XXX_Size() int {}

func (m *UInt64Value) XXX_DiscardUnknown() {}

var xxx_messageInfo_UInt64Value

func (m *UInt64Value) GetValue() uint64 {}

type FilesystemIdentifier

func (m *FilesystemIdentifier) Reset()      {}

func (*FilesystemIdentifier) ProtoMessage() {}

func (*FilesystemIdentifier) Descriptor() ([]byte, []int) {}

func (m *FilesystemIdentifier) XXX_Unmarshal(b []byte) error {}

func (m *FilesystemIdentifier) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {}

func (m *FilesystemIdentifier) XXX_Merge(src proto.Message) {}

func (m *FilesystemIdentifier) XXX_Size() int {}

func (m *FilesystemIdentifier) XXX_DiscardUnknown() {}

var xxx_messageInfo_FilesystemIdentifier

func (m *FilesystemIdentifier) GetMountpoint() string {}

type FilesystemUsage

func (m *FilesystemUsage) Reset()      {}

func (*FilesystemUsage) ProtoMessage() {}

func (*FilesystemUsage) Descriptor() ([]byte, []int) {}

func (m *FilesystemUsage) XXX_Unmarshal(b []byte) error {}

func (m *FilesystemUsage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {}

func (m *FilesystemUsage) XXX_Merge(src proto.Message) {}

func (m *FilesystemUsage) XXX_Size() int {}

func (m *FilesystemUsage) XXX_DiscardUnknown() {}

var xxx_messageInfo_FilesystemUsage

func (m *FilesystemUsage) GetTimestamp() int64 {}

func (m *FilesystemUsage) GetFsId() *FilesystemIdentifier {}

func (m *FilesystemUsage) GetUsedBytes() *UInt64Value {}

func (m *FilesystemUsage) GetInodesUsed() *UInt64Value {}

type WindowsFilesystemUsage

func (m *WindowsFilesystemUsage) Reset()      {}

func (*WindowsFilesystemUsage) ProtoMessage() {}

func (*WindowsFilesystemUsage) Descriptor() ([]byte, []int) {}

func (m *WindowsFilesystemUsage) XXX_Unmarshal(b []byte) error {}

func (m *WindowsFilesystemUsage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {}

func (m *WindowsFilesystemUsage) XXX_Merge(src proto.Message) {}

func (m *WindowsFilesystemUsage) XXX_Size() int {}

func (m *WindowsFilesystemUsage) XXX_DiscardUnknown() {}

var xxx_messageInfo_WindowsFilesystemUsage

func (m *WindowsFilesystemUsage) GetTimestamp() int64 {}

func (m *WindowsFilesystemUsage) GetFsId() *FilesystemIdentifier {}

func (m *WindowsFilesystemUsage) GetUsedBytes() *UInt64Value {}

type ImageFsInfoResponse

func (m *ImageFsInfoResponse) Reset()      {}

func (*ImageFsInfoResponse) ProtoMessage() {}

func (*ImageFsInfoResponse) Descriptor() ([]byte, []int) {}

func (m *ImageFsInfoResponse) XXX_Unmarshal(b []byte) error {}

func (m *ImageFsInfoResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {}

func (m *ImageFsInfoResponse) XXX_Merge(src proto.Message) {}

func (m *ImageFsInfoResponse) XXX_Size() int {}

func (m *ImageFsInfoResponse) XXX_DiscardUnknown() {}

var xxx_messageInfo_ImageFsInfoResponse

func (m *ImageFsInfoResponse) GetImageFilesystems() []*FilesystemUsage {}

func (m *ImageFsInfoResponse) GetContainerFilesystems() []*FilesystemUsage {}

type ContainerStatsRequest

func (m *ContainerStatsRequest) Reset()      {}

func (*ContainerStatsRequest) ProtoMessage() {}

func (*ContainerStatsRequest) Descriptor() ([]byte, []int) {}

func (m *ContainerStatsRequest) XXX_Unmarshal(b []byte) error {}

func (m *ContainerStatsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {}

func (m *ContainerStatsRequest) XXX_Merge(src proto.Message) {}

func (m *ContainerStatsRequest) XXX_Size() int {}

func (m *ContainerStatsRequest) XXX_DiscardUnknown() {}

var xxx_messageInfo_ContainerStatsRequest

func (m *ContainerStatsRequest) GetContainerId() string {}

type ContainerStatsResponse

func (m *ContainerStatsResponse) Reset()      {}

func (*ContainerStatsResponse) ProtoMessage() {}

func (*ContainerStatsResponse) Descriptor() ([]byte, []int) {}

func (m *ContainerStatsResponse) XXX_Unmarshal(b []byte) error {}

func (m *ContainerStatsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {}

func (m *ContainerStatsResponse) XXX_Merge(src proto.Message) {}

func (m *ContainerStatsResponse) XXX_Size() int {}

func (m *ContainerStatsResponse) XXX_DiscardUnknown() {}

var xxx_messageInfo_ContainerStatsResponse

func (m *ContainerStatsResponse) GetStats() *ContainerStats {}

type ListContainerStatsRequest

func (m *ListContainerStatsRequest) Reset()      {}

func (*ListContainerStatsRequest) ProtoMessage() {}

func (*ListContainerStatsRequest) Descriptor() ([]byte, []int) {}

func (m *ListContainerStatsRequest) XXX_Unmarshal(b []byte) error {}

func (m *ListContainerStatsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {}

func (m *ListContainerStatsRequest) XXX_Merge(src proto.Message) {}

func (m *ListContainerStatsRequest) XXX_Size() int {}

func (m *ListContainerStatsRequest) XXX_DiscardUnknown() {}

var xxx_messageInfo_ListContainerStatsRequest

func (m *ListContainerStatsRequest) GetFilter() *ContainerStatsFilter {}

type ContainerStatsFilter

func (m *ContainerStatsFilter) Reset()      {}

func (*ContainerStatsFilter) ProtoMessage() {}

func (*ContainerStatsFilter) Descriptor() ([]byte, []int) {}

func (m *ContainerStatsFilter) XXX_Unmarshal(b []byte) error {}

func (m *ContainerStatsFilter) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {}

func (m *ContainerStatsFilter) XXX_Merge(src proto.Message) {}

func (m *ContainerStatsFilter) XXX_Size() int {}

func (m *ContainerStatsFilter) XXX_DiscardUnknown() {}

var xxx_messageInfo_ContainerStatsFilter

func (m *ContainerStatsFilter) GetId() string {}

func (m *ContainerStatsFilter) GetPodSandboxId() string {}

func (m *ContainerStatsFilter) GetLabelSelector() map[string]string {}

type ListContainerStatsResponse

func (m *ListContainerStatsResponse) Reset()      {}

func (*ListContainerStatsResponse) ProtoMessage() {}

func (*ListContainerStatsResponse) Descriptor() ([]byte, []int) {}

func (m *ListContainerStatsResponse) XXX_Unmarshal(b []byte) error {}

func (m *ListContainerStatsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {}

func (m *ListContainerStatsResponse) XXX_Merge(src proto.Message) {}

func (m *ListContainerStatsResponse) XXX_Size() int {}

func (m *ListContainerStatsResponse) XXX_DiscardUnknown() {}

var xxx_messageInfo_ListContainerStatsResponse

func (m *ListContainerStatsResponse) GetStats() []*ContainerStats {}

type ContainerAttributes

func (m *ContainerAttributes) Reset()      {}

func (*ContainerAttributes) ProtoMessage() {}

func (*ContainerAttributes) Descriptor() ([]byte, []int) {}

func (m *ContainerAttributes) XXX_Unmarshal(b []byte) error {}

func (m *ContainerAttributes) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {}

func (m *ContainerAttributes) XXX_Merge(src proto.Message) {}

func (m *ContainerAttributes) XXX_Size() int {}

func (m *ContainerAttributes) XXX_DiscardUnknown() {}

var xxx_messageInfo_ContainerAttributes

func (m *ContainerAttributes) GetId() string {}

func (m *ContainerAttributes) GetMetadata() *ContainerMetadata {}

func (m *ContainerAttributes) GetLabels() map[string]string {}

func (m *ContainerAttributes) GetAnnotations() map[string]string {}

type ContainerStats

func (m *ContainerStats) Reset()      {}

func (*ContainerStats) ProtoMessage() {}

func (*ContainerStats) Descriptor() ([]byte, []int) {}

func (m *ContainerStats) XXX_Unmarshal(b []byte) error {}

func (m *ContainerStats) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {}

func (m *ContainerStats) XXX_Merge(src proto.Message) {}

func (m *ContainerStats) XXX_Size() int {}

func (m *ContainerStats) XXX_DiscardUnknown() {}

var xxx_messageInfo_ContainerStats

func (m *ContainerStats) GetAttributes() *ContainerAttributes {}

func (m *ContainerStats) GetCpu() *CpuUsage {}

func (m *ContainerStats) GetMemory() *MemoryUsage {}

func (m *ContainerStats) GetWritableLayer() *FilesystemUsage {}

func (m *ContainerStats) GetSwap() *SwapUsage {}

type WindowsContainerStats

func (m *WindowsContainerStats) Reset()      {}

func (*WindowsContainerStats) ProtoMessage() {}

func (*WindowsContainerStats) Descriptor() ([]byte, []int) {}

func (m *WindowsContainerStats) XXX_Unmarshal(b []byte) error {}

func (m *WindowsContainerStats) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {}

func (m *WindowsContainerStats) XXX_Merge(src proto.Message) {}

func (m *WindowsContainerStats) XXX_Size() int {}

func (m *WindowsContainerStats) XXX_DiscardUnknown() {}

var xxx_messageInfo_WindowsContainerStats

func (m *WindowsContainerStats) GetAttributes() *ContainerAttributes {}

func (m *WindowsContainerStats) GetCpu() *WindowsCpuUsage {}

func (m *WindowsContainerStats) GetMemory() *WindowsMemoryUsage {}

func (m *WindowsContainerStats) GetWritableLayer() *WindowsFilesystemUsage {}

type CpuUsage

func (m *CpuUsage) Reset()      {}

func (*CpuUsage) ProtoMessage() {}

func (*CpuUsage) Descriptor() ([]byte, []int) {}

func (m *CpuUsage) XXX_Unmarshal(b []byte) error {}

func (m *CpuUsage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {}

func (m *CpuUsage) XXX_Merge(src proto.Message) {}

func (m *CpuUsage) XXX_Size() int {}

func (m *CpuUsage) XXX_DiscardUnknown() {}

var xxx_messageInfo_CpuUsage

func (m *CpuUsage) GetTimestamp() int64 {}

func (m *CpuUsage) GetUsageCoreNanoSeconds() *UInt64Value {}

func (m *CpuUsage) GetUsageNanoCores() *UInt64Value {}

type WindowsCpuUsage

func (m *WindowsCpuUsage) Reset()      {}

func (*WindowsCpuUsage) ProtoMessage() {}

func (*WindowsCpuUsage) Descriptor() ([]byte, []int) {}

func (m *WindowsCpuUsage) XXX_Unmarshal(b []byte) error {}

func (m *WindowsCpuUsage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {}

func (m *WindowsCpuUsage) XXX_Merge(src proto.Message) {}

func (m *WindowsCpuUsage) XXX_Size() int {}

func (m *WindowsCpuUsage) XXX_DiscardUnknown() {}

var xxx_messageInfo_WindowsCpuUsage

func (m *WindowsCpuUsage) GetTimestamp() int64 {}

func (m *WindowsCpuUsage) GetUsageCoreNanoSeconds() *UInt64Value {}

func (m *WindowsCpuUsage) GetUsageNanoCores() *UInt64Value {}

type MemoryUsage

func (m *MemoryUsage) Reset()      {}

func (*MemoryUsage) ProtoMessage() {}

func (*MemoryUsage) Descriptor() ([]byte, []int) {}

func (m *MemoryUsage) XXX_Unmarshal(b []byte) error {}

func (m *MemoryUsage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {}

func (m *MemoryUsage) XXX_Merge(src proto.Message) {}

func (m *MemoryUsage) XXX_Size() int {}

func (m *MemoryUsage) XXX_DiscardUnknown() {}

var xxx_messageInfo_MemoryUsage

func (m *MemoryUsage) GetTimestamp() int64 {}

func (m *MemoryUsage) GetWorkingSetBytes() *UInt64Value {}

func (m *MemoryUsage) GetAvailableBytes() *UInt64Value {}

func (m *MemoryUsage) GetUsageBytes() *UInt64Value {}

func (m *MemoryUsage) GetRssBytes() *UInt64Value {}

func (m *MemoryUsage) GetPageFaults() *UInt64Value {}

func (m *MemoryUsage) GetMajorPageFaults() *UInt64Value {}

type SwapUsage

func (m *SwapUsage) Reset()      {}

func (*SwapUsage) ProtoMessage() {}

func (*SwapUsage) Descriptor() ([]byte, []int) {}

func (m *SwapUsage) XXX_Unmarshal(b []byte) error {}

func (m *SwapUsage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {}

func (m *SwapUsage) XXX_Merge(src proto.Message) {}

func (m *SwapUsage) XXX_Size() int {}

func (m *SwapUsage) XXX_DiscardUnknown() {}

var xxx_messageInfo_SwapUsage

func (m *SwapUsage) GetTimestamp() int64 {}

func (m *SwapUsage) GetSwapAvailableBytes() *UInt64Value {}

func (m *SwapUsage) GetSwapUsageBytes() *UInt64Value {}

type WindowsMemoryUsage

func (m *WindowsMemoryUsage) Reset()      {}

func (*WindowsMemoryUsage) ProtoMessage() {}

func (*WindowsMemoryUsage) Descriptor() ([]byte, []int) {}

func (m *WindowsMemoryUsage) XXX_Unmarshal(b []byte) error {}

func (m *WindowsMemoryUsage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {}

func (m *WindowsMemoryUsage) XXX_Merge(src proto.Message) {}

func (m *WindowsMemoryUsage) XXX_Size() int {}

func (m *WindowsMemoryUsage) XXX_DiscardUnknown() {}

var xxx_messageInfo_WindowsMemoryUsage

func (m *WindowsMemoryUsage) GetTimestamp() int64 {}

func (m *WindowsMemoryUsage) GetWorkingSetBytes() *UInt64Value {}

func (m *WindowsMemoryUsage) GetAvailableBytes() *UInt64Value {}

func (m *WindowsMemoryUsage) GetPageFaults() *UInt64Value {}

func (m *WindowsMemoryUsage) GetCommitMemoryBytes() *UInt64Value {}

type ReopenContainerLogRequest

func (m *ReopenContainerLogRequest) Reset()      {}

func (*ReopenContainerLogRequest) ProtoMessage() {}

func (*ReopenContainerLogRequest) Descriptor() ([]byte, []int) {}

func (m *ReopenContainerLogRequest) XXX_Unmarshal(b []byte) error {}

func (m *ReopenContainerLogRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {}

func (m *ReopenContainerLogRequest) XXX_Merge(src proto.Message) {}

func (m *ReopenContainerLogRequest) XXX_Size() int {}

func (m *ReopenContainerLogRequest) XXX_DiscardUnknown() {}

var xxx_messageInfo_ReopenContainerLogRequest

func (m *ReopenContainerLogRequest) GetContainerId() string {}

type ReopenContainerLogResponse

func (m *ReopenContainerLogResponse) Reset()      {}

func (*ReopenContainerLogResponse) ProtoMessage() {}

func (*ReopenContainerLogResponse) Descriptor() ([]byte, []int) {}

func (m *ReopenContainerLogResponse) XXX_Unmarshal(b []byte) error {}

func (m *ReopenContainerLogResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {}

func (m *ReopenContainerLogResponse) XXX_Merge(src proto.Message) {}

func (m *ReopenContainerLogResponse) XXX_Size() int {}

func (m *ReopenContainerLogResponse) XXX_DiscardUnknown() {}

var xxx_messageInfo_ReopenContainerLogResponse

type CheckpointContainerRequest

func (m *CheckpointContainerRequest) Reset()      {}

func (*CheckpointContainerRequest) ProtoMessage() {}

func (*CheckpointContainerRequest) Descriptor() ([]byte, []int) {}

func (m *CheckpointContainerRequest) XXX_Unmarshal(b []byte) error {}

func (m *CheckpointContainerRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {}

func (m *CheckpointContainerRequest) XXX_Merge(src proto.Message) {}

func (m *CheckpointContainerRequest) XXX_Size() int {}

func (m *CheckpointContainerRequest) XXX_DiscardUnknown() {}

var xxx_messageInfo_CheckpointContainerRequest

func (m *CheckpointContainerRequest) GetContainerId() string {}

func (m *CheckpointContainerRequest) GetLocation() string {}

func (m *CheckpointContainerRequest) GetTimeout() int64 {}

type CheckpointContainerResponse

func (m *CheckpointContainerResponse) Reset()      {}

func (*CheckpointContainerResponse) ProtoMessage() {}

func (*CheckpointContainerResponse) Descriptor() ([]byte, []int) {}

func (m *CheckpointContainerResponse) XXX_Unmarshal(b []byte) error {}

func (m *CheckpointContainerResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {}

func (m *CheckpointContainerResponse) XXX_Merge(src proto.Message) {}

func (m *CheckpointContainerResponse) XXX_Size() int {}

func (m *CheckpointContainerResponse) XXX_DiscardUnknown() {}

var xxx_messageInfo_CheckpointContainerResponse

type GetEventsRequest

func (m *GetEventsRequest) Reset()      {}

func (*GetEventsRequest) ProtoMessage() {}

func (*GetEventsRequest) Descriptor() ([]byte, []int) {}

func (m *GetEventsRequest) XXX_Unmarshal(b []byte) error {}

func (m *GetEventsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {}

func (m *GetEventsRequest) XXX_Merge(src proto.Message) {}

func (m *GetEventsRequest) XXX_Size() int {}

func (m *GetEventsRequest) XXX_DiscardUnknown() {}

var xxx_messageInfo_GetEventsRequest

type ContainerEventResponse

func (m *ContainerEventResponse) Reset()      {}

func (*ContainerEventResponse) ProtoMessage() {}

func (*ContainerEventResponse) Descriptor() ([]byte, []int) {}

func (m *ContainerEventResponse) XXX_Unmarshal(b []byte) error {}

func (m *ContainerEventResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {}

func (m *ContainerEventResponse) XXX_Merge(src proto.Message) {}

func (m *ContainerEventResponse) XXX_Size() int {}

func (m *ContainerEventResponse) XXX_DiscardUnknown() {}

var xxx_messageInfo_ContainerEventResponse

func (m *ContainerEventResponse) GetContainerId() string {}

func (m *ContainerEventResponse) GetContainerEventType() ContainerEventType {}

func (m *ContainerEventResponse) GetCreatedAt() int64 {}

func (m *ContainerEventResponse) GetPodSandboxStatus() *PodSandboxStatus {}

func (m *ContainerEventResponse) GetContainersStatuses() []*ContainerStatus {}

type ListMetricDescriptorsRequest

func (m *ListMetricDescriptorsRequest) Reset()      {}

func (*ListMetricDescriptorsRequest) ProtoMessage() {}

func (*ListMetricDescriptorsRequest) Descriptor() ([]byte, []int) {}

func (m *ListMetricDescriptorsRequest) XXX_Unmarshal(b []byte) error {}

func (m *ListMetricDescriptorsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {}

func (m *ListMetricDescriptorsRequest) XXX_Merge(src proto.Message) {}

func (m *ListMetricDescriptorsRequest) XXX_Size() int {}

func (m *ListMetricDescriptorsRequest) XXX_DiscardUnknown() {}

var xxx_messageInfo_ListMetricDescriptorsRequest

type ListMetricDescriptorsResponse

func (m *ListMetricDescriptorsResponse) Reset()      {}

func (*ListMetricDescriptorsResponse) ProtoMessage() {}

func (*ListMetricDescriptorsResponse) Descriptor() ([]byte, []int) {}

func (m *ListMetricDescriptorsResponse) XXX_Unmarshal(b []byte) error {}

func (m *ListMetricDescriptorsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {}

func (m *ListMetricDescriptorsResponse) XXX_Merge(src proto.Message) {}

func (m *ListMetricDescriptorsResponse) XXX_Size() int {}

func (m *ListMetricDescriptorsResponse) XXX_DiscardUnknown() {}

var xxx_messageInfo_ListMetricDescriptorsResponse

func (m *ListMetricDescriptorsResponse) GetDescriptors() []*MetricDescriptor {}

type MetricDescriptor

func (m *MetricDescriptor) Reset()      {}

func (*MetricDescriptor) ProtoMessage() {}

func (*MetricDescriptor) Descriptor() ([]byte, []int) {}

func (m *MetricDescriptor) XXX_Unmarshal(b []byte) error {}

func (m *MetricDescriptor) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {}

func (m *MetricDescriptor) XXX_Merge(src proto.Message) {}

func (m *MetricDescriptor) XXX_Size() int {}

func (m *MetricDescriptor) XXX_DiscardUnknown() {}

var xxx_messageInfo_MetricDescriptor

func (m *MetricDescriptor) GetName() string {}

func (m *MetricDescriptor) GetHelp() string {}

func (m *MetricDescriptor) GetLabelKeys() []string {}

type ListPodSandboxMetricsRequest

func (m *ListPodSandboxMetricsRequest) Reset()      {}

func (*ListPodSandboxMetricsRequest) ProtoMessage() {}

func (*ListPodSandboxMetricsRequest) Descriptor() ([]byte, []int) {}

func (m *ListPodSandboxMetricsRequest) XXX_Unmarshal(b []byte) error {}

func (m *ListPodSandboxMetricsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {}

func (m *ListPodSandboxMetricsRequest) XXX_Merge(src proto.Message) {}

func (m *ListPodSandboxMetricsRequest) XXX_Size() int {}

func (m *ListPodSandboxMetricsRequest) XXX_DiscardUnknown() {}

var xxx_messageInfo_ListPodSandboxMetricsRequest

type ListPodSandboxMetricsResponse

func (m *ListPodSandboxMetricsResponse) Reset()      {}

func (*ListPodSandboxMetricsResponse) ProtoMessage() {}

func (*ListPodSandboxMetricsResponse) Descriptor() ([]byte, []int) {}

func (m *ListPodSandboxMetricsResponse) XXX_Unmarshal(b []byte) error {}

func (m *ListPodSandboxMetricsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {}

func (m *ListPodSandboxMetricsResponse) XXX_Merge(src proto.Message) {}

func (m *ListPodSandboxMetricsResponse) XXX_Size() int {}

func (m *ListPodSandboxMetricsResponse) XXX_DiscardUnknown() {}

var xxx_messageInfo_ListPodSandboxMetricsResponse

func (m *ListPodSandboxMetricsResponse) GetPodMetrics() []*PodSandboxMetrics {}

type PodSandboxMetrics

func (m *PodSandboxMetrics) Reset()      {}

func (*PodSandboxMetrics) ProtoMessage() {}

func (*PodSandboxMetrics) Descriptor() ([]byte, []int) {}

func (m *PodSandboxMetrics) XXX_Unmarshal(b []byte) error {}

func (m *PodSandboxMetrics) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {}

func (m *PodSandboxMetrics) XXX_Merge(src proto.Message) {}

func (m *PodSandboxMetrics) XXX_Size() int {}

func (m *PodSandboxMetrics) XXX_DiscardUnknown() {}

var xxx_messageInfo_PodSandboxMetrics

func (m *PodSandboxMetrics) GetPodSandboxId() string {}

func (m *PodSandboxMetrics) GetMetrics() []*Metric {}

func (m *PodSandboxMetrics) GetContainerMetrics() []*ContainerMetrics {}

type ContainerMetrics

func (m *ContainerMetrics) Reset()      {}

func (*ContainerMetrics) ProtoMessage() {}

func (*ContainerMetrics) Descriptor() ([]byte, []int) {}

func (m *ContainerMetrics) XXX_Unmarshal(b []byte) error {}

func (m *ContainerMetrics) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {}

func (m *ContainerMetrics) XXX_Merge(src proto.Message) {}

func (m *ContainerMetrics) XXX_Size() int {}

func (m *ContainerMetrics) XXX_DiscardUnknown() {}

var xxx_messageInfo_ContainerMetrics

func (m *ContainerMetrics) GetContainerId() string {}

func (m *ContainerMetrics) GetMetrics() []*Metric {}

type Metric

func (m *Metric) Reset()      {}

func (*Metric) ProtoMessage() {}

func (*Metric) Descriptor() ([]byte, []int) {}

func (m *Metric) XXX_Unmarshal(b []byte) error {}

func (m *Metric) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {}

func (m *Metric) XXX_Merge(src proto.Message) {}

func (m *Metric) XXX_Size() int {}

func (m *Metric) XXX_DiscardUnknown() {}

var xxx_messageInfo_Metric

func (m *Metric) GetName() string {}

func (m *Metric) GetTimestamp() int64 {}

func (m *Metric) GetMetricType() MetricType {}

func (m *Metric) GetLabelValues() []string {}

func (m *Metric) GetValue() *UInt64Value {}

type RuntimeConfigRequest

func (m *RuntimeConfigRequest) Reset()      {}

func (*RuntimeConfigRequest) ProtoMessage() {}

func (*RuntimeConfigRequest) Descriptor() ([]byte, []int) {}

func (m *RuntimeConfigRequest) XXX_Unmarshal(b []byte) error {}

func (m *RuntimeConfigRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {}

func (m *RuntimeConfigRequest) XXX_Merge(src proto.Message) {}

func (m *RuntimeConfigRequest) XXX_Size() int {}

func (m *RuntimeConfigRequest) XXX_DiscardUnknown() {}

var xxx_messageInfo_RuntimeConfigRequest

type RuntimeConfigResponse

func (m *RuntimeConfigResponse) Reset()      {}

func (*RuntimeConfigResponse) ProtoMessage() {}

func (*RuntimeConfigResponse) Descriptor() ([]byte, []int) {}

func (m *RuntimeConfigResponse) XXX_Unmarshal(b []byte) error {}

func (m *RuntimeConfigResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {}

func (m *RuntimeConfigResponse) XXX_Merge(src proto.Message) {}

func (m *RuntimeConfigResponse) XXX_Size() int {}

func (m *RuntimeConfigResponse) XXX_DiscardUnknown() {}

var xxx_messageInfo_RuntimeConfigResponse

func (m *RuntimeConfigResponse) GetLinux() *LinuxRuntimeConfiguration {}

type LinuxRuntimeConfiguration

func (m *LinuxRuntimeConfiguration) Reset()      {}

func (*LinuxRuntimeConfiguration) ProtoMessage() {}

func (*LinuxRuntimeConfiguration) Descriptor() ([]byte, []int) {}

func (m *LinuxRuntimeConfiguration) XXX_Unmarshal(b []byte) error {}

func (m *LinuxRuntimeConfiguration) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {}

func (m *LinuxRuntimeConfiguration) XXX_Merge(src proto.Message) {}

func (m *LinuxRuntimeConfiguration) XXX_Size() int {}

func (m *LinuxRuntimeConfiguration) XXX_DiscardUnknown() {}

var xxx_messageInfo_LinuxRuntimeConfiguration

func (m *LinuxRuntimeConfiguration) GetCgroupDriver() CgroupDriver {}

func init() {}

func init() {}

var fileDescriptor_00212fb1f9d3bf1c

var _

var _

const _

type RuntimeServiceClient

type runtimeServiceClient

func NewRuntimeServiceClient(cc *grpc.ClientConn) RuntimeServiceClient {}

func (c *runtimeServiceClient) Version(ctx context.Context, in *VersionRequest, opts ...grpc.CallOption) (*VersionResponse, error) {}

func (c *runtimeServiceClient) RunPodSandbox(ctx context.Context, in *RunPodSandboxRequest, opts ...grpc.CallOption) (*RunPodSandboxResponse, error) {}

func (c *runtimeServiceClient) StopPodSandbox(ctx context.Context, in *StopPodSandboxRequest, opts ...grpc.CallOption) (*StopPodSandboxResponse, error) {}

func (c *runtimeServiceClient) RemovePodSandbox(ctx context.Context, in *RemovePodSandboxRequest, opts ...grpc.CallOption) (*RemovePodSandboxResponse, error) {}

func (c *runtimeServiceClient) PodSandboxStatus(ctx context.Context, in *PodSandboxStatusRequest, opts ...grpc.CallOption) (*PodSandboxStatusResponse, error) {}

func (c *runtimeServiceClient) ListPodSandbox(ctx context.Context, in *ListPodSandboxRequest, opts ...grpc.CallOption) (*ListPodSandboxResponse, error) {}

func (c *runtimeServiceClient) CreateContainer(ctx context.Context, in *CreateContainerRequest, opts ...grpc.CallOption) (*CreateContainerResponse, error) {}

func (c *runtimeServiceClient) StartContainer(ctx context.Context, in *StartContainerRequest, opts ...grpc.CallOption) (*StartContainerResponse, error) {}

func (c *runtimeServiceClient) StopContainer(ctx context.Context, in *StopContainerRequest, opts ...grpc.CallOption) (*StopContainerResponse, error) {}

func (c *runtimeServiceClient) RemoveContainer(ctx context.Context, in *RemoveContainerRequest, opts ...grpc.CallOption) (*RemoveContainerResponse, error) {}

func (c *runtimeServiceClient) ListContainers(ctx context.Context, in *ListContainersRequest, opts ...grpc.CallOption) (*ListContainersResponse, error) {}

func (c *runtimeServiceClient) ContainerStatus(ctx context.Context, in *ContainerStatusRequest, opts ...grpc.CallOption) (*ContainerStatusResponse, error) {}

func (c *runtimeServiceClient) UpdateContainerResources(ctx context.Context, in *UpdateContainerResourcesRequest, opts ...grpc.CallOption) (*UpdateContainerResourcesResponse, error) {}

func (c *runtimeServiceClient) ReopenContainerLog(ctx context.Context, in *ReopenContainerLogRequest, opts ...grpc.CallOption) (*ReopenContainerLogResponse, error) {}

func (c *runtimeServiceClient) ExecSync(ctx context.Context, in *ExecSyncRequest, opts ...grpc.CallOption) (*ExecSyncResponse, error) {}

func (c *runtimeServiceClient) Exec(ctx context.Context, in *ExecRequest, opts ...grpc.CallOption) (*ExecResponse, error) {}

func (c *runtimeServiceClient) Attach(ctx context.Context, in *AttachRequest, opts ...grpc.CallOption) (*AttachResponse, error) {}

func (c *runtimeServiceClient) PortForward(ctx context.Context, in *PortForwardRequest, opts ...grpc.CallOption) (*PortForwardResponse, error) {}

func (c *runtimeServiceClient) ContainerStats(ctx context.Context, in *ContainerStatsRequest, opts ...grpc.CallOption) (*ContainerStatsResponse, error) {}

func (c *runtimeServiceClient) ListContainerStats(ctx context.Context, in *ListContainerStatsRequest, opts ...grpc.CallOption) (*ListContainerStatsResponse, error) {}

func (c *runtimeServiceClient) PodSandboxStats(ctx context.Context, in *PodSandboxStatsRequest, opts ...grpc.CallOption) (*PodSandboxStatsResponse, error) {}

func (c *runtimeServiceClient) ListPodSandboxStats(ctx context.Context, in *ListPodSandboxStatsRequest, opts ...grpc.CallOption) (*ListPodSandboxStatsResponse, error) {}

func (c *runtimeServiceClient) UpdateRuntimeConfig(ctx context.Context, in *UpdateRuntimeConfigRequest, opts ...grpc.CallOption) (*UpdateRuntimeConfigResponse, error) {}

func (c *runtimeServiceClient) Status(ctx context.Context, in *StatusRequest, opts ...grpc.CallOption) (*StatusResponse, error) {}

func (c *runtimeServiceClient) CheckpointContainer(ctx context.Context, in *CheckpointContainerRequest, opts ...grpc.CallOption) (*CheckpointContainerResponse, error) {}

func (c *runtimeServiceClient) GetContainerEvents(ctx context.Context, in *GetEventsRequest, opts ...grpc.CallOption) (RuntimeService_GetContainerEventsClient, error) {}

type RuntimeService_GetContainerEventsClient

type runtimeServiceGetContainerEventsClient

func (x *runtimeServiceGetContainerEventsClient) Recv() (*ContainerEventResponse, error) {}

func (c *runtimeServiceClient) ListMetricDescriptors(ctx context.Context, in *ListMetricDescriptorsRequest, opts ...grpc.CallOption) (*ListMetricDescriptorsResponse, error) {}

func (c *runtimeServiceClient) ListPodSandboxMetrics(ctx context.Context, in *ListPodSandboxMetricsRequest, opts ...grpc.CallOption) (*ListPodSandboxMetricsResponse, error) {}

func (c *runtimeServiceClient) RuntimeConfig(ctx context.Context, in *RuntimeConfigRequest, opts ...grpc.CallOption) (*RuntimeConfigResponse, error) {}

type RuntimeServiceServer

type UnimplementedRuntimeServiceServer

func (*UnimplementedRuntimeServiceServer) Version(ctx context.Context, req *VersionRequest) (*VersionResponse, error) {}

func (*UnimplementedRuntimeServiceServer) RunPodSandbox(ctx context.Context, req *RunPodSandboxRequest) (*RunPodSandboxResponse, error) {}

func (*UnimplementedRuntimeServiceServer) StopPodSandbox(ctx context.Context, req *StopPodSandboxRequest) (*StopPodSandboxResponse, error) {}

func (*UnimplementedRuntimeServiceServer) RemovePodSandbox(ctx context.Context, req *RemovePodSandboxRequest) (*RemovePodSandboxResponse, error) {}

func (*UnimplementedRuntimeServiceServer) PodSandboxStatus(ctx context.Context, req *PodSandboxStatusRequest) (*PodSandboxStatusResponse, error) {}

func (*UnimplementedRuntimeServiceServer) ListPodSandbox(ctx context.Context, req *ListPodSandboxRequest) (*ListPodSandboxResponse, error) {}

func (*UnimplementedRuntimeServiceServer) CreateContainer(ctx context.Context, req *CreateContainerRequest) (*CreateContainerResponse, error) {}

func (*UnimplementedRuntimeServiceServer) StartContainer(ctx context.Context, req *StartContainerRequest) (*StartContainerResponse, error) {}

func (*UnimplementedRuntimeServiceServer) StopContainer(ctx context.Context, req *StopContainerRequest) (*StopContainerResponse, error) {}

func (*UnimplementedRuntimeServiceServer) RemoveContainer(ctx context.Context, req *RemoveContainerRequest) (*RemoveContainerResponse, error) {}

func (*UnimplementedRuntimeServiceServer) ListContainers(ctx context.Context, req *ListContainersRequest) (*ListContainersResponse, error) {}

func (*UnimplementedRuntimeServiceServer) ContainerStatus(ctx context.Context, req *ContainerStatusRequest) (*ContainerStatusResponse, error) {}

func (*UnimplementedRuntimeServiceServer) UpdateContainerResources(ctx context.Context, req *UpdateContainerResourcesRequest) (*UpdateContainerResourcesResponse, error) {}

func (*UnimplementedRuntimeServiceServer) ReopenContainerLog(ctx context.Context, req *ReopenContainerLogRequest) (*ReopenContainerLogResponse, error) {}

func (*UnimplementedRuntimeServiceServer) ExecSync(ctx context.Context, req *ExecSyncRequest) (*ExecSyncResponse, error) {}

func (*UnimplementedRuntimeServiceServer) Exec(ctx context.Context, req *ExecRequest) (*ExecResponse, error) {}

func (*UnimplementedRuntimeServiceServer) Attach(ctx context.Context, req *AttachRequest) (*AttachResponse, error) {}

func (*UnimplementedRuntimeServiceServer) PortForward(ctx context.Context, req *PortForwardRequest) (*PortForwardResponse, error) {}

func (*UnimplementedRuntimeServiceServer) ContainerStats(ctx context.Context, req *ContainerStatsRequest) (*ContainerStatsResponse, error) {}

func (*UnimplementedRuntimeServiceServer) ListContainerStats(ctx context.Context, req *ListContainerStatsRequest) (*ListContainerStatsResponse, error) {}

func (*UnimplementedRuntimeServiceServer) PodSandboxStats(ctx context.Context, req *PodSandboxStatsRequest) (*PodSandboxStatsResponse, error) {}

func (*UnimplementedRuntimeServiceServer) ListPodSandboxStats(ctx context.Context, req *ListPodSandboxStatsRequest) (*ListPodSandboxStatsResponse, error) {}

func (*UnimplementedRuntimeServiceServer) UpdateRuntimeConfig(ctx context.Context, req *UpdateRuntimeConfigRequest) (*UpdateRuntimeConfigResponse, error) {}

func (*UnimplementedRuntimeServiceServer) Status(ctx context.Context, req *StatusRequest) (*StatusResponse, error) {}

func (*UnimplementedRuntimeServiceServer) CheckpointContainer(ctx context.Context, req *CheckpointContainerRequest) (*CheckpointContainerResponse, error) {}

func (*UnimplementedRuntimeServiceServer) GetContainerEvents(req *GetEventsRequest, srv RuntimeService_GetContainerEventsServer) error {}

func (*UnimplementedRuntimeServiceServer) ListMetricDescriptors(ctx context.Context, req *ListMetricDescriptorsRequest) (*ListMetricDescriptorsResponse, error) {}

func (*UnimplementedRuntimeServiceServer) ListPodSandboxMetrics(ctx context.Context, req *ListPodSandboxMetricsRequest) (*ListPodSandboxMetricsResponse, error) {}

func (*UnimplementedRuntimeServiceServer) RuntimeConfig(ctx context.Context, req *RuntimeConfigRequest) (*RuntimeConfigResponse, error) {}

func RegisterRuntimeServiceServer(s *grpc.Server, srv RuntimeServiceServer) {}

func _RuntimeService_Version_Handler(srv interface{}

func _RuntimeService_RunPodSandbox_Handler(srv interface{}

func _RuntimeService_StopPodSandbox_Handler(srv interface{}

func _RuntimeService_RemovePodSandbox_Handler(srv interface{}

func _RuntimeService_PodSandboxStatus_Handler(srv interface{}

func _RuntimeService_ListPodSandbox_Handler(srv interface{}

func _RuntimeService_CreateContainer_Handler(srv interface{}

func _RuntimeService_StartContainer_Handler(srv interface{}

func _RuntimeService_StopContainer_Handler(srv interface{}

func _RuntimeService_RemoveContainer_Handler(srv interface{}

func _RuntimeService_ListContainers_Handler(srv interface{}

func _RuntimeService_ContainerStatus_Handler(srv interface{}

func _RuntimeService_UpdateContainerResources_Handler(srv interface{}

func _RuntimeService_ReopenContainerLog_Handler(srv interface{}

func _RuntimeService_ExecSync_Handler(srv interface{}

func _RuntimeService_Exec_Handler(srv interface{}

func _RuntimeService_Attach_Handler(srv interface{}

func _RuntimeService_PortForward_Handler(srv interface{}

func _RuntimeService_ContainerStats_Handler(srv interface{}

func _RuntimeService_ListContainerStats_Handler(srv interface{}

func _RuntimeService_PodSandboxStats_Handler(srv interface{}

func _RuntimeService_ListPodSandboxStats_Handler(srv interface{}

func _RuntimeService_UpdateRuntimeConfig_Handler(srv interface{}

func _RuntimeService_Status_Handler(srv interface{}

func _RuntimeService_CheckpointContainer_Handler(srv interface{}

func _RuntimeService_GetContainerEvents_Handler(srv interface{}

type RuntimeService_GetContainerEventsServer

type runtimeServiceGetContainerEventsServer

func (x *runtimeServiceGetContainerEventsServer) Send(m *ContainerEventResponse) error {}

func _RuntimeService_ListMetricDescriptors_Handler(srv interface{}

func _RuntimeService_ListPodSandboxMetrics_Handler(srv interface{}

func _RuntimeService_RuntimeConfig_Handler(srv interface{}

var _RuntimeService_serviceDesc

type ImageServiceClient

type imageServiceClient

func NewImageServiceClient(cc *grpc.ClientConn) ImageServiceClient {}

func (c *imageServiceClient) ListImages(ctx context.Context, in *ListImagesRequest, opts ...grpc.CallOption) (*ListImagesResponse, error) {}

func (c *imageServiceClient) ImageStatus(ctx context.Context, in *ImageStatusRequest, opts ...grpc.CallOption) (*ImageStatusResponse, error) {}

func (c *imageServiceClient) PullImage(ctx context.Context, in *PullImageRequest, opts ...grpc.CallOption) (*PullImageResponse, error) {}

func (c *imageServiceClient) RemoveImage(ctx context.Context, in *RemoveImageRequest, opts ...grpc.CallOption) (*RemoveImageResponse, error) {}

func (c *imageServiceClient) ImageFsInfo(ctx context.Context, in *ImageFsInfoRequest, opts ...grpc.CallOption) (*ImageFsInfoResponse, error) {}

type ImageServiceServer

type UnimplementedImageServiceServer

func (*UnimplementedImageServiceServer) ListImages(ctx context.Context, req *ListImagesRequest) (*ListImagesResponse, error) {}

func (*UnimplementedImageServiceServer) ImageStatus(ctx context.Context, req *ImageStatusRequest) (*ImageStatusResponse, error) {}

func (*UnimplementedImageServiceServer) PullImage(ctx context.Context, req *PullImageRequest) (*PullImageResponse, error) {}

func (*UnimplementedImageServiceServer) RemoveImage(ctx context.Context, req *RemoveImageRequest) (*RemoveImageResponse, error) {}

func (*UnimplementedImageServiceServer) ImageFsInfo(ctx context.Context, req *ImageFsInfoRequest) (*ImageFsInfoResponse, error) {}

func RegisterImageServiceServer(s *grpc.Server, srv ImageServiceServer) {}

func _ImageService_ListImages_Handler(srv interface{}

func _ImageService_ImageStatus_Handler(srv interface{}

func _ImageService_PullImage_Handler(srv interface{}

func _ImageService_RemoveImage_Handler(srv interface{}

func _ImageService_ImageFsInfo_Handler(srv interface{}

var _ImageService_serviceDesc

func (m *VersionRequest) Marshal() (dAtA []byte, err error) {}

func (m *VersionRequest) MarshalTo(dAtA []byte) (int, error) {}

func (m *VersionRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) {}

func (m *VersionResponse) Marshal() (dAtA []byte, err error) {}

func (m *VersionResponse) MarshalTo(dAtA []byte) (int, error) {}

func (m *VersionResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) {}

func (m *DNSConfig) Marshal() (dAtA []byte, err error) {}

func (m *DNSConfig) MarshalTo(dAtA []byte) (int, error) {}

func (m *DNSConfig) MarshalToSizedBuffer(dAtA []byte) (int, error) {}

func (m *PortMapping) Marshal() (dAtA []byte, err error) {}

func (m *PortMapping) MarshalTo(dAtA []byte) (int, error) {}

func (m *PortMapping) MarshalToSizedBuffer(dAtA []byte) (int, error) {}

func (m *Mount) Marshal() (dAtA []byte, err error) {}

func (m *Mount) MarshalTo(dAtA []byte) (int, error) {}

func (m *Mount) MarshalToSizedBuffer(dAtA []byte) (int, error) {}

func (m *IDMapping) Marshal() (dAtA []byte, err error) {}

func (m *IDMapping) MarshalTo(dAtA []byte) (int, error) {}

func (m *IDMapping) MarshalToSizedBuffer(dAtA []byte) (int, error) {}

func (m *UserNamespace) Marshal() (dAtA []byte, err error) {}

func (m *UserNamespace) MarshalTo(dAtA []byte) (int, error) {}

func (m *UserNamespace) MarshalToSizedBuffer(dAtA []byte) (int, error) {}

func (m *NamespaceOption) Marshal() (dAtA []byte, err error) {}

func (m *NamespaceOption) MarshalTo(dAtA []byte) (int, error) {}

func (m *NamespaceOption) MarshalToSizedBuffer(dAtA []byte) (int, error) {}

func (m *Int64Value) Marshal() (dAtA []byte, err error) {}

func (m *Int64Value) MarshalTo(dAtA []byte) (int, error) {}

func (m *Int64Value) MarshalToSizedBuffer(dAtA []byte) (int, error) {}

func (m *LinuxSandboxSecurityContext) Marshal() (dAtA []byte, err error) {}

func (m *LinuxSandboxSecurityContext) MarshalTo(dAtA []byte) (int, error) {}

func (m *LinuxSandboxSecurityContext) MarshalToSizedBuffer(dAtA []byte) (int, error) {}

func (m *SecurityProfile) Marshal() (dAtA []byte, err error) {}

func (m *SecurityProfile) MarshalTo(dAtA []byte) (int, error) {}

func (m *SecurityProfile) MarshalToSizedBuffer(dAtA []byte) (int, error) {}

func (m *LinuxPodSandboxConfig) Marshal() (dAtA []byte, err error) {}

func (m *LinuxPodSandboxConfig) MarshalTo(dAtA []byte) (int, error) {}

func (m *LinuxPodSandboxConfig) MarshalToSizedBuffer(dAtA []byte) (int, error) {}

func (m *PodSandboxMetadata) Marshal() (dAtA []byte, err error) {}

func (m *PodSandboxMetadata) MarshalTo(dAtA []byte) (int, error) {}

func (m *PodSandboxMetadata) MarshalToSizedBuffer(dAtA []byte) (int, error) {}

func (m *PodSandboxConfig) Marshal() (dAtA []byte, err error) {}

func (m *PodSandboxConfig) MarshalTo(dAtA []byte) (int, error) {}

func (m *PodSandboxConfig) MarshalToSizedBuffer(dAtA []byte) (int, error) {}

func (m *RunPodSandboxRequest) Marshal() (dAtA []byte, err error) {}

func (m *RunPodSandboxRequest) MarshalTo(dAtA []byte) (int, error) {}

func (m *RunPodSandboxRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) {}

func (m *RunPodSandboxResponse) Marshal() (dAtA []byte, err error) {}

func (m *RunPodSandboxResponse) MarshalTo(dAtA []byte) (int, error) {}

func (m *RunPodSandboxResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) {}

func (m *StopPodSandboxRequest) Marshal() (dAtA []byte, err error) {}

func (m *StopPodSandboxRequest) MarshalTo(dAtA []byte) (int, error) {}

func (m *StopPodSandboxRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) {}

func (m *StopPodSandboxResponse) Marshal() (dAtA []byte, err error) {}

func (m *StopPodSandboxResponse) MarshalTo(dAtA []byte) (int, error) {}

func (m *StopPodSandboxResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) {}

func (m *RemovePodSandboxRequest) Marshal() (dAtA []byte, err error) {}

func (m *RemovePodSandboxRequest) MarshalTo(dAtA []byte) (int, error) {}

func (m *RemovePodSandboxRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) {}

func (m *RemovePodSandboxResponse) Marshal() (dAtA []byte, err error) {}

func (m *RemovePodSandboxResponse) MarshalTo(dAtA []byte) (int, error) {}

func (m *RemovePodSandboxResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) {}

func (m *PodSandboxStatusRequest) Marshal() (dAtA []byte, err error) {}

func (m *PodSandboxStatusRequest) MarshalTo(dAtA []byte) (int, error) {}

func (m *PodSandboxStatusRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) {}

func (m *PodIP) Marshal() (dAtA []byte, err error) {}

func (m *PodIP) MarshalTo(dAtA []byte) (int, error) {}

func (m *PodIP) MarshalToSizedBuffer(dAtA []byte) (int, error) {}

func (m *PodSandboxNetworkStatus) Marshal() (dAtA []byte, err error) {}

func (m *PodSandboxNetworkStatus) MarshalTo(dAtA []byte) (int, error) {}

func (m *PodSandboxNetworkStatus) MarshalToSizedBuffer(dAtA []byte) (int, error) {}

func (m *Namespace) Marshal() (dAtA []byte, err error) {}

func (m *Namespace) MarshalTo(dAtA []byte) (int, error) {}

func (m *Namespace) MarshalToSizedBuffer(dAtA []byte) (int, error) {}

func (m *LinuxPodSandboxStatus) Marshal() (dAtA []byte, err error) {}

func (m *LinuxPodSandboxStatus) MarshalTo(dAtA []byte) (int, error) {}

func (m *LinuxPodSandboxStatus) MarshalToSizedBuffer(dAtA []byte) (int, error) {}

func (m *PodSandboxStatus) Marshal() (dAtA []byte, err error) {}

func (m *PodSandboxStatus) MarshalTo(dAtA []byte) (int, error) {}

func (m *PodSandboxStatus) MarshalToSizedBuffer(dAtA []byte) (int, error) {}

func (m *PodSandboxStatusResponse) Marshal() (dAtA []byte, err error) {}

func (m *PodSandboxStatusResponse) MarshalTo(dAtA []byte) (int, error) {}

func (m *PodSandboxStatusResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) {}

func (m *PodSandboxStateValue) Marshal() (dAtA []byte, err error) {}

func (m *PodSandboxStateValue) MarshalTo(dAtA []byte) (int, error) {}

func (m *PodSandboxStateValue) MarshalToSizedBuffer(dAtA []byte) (int, error) {}

func (m *PodSandboxFilter) Marshal() (dAtA []byte, err error) {}

func (m *PodSandboxFilter) MarshalTo(dAtA []byte) (int, error) {}

func (m *PodSandboxFilter) MarshalToSizedBuffer(dAtA []byte) (int, error) {}

func (m *ListPodSandboxRequest) Marshal() (dAtA []byte, err error) {}

func (m *ListPodSandboxRequest) MarshalTo(dAtA []byte) (int, error) {}

func (m *ListPodSandboxRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) {}

func (m *PodSandbox) Marshal() (dAtA []byte, err error) {}

func (m *PodSandbox) MarshalTo(dAtA []byte) (int, error) {}

func (m *PodSandbox) MarshalToSizedBuffer(dAtA []byte) (int, error) {}

func (m *ListPodSandboxResponse) Marshal() (dAtA []byte, err error) {}

func (m *ListPodSandboxResponse) MarshalTo(dAtA []byte) (int, error) {}

func (m *ListPodSandboxResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) {}

func (m *PodSandboxStatsRequest) Marshal() (dAtA []byte, err error) {}

func (m *PodSandboxStatsRequest) MarshalTo(dAtA []byte) (int, error) {}

func (m *PodSandboxStatsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) {}

func (m *PodSandboxStatsResponse) Marshal() (dAtA []byte, err error) {}

func (m *PodSandboxStatsResponse) MarshalTo(dAtA []byte) (int, error) {}

func (m *PodSandboxStatsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) {}

func (m *PodSandboxStatsFilter) Marshal() (dAtA []byte, err error) {}

func (m *PodSandboxStatsFilter) MarshalTo(dAtA []byte) (int, error) {}

func (m *PodSandboxStatsFilter) MarshalToSizedBuffer(dAtA []byte) (int, error) {}

func (m *ListPodSandboxStatsRequest) Marshal() (dAtA []byte, err error) {}

func (m *ListPodSandboxStatsRequest) MarshalTo(dAtA []byte) (int, error) {}

func (m *ListPodSandboxStatsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) {}

func (m *ListPodSandboxStatsResponse) Marshal() (dAtA []byte, err error) {}

func (m *ListPodSandboxStatsResponse) MarshalTo(dAtA []byte) (int, error) {}

func (m *ListPodSandboxStatsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) {}

func (m *PodSandboxAttributes) Marshal() (dAtA []byte, err error) {}

func (m *PodSandboxAttributes) MarshalTo(dAtA []byte) (int, error) {}

func (m *PodSandboxAttributes) MarshalToSizedBuffer(dAtA []byte) (int, error) {}

func (m *PodSandboxStats) Marshal() (dAtA []byte, err error) {}

func (m *PodSandboxStats) MarshalTo(dAtA []byte) (int, error) {}

func (m *PodSandboxStats) MarshalToSizedBuffer(dAtA []byte) (int, error) {}

func (m *LinuxPodSandboxStats) Marshal() (dAtA []byte, err error) {}

func (m *LinuxPodSandboxStats) MarshalTo(dAtA []byte) (int, error) {}

func (m *LinuxPodSandboxStats) MarshalToSizedBuffer(dAtA []byte) (int, error) {}

func (m *WindowsPodSandboxStats) Marshal() (dAtA []byte, err error) {}

func (m *WindowsPodSandboxStats) MarshalTo(dAtA []byte) (int, error) {}

func (m *WindowsPodSandboxStats) MarshalToSizedBuffer(dAtA []byte) (int, error) {}

func (m *NetworkUsage) Marshal() (dAtA []byte, err error) {}

func (m *NetworkUsage) MarshalTo(dAtA []byte) (int, error) {}

func (m *NetworkUsage) MarshalToSizedBuffer(dAtA []byte) (int, error) {}

func (m *WindowsNetworkUsage) Marshal() (dAtA []byte, err error) {}

func (m *WindowsNetworkUsage) MarshalTo(dAtA []byte) (int, error) {}

func (m *WindowsNetworkUsage) MarshalToSizedBuffer(dAtA []byte) (int, error) {}

func (m *NetworkInterfaceUsage) Marshal() (dAtA []byte, err error) {}

func (m *NetworkInterfaceUsage) MarshalTo(dAtA []byte) (int, error) {}

func (m *NetworkInterfaceUsage) MarshalToSizedBuffer(dAtA []byte) (int, error) {}

func (m *WindowsNetworkInterfaceUsage) Marshal() (dAtA []byte, err error) {}

func (m *WindowsNetworkInterfaceUsage) MarshalTo(dAtA []byte) (int, error) {}

func (m *WindowsNetworkInterfaceUsage) MarshalToSizedBuffer(dAtA []byte) (int, error) {}

func (m *ProcessUsage) Marshal() (dAtA []byte, err error) {}

func (m *ProcessUsage) MarshalTo(dAtA []byte) (int, error) {}

func (m *ProcessUsage) MarshalToSizedBuffer(dAtA []byte) (int, error) {}

func (m *WindowsProcessUsage) Marshal() (dAtA []byte, err error) {}

func (m *WindowsProcessUsage) MarshalTo(dAtA []byte) (int, error) {}

func (m *WindowsProcessUsage) MarshalToSizedBuffer(dAtA []byte) (int, error) {}

func (m *ImageSpec) Marshal() (dAtA []byte, err error) {}

func (m *ImageSpec) MarshalTo(dAtA []byte) (int, error) {}

func (m *ImageSpec) MarshalToSizedBuffer(dAtA []byte) (int, error) {}

func (m *KeyValue) Marshal() (dAtA []byte, err error) {}

func (m *KeyValue) MarshalTo(dAtA []byte) (int, error) {}

func (m *KeyValue) MarshalToSizedBuffer(dAtA []byte) (int, error) {}

func (m *LinuxContainerResources) Marshal() (dAtA []byte, err error) {}

func (m *LinuxContainerResources) MarshalTo(dAtA []byte) (int, error) {}

func (m *LinuxContainerResources) MarshalToSizedBuffer(dAtA []byte) (int, error) {}

func (m *HugepageLimit) Marshal() (dAtA []byte, err error) {}

func (m *HugepageLimit) MarshalTo(dAtA []byte) (int, error) {}

func (m *HugepageLimit) MarshalToSizedBuffer(dAtA []byte) (int, error) {}

func (m *SELinuxOption) Marshal() (dAtA []byte, err error) {}

func (m *SELinuxOption) MarshalTo(dAtA []byte) (int, error) {}

func (m *SELinuxOption) MarshalToSizedBuffer(dAtA []byte) (int, error) {}

func (m *Capability) Marshal() (dAtA []byte, err error) {}

func (m *Capability) MarshalTo(dAtA []byte) (int, error) {}

func (m *Capability) MarshalToSizedBuffer(dAtA []byte) (int, error) {}

func (m *LinuxContainerSecurityContext) Marshal() (dAtA []byte, err error) {}

func (m *LinuxContainerSecurityContext) MarshalTo(dAtA []byte) (int, error) {}

func (m *LinuxContainerSecurityContext) MarshalToSizedBuffer(dAtA []byte) (int, error) {}

func (m *LinuxContainerConfig) Marshal() (dAtA []byte, err error) {}

func (m *LinuxContainerConfig) MarshalTo(dAtA []byte) (int, error) {}

func (m *LinuxContainerConfig) MarshalToSizedBuffer(dAtA []byte) (int, error) {}

func (m *LinuxContainerUser) Marshal() (dAtA []byte, err error) {}

func (m *LinuxContainerUser) MarshalTo(dAtA []byte) (int, error) {}

func (m *LinuxContainerUser) MarshalToSizedBuffer(dAtA []byte) (int, error) {}

func (m *WindowsNamespaceOption) Marshal() (dAtA []byte, err error) {}

func (m *WindowsNamespaceOption) MarshalTo(dAtA []byte) (int, error) {}

func (m *WindowsNamespaceOption) MarshalToSizedBuffer(dAtA []byte) (int, error) {}

func (m *WindowsSandboxSecurityContext) Marshal() (dAtA []byte, err error) {}

func (m *WindowsSandboxSecurityContext) MarshalTo(dAtA []byte) (int, error) {}

func (m *WindowsSandboxSecurityContext) MarshalToSizedBuffer(dAtA []byte) (int, error) {}

func (m *WindowsPodSandboxConfig) Marshal() (dAtA []byte, err error) {}

func (m *WindowsPodSandboxConfig) MarshalTo(dAtA []byte) (int, error) {}

func (m *WindowsPodSandboxConfig) MarshalToSizedBuffer(dAtA []byte) (int, error) {}

func (m *WindowsContainerSecurityContext) Marshal() (dAtA []byte, err error) {}

func (m *WindowsContainerSecurityContext) MarshalTo(dAtA []byte) (int, error) {}

func (m *WindowsContainerSecurityContext) MarshalToSizedBuffer(dAtA []byte) (int, error) {}

func (m *WindowsContainerConfig) Marshal() (dAtA []byte, err error) {}

func (m *WindowsContainerConfig) MarshalTo(dAtA []byte) (int, error) {}

func (m *WindowsContainerConfig) MarshalToSizedBuffer(dAtA []byte) (int, error) {}

func (m *WindowsContainerResources) Marshal() (dAtA []byte, err error) {}

func (m *WindowsContainerResources) MarshalTo(dAtA []byte) (int, error) {}

func (m *WindowsContainerResources) MarshalToSizedBuffer(dAtA []byte) (int, error) {}

func (m *WindowsCpuGroupAffinity) Marshal() (dAtA []byte, err error) {}

func (m *WindowsCpuGroupAffinity) MarshalTo(dAtA []byte) (int, error) {}

func (m *WindowsCpuGroupAffinity) MarshalToSizedBuffer(dAtA []byte) (int, error) {}

func (m *ContainerMetadata) Marshal() (dAtA []byte, err error) {}

func (m *ContainerMetadata) MarshalTo(dAtA []byte) (int, error) {}

func (m *ContainerMetadata) MarshalToSizedBuffer(dAtA []byte) (int, error) {}

func (m *Device) Marshal() (dAtA []byte, err error) {}

func (m *Device) MarshalTo(dAtA []byte) (int, error) {}

func (m *Device) MarshalToSizedBuffer(dAtA []byte) (int, error) {}

func (m *CDIDevice) Marshal() (dAtA []byte, err error) {}

func (m *CDIDevice) MarshalTo(dAtA []byte) (int, error) {}

func (m *CDIDevice) MarshalToSizedBuffer(dAtA []byte) (int, error) {}

func (m *ContainerConfig) Marshal() (dAtA []byte, err error) {}

func (m *ContainerConfig) MarshalTo(dAtA []byte) (int, error) {}

func (m *ContainerConfig) MarshalToSizedBuffer(dAtA []byte) (int, error) {}

func (m *CreateContainerRequest) Marshal() (dAtA []byte, err error) {}

func (m *CreateContainerRequest) MarshalTo(dAtA []byte) (int, error) {}

func (m *CreateContainerRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) {}

func (m *CreateContainerResponse) Marshal() (dAtA []byte, err error) {}

func (m *CreateContainerResponse) MarshalTo(dAtA []byte) (int, error) {}

func (m *CreateContainerResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) {}

func (m *StartContainerRequest) Marshal() (dAtA []byte, err error) {}

func (m *StartContainerRequest) MarshalTo(dAtA []byte) (int, error) {}

func (m *StartContainerRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) {}

func (m *StartContainerResponse) Marshal() (dAtA []byte, err error) {}

func (m *StartContainerResponse) MarshalTo(dAtA []byte) (int, error) {}

func (m *StartContainerResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) {}

func (m *StopContainerRequest) Marshal() (dAtA []byte, err error) {}

func (m *StopContainerRequest) MarshalTo(dAtA []byte) (int, error) {}

func (m *StopContainerRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) {}

func (m *StopContainerResponse) Marshal() (dAtA []byte, err error) {}

func (m *StopContainerResponse) MarshalTo(dAtA []byte) (int, error) {}

func (m *StopContainerResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) {}

func (m *RemoveContainerRequest) Marshal() (dAtA []byte, err error) {}

func (m *RemoveContainerRequest) MarshalTo(dAtA []byte) (int, error) {}

func (m *RemoveContainerRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) {}

func (m *RemoveContainerResponse) Marshal() (dAtA []byte, err error) {}

func (m *RemoveContainerResponse) MarshalTo(dAtA []byte) (int, error) {}

func (m *RemoveContainerResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) {}

func (m *ContainerStateValue) Marshal() (dAtA []byte, err error) {}

func (m *ContainerStateValue) MarshalTo(dAtA []byte) (int, error) {}

func (m *ContainerStateValue) MarshalToSizedBuffer(dAtA []byte) (int, error) {}

func (m *ContainerFilter) Marshal() (dAtA []byte, err error) {}

func (m *ContainerFilter) MarshalTo(dAtA []byte) (int, error) {}

func (m *ContainerFilter) MarshalToSizedBuffer(dAtA []byte) (int, error) {}

func (m *ListContainersRequest) Marshal() (dAtA []byte, err error) {}

func (m *ListContainersRequest) MarshalTo(dAtA []byte) (int, error) {}

func (m *ListContainersRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) {}

func (m *Container) Marshal() (dAtA []byte, err error) {}

func (m *Container) MarshalTo(dAtA []byte) (int, error) {}

func (m *Container) MarshalToSizedBuffer(dAtA []byte) (int, error) {}

func (m *ListContainersResponse) Marshal() (dAtA []byte, err error) {}

func (m *ListContainersResponse) MarshalTo(dAtA []byte) (int, error) {}

func (m *ListContainersResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) {}

func (m *ContainerStatusRequest) Marshal() (dAtA []byte, err error) {}

func (m *ContainerStatusRequest) MarshalTo(dAtA []byte) (int, error) {}

func (m *ContainerStatusRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) {}

func (m *ContainerStatus) Marshal() (dAtA []byte, err error) {}

func (m *ContainerStatus) MarshalTo(dAtA []byte) (int, error) {}

func (m *ContainerStatus) MarshalToSizedBuffer(dAtA []byte) (int, error) {}

func (m *ContainerStatusResponse) Marshal() (dAtA []byte, err error) {}

func (m *ContainerStatusResponse) MarshalTo(dAtA []byte) (int, error) {}

func (m *ContainerStatusResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) {}

func (m *ContainerResources) Marshal() (dAtA []byte, err error) {}

func (m *ContainerResources) MarshalTo(dAtA []byte) (int, error) {}

func (m *ContainerResources) MarshalToSizedBuffer(dAtA []byte) (int, error) {}

func (m *ContainerUser) Marshal() (dAtA []byte, err error) {}

func (m *ContainerUser) MarshalTo(dAtA []byte) (int, error) {}

func (m *ContainerUser) MarshalToSizedBuffer(dAtA []byte) (int, error) {}

func (m *UpdateContainerResourcesRequest) Marshal() (dAtA []byte, err error) {}

func (m *UpdateContainerResourcesRequest) MarshalTo(dAtA []byte) (int, error) {}

func (m *UpdateContainerResourcesRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) {}

func (m *UpdateContainerResourcesResponse) Marshal() (dAtA []byte, err error) {}

func (m *UpdateContainerResourcesResponse) MarshalTo(dAtA []byte) (int, error) {}

func (m *UpdateContainerResourcesResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) {}

func (m *ExecSyncRequest) Marshal() (dAtA []byte, err error) {}

func (m *ExecSyncRequest) MarshalTo(dAtA []byte) (int, error) {}

func (m *ExecSyncRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) {}

func (m *ExecSyncResponse) Marshal() (dAtA []byte, err error) {}

func (m *ExecSyncResponse) MarshalTo(dAtA []byte) (int, error) {}

func (m *ExecSyncResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) {}

func (m *ExecRequest) Marshal() (dAtA []byte, err error) {}

func (m *ExecRequest) MarshalTo(dAtA []byte) (int, error) {}

func (m *ExecRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) {}

func (m *ExecResponse) Marshal() (dAtA []byte, err error) {}

func (m *ExecResponse) MarshalTo(dAtA []byte) (int, error) {}

func (m *ExecResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) {}

func (m *AttachRequest) Marshal() (dAtA []byte, err error) {}

func (m *AttachRequest) MarshalTo(dAtA []byte) (int, error) {}

func (m *AttachRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) {}

func (m *AttachResponse) Marshal() (dAtA []byte, err error) {}

func (m *AttachResponse) MarshalTo(dAtA []byte) (int, error) {}

func (m *AttachResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) {}

func (m *PortForwardRequest) Marshal() (dAtA []byte, err error) {}

func (m *PortForwardRequest) MarshalTo(dAtA []byte) (int, error) {}

func (m *PortForwardRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) {}

func (m *PortForwardResponse) Marshal() (dAtA []byte, err error) {}

func (m *PortForwardResponse) MarshalTo(dAtA []byte) (int, error) {}

func (m *PortForwardResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) {}

func (m *ImageFilter) Marshal() (dAtA []byte, err error) {}

func (m *ImageFilter) MarshalTo(dAtA []byte) (int, error) {}

func (m *ImageFilter) MarshalToSizedBuffer(dAtA []byte) (int, error) {}

func (m *ListImagesRequest) Marshal() (dAtA []byte, err error) {}

func (m *ListImagesRequest) MarshalTo(dAtA []byte) (int, error) {}

func (m *ListImagesRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) {}

func (m *Image) Marshal() (dAtA []byte, err error) {}

func (m *Image) MarshalTo(dAtA []byte) (int, error) {}

func (m *Image) MarshalToSizedBuffer(dAtA []byte) (int, error) {}

func (m *ListImagesResponse) Marshal() (dAtA []byte, err error) {}

func (m *ListImagesResponse) MarshalTo(dAtA []byte) (int, error) {}

func (m *ListImagesResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) {}

func (m *ImageStatusRequest) Marshal() (dAtA []byte, err error) {}

func (m *ImageStatusRequest) MarshalTo(dAtA []byte) (int, error) {}

func (m *ImageStatusRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) {}

func (m *ImageStatusResponse) Marshal() (dAtA []byte, err error) {}

func (m *ImageStatusResponse) MarshalTo(dAtA []byte) (int, error) {}

func (m *ImageStatusResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) {}

func (m *AuthConfig) Marshal() (dAtA []byte, err error) {}

func (m *AuthConfig) MarshalTo(dAtA []byte) (int, error) {}

func (m *AuthConfig) MarshalToSizedBuffer(dAtA []byte) (int, error) {}

func (m *PullImageRequest) Marshal() (dAtA []byte, err error) {}

func (m *PullImageRequest) MarshalTo(dAtA []byte) (int, error) {}

func (m *PullImageRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) {}

func (m *PullImageResponse) Marshal() (dAtA []byte, err error) {}

func (m *PullImageResponse) MarshalTo(dAtA []byte) (int, error) {}

func (m *PullImageResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) {}

func (m *RemoveImageRequest) Marshal() (dAtA []byte, err error) {}

func (m *RemoveImageRequest) MarshalTo(dAtA []byte) (int, error) {}

func (m *RemoveImageRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) {}

func (m *RemoveImageResponse) Marshal() (dAtA []byte, err error) {}

func (m *RemoveImageResponse) MarshalTo(dAtA []byte) (int, error) {}

func (m *RemoveImageResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) {}

func (m *NetworkConfig) Marshal() (dAtA []byte, err error) {}

func (m *NetworkConfig) MarshalTo(dAtA []byte) (int, error) {}

func (m *NetworkConfig) MarshalToSizedBuffer(dAtA []byte) (int, error) {}

func (m *RuntimeConfig) Marshal() (dAtA []byte, err error) {}

func (m *RuntimeConfig) MarshalTo(dAtA []byte) (int, error) {}

func (m *RuntimeConfig) MarshalToSizedBuffer(dAtA []byte) (int, error) {}

func (m *UpdateRuntimeConfigRequest) Marshal() (dAtA []byte, err error) {}

func (m *UpdateRuntimeConfigRequest) MarshalTo(dAtA []byte) (int, error) {}

func (m *UpdateRuntimeConfigRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) {}

func (m *UpdateRuntimeConfigResponse) Marshal() (dAtA []byte, err error) {}

func (m *UpdateRuntimeConfigResponse) MarshalTo(dAtA []byte) (int, error) {}

func (m *UpdateRuntimeConfigResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) {}

func (m *RuntimeCondition) Marshal() (dAtA []byte, err error) {}

func (m *RuntimeCondition) MarshalTo(dAtA []byte) (int, error) {}

func (m *RuntimeCondition) MarshalToSizedBuffer(dAtA []byte) (int, error) {}

func (m *RuntimeStatus) Marshal() (dAtA []byte, err error) {}

func (m *RuntimeStatus) MarshalTo(dAtA []byte) (int, error) {}

func (m *RuntimeStatus) MarshalToSizedBuffer(dAtA []byte) (int, error) {}

func (m *StatusRequest) Marshal() (dAtA []byte, err error) {}

func (m *StatusRequest) MarshalTo(dAtA []byte) (int, error) {}

func (m *StatusRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) {}

func (m *RuntimeHandlerFeatures) Marshal() (dAtA []byte, err error) {}

func (m *RuntimeHandlerFeatures) MarshalTo(dAtA []byte) (int, error) {}

func (m *RuntimeHandlerFeatures) MarshalToSizedBuffer(dAtA []byte) (int, error) {}

func (m *RuntimeHandler) Marshal() (dAtA []byte, err error) {}

func (m *RuntimeHandler) MarshalTo(dAtA []byte) (int, error) {}

func (m *RuntimeHandler) MarshalToSizedBuffer(dAtA []byte) (int, error) {}

func (m *RuntimeFeatures) Marshal() (dAtA []byte, err error) {}

func (m *RuntimeFeatures) MarshalTo(dAtA []byte) (int, error) {}

func (m *RuntimeFeatures) MarshalToSizedBuffer(dAtA []byte) (int, error) {}

func (m *StatusResponse) Marshal() (dAtA []byte, err error) {}

func (m *StatusResponse) MarshalTo(dAtA []byte) (int, error) {}

func (m *StatusResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) {}

func (m *ImageFsInfoRequest) Marshal() (dAtA []byte, err error) {}

func (m *ImageFsInfoRequest) MarshalTo(dAtA []byte) (int, error) {}

func (m *ImageFsInfoRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) {}

func (m *UInt64Value) Marshal() (dAtA []byte, err error) {}

func (m *UInt64Value) MarshalTo(dAtA []byte) (int, error) {}

func (m *UInt64Value) MarshalToSizedBuffer(dAtA []byte) (int, error) {}

func (m *FilesystemIdentifier) Marshal() (dAtA []byte, err error) {}

func (m *FilesystemIdentifier) MarshalTo(dAtA []byte) (int, error) {}

func (m *FilesystemIdentifier) MarshalToSizedBuffer(dAtA []byte) (int, error) {}

func (m *FilesystemUsage) Marshal() (dAtA []byte, err error) {}

func (m *FilesystemUsage) MarshalTo(dAtA []byte) (int, error) {}

func (m *FilesystemUsage) MarshalToSizedBuffer(dAtA []byte) (int, error) {}

func (m *WindowsFilesystemUsage) Marshal() (dAtA []byte, err error) {}

func (m *WindowsFilesystemUsage) MarshalTo(dAtA []byte) (int, error) {}

func (m *WindowsFilesystemUsage) MarshalToSizedBuffer(dAtA []byte) (int, error) {}

func (m *ImageFsInfoResponse) Marshal() (dAtA []byte, err error) {}

func (m *ImageFsInfoResponse) MarshalTo(dAtA []byte) (int, error) {}

func (m *ImageFsInfoResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) {}

func (m *ContainerStatsRequest) Marshal() (dAtA []byte, err error) {}

func (m *ContainerStatsRequest) MarshalTo(dAtA []byte) (int, error) {}

func (m *ContainerStatsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) {}

func (m *ContainerStatsResponse) Marshal() (dAtA []byte, err error) {}

func (m *ContainerStatsResponse) MarshalTo(dAtA []byte) (int, error) {}

func (m *ContainerStatsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) {}

func (m *ListContainerStatsRequest) Marshal() (dAtA []byte, err error) {}

func (m *ListContainerStatsRequest) MarshalTo(dAtA []byte) (int, error) {}

func (m *ListContainerStatsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) {}

func (m *ContainerStatsFilter) Marshal() (dAtA []byte, err error) {}

func (m *ContainerStatsFilter) MarshalTo(dAtA []byte) (int, error) {}

func (m *ContainerStatsFilter) MarshalToSizedBuffer(dAtA []byte) (int, error) {}

func (m *ListContainerStatsResponse) Marshal() (dAtA []byte, err error) {}

func (m *ListContainerStatsResponse) MarshalTo(dAtA []byte) (int, error) {}

func (m *ListContainerStatsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) {}

func (m *ContainerAttributes) Marshal() (dAtA []byte, err error) {}

func (m *ContainerAttributes) MarshalTo(dAtA []byte) (int, error) {}

func (m *ContainerAttributes) MarshalToSizedBuffer(dAtA []byte) (int, error) {}

func (m *ContainerStats) Marshal() (dAtA []byte, err error) {}

func (m *ContainerStats) MarshalTo(dAtA []byte) (int, error) {}

func (m *ContainerStats) MarshalToSizedBuffer(dAtA []byte) (int, error) {}

func (m *WindowsContainerStats) Marshal() (dAtA []byte, err error) {}

func (m *WindowsContainerStats) MarshalTo(dAtA []byte) (int, error) {}

func (m *WindowsContainerStats) MarshalToSizedBuffer(dAtA []byte) (int, error) {}

func (m *CpuUsage) Marshal() (dAtA []byte, err error) {}

func (m *CpuUsage) MarshalTo(dAtA []byte) (int, error) {}

func (m *CpuUsage) MarshalToSizedBuffer(dAtA []byte) (int, error) {}

func (m *WindowsCpuUsage) Marshal() (dAtA []byte, err error) {}

func (m *WindowsCpuUsage) MarshalTo(dAtA []byte) (int, error) {}

func (m *WindowsCpuUsage) MarshalToSizedBuffer(dAtA []byte) (int, error) {}

func (m *MemoryUsage) Marshal() (dAtA []byte, err error) {}

func (m *MemoryUsage) MarshalTo(dAtA []byte) (int, error) {}

func (m *MemoryUsage) MarshalToSizedBuffer(dAtA []byte) (int, error) {}

func (m *SwapUsage) Marshal() (dAtA []byte, err error) {}

func (m *SwapUsage) MarshalTo(dAtA []byte) (int, error) {}

func (m *SwapUsage) MarshalToSizedBuffer(dAtA []byte) (int, error) {}

func (m *WindowsMemoryUsage) Marshal() (dAtA []byte, err error) {}

func (m *WindowsMemoryUsage) MarshalTo(dAtA []byte) (int, error) {}

func (m *WindowsMemoryUsage) MarshalToSizedBuffer(dAtA []byte) (int, error) {}

func (m *ReopenContainerLogRequest) Marshal() (dAtA []byte, err error) {}

func (m *ReopenContainerLogRequest) MarshalTo(dAtA []byte) (int, error) {}

func (m *ReopenContainerLogRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) {}

func (m *ReopenContainerLogResponse) Marshal() (dAtA []byte, err error) {}

func (m *ReopenContainerLogResponse) MarshalTo(dAtA []byte) (int, error) {}

func (m *ReopenContainerLogResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) {}

func (m *CheckpointContainerRequest) Marshal() (dAtA []byte, err error) {}

func (m *CheckpointContainerRequest) MarshalTo(dAtA []byte) (int, error) {}

func (m *CheckpointContainerRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) {}

func (m *CheckpointContainerResponse) Marshal() (dAtA []byte, err error) {}

func (m *CheckpointContainerResponse) MarshalTo(dAtA []byte) (int, error) {}

func (m *CheckpointContainerResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) {}

func (m *GetEventsRequest) Marshal() (dAtA []byte, err error) {}

func (m *GetEventsRequest) MarshalTo(dAtA []byte) (int, error) {}

func (m *GetEventsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) {}

func (m *ContainerEventResponse) Marshal() (dAtA []byte, err error) {}

func (m *ContainerEventResponse) MarshalTo(dAtA []byte) (int, error) {}

func (m *ContainerEventResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) {}

func (m *ListMetricDescriptorsRequest) Marshal() (dAtA []byte, err error) {}

func (m *ListMetricDescriptorsRequest) MarshalTo(dAtA []byte) (int, error) {}

func (m *ListMetricDescriptorsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) {}

func (m *ListMetricDescriptorsResponse) Marshal() (dAtA []byte, err error) {}

func (m *ListMetricDescriptorsResponse) MarshalTo(dAtA []byte) (int, error) {}

func (m *ListMetricDescriptorsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) {}

func (m *MetricDescriptor) Marshal() (dAtA []byte, err error) {}

func (m *MetricDescriptor) MarshalTo(dAtA []byte) (int, error) {}

func (m *MetricDescriptor) MarshalToSizedBuffer(dAtA []byte) (int, error) {}

func (m *ListPodSandboxMetricsRequest) Marshal() (dAtA []byte, err error) {}

func (m *ListPodSandboxMetricsRequest) MarshalTo(dAtA []byte) (int, error) {}

func (m *ListPodSandboxMetricsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) {}

func (m *ListPodSandboxMetricsResponse) Marshal() (dAtA []byte, err error) {}

func (m *ListPodSandboxMetricsResponse) MarshalTo(dAtA []byte) (int, error) {}

func (m *ListPodSandboxMetricsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) {}

func (m *PodSandboxMetrics) Marshal() (dAtA []byte, err error) {}

func (m *PodSandboxMetrics) MarshalTo(dAtA []byte) (int, error) {}

func (m *PodSandboxMetrics) MarshalToSizedBuffer(dAtA []byte) (int, error) {}

func (m *ContainerMetrics) Marshal() (dAtA []byte, err error) {}

func (m *ContainerMetrics) MarshalTo(dAtA []byte) (int, error) {}

func (m *ContainerMetrics) MarshalToSizedBuffer(dAtA []byte) (int, error) {}

func (m *Metric) Marshal() (dAtA []byte, err error) {}

func (m *Metric) MarshalTo(dAtA []byte) (int, error) {}

func (m *Metric) MarshalToSizedBuffer(dAtA []byte) (int, error) {}

func (m *RuntimeConfigRequest) Marshal() (dAtA []byte, err error) {}

func (m *RuntimeConfigRequest) MarshalTo(dAtA []byte) (int, error) {}

func (m *RuntimeConfigRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) {}

func (m *RuntimeConfigResponse) Marshal() (dAtA []byte, err error) {}

func (m *RuntimeConfigResponse) MarshalTo(dAtA []byte) (int, error) {}

func (m *RuntimeConfigResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) {}

func (m *LinuxRuntimeConfiguration) Marshal() (dAtA []byte, err error) {}

func (m *LinuxRuntimeConfiguration) MarshalTo(dAtA []byte) (int, error) {}

func (m *LinuxRuntimeConfiguration) MarshalToSizedBuffer(dAtA []byte) (int, error) {}

func encodeVarintApi(dAtA []byte, offset int, v uint64) int {}

func (m *VersionRequest) Size() (n int) {}

func (m *VersionResponse) Size() (n int) {}

func (m *DNSConfig) Size() (n int) {}

func (m *PortMapping) Size() (n int) {}

func (m *Mount) Size() (n int) {}

func (m *IDMapping) Size() (n int) {}

func (m *UserNamespace) Size() (n int) {}

func (m *NamespaceOption) Size() (n int) {}

func (m *Int64Value) Size() (n int) {}

func (m *LinuxSandboxSecurityContext) Size() (n int) {}

func (m *SecurityProfile) Size() (n int) {}

func (m *LinuxPodSandboxConfig) Size() (n int) {}

func (m *PodSandboxMetadata) Size() (n int) {}

func (m *PodSandboxConfig) Size() (n int) {}

func (m *RunPodSandboxRequest) Size() (n int) {}

func (m *RunPodSandboxResponse) Size() (n int) {}

func (m *StopPodSandboxRequest) Size() (n int) {}

func (m *StopPodSandboxResponse) Size() (n int) {}

func (m *RemovePodSandboxRequest) Size() (n int) {}

func (m *RemovePodSandboxResponse) Size() (n int) {}

func (m *PodSandboxStatusRequest) Size() (n int) {}

func (m *PodIP) Size() (n int) {}

func (m *PodSandboxNetworkStatus) Size() (n int) {}

func (m *Namespace) Size() (n int) {}

func (m *LinuxPodSandboxStatus) Size() (n int) {}

func (m *PodSandboxStatus) Size() (n int) {}

func (m *PodSandboxStatusResponse) Size() (n int) {}

func (m *PodSandboxStateValue) Size() (n int) {}

func (m *PodSandboxFilter) Size() (n int) {}

func (m *ListPodSandboxRequest) Size() (n int) {}

func (m *PodSandbox) Size() (n int) {}

func (m *ListPodSandboxResponse) Size() (n int) {}

func (m *PodSandboxStatsRequest) Size() (n int) {}

func (m *PodSandboxStatsResponse) Size() (n int) {}

func (m *PodSandboxStatsFilter) Size() (n int) {}

func (m *ListPodSandboxStatsRequest) Size() (n int) {}

func (m *ListPodSandboxStatsResponse) Size() (n int) {}

func (m *PodSandboxAttributes) Size() (n int) {}

func (m *PodSandboxStats) Size() (n int) {}

func (m *LinuxPodSandboxStats) Size() (n int) {}

func (m *WindowsPodSandboxStats) Size() (n int) {}

func (m *NetworkUsage) Size() (n int) {}

func (m *WindowsNetworkUsage) Size() (n int) {}

func (m *NetworkInterfaceUsage) Size() (n int) {}

func (m *WindowsNetworkInterfaceUsage) Size() (n int) {}

func (m *ProcessUsage) Size() (n int) {}

func (m *WindowsProcessUsage) Size() (n int) {}

func (m *ImageSpec) Size() (n int) {}

func (m *KeyValue) Size() (n int) {}

func (m *LinuxContainerResources) Size() (n int) {}

func (m *HugepageLimit) Size() (n int) {}

func (m *SELinuxOption) Size() (n int) {}

func (m *Capability) Size() (n int) {}

func (m *LinuxContainerSecurityContext) Size() (n int) {}

func (m *LinuxContainerConfig) Size() (n int) {}

func (m *LinuxContainerUser) Size() (n int) {}

func (m *WindowsNamespaceOption) Size() (n int) {}

func (m *WindowsSandboxSecurityContext) Size() (n int) {}

func (m *WindowsPodSandboxConfig) Size() (n int) {}

func (m *WindowsContainerSecurityContext) Size() (n int) {}

func (m *WindowsContainerConfig) Size() (n int) {}

func (m *WindowsContainerResources) Size() (n int) {}

func (m *WindowsCpuGroupAffinity) Size() (n int) {}

func (m *ContainerMetadata) Size() (n int) {}

func (m *Device) Size() (n int) {}

func (m *CDIDevice) Size() (n int) {}

func (m *ContainerConfig) Size() (n int) {}

func (m *CreateContainerRequest) Size() (n int) {}

func (m *CreateContainerResponse) Size() (n int) {}

func (m *StartContainerRequest) Size() (n int) {}

func (m *StartContainerResponse) Size() (n int) {}

func (m *StopContainerRequest) Size() (n int) {}

func (m *StopContainerResponse) Size() (n int) {}

func (m *RemoveContainerRequest) Size() (n int) {}

func (m *RemoveContainerResponse) Size() (n int) {}

func (m *ContainerStateValue) Size() (n int) {}

func (m *ContainerFilter) Size() (n int) {}

func (m *ListContainersRequest) Size() (n int) {}

func (m *Container) Size() (n int) {}

func (m *ListContainersResponse) Size() (n int) {}

func (m *ContainerStatusRequest) Size() (n int) {}

func (m *ContainerStatus) Size() (n int) {}

func (m *ContainerStatusResponse) Size() (n int) {}

func (m *ContainerResources) Size() (n int) {}

func (m *ContainerUser) Size() (n int) {}

func (m *UpdateContainerResourcesRequest) Size() (n int) {}

func (m *UpdateContainerResourcesResponse) Size() (n int) {}

func (m *ExecSyncRequest) Size() (n int) {}

func (m *ExecSyncResponse) Size() (n int) {}

func (m *ExecRequest) Size() (n int) {}

func (m *ExecResponse) Size() (n int) {}

func (m *AttachRequest) Size() (n int) {}

func (m *AttachResponse) Size() (n int) {}

func (m *PortForwardRequest) Size() (n int) {}

func (m *PortForwardResponse) Size() (n int) {}

func (m *ImageFilter) Size() (n int) {}

func (m *ListImagesRequest) Size() (n int) {}

func (m *Image) Size() (n int) {}

func (m *ListImagesResponse) Size() (n int) {}

func (m *ImageStatusRequest) Size() (n int) {}

func (m *ImageStatusResponse) Size() (n int) {}

func (m *AuthConfig) Size() (n int) {}

func (m *PullImageRequest) Size() (n int) {}

func (m *PullImageResponse) Size() (n int) {}

func (m *RemoveImageRequest) Size() (n int) {}

func (m *RemoveImageResponse) Size() (n int) {}

func (m *NetworkConfig) Size() (n int) {}

func (m *RuntimeConfig) Size() (n int) {}

func (m *UpdateRuntimeConfigRequest) Size() (n int) {}

func (m *UpdateRuntimeConfigResponse) Size() (n int) {}

func (m *RuntimeCondition) Size() (n int) {}

func (m *RuntimeStatus) Size() (n int) {}

func (m *StatusRequest) Size() (n int) {}

func (m *RuntimeHandlerFeatures) Size() (n int) {}

func (m *RuntimeHandler) Size() (n int) {}

func (m *RuntimeFeatures) Size() (n int) {}

func (m *StatusResponse) Size() (n int) {}

func (m *ImageFsInfoRequest) Size() (n int) {}

func (m *UInt64Value) Size() (n int) {}

func (m *FilesystemIdentifier) Size() (n int) {}

func (m *FilesystemUsage) Size() (n int) {}

func (m *WindowsFilesystemUsage) Size() (n int) {}

func (m *ImageFsInfoResponse) Size() (n int) {}

func (m *ContainerStatsRequest) Size() (n int) {}

func (m *ContainerStatsResponse) Size() (n int) {}

func (m *ListContainerStatsRequest) Size() (n int) {}

func (m *ContainerStatsFilter) Size() (n int) {}

func (m *ListContainerStatsResponse) Size() (n int) {}

func (m *ContainerAttributes) Size() (n int) {}

func (m *ContainerStats) Size() (n int) {}

func (m *WindowsContainerStats) Size() (n int) {}

func (m *CpuUsage) Size() (n int) {}

func (m *WindowsCpuUsage) Size() (n int) {}

func (m *MemoryUsage) Size() (n int) {}

func (m *SwapUsage) Size() (n int) {}

func (m *WindowsMemoryUsage) Size() (n int) {}

func (m *ReopenContainerLogRequest) Size() (n int) {}

func (m *ReopenContainerLogResponse) Size() (n int) {}

func (m *CheckpointContainerRequest) Size() (n int) {}

func (m *CheckpointContainerResponse) Size() (n int) {}

func (m *GetEventsRequest) Size() (n int) {}

func (m *ContainerEventResponse) Size() (n int) {}

func (m *ListMetricDescriptorsRequest) Size() (n int) {}

func (m *ListMetricDescriptorsResponse) Size() (n int) {}

func (m *MetricDescriptor) Size() (n int) {}

func (m *ListPodSandboxMetricsRequest) Size() (n int) {}

func (m *ListPodSandboxMetricsResponse) Size() (n int) {}

func (m *PodSandboxMetrics) Size() (n int) {}

func (m *ContainerMetrics) Size() (n int) {}

func (m *Metric) Size() (n int) {}

func (m *RuntimeConfigRequest) Size() (n int) {}

func (m *RuntimeConfigResponse) Size() (n int) {}

func (m *LinuxRuntimeConfiguration) Size() (n int) {}

func sovApi(x uint64) (n int) {}

func sozApi(x uint64) (n int) {}

func (this *VersionRequest) String() string {}

func (this *VersionResponse) String() string {}

func (this *DNSConfig) String() string {}

func (this *PortMapping) String() string {}

func (this *Mount) String() string {}

func (this *IDMapping) String() string {}

func (this *UserNamespace) String() string {}

func (this *NamespaceOption) String() string {}

func (this *Int64Value) String() string {}

func (this *LinuxSandboxSecurityContext) String() string {}

func (this *SecurityProfile) String() string {}

func (this *LinuxPodSandboxConfig) String() string {}

func (this *PodSandboxMetadata) String() string {}

func (this *PodSandboxConfig) String() string {}

func (this *RunPodSandboxRequest) String() string {}

func (this *RunPodSandboxResponse) String() string {}

func (this *StopPodSandboxRequest) String() string {}

func (this *StopPodSandboxResponse) String() string {}

func (this *RemovePodSandboxRequest) String() string {}

func (this *RemovePodSandboxResponse) String() string {}

func (this *PodSandboxStatusRequest) String() string {}

func (this *PodIP) String() string {}

func (this *PodSandboxNetworkStatus) String() string {}

func (this *Namespace) String() string {}

func (this *LinuxPodSandboxStatus) String() string {}

func (this *PodSandboxStatus) String() string {}

func (this *PodSandboxStatusResponse) String() string {}

func (this *PodSandboxStateValue) String() string {}

func (this *PodSandboxFilter) String() string {}

func (this *ListPodSandboxRequest) String() string {}

func (this *PodSandbox) String() string {}

func (this *ListPodSandboxResponse) String() string {}

func (this *PodSandboxStatsRequest) String() string {}

func (this *PodSandboxStatsResponse) String() string {}

func (this *PodSandboxStatsFilter) String() string {}

func (this *ListPodSandboxStatsRequest) String() string {}

func (this *ListPodSandboxStatsResponse) String() string {}

func (this *PodSandboxAttributes) String() string {}

func (this *PodSandboxStats) String() string {}

func (this *LinuxPodSandboxStats) String() string {}

func (this *WindowsPodSandboxStats) String() string {}

func (this *NetworkUsage) String() string {}

func (this *WindowsNetworkUsage) String() string {}

func (this *NetworkInterfaceUsage) String() string {}

func (this *WindowsNetworkInterfaceUsage) String() string {}

func (this *ProcessUsage) String() string {}

func (this *WindowsProcessUsage) String() string {}

func (this *ImageSpec) String() string {}

func (this *KeyValue) String() string {}

func (this *LinuxContainerResources) String() string {}

func (this *HugepageLimit) String() string {}

func (this *SELinuxOption) String() string {}

func (this *Capability) String() string {}

func (this *LinuxContainerSecurityContext) String() string {}

func (this *LinuxContainerConfig) String() string {}

func (this *LinuxContainerUser) String() string {}

func (this *WindowsNamespaceOption) String() string {}

func (this *WindowsSandboxSecurityContext) String() string {}

func (this *WindowsPodSandboxConfig) String() string {}

func (this *WindowsContainerSecurityContext) String() string {}

func (this *WindowsContainerConfig) String() string {}

func (this *WindowsContainerResources) String() string {}

func (this *WindowsCpuGroupAffinity) String() string {}

func (this *ContainerMetadata) String() string {}

func (this *Device) String() string {}

func (this *CDIDevice) String() string {}

func (this *ContainerConfig) String() string {}

func (this *CreateContainerRequest) String() string {}

func (this *CreateContainerResponse) String() string {}

func (this *StartContainerRequest) String() string {}

func (this *StartContainerResponse) String() string {}

func (this *StopContainerRequest) String() string {}

func (this *StopContainerResponse) String() string {}

func (this *RemoveContainerRequest) String() string {}

func (this *RemoveContainerResponse) String() string {}

func (this *ContainerStateValue) String() string {}

func (this *ContainerFilter) String() string {}

func (this *ListContainersRequest) String() string {}

func (this *Container) String() string {}

func (this *ListContainersResponse) String() string {}

func (this *ContainerStatusRequest) String() string {}

func (this *ContainerStatus) String() string {}

func (this *ContainerStatusResponse) String() string {}

func (this *ContainerResources) String() string {}

func (this *ContainerUser) String() string {}

func (this *UpdateContainerResourcesRequest) String() string {}

func (this *UpdateContainerResourcesResponse) String() string {}

func (this *ExecSyncRequest) String() string {}

func (this *ExecSyncResponse) String() string {}

func (this *ExecRequest) String() string {}

func (this *ExecResponse) String() string {}

func (this *AttachRequest) String() string {}

func (this *AttachResponse) String() string {}

func (this *PortForwardRequest) String() string {}

func (this *PortForwardResponse) String() string {}

func (this *ImageFilter) String() string {}

func (this *ListImagesRequest) String() string {}

func (this *Image) String() string {}

func (this *ListImagesResponse) String() string {}

func (this *ImageStatusRequest) String() string {}

func (this *ImageStatusResponse) String() string {}

func (this *AuthConfig) String() string {}

func (this *PullImageRequest) String() string {}

func (this *PullImageResponse) String() string {}

func (this *RemoveImageRequest) String() string {}

func (this *RemoveImageResponse) String() string {}

func (this *NetworkConfig) String() string {}

func (this *RuntimeConfig) String() string {}

func (this *UpdateRuntimeConfigRequest) String() string {}

func (this *UpdateRuntimeConfigResponse) String() string {}

func (this *RuntimeCondition) String() string {}

func (this *RuntimeStatus) String() string {}

func (this *StatusRequest) String() string {}

func (this *RuntimeHandlerFeatures) String() string {}

func (this *RuntimeHandler) String() string {}

func (this *RuntimeFeatures) String() string {}

func (this *StatusResponse) String() string {}

func (this *ImageFsInfoRequest) String() string {}

func (this *UInt64Value) String() string {}

func (this *FilesystemIdentifier) String() string {}

func (this *FilesystemUsage) String() string {}

func (this *WindowsFilesystemUsage) String() string {}

func (this *ImageFsInfoResponse) String() string {}

func (this *ContainerStatsRequest) String() string {}

func (this *ContainerStatsResponse) String() string {}

func (this *ListContainerStatsRequest) String() string {}

func (this *ContainerStatsFilter) String() string {}

func (this *ListContainerStatsResponse) String() string {}

func (this *ContainerAttributes) String() string {}

func (this *ContainerStats) String() string {}

func (this *WindowsContainerStats) String() string {}

func (this *CpuUsage) String() string {}

func (this *WindowsCpuUsage) String() string {}

func (this *MemoryUsage) String() string {}

func (this *SwapUsage) String() string {}

func (this *WindowsMemoryUsage) String() string {}

func (this *ReopenContainerLogRequest) String() string {}

func (this *ReopenContainerLogResponse) String() string {}

func (this *CheckpointContainerRequest) String() string {}

func (this *CheckpointContainerResponse) String() string {}

func (this *GetEventsRequest) String() string {}

func (this *ContainerEventResponse) String() string {}

func (this *ListMetricDescriptorsRequest) String() string {}

func (this *ListMetricDescriptorsResponse) String() string {}

func (this *MetricDescriptor) String() string {}

func (this *ListPodSandboxMetricsRequest) String() string {}

func (this *ListPodSandboxMetricsResponse) String() string {}

func (this *PodSandboxMetrics) String() string {}

func (this *ContainerMetrics) String() string {}

func (this *Metric) String() string {}

func (this *RuntimeConfigRequest) String() string {}

func (this *RuntimeConfigResponse) String() string {}

func (this *LinuxRuntimeConfiguration) String() string {}

func valueToStringApi(v interface{}

func (m *VersionRequest) Unmarshal(dAtA []byte) error {}

func (m *VersionResponse) Unmarshal(dAtA []byte) error {}

func (m *DNSConfig) Unmarshal(dAtA []byte) error {}

func (m *PortMapping) Unmarshal(dAtA []byte) error {}

func (m *Mount) Unmarshal(dAtA []byte) error {}

func (m *IDMapping) Unmarshal(dAtA []byte) error {}

func (m *UserNamespace) Unmarshal(dAtA []byte) error {}

func (m *NamespaceOption) Unmarshal(dAtA []byte) error {}

func (m *Int64Value) Unmarshal(dAtA []byte) error {}

func (m *LinuxSandboxSecurityContext) Unmarshal(dAtA []byte) error {}

func (m *SecurityProfile) Unmarshal(dAtA []byte) error {}

func (m *LinuxPodSandboxConfig) Unmarshal(dAtA []byte) error {}

func (m *PodSandboxMetadata) Unmarshal(dAtA []byte) error {}

func (m *PodSandboxConfig) Unmarshal(dAtA []byte) error {}

func (m *RunPodSandboxRequest) Unmarshal(dAtA []byte) error {}

func (m *RunPodSandboxResponse) Unmarshal(dAtA []byte) error {}

func (m *StopPodSandboxRequest) Unmarshal(dAtA []byte) error {}

func (m *StopPodSandboxResponse) Unmarshal(dAtA []byte) error {}

func (m *RemovePodSandboxRequest) Unmarshal(dAtA []byte) error {}

func (m *RemovePodSandboxResponse) Unmarshal(dAtA []byte) error {}

func (m *PodSandboxStatusRequest) Unmarshal(dAtA []byte) error {}

func (m *PodIP) Unmarshal(dAtA []byte) error {}

func (m *PodSandboxNetworkStatus) Unmarshal(dAtA []byte) error {}

func (m *Namespace) Unmarshal(dAtA []byte) error {}

func (m *LinuxPodSandboxStatus) Unmarshal(dAtA []byte) error {}

func (m *PodSandboxStatus) Unmarshal(dAtA []byte) error {}

func (m *PodSandboxStatusResponse) Unmarshal(dAtA []byte) error {}

func (m *PodSandboxStateValue) Unmarshal(dAtA []byte) error {}

func (m *PodSandboxFilter) Unmarshal(dAtA []byte) error {}

func (m *ListPodSandboxRequest) Unmarshal(dAtA []byte) error {}

func (m *PodSandbox) Unmarshal(dAtA []byte) error {}

func (m *ListPodSandboxResponse) Unmarshal(dAtA []byte) error {}

func (m *PodSandboxStatsRequest) Unmarshal(dAtA []byte) error {}

func (m *PodSandboxStatsResponse) Unmarshal(dAtA []byte) error {}

func (m *PodSandboxStatsFilter) Unmarshal(dAtA []byte) error {}

func (m *ListPodSandboxStatsRequest) Unmarshal(dAtA []byte) error {}

func (m *ListPodSandboxStatsResponse) Unmarshal(dAtA []byte) error {}

func (m *PodSandboxAttributes) Unmarshal(dAtA []byte) error {}

func (m *PodSandboxStats) Unmarshal(dAtA []byte) error {}

func (m *LinuxPodSandboxStats) Unmarshal(dAtA []byte) error {}

func (m *WindowsPodSandboxStats) Unmarshal(dAtA []byte) error {}

func (m *NetworkUsage) Unmarshal(dAtA []byte) error {}

func (m *WindowsNetworkUsage) Unmarshal(dAtA []byte) error {}

func (m *NetworkInterfaceUsage) Unmarshal(dAtA []byte) error {}

func (m *WindowsNetworkInterfaceUsage) Unmarshal(dAtA []byte) error {}

func (m *ProcessUsage) Unmarshal(dAtA []byte) error {}

func (m *WindowsProcessUsage) Unmarshal(dAtA []byte) error {}

func (m *ImageSpec) Unmarshal(dAtA []byte) error {}

func (m *KeyValue) Unmarshal(dAtA []byte) error {}

func (m *LinuxContainerResources) Unmarshal(dAtA []byte) error {}

func (m *HugepageLimit) Unmarshal(dAtA []byte) error {}

func (m *SELinuxOption) Unmarshal(dAtA []byte) error {}

func (m *Capability) Unmarshal(dAtA []byte) error {}

func (m *LinuxContainerSecurityContext) Unmarshal(dAtA []byte) error {}

func (m *LinuxContainerConfig) Unmarshal(dAtA []byte) error {}

func (m *LinuxContainerUser) Unmarshal(dAtA []byte) error {}

func (m *WindowsNamespaceOption) Unmarshal(dAtA []byte) error {}

func (m *WindowsSandboxSecurityContext) Unmarshal(dAtA []byte) error {}

func (m *WindowsPodSandboxConfig) Unmarshal(dAtA []byte) error {}

func (m *WindowsContainerSecurityContext) Unmarshal(dAtA []byte) error {}

func (m *WindowsContainerConfig) Unmarshal(dAtA []byte) error {}

func (m *WindowsContainerResources) Unmarshal(dAtA []byte) error {}

func (m *WindowsCpuGroupAffinity) Unmarshal(dAtA []byte) error {}

func (m *ContainerMetadata) Unmarshal(dAtA []byte) error {}

func (m *Device) Unmarshal(dAtA []byte) error {}

func (m *CDIDevice) Unmarshal(dAtA []byte) error {}

func (m *ContainerConfig) Unmarshal(dAtA []byte) error {}

func (m *CreateContainerRequest) Unmarshal(dAtA []byte) error {}

func (m *CreateContainerResponse) Unmarshal(dAtA []byte) error {}

func (m *StartContainerRequest) Unmarshal(dAtA []byte) error {}

func (m *StartContainerResponse) Unmarshal(dAtA []byte) error {}

func (m *StopContainerRequest) Unmarshal(dAtA []byte) error {}

func (m *StopContainerResponse) Unmarshal(dAtA []byte) error {}

func (m *RemoveContainerRequest) Unmarshal(dAtA []byte) error {}

func (m *RemoveContainerResponse) Unmarshal(dAtA []byte) error {}

func (m *ContainerStateValue) Unmarshal(dAtA []byte) error {}

func (m *ContainerFilter) Unmarshal(dAtA []byte) error {}

func (m *ListContainersRequest) Unmarshal(dAtA []byte) error {}

func (m *Container) Unmarshal(dAtA []byte) error {}

func (m *ListContainersResponse) Unmarshal(dAtA []byte) error {}

func (m *ContainerStatusRequest) Unmarshal(dAtA []byte) error {}

func (m *ContainerStatus) Unmarshal(dAtA []byte) error {}

func (m *ContainerStatusResponse) Unmarshal(dAtA []byte) error {}

func (m *ContainerResources) Unmarshal(dAtA []byte) error {}

func (m *ContainerUser) Unmarshal(dAtA []byte) error {}

func (m *UpdateContainerResourcesRequest) Unmarshal(dAtA []byte) error {}

func (m *UpdateContainerResourcesResponse) Unmarshal(dAtA []byte) error {}

func (m *ExecSyncRequest) Unmarshal(dAtA []byte) error {}

func (m *ExecSyncResponse) Unmarshal(dAtA []byte) error {}

func (m *ExecRequest) Unmarshal(dAtA []byte) error {}

func (m *ExecResponse) Unmarshal(dAtA []byte) error {}

func (m *AttachRequest) Unmarshal(dAtA []byte) error {}

func (m *AttachResponse) Unmarshal(dAtA []byte) error {}

func (m *PortForwardRequest) Unmarshal(dAtA []byte) error {}

func (m *PortForwardResponse) Unmarshal(dAtA []byte) error {}

func (m *ImageFilter) Unmarshal(dAtA []byte) error {}

func (m *ListImagesRequest) Unmarshal(dAtA []byte) error {}

func (m *Image) Unmarshal(dAtA []byte) error {}

func (m *ListImagesResponse) Unmarshal(dAtA []byte) error {}

func (m *ImageStatusRequest) Unmarshal(dAtA []byte) error {}

func (m *ImageStatusResponse) Unmarshal(dAtA []byte) error {}

func (m *AuthConfig) Unmarshal(dAtA []byte) error {}

func (m *PullImageRequest) Unmarshal(dAtA []byte) error {}

func (m *PullImageResponse) Unmarshal(dAtA []byte) error {}

func (m *RemoveImageRequest) Unmarshal(dAtA []byte) error {}

func (m *RemoveImageResponse) Unmarshal(dAtA []byte) error {}

func (m *NetworkConfig) Unmarshal(dAtA []byte) error {}

func (m *RuntimeConfig) Unmarshal(dAtA []byte) error {}

func (m *UpdateRuntimeConfigRequest) Unmarshal(dAtA []byte) error {}

func (m *UpdateRuntimeConfigResponse) Unmarshal(dAtA []byte) error {}

func (m *RuntimeCondition) Unmarshal(dAtA []byte) error {}

func (m *RuntimeStatus) Unmarshal(dAtA []byte) error {}

func (m *StatusRequest) Unmarshal(dAtA []byte) error {}

func (m *RuntimeHandlerFeatures) Unmarshal(dAtA []byte) error {}

func (m *RuntimeHandler) Unmarshal(dAtA []byte) error {}

func (m *RuntimeFeatures) Unmarshal(dAtA []byte) error {}

func (m *StatusResponse) Unmarshal(dAtA []byte) error {}

func (m *ImageFsInfoRequest) Unmarshal(dAtA []byte) error {}

func (m *UInt64Value) Unmarshal(dAtA []byte) error {}

func (m *FilesystemIdentifier) Unmarshal(dAtA []byte) error {}

func (m *FilesystemUsage) Unmarshal(dAtA []byte) error {}

func (m *WindowsFilesystemUsage) Unmarshal(dAtA []byte) error {}

func (m *ImageFsInfoResponse) Unmarshal(dAtA []byte) error {}

func (m *ContainerStatsRequest) Unmarshal(dAtA []byte) error {}

func (m *ContainerStatsResponse) Unmarshal(dAtA []byte) error {}

func (m *ListContainerStatsRequest) Unmarshal(dAtA []byte) error {}

func (m *ContainerStatsFilter) Unmarshal(dAtA []byte) error {}

func (m *ListContainerStatsResponse) Unmarshal(dAtA []byte) error {}

func (m *ContainerAttributes) Unmarshal(dAtA []byte) error {}

func (m *ContainerStats) Unmarshal(dAtA []byte) error {}

func (m *WindowsContainerStats) Unmarshal(dAtA []byte) error {}

func (m *CpuUsage) Unmarshal(dAtA []byte) error {}

func (m *WindowsCpuUsage) Unmarshal(dAtA []byte) error {}

func (m *MemoryUsage) Unmarshal(dAtA []byte) error {}

func (m *SwapUsage) Unmarshal(dAtA []byte) error {}

func (m *WindowsMemoryUsage) Unmarshal(dAtA []byte) error {}

func (m *ReopenContainerLogRequest) Unmarshal(dAtA []byte) error {}

func (m *ReopenContainerLogResponse) Unmarshal(dAtA []byte) error {}

func (m *CheckpointContainerRequest) Unmarshal(dAtA []byte) error {}

func (m *CheckpointContainerResponse) Unmarshal(dAtA []byte) error {}

func (m *GetEventsRequest) Unmarshal(dAtA []byte) error {}

func (m *ContainerEventResponse) Unmarshal(dAtA []byte) error {}

func (m *ListMetricDescriptorsRequest) Unmarshal(dAtA []byte) error {}

func (m *ListMetricDescriptorsResponse) Unmarshal(dAtA []byte) error {}

func (m *MetricDescriptor) Unmarshal(dAtA []byte) error {}

func (m *ListPodSandboxMetricsRequest) Unmarshal(dAtA []byte) error {}

func (m *ListPodSandboxMetricsResponse) Unmarshal(dAtA []byte) error {}

func (m *PodSandboxMetrics) Unmarshal(dAtA []byte) error {}

func (m *ContainerMetrics) Unmarshal(dAtA []byte) error {}

func (m *Metric) Unmarshal(dAtA []byte) error {}

func (m *RuntimeConfigRequest) Unmarshal(dAtA []byte) error {}

func (m *RuntimeConfigResponse) Unmarshal(dAtA []byte) error {}

func (m *LinuxRuntimeConfiguration) Unmarshal(dAtA []byte) error {}

func skipApi(dAtA []byte) (n int, err error) {}

var ErrInvalidLengthApi

var ErrIntOverflowApi

var ErrUnexpectedEndOfGroupApi