Search Options

Results per page
Sort
Preferred Languages
Advance

Results 101 - 110 of 154 for Containers (0.15 sec)

  1. staging/src/k8s.io/api/testdata/HEAD/batch.v1.CronJob.json

                      }
                    },
                    "stdin": true,
                    "stdinOnce": true,
                    "tty": true
                  }
                ],
                "containers": [
                  {
                    "name": "nameValue",
                    "image": "imageValue",
                    "command": [
                      "commandValue"
                    ],
                    "args": [
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 63.5K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/testdata/v1.29.0/apps.v1beta1.StatefulSet.json

                    "localhostProfile": "localhostProfileValue"
                  }
                },
                "stdin": true,
                "stdinOnce": true,
                "tty": true
              }
            ],
            "containers": [
              {
                "name": "nameValue",
                "image": "imageValue",
                "command": [
                  "commandValue"
                ],
                "args": [
                  "argsValue"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 57.4K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/testdata/v1.30.0/core.v1.Pod.json

                "localhostProfile": "localhostProfileValue"
              }
            },
            "stdin": true,
            "stdinOnce": true,
            "tty": true
          }
        ],
        "containers": [
          {
            "name": "nameValue",
            "image": "imageValue",
            "command": [
              "commandValue"
            ],
            "args": [
              "argsValue"
            ],
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 52K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/testdata/v1.30.0/batch.v1beta1.CronJob.json

                      }
                    },
                    "stdin": true,
                    "stdinOnce": true,
                    "tty": true
                  }
                ],
                "containers": [
                  {
                    "name": "nameValue",
                    "image": "imageValue",
                    "command": [
                      "commandValue"
                    ],
                    "args": [
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 63.4K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/testdata/v1.30.0/apps.v1.StatefulSet.json

                    "localhostProfile": "localhostProfileValue"
                  }
                },
                "stdin": true,
                "stdinOnce": true,
                "tty": true
              }
            ],
            "containers": [
              {
                "name": "nameValue",
                "image": "imageValue",
                "command": [
                  "commandValue"
                ],
                "args": [
                  "argsValue"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 58.2K bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/docs/css/javadoc.css

        background-color:var(--search-tag-highlight-color);
    }
    details.page-search-details {
        display: inline-block;
    }
    div#result-container {
        font-size: 1em;
    }
    div#result-container a.search-result-link {
        padding: 0;
        margin: 4px 0;
        width: 100%;
    }
    #result-container .result-highlight {
        font-weight:bolder;
    }
    .page-search-info {
        background-color: var(--subnav-background-color);
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Apr 09 14:25:49 UTC 2024
    - 50.5K bytes
    - Viewed (0)
  7. pkg/kubelet/pod_workers_test.go

    	}
    
    	if !podWorkers.ShouldPodContainersBeTerminating(types.UID("abc")) {
    		t.Errorf("Expected pod to be expected to terminate containers (does not exist and synced at least once)")
    	}
    	if podWorkers.CouldHaveRunningContainers(types.UID("abc")) {
    		t.Errorf("Expected pod to be known not to have running containers (does not exist and synced at least once)")
    	}
    	if !podWorkers.ShouldPodContentBeRemoved(types.UID("abc")) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:25:43 UTC 2024
    - 75.6K bytes
    - Viewed (0)
  8. pilot/pkg/serviceregistry/kube/controller/controller_test.go

    			},
    		},
    		Spec: corev1.PodSpec{
    			InitContainers: []corev1.Container{
    				{
    					Name: "init-container",
    				},
    			},
    			Containers: []corev1.Container{
    				{
    					Name: "container-1",
    					Ports: []corev1.ContainerPort{
    						{
    							Name: "http",
    						},
    					},
    				},
    				{
    					Name: "container-2",
    				},
    			},
    			Volumes: []corev1.Volume{
    				{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 23 21:07:03 UTC 2024
    - 85K bytes
    - Viewed (0)
  9. plugin/pkg/admission/resourcequota/admission_test.go

    	pod := &api.Pod{
    		ObjectMeta: metav1.ObjectMeta{Name: name, Namespace: "test"},
    		Spec:       api.PodSpec{},
    	}
    	pod.Spec.Containers = make([]api.Container, 0, numContainers)
    	for i := 0; i < numContainers; i++ {
    		pod.Spec.Containers = append(pod.Spec.Containers, api.Container{
    			Image:     "foo:V" + strconv.Itoa(i),
    			Resources: resources,
    		})
    	}
    	return pod
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 29 21:28:42 UTC 2024
    - 84.1K bytes
    - Viewed (0)
  10. .bazelrc

    # We have some invalid linker scripts in the build,
    # so we need to disable this check
    build:release_linux_base --linkopt=-Wl,--undefined-version
    
    # Container environment settings below this point.
    # Use Python 3.X as installed in container image
    build:release_linux_base --action_env PYTHON_BIN_PATH="/usr/bin/python3"
    build:release_linux_base --action_env PYTHON_LIB_PATH="/usr/lib/tf_python"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 17:12:54 UTC 2024
    - 52.9K bytes
    - Viewed (0)
Back to top