Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 101 for Nodes (0.04 sec)

  1. plugin/pkg/admission/noderestriction/admission_test.go

    		podResource  = api.Resource("pods").WithVersion("v1")
    		podKind      = api.Kind("Pod").WithVersion("v1")
    		evictionKind = policy.Kind("Eviction").WithVersion("v1beta1")
    
    		nodeResource = api.Resource("nodes").WithVersion("v1")
    		nodeKind     = api.Kind("Node").WithVersion("v1")
    
    		svcacctResource  = api.Resource("serviceaccounts").WithVersion("v1")
    		tokenrequestKind = api.Kind("TokenRequest").WithVersion("v1")
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 73.2K bytes
    - Viewed (0)
  2. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/transform/ArtifactTransformBuildOperationIntegrationTest.groovy

        static class TypedNodeId {
            String nodeType
            String nodeIdInType
        }
    
        static class NodeMatcher {
            // An ephemeral id provided by the test author only to match this id with other nodes via `dependencyNodeIds`
            String nodeId
            String nodeType
            Predicate<NodeIdentity> identityPredicate
            List<String> dependencyNodeIds = []
    
            def matchNode(plannedNode) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Apr 12 16:27:38 UTC 2024
    - 67.8K bytes
    - Viewed (0)
  3. pkg/volume/testing/testing.go

    	inodesUsed := a.InodesUsed == b.InodesUsed
    	return available && capacity && used && inodes && inodesFree && inodesUsed
    }
    
    func ContainsAccessMode(modes []v1.PersistentVolumeAccessMode, mode v1.PersistentVolumeAccessMode) bool {
    	for _, m := range modes {
    		if m == mode {
    			return true
    		}
    	}
    	return false
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 31 12:32:15 UTC 2024
    - 53.3K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/sys/windows/setupapi_windows.go

    )
    
    // SPDRP specifies device registry property codes
    // (Codes marked as read-only (R) may only be used for
    // SetupDiGetDeviceRegistryProperty)
    //
    // These values should cover the same set of registry properties
    // as defined by the CM_DRP codes in cfgmgr32.h.
    //
    // Note that SPDRP codes are zero based while CM_DRP codes are one based!
    type SPDRP uint32
    
    const (
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Oct 26 00:11:50 UTC 2022
    - 67.2K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apiserver/pkg/endpoints/installer.go

    	}
    
    	// Get the list of actions for the given scope.
    	switch {
    	case !namespaceScoped:
    		// Handle non-namespace scoped resources like nodes.
    		resourcePath := resource
    		resourceParams := params
    		itemPath := resourcePath + "/{name}"
    		nameParams := append(params, nameParam)
    		proxyParams := append(nameParams, pathParam)
    		suffix := ""
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 18:15:22 UTC 2024
    - 51.5K bytes
    - Viewed (0)
  6. cmd/peer-rest-server.go

    	if bucketName == "" {
    		return nil, grid.NewRemoteErrString("Bucket name is missing")
    	}
    
    	bs := BucketStats{
    		ReplicationStats: globalReplicationStats.Get(bucketName),
    		QueueStats:       ReplicationQueueStats{Nodes: []ReplQNodeStats{globalReplicationStats.getNodeQueueStats(bucketName)}},
    		ProxyStats:       globalReplicationStats.getProxyStats(bucketName),
    	}
    	return &bs, nil
    }
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 52.1K bytes
    - Viewed (0)
  7. platforms/core-configuration/model-core/src/test/groovy/org/gradle/model/internal/registry/DefaultModelRegistryTest.groovy

        inputs:
          - emptyBeans.element DefaultModelRegistryTest.Bean [*]
    '''
        }
    
        def "does not report unbound actions applied at registration as unbound after the nodes is removed"() {
            given:
            def registration = ModelRegistrations.of(ModelPath.path("unused")).descriptor("unused")
            ModelActionRole.values().each { role ->
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 09:51:04 UTC 2023
    - 56K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/lite/transforms/prepare_tf.cc

    #include "xla/mlir_hlo/mhlo/IR/hlo_ops.h"
    
    #define DEBUG_TYPE "tf-tfl-legalization"
    
    namespace mlir {
    namespace TFL {
    namespace {
    // Returns a TF_CastOp to I32. This function is used for CastOps that are
    // intermediate nodes in a TableGen pattern result. In such a case, the
    // destination type is not inferred and must be given explicitly.
    //
    // Preconditions: The given value must have a ShapedType.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 28 21:49:50 UTC 2024
    - 64.6K bytes
    - Viewed (0)
  9. src/html/template/escape_test.go

    			".X | html",
    			[]string{"_html_template_rcdataescaper"},
    		},
    	}
    	for i, test := range tests {
    		tmpl := template.Must(template.New("test").Parse(test.input))
    		action, ok := (tmpl.Tree.Root.Nodes[0].(*parse.ActionNode))
    		if !ok {
    			t.Errorf("First node is not an action: %s", test.input)
    			continue
    		}
    		pipe := action.Pipe
    		originalIDs := make([]string, len(test.ids))
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 16 03:29:27 UTC 2023
    - 56.2K bytes
    - Viewed (0)
  10. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/versions/VersionConflictResolutionIntegrationTest.groovy

                root(":", ":test:") {
                    module("org:someArtifact:1.0") {
                        module("org:foo:1.3.0")
                    }
                }
            }
        }
    
        void "previously evicted nodes should contain correct target version"() {
            /*
            a1->b1
            a2->b2->a1
    
            resolution process:
    
            1. stop resolution, resolve conflict a1 vs a2
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 09 11:33:46 UTC 2024
    - 76.2K bytes
    - Viewed (0)
Back to top