Home
last modified time | relevance | path

Searched refs:dockerService (Results 1 – 20 of 20) sorted by relevance

/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/kubelet/dockershim/
H A Ddocker_service.go140 ds *dockerService
150 ds *dockerService
208 ds := &dockerService{
294 type dockerService struct { struct
341 func (ds *dockerService) getDockerVersion() (*dockertypes.Version, error) { argument
372 func (ds *dockerService) GetNetNS(podSandboxID string) (string, error) { argument
411 func (ds *dockerService) Start() error { argument
426 func (ds *dockerService) initCleanup() { argument
459 func (ds *dockerService) ServeHTTP(w http.ResponseWriter, r *http.Request) { argument
484 func (ds *dockerService) checkVersionCompatibility() error { argument
[all …]
H A Dhelpers_unsupported.go35 func (ds *dockerService) getSecurityOpts(seccompProfile string, separator rune) ([]string, error) {
40 func (ds *dockerService) getSandBoxSecurityOpts(separator rune) []string {
45 func (ds *dockerService) updateCreateConfig(
54 func (ds *dockerService) determinePodIPBySandboxID(uid string) []string {
H A Ddocker_container.go39 func (ds *dockerService) ListContainers(_ context.Context, r *runtimeapi.ListContainersRequest) (*r…
86 func (ds *dockerService) getContainerCleanupInfo(containerID string) (*containerCleanupInfo, bool) {
93 func (ds *dockerService) setContainerCleanupInfo(containerID string, info *containerCleanupInfo) {
99 func (ds *dockerService) clearContainerCleanupInfo(containerID string) {
109 func (ds *dockerService) CreateContainer(_ context.Context, r *runtimeapi.CreateContainerRequest) (…
222 func (ds *dockerService) getContainerLogPath(containerID string) (string, string, error) {
231 func (ds *dockerService) createContainerLogSymlink(containerID string) error {
270 func (ds *dockerService) removeContainerLogSymlink(containerID string) error {
286 func (ds *dockerService) StartContainer(_ context.Context, r *runtimeapi.StartContainerRequest) (*r…
307 func (ds *dockerService) StopContainer(_ context.Context, r *runtimeapi.StopContainerRequest) (*run…
[all …]
H A Ddocker_container_unsupported.go31 func (ds *dockerService) applyPlatformSpecificDockerConfig(*runtimeapi.CreateContainerRequest, *doc…
37 func (ds *dockerService) performPlatformSpecificContainerCleanup(cleanupInfo *containerCleanupInfo)…
45 func (ds *dockerService) platformSpecificContainerInitCleanup() (errors []error) {
H A Dhelpers_windows.go39 func (ds *dockerService) getSecurityOpts(seccompProfile string, separator rune) ([]string, error) {
46 func (ds *dockerService) getSandBoxSecurityOpts(separator rune) []string {
52 func (ds *dockerService) updateCreateConfig(
95 func (ds *dockerService) determinePodIPBySandboxID(sandboxID string) []string {
H A Ddocker_sandbox.go65 func (ds *dockerService) getNetworkReady(podSandboxID string) (bool, bool) {
72 func (ds *dockerService) setNetworkReady(podSandboxID string, ready bool) {
78 func (ds *dockerService) clearNetworkReady(podSandboxID string) {
89 func (ds *dockerService) RunPodSandbox(ctx context.Context, r *runtimeapi.RunPodSandboxRequest) (*r…
212 func (ds *dockerService) StopPodSandbox(ctx context.Context, r *runtimeapi.StopPodSandboxRequest) (…
335 func (ds *dockerService) getIPsFromPlugin(sandbox *dockertypes.ContainerJSON) ([]string, error) {
364 func (ds *dockerService) getIPs(podSandboxID string, sandbox *dockertypes.ContainerJSON) []string {
406 func (ds *dockerService) getPodSandboxDetails(podSandboxID string) (*dockertypes.ContainerJSON, *ru…
490 func (ds *dockerService) ListPodSandbox(_ context.Context, r *runtimeapi.ListPodSandboxRequest) (*r…
601 func (ds *dockerService) applySandboxResources(hc *dockercontainer.HostConfig, lc *runtimeapi.Linux…
[all …]
H A Dhelpers_linux.go42 func (ds *dockerService) getSecurityOpts(seccompProfile string, separator rune) ([]string, error) {
52 func (ds *dockerService) getSandBoxSecurityOpts(separator rune) []string {
103 func (ds *dockerService) updateCreateConfig(
147 func (ds *dockerService) determinePodIPBySandboxID(uid string) []string {
H A Ddocker_image.go38 func (ds *dockerService) ListImages(_ context.Context, r *runtimeapi.ListImagesRequest) (*runtimeap…
66 func (ds *dockerService) ImageStatus(_ context.Context, r *runtimeapi.ImageStatusRequest) (*runtime…
96 func (ds *dockerService) PullImage(_ context.Context, r *runtimeapi.PullImageRequest) (*runtimeapi.…
125 func (ds *dockerService) RemoveImage(_ context.Context, r *runtimeapi.RemoveImageRequest) (*runtime…
H A Ddocker_legacy_service.go50 func (d *dockerService) GetContainerLogs(_ context.Context, pod *v1.Pod, containerID kubecontainer.…
97 func (d *dockerService) GetContainerLogTail(uid kubetypes.UID, name, namespace string, containerID …
120 func (d *dockerService) IsCRISupportedLogDriver() (bool, error) {
H A Ddocker_streaming.go84 func (ds *dockerService) ExecSync(ctx context.Context, req *runtimeapi.ExecSyncRequest) (*runtimeap…
117 func (ds *dockerService) Exec(_ context.Context, req *runtimeapi.ExecRequest) (*runtimeapi.ExecResp…
129 func (ds *dockerService) Attach(_ context.Context, req *runtimeapi.AttachRequest) (*runtimeapi.Atta…
141 func (ds *dockerService) PortForward(_ context.Context, req *runtimeapi.PortForwardRequest) (*runti…
H A Ddocker_stats.go28 func (ds *dockerService) ContainerStats(_ context.Context, r *runtimeapi.ContainerStatsRequest) (*r…
37 func (ds *dockerService) ListContainerStats(ctx context.Context, r *runtimeapi.ListContainerStatsRe…
H A Ddocker_container_windows.go42 func (ds *dockerService) applyPlatformSpecificDockerConfig(request *runtimeapi.CreateContainerReque…
163 func (ds *dockerService) performPlatformSpecificContainerCleanup(cleanupInfo *containerCleanupInfo)…
192 func (ds *dockerService) platformSpecificContainerInitCleanup() (errors []error) {
H A Ddocker_service_test.go82 func newTestDockerService() (*dockerService, *libdocker.FakeDockerClient, *clock.FakeClock) {
87 return &dockerService{
96 func newTestDockerServiceWithVersionCache() (*dockerService, *libdocker.FakeDockerClient, *clock.Fa…
H A Ddocker_stats_unsupported.go27 func (ds *dockerService) getContainerStats(containerID string) (*runtimeapi.ContainerStats, error) {
H A Ddocker_logs.go29 func (ds *dockerService) ReopenContainerLog(_ context.Context, _ *runtimeapi.ReopenContainerLogRequ…
H A Ddocker_image_unsupported.go29 func (ds *dockerService) ImageFsInfo(_ context.Context, r *runtimeapi.ImageFsInfoRequest) (*runtime…
H A Ddocker_image_windows.go32 func (ds *dockerService) ImageFsInfo(_ context.Context, _ *runtimeapi.ImageFsInfoRequest) (*runtime…
H A Ddocker_image_linux.go33 func (ds *dockerService) ImageFsInfo(_ context.Context, _ *runtimeapi.ImageFsInfoRequest) (*runtime…
H A Ddocker_stats_linux.go28 func (ds *dockerService) getContainerStats(containerID string) (*runtimeapi.ContainerStats, error) {
H A Ddocker_stats_windows.go31 func (ds *dockerService) getContainerStats(containerID string) (*runtimeapi.ContainerStats, error) {