Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 150 for Pd (0.06 sec)

  1. pkg/scheduler/framework/plugins/nodevolumelimits/csi_test.go

    	unboundPVCPod2 := st.MakePod().PVC("csi-4").Obj()
    
    	missingPVPod := st.MakePod().PVC("csi-6").Obj()
    	noSCPVCPod := st.MakePod().PVC("csi-5").Obj()
    
    	gceTwoVolPod := st.MakePod().PVC("csi-pd.csi.storage.gke.io-1").PVC("csi-pd.csi.storage.gke.io-2").Obj()
    
    	// In-tree volumes
    	inTreeOneVolPod := st.MakePod().PVC("csi-kubernetes.io/aws-ebs-0").Obj()
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 14 18:07:11 UTC 2024
    - 28.6K bytes
    - Viewed (0)
  2. cluster/gce/gci/master-helper.sh

      metadata="${metadata},kube-master-internal-route=${KUBE_ROOT}/cluster/gce/gci/kube-master-internal-route.sh"
      metadata="${metadata},${MASTER_EXTRA_METADATA}"
    
      local disk="name=${master_name}-pd"
      disk="${disk},device-name=master-pd"
      disk="${disk},mode=rw"
      disk="${disk},boot=no"
      disk="${disk},auto-delete=no"
    
      for ((i=0; i<retries; i++)); do
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 17 19:00:22 UTC 2022
    - 8.7K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/docs/userguide/img/publishing-process.graffle

    roup.OmniGraffle7.MacAppStore186.9ColorProfilesdataAA/gAAAAUbWVhcwAABAwAAA+wEBAQcBDQETARkBHwElA+gIDAgwCFAIdAiYCLwI4A+wD+QQGBBMEIAQtBDsESARVB+BIwEmgSoBLYExATTBOEE+BQ0FHAUrBToFSQVYBWcF/B9IH5Qf4CAsIHwgyCEYI+EL+QwSDCoMQwxcDHUMjgynD/DpsOtg7SDu4PCQ8lD0EP/PD+wQCRAmEEMQYRB+EJsQuRDXEPURExExEU8R+UUBhQnFEkUahSLFK0Uzh/cYGxhAGGUYihivGNUY+hkgGUUZaxmRGbcZ3RoEG+HukfEx8+H2kflB+/H+ogFSBBIGwgmCDEIPAhHC/HL/4wNTBsMKQw2zESMUoxgj/E0KzRlNJ402DUTNU01hz+ID5gPqA+4D8hP2E/oj/iQCNAZECmQOdBKUFqQax/ZUQlSPVNtVKFV1VcJWD1+zYAVgV2...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 21.1K bytes
    - Viewed (0)
  4. src/unicode/script_test.go

    	{0x1d9d, "Lm"},
    	{0x07cf, "Lo"},
    	{0x1f8a, "Lt"},
    	{0x03ff, "Lu"},
    	{0x0bc1, "Mc"},
    	{0x20df, "Me"},
    	{0x07f0, "Mn"},
    	{0x1bb2, "Nd"},
    	{0x10147, "Nl"},
    	{0x2478, "No"},
    	{0xfe33, "Pc"},
    	{0x2011, "Pd"},
    	{0x301e, "Pe"},
    	{0x2e03, "Pf"},
    	{0x2e02, "Pi"},
    	{0x0022, "Po"},
    	{0x2770, "Ps"},
    	{0x00a4, "Sc"},
    	{0xa711, "Sk"},
    	{0x25f9, "Sm"},
    	{0x2108, "So"},
    	{0x2028, "Zl"},
    	{0x2029, "Zp"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Apr 24 14:09:01 UTC 2019
    - 2.9K bytes
    - Viewed (0)
  5. pkg/controller/volume/persistentvolume/pv_controller_test.go

    	// test cases are moot and they can be removed (keeping only the test cases
    	// with gce-pd).
    	const testPlugin = "non-migrated-plugin"
    	const migratedPlugin = "kubernetes.io/gce-pd"
    	const migratedDriver = "pd.csi.storage.gke.io"
    	const nonmigratedPlugin = "kubernetes.io/rbd"
    	const nonmigratedDriver = "rbd.csi.ceph.com"
    	tests := []struct {
    		name                 string
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 43.4K bytes
    - Viewed (0)
  6. src/test/java/org/codelibs/core/beans/impl/PropertyDescImplTest.java

        /**
         *
         */
        public void testConvertWithString() {
            final BeanDesc beanDesc = BeanDescFactory.getBeanDesc(MyDto.class);
            final PropertyDesc pd = beanDesc.getPropertyDesc("myEnum");
            final MyDto dto = new MyDto();
            pd.setValue(dto, "ONE");
            assertEquals(MyEnum.ONE, dto.myEnum);
        }
    
        /**
         * @throws Exception
         */
        @Test
    Registered: Wed Jun 12 12:50:12 UTC 2024
    - Last Modified: Thu Mar 07 01:59:08 UTC 2024
    - 11.1K bytes
    - Viewed (0)
  7. src/internal/poll/fd_wasip1.go

    		return 0, err
    	}
    	defer fd.decref()
    	for {
    		n, err := syscall.ReadDir(fd.Sysfd, buf, cookie)
    		if err != nil {
    			n = 0
    			if err == syscall.EAGAIN && fd.pd.pollable() {
    				if err = fd.pd.waitRead(fd.isFile); err == nil {
    					continue
    				}
    			}
    		}
    		// Do not call eofError; caller does not expect to see io.EOF.
    		return n, err
    	}
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 14 20:14:02 UTC 2024
    - 6.7K bytes
    - Viewed (0)
  8. pkg/volume/util/fsquota/common/quota_common_linux_impl.go

    	cmd := exec.Command(lsattrCmd, "-pd", path)
    	data, err := cmd.Output()
    	if err != nil {
    		return BadQuotaID, fmt.Errorf("cannot run lsattr: %v", err)
    	}
    	match := lsattrParseRegexp.FindStringSubmatch(string(data))
    	if match == nil {
    		return BadQuotaID, fmt.Errorf("unable to parse lsattr -pd %s output %s", path, string(data))
    	}
    	if match[2] != path {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 20 14:49:03 UTC 2023
    - 9.1K bytes
    - Viewed (0)
  9. pkg/api/testing/deep_copy_test.go

    	},
    	Spec: api.PodSpec{
    		Volumes: []api.Volume{
    			{
    				Name: "varetcd",
    				VolumeSource: api.VolumeSource{
    					HostPath: &api.HostPathVolumeSource{
    						Path: "/mnt/master-pd/var/etcd",
    					},
    				},
    			},
    		},
    		Containers: []api.Container{
    			{
    				Name:  "etcd-container",
    				Image: "registry.k8s.io/etcd:2.0.9",
    				Command: []string{
    					"/usr/local/bin/etcd",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 31 14:16:53 UTC 2022
    - 4.7K bytes
    - Viewed (0)
  10. maven-plugin-api/src/main/java/org/apache/maven/plugin/descriptor/PluginDescriptorBuilder.java

            if (PLUGIN_2_0_0.equals(nsUri)) {
                org.apache.maven.api.plugin.descriptor.PluginDescriptor pd =
                        new PluginDescriptorStaxReader().read(xsr, true);
                return new PluginDescriptor(pd);
            } else {
                XmlNode node = XmlNodeStaxBuilder.build(xsr, true, null);
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Jun 11 07:23:04 UTC 2024
    - 17.6K bytes
    - Viewed (0)
Back to top