Search Options

Results per page
Sort
Preferred Languages
Advance

Results 131 - 140 of 214 for target01 (0.17 sec)

  1. pkg/volume/fc/fc_util.go

    			name := scsiPath + f.Name() + "/scan"
    			data := []byte("- - -")
    			io.WriteFile(name, data, 0666)
    		}
    	}
    }
    
    // make a directory like /var/lib/kubelet/plugins/kubernetes.io/fc/target1-target2-lun-0
    func makePDNameInternal(host volume.VolumeHost, wwns []string, lun string, wwids []string) string {
    	if len(wwns) != 0 {
    		w := strings.Join(wwns, "-")
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Sep 16 11:12:06 UTC 2022
    - 12.8K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/docs/userguide/reference/third_party_integration.adoc

    The JVM running the Tooling API client and the one running the daemon can be different.
    At the same time, classes that are sent to the build via custom build actions need to be targeted to the lowest supported Java version.
    The JVM versions supported by Gradle is version-specific.
    The upper bound is defined in the <<compatibility.adoc#compatibility,compatibility matrix>>.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Feb 05 18:33:11 UTC 2024
    - 8.8K bytes
    - Viewed (0)
  3. platforms/ide/ide-native/src/main/java/org/gradle/ide/xcode/tasks/GenerateXcodeProjectFileTask.java

            PBXLegacyTarget target = new PBXLegacyTarget(xcodeTarget.getName(), xcodeTarget.getProductType());
            target.setProductName(xcodeTarget.getProductName());
    
            target.setBuildToolPath(xcodeTarget.getGradleCommand());
            target.setBuildArgumentsString(buildGradleArgs(xcodeTarget));
            target.setGlobalID(xcodeTarget.getId());
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:12 UTC 2023
    - 15.5K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/extensions/v1beta1/types.go

    	// Total number of non-terminated pods targeted by this deployment (their labels match the selector).
    	// +optional
    	Replicas int32 `json:"replicas,omitempty" protobuf:"varint,2,opt,name=replicas"`
    
    	// Total number of non-terminated pods targeted by this deployment that have the desired template spec.
    	// +optional
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 27 20:06:29 UTC 2023
    - 61.3K bytes
    - Viewed (0)
  5. src/main/java/jcifs/smb/NtlmContext.java

        }
    
    
        @Override
        public String getNetbiosName () {
            return this.netbiosName;
        }
    
    
        /**
         * @param targetName
         *            the target's SPN
         */
        public void setTargetName ( String targetName ) {
            this.targetName = targetName;
        }
    
    
        @Override
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Tue Jul 07 12:07:20 UTC 2020
    - 15.7K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/lite/experimental/tac/README.md

    ## TAC components
    
    ### Hardwares
    
    Hardwares are used to modeling target device capabilities & also ops cost for
    the target devices.
    
    We have already modeled `cpu_hardware` & `gpu_hardware` as well as the
    `nnapi_hardware`.
    
    ### Passes
    
    #### Target Annotation Pass
    In this pass, every op will be targeted with the user specified targets based on
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Mar 29 18:32:13 UTC 2022
    - 11.6K bytes
    - Viewed (0)
  7. samples/security/spire/spire-quickstart.yaml

                    items:
                      type: string
                    type: array
                  namespaceSelector:
                    description: NamespaceSelector selects the namespaces that are targeted
                      by this CRD.
                    properties:
                      matchExpressions:
                        description: matchExpressions is a list of label selector requirements.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Oct 12 16:12:42 UTC 2023
    - 32.2K bytes
    - Viewed (0)
  8. staging/src/k8s.io/apiserver/pkg/apis/audit/v1/generated.proto

      // Note that the UserAgent is provided by the client, and must not be trusted.
      // +optional
      optional string userAgent = 16;
    
      // Object reference this request is targeted at.
      // Does not apply for List-type requests, or non-resource requests.
      // +optional
      optional ObjectReference objectRef = 9;
    
      // The response status, populated even when the ResponseObject is not a Status type.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 10.6K bytes
    - Viewed (0)
  9. src/os/os_unix_test.go

    				checkUidGid(t, f.Name(), int(sys.Uid), gid)
    				continue
    			}
    			t.Fatalf("lchown %s -1 %d: %s", linkname, g, err)
    		}
    		checkUidGid(t, linkname, int(sys.Uid), g)
    
    		// Check that link target's gid is unchanged.
    		checkUidGid(t, f.Name(), int(sys.Uid), int(sys.Gid))
    
    		if err = Lchown(linkname, -1, gid); err != nil {
    			t.Fatalf("lchown %s -1 %d: %s", f.Name(), gid, err)
    		}
    	}
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 18 17:32:43 UTC 2023
    - 11.5K bytes
    - Viewed (0)
  10. staging/src/k8s.io/apiserver/pkg/apis/audit/types.go

    	// UserAgent records the user agent string reported by the client.
    	// Note that the UserAgent is provided by the client, and must not be trusted.
    	// +optional
    	UserAgent string
    	// Object reference this request is targeted at.
    	// Does not apply for List-type requests, or non-resource requests.
    	// +optional
    	ObjectRef *ObjectReference
    	// The response status, populated even when the ResponseObject is not a Status type.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 03 09:18:23 UTC 2023
    - 11.8K bytes
    - Viewed (0)
Back to top