Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 395 for resch (0.06 sec)

  1. pkg/bootstrap/platform/gcp.go

    	// If needed, the remaining pieces of metadata can be added to the static env var (missing is the gce_* ones).
    	if len(GCPStaticMetadata) != 0 {
    		return GCPStaticMetadata
    	}
    	// If we cannot reach the metadata server, bail out with only statically defined metadata
    	fillMetadata := e.shouldFillMetadata()
    	if !fillMetadata {
    		return nil
    	}
    
    	e.Lock()
    	defer e.Unlock()
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Dec 15 00:37:33 UTC 2023
    - 11.1K bytes
    - Viewed (0)
  2. api/openapi-spec/v3/apis__networking.k8s.io_openapi.json

    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 27 20:05:52 UTC 2023
    - 6.2K bytes
    - Viewed (0)
  3. api/openapi-spec/v3/apis__resource.k8s.io_openapi.json

    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 27 20:05:52 UTC 2023
    - 6.2K bytes
    - Viewed (0)
  4. api/openapi-spec/v3/apis__autoscaling_openapi.json

    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 27 20:05:52 UTC 2023
    - 6.2K bytes
    - Viewed (0)
  5. api/openapi-spec/v3/apis__apiextensions.k8s.io_openapi.json

    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 27 20:05:52 UTC 2023
    - 6.2K bytes
    - Viewed (0)
  6. api/openapi-spec/v3/api_openapi.json

    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 27 20:05:52 UTC 2023
    - 4.8K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/quantization/stablehlo/python/integration_test/stablehlo_quantizer_odml_oss.ipynb

            "\n",
            "Note: This API is experimental and will likely have breakages with other models. Please reach out to [******@****.***](mailto:******@****.***) and we will support your use case."
          ]
        },
        {
          "cell_type": "markdown",
          "metadata": {
            "id": "-S0P42BpPSeJ"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Apr 12 03:40:43 UTC 2024
    - 5.4K bytes
    - Viewed (0)
  8. guava/src/com/google/common/util/concurrent/ServiceManager.java

      }
    
      /**
       * Waits for the all the services to reach a terminal state. After this method returns all
       * services will either be {@linkplain Service.State#TERMINATED terminated} or {@linkplain
       * Service.State#FAILED failed}.
       */
      public void awaitStopped() {
        state.awaitStopped();
      }
    
      /**
       * Waits for the all the services to reach a terminal state for no more than the given time. After
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Tue May 07 12:41:16 UTC 2024
    - 33K bytes
    - Viewed (0)
  9. tools/bug-report/pkg/cluster/cluster.go

    						isAnnotationMatch = true
    						break
    					}
    				}
    			}
    			if !isAnnotationMatch {
    				continue
    			}
    		}
    		// If we reach here, it means that all include entries are matched.
    		return false
    	}
    	// If we reach here, it means that no include entries are matched.
    	return true
    }
    
    func shouldSkipDeployment(deployment string, config *config2.BugReportConfig) bool {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Dec 14 02:11:31 UTC 2023
    - 10.9K bytes
    - Viewed (1)
  10. internal/s3select/sql/jsonpath.go

    				if arr, ok := rval.([]interface{}); ok {
    					result = append(result, arr...)
    					continue
    				}
    			}
    			result = append(result, rval)
    		}
    		return result, true, nil
    	}
    	panic("cannot reach here")
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Feb 22 06:26:06 UTC 2024
    - 3.4K bytes
    - Viewed (0)
Back to top