Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 197 for VolumeMounts (0.13 sec)

  1. pkg/kube/inject/testdata/inject/hello-multi.yaml.injected

            startupProbe:
              failureThreshold: 600
              httpGet:
                path: /healthz/ready
                port: 15021
              periodSeconds: 1
              timeoutSeconds: 3
            volumeMounts:
            - mountPath: /var/run/secrets/workload-spiffe-uds
              name: workload-socket
            - mountPath: /var/run/secrets/credential-uds
              name: credential-socket
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Feb 27 16:55:16 UTC 2024
    - 13.2K bytes
    - Viewed (0)
  2. cmd/kubeadm/app/util/staticpod/utils.go

    	})
    
    	return v
    }
    
    // VolumeMountMapToSlice returns a slice of volumes from a map's values
    func VolumeMountMapToSlice(volumeMounts map[string]v1.VolumeMount) []v1.VolumeMount {
    	v := make([]v1.VolumeMount, 0, len(volumeMounts))
    
    	for _, volMount := range volumeMounts {
    		v = append(v, volMount)
    	}
    
    	sort.Slice(v, func(i, j int) bool {
    		return strings.Compare(v[i].Name, v[j].Name) == -1
    	})
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Jan 14 13:07:56 UTC 2024
    - 14.1K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/testdata/HEAD/extensions.v1beta1.Deployment.yaml

            terminationMessagePolicy: terminationMessagePolicyValue
            tty: true
            volumeDevices:
            - devicePath: devicePathValue
              name: nameValue
            volumeMounts:
            - mountPath: mountPathValue
              mountPropagation: mountPropagationValue
              name: nameValue
              readOnly: true
              recursiveReadOnly: recursiveReadOnlyValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 35.2K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/testdata/v1.30.0/extensions.v1beta1.DaemonSet.yaml

            terminationMessagePolicy: terminationMessagePolicyValue
            tty: true
            volumeDevices:
            - devicePath: devicePathValue
              name: nameValue
            volumeMounts:
            - mountPath: mountPathValue
              mountPropagation: mountPropagationValue
              name: nameValue
              readOnly: true
              recursiveReadOnly: recursiveReadOnlyValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 35.1K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/testdata/v1.30.0/extensions.v1beta1.Deployment.yaml

            terminationMessagePolicy: terminationMessagePolicyValue
            tty: true
            volumeDevices:
            - devicePath: devicePathValue
              name: nameValue
            volumeMounts:
            - mountPath: mountPathValue
              mountPropagation: mountPropagationValue
              name: nameValue
              readOnly: true
              recursiveReadOnly: recursiveReadOnlyValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 35.1K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/testdata/HEAD/apps.v1beta1.Deployment.yaml

            terminationMessagePolicy: terminationMessagePolicyValue
            tty: true
            volumeDevices:
            - devicePath: devicePathValue
              name: nameValue
            volumeMounts:
            - mountPath: mountPathValue
              mountPropagation: mountPropagationValue
              name: nameValue
              readOnly: true
              recursiveReadOnly: recursiveReadOnlyValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 35.1K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/testdata/v1.29.0/extensions.v1beta1.DaemonSet.yaml

            terminationMessagePolicy: terminationMessagePolicyValue
            tty: true
            volumeDevices:
            - devicePath: devicePathValue
              name: nameValue
            volumeMounts:
            - mountPath: mountPathValue
              mountPropagation: mountPropagationValue
              name: nameValue
              readOnly: true
              subPath: subPathValue
              subPathExpr: subPathExprValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 34.5K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/testdata/v1.29.0/apps.v1beta2.DaemonSet.yaml

            terminationMessagePolicy: terminationMessagePolicyValue
            tty: true
            volumeDevices:
            - devicePath: devicePathValue
              name: nameValue
            volumeMounts:
            - mountPath: mountPathValue
              mountPropagation: mountPropagationValue
              name: nameValue
              readOnly: true
              subPath: subPathValue
              subPathExpr: subPathExprValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 34.5K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/testdata/v1.30.0/core.v1.PodTemplate.yaml

          terminationMessagePolicy: terminationMessagePolicyValue
          tty: true
          volumeDevices:
          - devicePath: devicePathValue
            name: nameValue
          volumeMounts:
          - mountPath: mountPathValue
            mountPropagation: mountPropagationValue
            name: nameValue
            readOnly: true
            recursiveReadOnly: recursiveReadOnlyValue
            subPath: subPathValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 32K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/testdata/v1.30.0/core.v1.ReplicationController.yaml

            terminationMessagePolicy: terminationMessagePolicyValue
            tty: true
            volumeDevices:
            - devicePath: devicePathValue
              name: nameValue
            volumeMounts:
            - mountPath: mountPathValue
              mountPropagation: mountPropagationValue
              name: nameValue
              readOnly: true
              recursiveReadOnly: recursiveReadOnlyValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 34.7K bytes
    - Viewed (0)
Back to top