Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 136 for resourceNames (0.18 sec)

  1. staging/src/k8s.io/api/testdata/HEAD/apps.v1beta2.Deployment.json

    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 54.5K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/testdata/HEAD/apps.v1.DaemonSet.json

    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 54.4K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/testdata/HEAD/batch.v1.CronJob.json

    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 63.5K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/testdata/HEAD/apps.v1beta2.StatefulSet.yaml

              tcpSocket:
                host: hostValue
                port: portValue
              terminationGracePeriodSeconds: 7
              timeoutSeconds: 3
            resizePolicy:
            - resourceName: resourceNameValue
              restartPolicy: restartPolicyValue
            resources:
              claims:
              - name: nameValue
              limits:
                limitsKey: "0"
              requests:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 37.7K bytes
    - Viewed (0)
  5. platforms/core-runtime/build-process-services/src/main/java/org/gradle/api/internal/classpath/DefaultModuleRegistry.java

            }
    
            String resourceName = getClasspathManifestName(moduleName);
            Set<File> implementationClasspath = new LinkedHashSet<>();
            findImplementationClasspath(moduleName, implementationClasspath);
            for (File file : implementationClasspath) {
                if (file.isDirectory()) {
                    File propertiesFile = new File(file, resourceName);
                    if (propertiesFile.isFile()) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 24 06:16:07 UTC 2024
    - 18.5K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/core/v1/types.go

    type ContainerResizePolicy struct {
    	// Name of the resource to which this resource resize policy applies.
    	// Supported values: cpu, memory.
    	ResourceName ResourceName `json:"resourceName" protobuf:"bytes,1,opt,name=resourceName,casttype=ResourceName"`
    	// Restart policy to apply when specified resource is resized.
    	// If not specified, it defaults to NotRequired.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 390.8K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/node/v1/types.go

    	// +optional
    	PodFixed corev1.ResourceList `json:"podFixed,omitempty" protobuf:"bytes,1,opt,name=podFixed,casttype=k8s.io/api/core/v1.ResourceList,castkey=k8s.io/api/core/v1.ResourceName,castvalue=k8s.io/apimachinery/pkg/api/resource.Quantity"`
    }
    
    // Scheduling specifies the scheduling constraints for nodes supporting a
    // RuntimeClass.
    type Scheduling struct {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 4.7K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/autoscaling/v1/types.go

    // normal per-pod metrics using the "pods" source.  Only one "target" type
    // should be set.
    type ResourceMetricSource struct {
    	// name is the name of the resource in question.
    	Name v1.ResourceName `json:"name" protobuf:"bytes,1,name=name"`
    
    	// targetAverageUtilization is the target value of the average of the
    	// resource metric across all relevant pods, represented as a percentage of
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 27.8K bytes
    - Viewed (0)
  9. pilot/pkg/serviceregistry/aggregate/controller.go

    	for _, wl := range i {
    		// TODO(@hzxuzhonghu) This is not right for workload, we may search workload by ip, but the resource name is uid.
    		if removed.Contains(wl.ResourceName()) {
    			removed.Delete(wl.ResourceName())
    		}
    	}
    	return i, removed
    }
    
    type registryEntry struct {
    	serviceregistry.Instance
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 15 06:28:11 UTC 2024
    - 13.5K bytes
    - Viewed (0)
  10. pkg/volume/hostpath/host_path.go

    	}
    
    	fullpath := fmt.Sprintf("/tmp/%s/%s", r.basePath, uuid.NewUUID())
    
    	capacity := r.options.PVC.Spec.Resources.Requests[v1.ResourceName(v1.ResourceStorage)]
    	pv := &v1.PersistentVolume{
    		ObjectMeta: metav1.ObjectMeta{
    			Name: r.options.PVName,
    			Annotations: map[string]string{
    				util.VolumeDynamicallyCreatedByKey: "hostpath-dynamic-provisioner",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 14 06:17:25 UTC 2024
    - 15.3K bytes
    - Viewed (0)
Back to top