Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 2,348 for okdown (0.14 sec)

  1. docs/en/docs/features.md

    * <a href="https://github.com/OAI/OpenAPI-Specification" class="external-link" target="_blank"><strong>OpenAPI</strong></a> for API creation, including declarations of <abbr title="also known as: endpoints, routes">path</abbr> <abbr title="also known as HTTP methods, as POST, GET, PUT, DELETE">operations</abbr>, parameters, body requests, security, etc.
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu May 02 22:37:31 UTC 2024
    - 9.3K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/autoscaling/v2beta1/types_swagger_doc_generated.go

    	"containerResource": "container resource refers to a resource metric (such as those specified in requests and limits) known to Kubernetes describing a single container in each pod of the...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Feb 27 23:13:24 UTC 2023
    - 20.4K bytes
    - Viewed (0)
  3. pkg/test/framework/components/istio/istio.go

    			thisVal := val[path[0]]
    			// If it is a struct and looking for more down the path
    			if thisVal.GetStructValue() != nil && len(path) > 1 {
    				return getConfigValue(path[1:], thisVal.GetStructValue().Fields)
    			}
    			retVal = thisVal
    		case 3: // match something like aaa[100]
    			thisVal := val[match[1]]
    			// If it is a list and looking for more down the path
    			if thisVal.GetListValue() != nil && len(path) > 1 {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Oct 30 17:47:34 UTC 2023
    - 8K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiserver/pkg/server/lifecycle_signals.go

    	// HasBeenReady is signaled when the readyz endpoint succeeds for the first time.
    	HasBeenReady lifecycleSignal
    
    	// MuxAndDiscoveryComplete is signaled when all known HTTP paths have been installed.
    	// It exists primarily to avoid returning a 404 response when a resource actually exists but we haven't installed the path to a handler.
    	// The actual logic is implemented by an APIServer using the generic server library.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Feb 27 15:49:30 UTC 2023
    - 7.8K bytes
    - Viewed (0)
  5. platforms/documentation/docs/src/docs/release/content/script.js

        }
      );
    
      injectIssues(
        "https://services.gradle.org/known-issues/@baseVersion@",
        $("h2#known-issues").next("p"),
        "known-issues",
        "Retrieving the known issue information for @baseVersion@",
        function(i) {
          if (i > 0) {
            return i + " issues are known to affect Gradle @baseVersion@.";
          } else {
            return "There are no known issues of Gradle @baseVersion@ at this time.";
          }
        }
      );
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 2.2K bytes
    - Viewed (0)
  6. tools/docker-builder/main.go

    		}
    
    		// Check targets are valid
    		tgt := sets.New(a.Targets...)
    		known := sets.New[string]()
    		for _, img := range plan.Images {
    			known.Insert(img.Name)
    		}
    		if unknown := sets.SortedList(tgt.Difference(known)); len(unknown) > 0 {
    			return a, fmt.Errorf("unknown targets: %v", unknown)
    		}
    
    		// Filter down to requested targets
    		// This is not arch specific, so we can just let it run for each arch.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jul 26 13:23:41 UTC 2023
    - 10K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/autoscaling/v1/types_swagger_doc_generated.go

    	"containerResource": "containerResource refers to a resource metric (such as those specified in requests and limits) known to Kubernetes describing a single container in each pod of the current...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Feb 27 23:13:24 UTC 2023
    - 21.4K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/autoscaling/v2beta1/generated.proto

    // Package-wide variables from generator "generated".
    option go_package = "k8s.io/api/autoscaling/v2beta1";
    
    // ContainerResourceMetricSource indicates how to scale on a resource metric known to
    // Kubernetes, as specified in requests and limits, describing each pod in the
    // current scale target (e.g. CPU or memory).  The values will be averaged
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 21.3K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/autoscaling/v2beta1/types.go

    	// will be averaged together before being compared to the target value.
    	PodsMetricSourceType MetricSourceType = "Pods"
    	// ResourceMetricSourceType is a resource metric known to Kubernetes, as
    	// specified in requests and limits, describing each pod in the current
    	// scale target (e.g. CPU or memory).  Such metrics are built in to
    	// Kubernetes, and have special scaling options on top of those available
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 27 20:06:27 UTC 2023
    - 26.9K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/tensorflow/analysis/side_effect_analysis.h

    }  // namespace detail
    
    // An analysis that runs on a function and infers the control predecessors and
    // successors for each op, based on side effects on known and unknown resources.
    // Side-effecting ops on unknown resources are conservatively treated as
    // interfering with all known resource op accesses. It distinguishes accesses
    // based on whether they are read-only, and read-only ops do not interfere with
    // each other.
    //
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 15 09:04:13 UTC 2024
    - 14.8K bytes
    - Viewed (0)
Back to top