Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 166 for read_only (1 sec)

  1. staging/src/k8s.io/api/testdata/v1.30.0/storage.k8s.io.v1.VolumeAttachment.yaml

            fsType: fsTypeValue
            partition: 3
            readOnly: true
            volumeID: volumeIDValue
          azureDisk:
            cachingMode: cachingModeValue
            diskName: diskNameValue
            diskURI: diskURIValue
            fsType: fsTypeValue
            kind: kindValue
            readOnly: true
          azureFile:
            readOnly: true
            secretName: secretNameValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 6.6K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/testdata/HEAD/storage.k8s.io.v1.VolumeAttachment.yaml

            fsType: fsTypeValue
            partition: 3
            readOnly: true
            volumeID: volumeIDValue
          azureDisk:
            cachingMode: cachingModeValue
            diskName: diskNameValue
            diskURI: diskURIValue
            fsType: fsTypeValue
            kind: kindValue
            readOnly: true
          azureFile:
            readOnly: true
            secretName: secretNameValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 31 03:26:35 UTC 2023
    - 6.6K bytes
    - Viewed (0)
  3. pkg/kubelet/kubelet_pods_windows_test.go

    			{
    				MountPath: "c:/etc/hosts",
    				Name:      "disk",
    				ReadOnly:  false,
    			},
    			{
    				MountPath: "c:/mnt/path3",
    				Name:      "disk",
    				ReadOnly:  true,
    			},
    			{
    				MountPath: "c:/mnt/path4",
    				Name:      "disk4",
    				ReadOnly:  false,
    			},
    			{
    				MountPath: "c:/mnt/path5",
    				Name:      "disk5",
    				ReadOnly:  false,
    			},
    			{
    				MountPath: `\mnt\path6`,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 25 14:24:16 UTC 2024
    - 4.1K bytes
    - Viewed (0)
  4. src/cmd/go/testdata/script/mod_list_sums.txt

    # triggers an error under -mod=readonly.
    #
    # TODO(#41297): This should not be an error.
    ! go list -m -mod=readonly rsc.io/quote@<v1.5.2
    stderr '^go: updates to go.sum needed, disabled by -mod=readonly$'
    ! stderr 'missing go.sum entry'
    
    # Attempting to list the versions of a module that is not a root dependency
    # causes the build list to be resolved (so that the selected version can *also*
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 05 15:42:09 UTC 2023
    - 1.3K bytes
    - Viewed (0)
  5. cluster/gce/manifests/kube-apiserver.manifest

            "readOnly": true},
            { "name": "varssl",
            "mountPath": "/var/ssl",
            "readOnly": true},
            { "name": "etcopenssl",
            "mountPath": "/etc/openssl",
            "readOnly": true},
            { "name": "etcpki",
            "mountPath": "/etc/srv/pki",
            "readOnly": true},
            { "name": "srvsshproxy",
            "mountPath": "{{srv_sshproxy_path}}",
            "readOnly": false}
          ]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Mar 19 14:47:38 UTC 2022
    - 4.1K bytes
    - Viewed (0)
  6. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/rocache/ParentPomsReadOnlyCacheDependencyResolutionTest.groovy

            def parent = repo.module("org.readonly", "parent", "1.0").hasPackaging("pom")
            [
                repo.module("org.readonly", "core", "1.0"),
                repo.module("org.readonly", "util", "1.0"),
                parent,
                repo.module("org.readonly", "child", "1.0").parent("org.readonly", "parent", "1.0")
            ]
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Mar 22 01:27:55 UTC 2024
    - 2.2K bytes
    - Viewed (0)
  7. cluster/gce/manifests/kube-proxy.manifest

          name: etc-ssl-certs
          readOnly: true
        - mountPath: /usr/share/ca-certificates
          name: usr-ca-certs
          readOnly: true
        - mountPath: /var/log
          name: varlog
          readOnly: false
        - mountPath: /var/lib/kube-proxy/kubeconfig
          name: kubeconfig
          readOnly: false
        - mountPath: /run/xtables.lock
          name: iptableslock
          readOnly: false
        - mountPath: /lib/modules
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 11:08:30 UTC 2024
    - 2.2K bytes
    - Viewed (0)
  8. src/cmd/go/testdata/script/mod_readonly.txt

    [short] skip
    
    # -mod=readonly must not resolve missing modules nor update go.mod
    env GOFLAGS=-mod=readonly
    go mod edit -fmt
    cp go.mod go.mod.empty
    ! go list all
    stderr '^x.go:2:8: cannot find module providing package rsc\.io/quote: import lookup disabled by -mod=readonly'
    ! stderr '\(\)' # If we don't have a reason for -mod=readonly, don't log an empty one.
    cmp go.mod go.mod.empty
    
    # -mod=readonly should be set by default.
    env GOFLAGS=
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Sep 28 17:19:14 UTC 2021
    - 3.1K bytes
    - Viewed (0)
  9. samples/security/spire/istio-spire-config.yaml

                  volumeMounts:
                  - name: workload-socket
                    mountPath: /run/secrets/workload-spiffe-uds
                    readOnly: true
                volumes:
                  - name: workload-socket
                    csi:
                      driver: "csi.spiffe.io"
                      readOnly: true
      components:
        ingressGateways:
          - name: istio-ingressgateway
            enabled: true
            label:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Feb 24 22:08:56 UTC 2023
    - 2.4K bytes
    - Viewed (0)
  10. operator/cmd/mesh/testdata/manifest-generate/output/install_package_path.golden.yaml

            - mountPath: /var/run/secrets/tokens
              name: istio-token
              readOnly: true
            - mountPath: /var/run/secrets/istio-dns
              name: local-certs
            - mountPath: /etc/cacerts
              name: cacerts
              readOnly: true
            - mountPath: /var/run/secrets/remote
              name: istio-kubeconfig
              readOnly: true
            - mountPath: /var/run/secrets/istiod/tls
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Dec 01 22:07:45 UTC 2023
    - 4.2K bytes
    - Viewed (0)
Back to top