Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for DirectoryOrCreate (0.34 sec)

  1. prow/config/calico.yaml

              hostPath:
                path: /run/xtables.lock
                type: FileOrCreate
            - name: sys-fs
              hostPath:
                path: /sys/fs/
                type: DirectoryOrCreate
            - name: bpffs
              hostPath:
                path: /sys/fs/bpf
                type: Directory
            # mount /proc at /nodeproc to be used by mount-bpffs initContainer to mount root cgroup2 fs.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 21 18:32:01 UTC 2024
    - 246.5K bytes
    - Viewed (0)
  2. pkg/apis/core/types.go

    	// If nothing exists at the given path, an empty directory will be created there
    	// as needed with file mode 0755, having the same group and ownership with Kubelet.
    	HostPathDirectoryOrCreate HostPathType = "DirectoryOrCreate"
    	// A directory must exist at the given path
    	HostPathDirectory HostPathType = "Directory"
    	// If nothing exists at the given path, an empty file will be created there
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/core/v1/types.go

    	// If nothing exists at the given path, an empty directory will be created there
    	// as needed with file mode 0755, having the same group and ownership with Kubelet.
    	HostPathDirectoryOrCreate HostPathType = "DirectoryOrCreate"
    	// A directory must exist at the given path
    	HostPathDirectory HostPathType = "Directory"
    	// If nothing exists at the given path, an empty file will be created there
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 390.8K bytes
    - Viewed (0)
Back to top