Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 1,706 for _nodes (0.14 sec)

  1. platforms/software/reporting/src/test/groovy/org/gradle/api/reporting/internal/BuildDashboardGeneratorSpec.groovy

    import org.gradle.api.reporting.DirectoryReport
    import org.gradle.api.reporting.Report
    import org.gradle.test.fixtures.file.TestNameTestDirectoryProvider
    import org.jsoup.Jsoup
    import org.jsoup.nodes.Document
    import org.junit.Rule
    import spock.lang.Specification
    
    class BuildDashboardGeneratorSpec extends Specification {
    
        @Rule
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Oct 11 12:16:09 UTC 2023
    - 4.3K bytes
    - Viewed (0)
  2. pkg/proxy/node.go

    			"node", klog.KObj(node), "newPodCIDRs", podCIDRs, "oldPODCIDRs", n.podCIDRs)
    		klog.FlushAndExit(klog.ExitFlushTimeout, 1)
    	}
    }
    
    // OnNodeDelete is a handler for Node deletes.
    func (n *NodePodCIDRHandler) OnNodeDelete(node *v1.Node) {
    	n.logger.Error(nil, "Current Node is being deleted", "node", klog.KObj(node))
    }
    
    // OnNodeSynced is a handler for Node syncs.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 22 05:08:41 UTC 2024
    - 3.5K bytes
    - Viewed (0)
  3. docs/de/docs/advanced/additional-status-codes.md

    Nils Lindemann <******@****.***> 1706015097 +0100
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Tue Jan 23 13:04:57 UTC 2024
    - 3K bytes
    - Viewed (0)
  4. docs/em/docs/advanced/additional-status-codes.md

    LeeeeT <******@****.***> 1680341164 +0300
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sat Apr 01 09:26:04 UTC 2023
    - 1.7K bytes
    - Viewed (0)
  5. docs/zh/docs/advanced/additional-status-codes.md

    Sebastián Ramírez <******@****.***> 1652529599 -0500
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sat May 14 11:59:59 UTC 2022
    - 1.8K bytes
    - Viewed (0)
  6. docs/metrics/prometheus/list.md

    | `minio_node_mem_available`     | Available memory on the node.             |
    | `minio_node_mem_available_avg` | Available memory on the node (avg).       |
    | `minio_node_mem_available_max` | Available memory on the node (max).       |
    | `minio_node_mem_buffers`       | Buffers memory on the node.               |
    | `minio_node_mem_buffers_avg`   | Buffers memory on the node (avg).         |
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 13 22:26:54 UTC 2024
    - 43.3K bytes
    - Viewed (0)
  7. cluster/gce/config-common.sh

    # CNI storage path for Windows nodes
    export WINDOWS_CNI_STORAGE_PATH="https://storage.googleapis.com/k8s-artifacts-cni/release"
    # CNI version for Windows nodes
    export WINDOWS_CNI_VERSION="v1.5.0"
    # Pod manifests directory for Windows nodes on Windows nodes.
    export WINDOWS_MANIFESTS_DIR="${WINDOWS_K8S_DIR}\manifests"
    # Directory where cert/key files will be stores on Windows nodes.
    export WINDOWS_PKI_DIR="${WINDOWS_K8S_DIR}\pki"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 20:06:08 UTC 2024
    - 6.9K bytes
    - Viewed (0)
  8. docs/metrics/v3.md

    | `minio_system_drive_free_inodes`               | `gauge`   | Total free inodes on a drive                                       | `drive,set_index,drive_index,pool_index,server`     |
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 06 09:36:25 UTC 2024
    - 40.9K bytes
    - Viewed (0)
  9. docs/en/docs/advanced/additional-status-codes.md

    # Additional Status Codes
    
    By default, **FastAPI** will return the responses using a `JSONResponse`, putting the content you return from your *path operation* inside of that `JSONResponse`.
    
    It will use the default status code or the one you set in your *path operation*.
    
    ## Additional status codes
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Tue Oct 17 05:59:11 UTC 2023
    - 2.6K bytes
    - Viewed (0)
  10. src/cmd/vendor/github.com/google/pprof/internal/report/source.go

    	o := rpt.options
    	g := rpt.newGraph(nil)
    
    	// Identify all the functions that match the regexp provided.
    	// Group nodes for each matching function.
    	var functions graph.Nodes
    	functionNodes := make(map[string]graph.Nodes)
    	for _, n := range g.Nodes {
    		if !o.Symbol.MatchString(n.Info.Name) {
    			continue
    		}
    		if functionNodes[n.Info.Name] == nil {
    			functions = append(functions, n)
    		}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 31 19:48:28 UTC 2024
    - 31.3K bytes
    - Viewed (0)
Back to top