Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 111 for readOnly (0.24 sec)

  1. common/scripts/metallb-native.yaml

                - ALL
              readOnlyRootFilesystem: true
            volumeMounts:
            - mountPath: /etc/ml_secret_key
              name: memberlist
              readOnly: true
            - mountPath: /etc/metallb
              name: metallb-excludel2
              readOnly: true
          hostNetwork: true
          nodeSelector:
            kubernetes.io/os: linux
          serviceAccountName: speaker
          terminationGracePeriodSeconds: 2
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Feb 23 23:56:31 UTC 2024
    - 63.9K bytes
    - Viewed (0)
  2. okhttp/src/main/kotlin/okhttp3/HttpUrl.kt

    import okhttp3.internal.delimiterOffset
    import okhttp3.internal.indexOfFirstNonAsciiWhitespace
    import okhttp3.internal.indexOfLastNonAsciiWhitespace
    import okhttp3.internal.publicsuffix.PublicSuffixDatabase
    import okhttp3.internal.readOnly
    import okhttp3.internal.toCanonicalHost
    import okhttp3.internal.url.FRAGMENT_ENCODE_SET
    import okhttp3.internal.url.FRAGMENT_ENCODE_SET_URI
    import okhttp3.internal.url.PASSWORD_ENCODE_SET
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Tue Jan 09 12:33:05 UTC 2024
    - 63.5K bytes
    - Viewed (0)
  3. src/cmd/go/internal/modload/load.go

    	// dependencies as needed to resolve imports of packages that are not found.
    	//
    	// For commands that support the -mod flag, resolving imports may still fail
    	// if the flag is set to "readonly" (the default) or "vendor".
    	ResolveMissingImports bool
    
    	// AssumeRootsImported indicates that the transitive dependencies of the root
    	// packages should be treated as if those roots will be imported by the main
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 14:56:56 UTC 2024
    - 84K bytes
    - Viewed (0)
  4. pkg/kubelet/cm/devicemanager/manager_test.go

    			ContainerPath: v,
    			Permissions:   "mrw",
    		})
    	}
    	for k, v := range b.mounts {
    		resp.Mounts = append(resp.Mounts, &pluginapi.Mount{
    			ContainerPath: k,
    			HostPath:      v,
    			ReadOnly:      true,
    		})
    	}
    	resp.Envs = make(map[string]string)
    	for k, v := range b.envs {
    		resp.Envs[k] = v
    	}
    
    	var cdiDevices []*pluginapi.CDIDevice
    	for _, dev := range b.cdiDevices {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:25:43 UTC 2024
    - 65K bytes
    - Viewed (0)
  5. src/cmd/link/internal/loader/loader.go

    	if v, ok := l.attrReadOnly[i]; ok {
    		return v
    	}
    	if l.IsExternal(i) {
    		pp := l.getPayload(i)
    		if pp.objidx != 0 {
    			return l.objs[pp.objidx].ReadOnly()
    		}
    		return false
    	}
    	r, _ := l.toLocal(i)
    	return r.ReadOnly()
    }
    
    // SetAttrReadOnly sets the "data is read only" property for a symbol
    // (see AttrReadOnly).
    func (l *Loader) SetAttrReadOnly(i Sym, v bool) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 24 20:26:10 UTC 2024
    - 81.5K bytes
    - Viewed (0)
  6. pkg/volume/csi/csi_attacher_test.go

    			}
    			csiAttacher := getCsiAttacherFromVolumeAttacher(attacher, tc.watchTimeout)
    
    			pv := makeTestPV("test-pv", 10, testDriver, tc.volID)
    			spec := volume.NewSpecFromPersistentVolume(pv, pv.Spec.PersistentVolumeSource.CSI.ReadOnly)
    			attachment := makeTestAttachment(tc.attachID, nodeName, "test-pv")
    			_, err := csiAttacher.k8s.StorageV1().VolumeAttachments().Create(context.TODO(), attachment, metav1.CreateOptions{})
    			if err != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 12:23:16 UTC 2024
    - 58.1K bytes
    - Viewed (0)
  7. pkg/kubelet/kuberuntime/kuberuntime_container.go

    		v := opts.Mounts[idx]
    		selinuxRelabel := v.SELinuxRelabel && selinux.GetEnabled()
    		mount := &runtimeapi.Mount{
    			HostPath:          v.HostPath,
    			ContainerPath:     v.ContainerPath,
    			Readonly:          v.ReadOnly,
    			SelinuxRelabel:    selinuxRelabel,
    			Propagation:       v.Propagation,
    			RecursiveReadOnly: v.RecursiveReadOnly,
    		}
    
    		volumeMounts = append(volumeMounts, mount)
    	}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:25:43 UTC 2024
    - 54.7K bytes
    - Viewed (0)
  8. src/cmd/go/internal/modload/buildlist.go

    		// -mod=readonly, which in turn implies no new requirements. The code path
    		// that would result in add being non-empty returns an error before it
    		// reaches this point: The set of modules to add comes from
    		// resolveMissingImports, which in turn resolves each package by calling
    		// queryImport. But queryImport explicitly checks for -mod=readonly, and
    		// return an error.
    		panic("add is not empty")
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 16:04:44 UTC 2024
    - 53.8K bytes
    - Viewed (0)
  9. pkg/apis/core/v1/defaults_test.go

    		".Spec.Volumes[0].VolumeSource.AzureDisk.Kind":                                                `"Shared"`,
    		".Spec.Volumes[0].VolumeSource.AzureDisk.ReadOnly":                                            `false`,
    		".Spec.Volumes[0].VolumeSource.ConfigMap.DefaultMode":                                         `420`,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 84.4K bytes
    - Viewed (0)
  10. platforms/core-configuration/model-core/src/main/java/org/gradle/internal/instantiation/generator/AbstractClassGenerator.java

            @Override
            void visitProperty(PropertyMetadata property) {
                // For ConfigurableFileCollection we generate setters just for readonly properties,
                // since we want to support += for mutable FileCollection properties, but we don't support += for ConfigurableFileCollection (yet).
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 06 21:54:37 UTC 2024
    - 63K bytes
    - Viewed (0)
Back to top