Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 29 of 29 for sublist (0.17 sec)

  1. pkg/proxy/nftables/proxier.go

    	// to get a sense of how big the cluster is.
    	totalEndpoints := 0
    	for svcName := range proxier.svcPortMap {
    		totalEndpoints += len(proxier.endpointsMap[svcName])
    	}
    
    	// These two variables are used to publish the sync_proxy_rules_no_endpoints_total
    	// metric.
    	serviceNoLocalEndpointsTotalInternal := 0
    	serviceNoLocalEndpointsTotalExternal := 0
    
    	// Build rules for each service-port.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Jun 08 13:48:54 UTC 2024
    - 55.5K bytes
    - Viewed (0)
  2. testing/architecture-test/src/changes/archunit-store/public-api-methods-return-allowed-types.txt

    Method <org.gradle.api.publish.maven.tasks.GenerateMavenPom.withCompileScopeAttributes(org.gradle.api.internal.attributes.ImmutableAttributes)> has arguments/return type org.gradle.api.internal.attributes.ImmutableAttributes that is not Gradle public API or primitive or built-in JDK classes or Kotlin classes in (GenerateMavenPom.java:0)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 12:21:31 UTC 2024
    - 91.3K bytes
    - Viewed (0)
  3. pkg/proxy/iptables/proxier.go

    	for svcName := range proxier.svcPortMap {
    		totalEndpoints += len(proxier.endpointsMap[svcName])
    	}
    	proxier.largeClusterMode = (totalEndpoints > largeClusterEndpointsThreshold)
    
    	// These two variables are used to publish the sync_proxy_rules_no_endpoints_total
    	// metric.
    	serviceNoLocalEndpointsTotalInternal := 0
    	serviceNoLocalEndpointsTotalExternal := 0
    
    	// Build rules for each service-port.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 21 14:39:54 UTC 2024
    - 65.1K bytes
    - Viewed (0)
  4. src/cmd/internal/obj/mips/asm0.go

    // of this software and associated documentation files (the "Software"), to deal
    // in the Software without restriction, including without limitation the rights
    // to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
    // copies of the Software, and to permit persons to whom the Software is
    // furnished to do so, subject to the following conditions:
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 17:46:09 UTC 2024
    - 53.6K bytes
    - Viewed (0)
  5. src/runtime/malloc.go

    		// Finish storing the type information for this case.
    		if !noscan {
    			mp := acquirem()
    			getMCache(mp).scanAlloc += heapSetType(uintptr(x), dataSize, typ, header, span)
    
    			// Publish the type information with the zeroed memory.
    			publicationBarrier()
    			releasem(mp)
    		}
    	}
    
    	if debug.malloc {
    		if inittrace.active && inittrace.id == getg().goid {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 59.6K bytes
    - Viewed (0)
  6. cluster/gce/windows/k8s-node-setup.psm1

        #
        # - https://docs.fluentbit.io/manual/administration/buffering-and-storage
        #
        # storage metrics
        # ---------------
        # publish storage pipeline metrics in '/api/v1/storage'. The metrics are
        # exported only if the 'http_server' option is enabled.
        #
        # storage.metrics on
    
        # storage.path
        # ------------
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 21:13:22 UTC 2024
    - 88.3K bytes
    - Viewed (0)
  7. platforms/documentation/docs/src/docs/userguide/authoring-builds/gradle-properties/working_with_files.adoc

    include::sample[dir="snippets/files/archives/kotlin",files="build.gradle.kts[tags=reproducible]"]
    include::sample[dir="snippets/files/archives/groovy",files="build.gradle[tags=reproducible]"]
    ====
    
    Often you will want to publish an archive, so that it is usable from another project.
    This process is described in <<cross_project_publications.adoc#cross_project_publications,Cross-Project publications>>.
    
    [[sec:unpacking_archives_example]]
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 24 04:19:09 UTC 2024
    - 70.5K bytes
    - Viewed (0)
  8. src/runtime/mheap.go

    		// setting the state after the span is fully
    		// initialized, and atomically checking the state in
    		// any situation where a pointer is suspect.
    		s.state.set(mSpanInUse)
    	}
    
    	// Publish the span in various locations.
    
    	// This is safe to call without the lock held because the slots
    	// related to this span will only ever be read or modified by
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:31:00 UTC 2024
    - 78K bytes
    - Viewed (0)
  9. src/cmd/cgo/gcc.go

    				tagGen++
    				anonymousStructTag[dt] = tag
    			}
    		} else if t.C.Empty() {
    			t.C.Set(dt.Kind + " " + tag)
    		}
    		name := c.Ident("_Ctype_" + dt.Kind + "_" + tag)
    		t.Go = name // publish before recursive calls
    		goIdent[name.Name] = name
    		if dt.ByteSize < 0 {
    			// Don't override old type
    			if _, ok := typedef[name.Name]; ok {
    				break
    			}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 20 15:50:06 UTC 2024
    - 97K bytes
    - Viewed (0)
Back to top