Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 472 for emptyDir2 (0.12 sec)

  1. pkg/kubelet/volumemanager/cache/desired_state_of_world_test.go

    		"emptyDir2": &quantity2Gi,
    		"emptyDir3": &quantity2Gi,
    		"emptyDir4": &quantity2Gi,
    	}
    	pod2 := &v1.Pod{
    		ObjectMeta: metav1.ObjectMeta{
    			Name: "pod2",
    			UID:  "pod2uid",
    		},
    		Spec: v1.PodSpec{
    			Volumes: []v1.Volume{
    				{
    					Name: "emptyDir5",
    					VolumeSource: v1.VolumeSource{
    						EmptyDir: &v1.EmptyDirVolumeSource{
    							SizeLimit: &quantity1Gi,
    						},
    					},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 34K bytes
    - Viewed (0)
  2. pkg/volume/emptydir/empty_dir.go

    	medium := v1.StorageMediumDefault
    	sizeLimit := &resource.Quantity{}
    	if spec.Volume.EmptyDir != nil { // Support a non-specified source as EmptyDir.
    		medium = spec.Volume.EmptyDir.Medium
    		if medium == v1.StorageMediumMemory {
    			nodeAllocatable, err := plugin.host.GetNodeAllocatable()
    			if err != nil {
    				return nil, err
    			}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 21 10:18:16 UTC 2024
    - 19K bytes
    - Viewed (0)
  3. pkg/volume/emptydir/doc.go

    See the License for the specific language governing permissions and
    limitations under the License.
    */
    
    // Package emptydir contains the internal representation of emptyDir
    // volumes.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 15 20:00:36 UTC 2018
    - 719 bytes
    - Viewed (0)
  4. samples/ambient-argo/application/reviews.yaml

            volumeMounts:
            - name: tmp
              mountPath: /tmp
            - name: wlp-output
              mountPath: /opt/ibm/wlp/output
          volumes:
          - name: wlp-output
            emptyDir: {}
          - name: tmp
            emptyDir: {}
    ---
    apiVersion: apps/v1
    kind: Deployment
    metadata:
      name: reviews-v2
      labels:
        app: reviews
        version: v2
    spec:
      replicas: 1
      selector:
        matchLabels:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Nov 04 01:54:50 UTC 2023
    - 2.9K bytes
    - Viewed (0)
  5. samples/bookinfo/platform/kube/bookinfo-psa.yaml

              allowPrivilegeEscalation: false
              capabilities:
                drop:
                  - all
              runAsNonRoot: true
          volumes:
          - name: wlp-output
            emptyDir: {}
          - name: tmp
            emptyDir: {}
    ---
    apiVersion: apps/v1
    kind: Deployment
    metadata:
      name: reviews-v2
      labels:
        app: reviews
        version: v2
    spec:
      replicas: 1
      selector:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 19:54:05 UTC 2024
    - 8.1K bytes
    - Viewed (0)
  6. samples/bookinfo/platform/kube/bookinfo.yaml

            volumeMounts:
            - name: tmp
              mountPath: /tmp
            - name: wlp-output
              mountPath: /opt/ibm/wlp/output
          volumes:
          - name: wlp-output
            emptyDir: {}
          - name: tmp
            emptyDir: {}
    ---
    apiVersion: apps/v1
    kind: Deployment
    metadata:
      name: reviews-v2
      labels:
        app: reviews
        version: v2
    spec:
      replicas: 1
      selector:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 19:54:05 UTC 2024
    - 7.6K bytes
    - Viewed (0)
  7. pkg/kube/inject/testdata/inject/gateway.yaml.injected

            - name: net.ipv4.ip_unprivileged_port_start
              value: "0"
          volumes:
          - emptyDir: {}
            name: workload-socket
          - emptyDir: {}
            name: credential-socket
          - emptyDir: {}
            name: workload-certs
          - emptyDir:
              medium: Memory
            name: istio-envoy
          - emptyDir: {}
            name: istio-data
          - downwardAPI:
              items:
              - fieldRef:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Feb 27 16:55:16 UTC 2024
    - 5.1K bytes
    - Viewed (0)
  8. pilot/pkg/config/kube/gateway/testdata/deployment/kube-gateway-ambient-redirect-infra.yaml

              value: "0"
          serviceAccountName: default-istio
          volumes:
          - emptyDir: {}
            name: workload-socket
          - emptyDir: {}
            name: credential-socket
          - emptyDir: {}
            name: workload-certs
          - emptyDir:
              medium: Memory
            name: istio-envoy
          - emptyDir: {}
            name: istio-data
          - downwardAPI:
              items:
              - fieldRef:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 03 19:29:42 UTC 2024
    - 6.6K bytes
    - Viewed (0)
  9. pilot/pkg/config/kube/gateway/testdata/deployment/proxy-config-crd.yaml

              value: "0"
          serviceAccountName: default-istio
          volumes:
          - emptyDir: {}
            name: workload-socket
          - emptyDir: {}
            name: credential-socket
          - emptyDir: {}
            name: workload-certs
          - emptyDir:
              medium: Memory
            name: istio-envoy
          - emptyDir: {}
            name: istio-data
          - downwardAPI:
              items:
              - fieldRef:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 03 19:29:42 UTC 2024
    - 6.6K bytes
    - Viewed (0)
  10. operator/cmd/mesh/testdata/manifest-generate/output/flag_output_set_values.golden.yaml

            runAsNonRoot: true
            runAsUser: 1337
          serviceAccountName: istio-ingressgateway-service-account
          volumes:
          - emptyDir: {}
            name: workload-socket
          - emptyDir: {}
            name: credential-socket
          - emptyDir: {}
            name: workload-certs
          - configMap:
              name: istio-ca-root-cert
            name: istiod-ca-cert
          - downwardAPI:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Dec 01 22:07:45 UTC 2023
    - 6.4K bytes
    - Viewed (0)
Back to top