_id
stringlengths
2
7
text
stringlengths
6
2.61k
title
stringclasses
1 value
c7100
// PUType returns the PU type
c7101
// SetIPAddresses sets up all the IP addresses for the processing unit
c7102
// Tag returns a specific tag for the processing unit
c7103
// Tags returns tags for the processing unit
c7104
// SetTags returns tags for the processing unit
c7105
// Options returns tags for the processing unit
c7106
// SetServices updates the services of the runtime.
c7107
// PortMap returns the mapping from host port->container port
c7108
// NewNullPKI creates new secrets for PKI implementation based on compact encoding
c7109
// TCPConnectionExpirationNotifier handles processing the expiration of an element
c7110
// String returns a printable version of connection
c7111
// SetReported is used to track if a flow is reported
c7112
// Cleanup will provide information when a connection is removed by a timer.
c7113
// NewTCPConnection returns a TCPConnection information struct
c7114
// NewProxyConnection returns a new Proxy Connection
c7115
// NewUDPConnection returns UDPConnection struct.
c7116
// QueuePackets queues UDP packets till the flow is authenticated.
c7117
// DropPackets drops packets on errors during Authorization.
c7118
// ReadPacket reads a packet from the queue.
c7119
// updatePUIDCache updates the cache with an entry coming from a container perspective
c7120
// deletePUIDCache deletes puid corresponding entries from the cache.
c7121
// getOrCreatePodFromCache locks the cache in order to return the pod cache entry if found, or create it if not found
c7122
// deletePodEntry locks the cache in order to deletes pod cache entry.
c7123
// deletePUID locks the cache in order to delete the puid from puidcache.
c7124
// NewMockCgroupnetcls creates a new mock instance // nolint
c7125
// Creategroup indicates an expected call of Creategroup // nolint
c7126
// AssignMark mocks base method // nolint
c7127
// RemoveProcess mocks base method // nolint
c7128
// DeleteCgroup mocks base method // nolint
c7129
// Deletebasepath mocks base method // nolint
c7130
// Deletebasepath indicates an expected call of Deletebasepath // nolint
c7131
// ListCgroupProcesses mocks base method // nolint
c7132
// ListAllCgroups mocks base method // nolint
c7133
// ListAllCgroups indicates an expected call of ListAllCgroups // nolint
c7134
// DeepCopy copies the configuration and avoids locking issues.
c7135
// Stop handles a stop event and destroy as well. Destroy does nothing for the uid monitor
c7136
// NewMockCommonAPIClient creates a new mock instance
c7137
// ContainerAttach indicates an expected call of ContainerAttach
c7138
// ContainerCommit mocks base method
c7139
// ContainerExecCreate mocks base method
c7140
// ContainerExport mocks base method
c7141
// ContainerList mocks base method
c7142
// ContainerRename mocks base method
c7143
// ContainerStats mocks base method
c7144
// CopyToContainer mocks base method
c7145
// ImageBuild mocks base method
c7146
// ImageImport mocks base method
c7147
// ImageInspectWithRaw mocks base method
c7148
// ImagePull mocks base method
c7149
// ImageSave mocks base method
c7150
// ImageTag mocks base method
c7151
// NodeInspectWithRaw mocks base method
c7152
// NodeList mocks base method
c7153
// NetworkConnect mocks base method
c7154
// NetworkCreate mocks base method
c7155
// NetworkDisconnect mocks base method
c7156
// NetworkList mocks base method
c7157
// NetworkRemove mocks base method
c7158
// PluginList mocks base method
c7159
// PluginInstall mocks base method
c7160
// PluginInspectWithRaw mocks base method
c7161
// ServiceList mocks base method
c7162
// ServiceRemove mocks base method
c7163
// TaskInspectWithRaw mocks base method
c7164
// SwarmJoin mocks base method
c7165
// SwarmUnlock mocks base method
c7166
// SwarmInspect mocks base method
c7167
// SwarmUpdate mocks base method
c7168
// SecretRemove mocks base method
c7169
// RegistryLogin mocks base method
c7170
// VolumeCreate mocks base method
c7171
// VolumeRemove mocks base method
c7172
// VolumesPrune mocks base method
c7173
// ClientVersion mocks base method
c7174
// ClientVersion indicates an expected call of ClientVersion
c7175
// UpdateClientVersion mocks base method
c7176
// UpdateClientVersion indicates an expected call of UpdateClientVersion
c7177
// NewMockContainerAPIClient creates a new mock instance
c7178
// ContainerAttach mocks base method
c7179
// ContainerCreate mocks base method
c7180
// ContainerDiff mocks base method
c7181
// ContainerExecAttach mocks base method
c7182
// ContainerExecInspect mocks base method
c7183
// ContainerExecResize mocks base method
c7184
// ContainerExecStart mocks base method
c7185
// ContainerInspect mocks base method
c7186
// ContainerInspect indicates an expected call of ContainerInspect
c7187
// ContainerInspectWithRaw mocks base method
c7188
// ContainerRemove mocks base method
c7189
// ContainerResize mocks base method
c7190
// ContainerRestart mocks base method
c7191
// ContainerStatPath mocks base method
c7192
// ContainerStart mocks base method
c7193
// ContainerTop mocks base method
c7194
// ContainerUpdate mocks base method
c7195
// ContainerWait mocks base method
c7196
// CopyFromContainer mocks base method
c7197
// ContainersPrune mocks base method
c7198
// ContainersPrune indicates an expected call of ContainersPrune
c7199
// NewMockImageAPIClient creates a new mock instance