Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for tracker (0.2 sec)

  1. cmd/bucket-replication.go

    			case ReplicateObjectInfo:
    				if opTracker != nil {
    					atomic.AddInt32(opTracker, 1)
    				}
    				globalReplicationStats.incQ(v.Bucket, v.Size, v.DeleteMarker, v.OpType)
    				replicateObject(p.ctx, v, p.objLayer)
    				globalReplicationStats.decQ(v.Bucket, v.Size, v.DeleteMarker, v.OpType)
    				if opTracker != nil {
    					atomic.AddInt32(opTracker, -1)
    				}
    			case DeletedObjectReplicationInfo:
    Go
    - Registered: Sun Apr 28 19:28:10 GMT 2024
    - Last Modified: Mon Apr 22 17:49:30 GMT 2024
    - 112.2K bytes
    - Viewed (1)
  2. operator/cmd/mesh/testdata/manifest-generate/data-snapshot.tar.gz

    {{- else if eq .Values.global.proxy.tracer "datadog" }} datadog: # Address of the Datadog Agent address: {{ ((.Values.global.tracer).datadog).address | default "$(HOST_IP):8126" }} {{- else if eq .Values.global.proxy.tracer "stackdriver" }} stackdriver: # enables trace output to stdout. debug: {{ (($.Values.global.tracer).stackdriver).debug | default "false" }} # The global default max number of attributes per span. maxNumberOfAttribute: {{ (($.Values.global.tracer).stackdriver).maxNumberOfAttribute...
    Others
    - Registered: Wed Mar 20 22:53:08 GMT 2024
    - Last Modified: Wed Jan 10 05:10:03 GMT 2024
    - 198.1K bytes
    - Viewed (1)
  3. CHANGELOG/CHANGELOG-1.5.md

    Other then that, this release contains no other changes from 1.5.4.
    
    The vulnerability is tracked in http://issue.k8s.io/43459.
    
    **Who is affected?**
    
    Only Kubernetes 1.5.0-1.5.4 installations that do all of the following:
    * Enable the PodSecurityPolicy API (which is not enabled by default):
    Plain Text
    - Registered: Fri Apr 26 09:05:10 GMT 2024
    - Last Modified: Thu Dec 24 02:28:26 GMT 2020
    - 136.4K bytes
    - Viewed (1)
  4. api/maven-api-model/src/main/mdo/maven.mdo

      |
      | o i18n: would be good to be able to have names/descriptions/specifications
      |   in as many languages as possible. (see MNG-3626)
      |
      | o annotation mechanism so that changes to the model can be accurately tracked.
      |
      | o need to clean up all the descriptions, matching anything to the current project-descriptor.xml file and
      |   improving on that
      |
      | o use enums where appropriate (eg dependency scope)
      |
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Tue Apr 23 13:29:46 GMT 2024
    - 115.1K bytes
    - Viewed (0)
  5. CHANGELOG/CHANGELOG-1.4.md

      - Increased pod-level security granularity (eg: Container Image Policies, AppArmor and `sysctl` support)
      - Increased cluster-level security granularity (eg: Access Review API)
    
    ## Features
    
    This is the first release tracked via the use of the [kubernetes/features](https://github.com/kubernetes/features) issues repo.  Each Feature issue is owned by a Special Interest Group from [kubernetes/community](https://github.com/kubernetes/community)
    
    Plain Text
    - Registered: Fri Apr 26 09:05:10 GMT 2024
    - Last Modified: Thu Dec 24 02:28:26 GMT 2020
    - 133.5K bytes
    - Viewed (0)
  6. okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    production.aero
    recreation.aero
    repbody.aero
    res.aero
    research.aero
    rotorcraft.aero
    safety.aero
    scientist.aero
    services.aero
    show.aero
    skydiving.aero
    software.aero
    student.aero
    trader.aero
    trading.aero
    trainer.aero
    union.aero
    workinggroup.aero
    works.aero
    
    // af : http://www.nic.af/help.jsp
    af
    gov.af
    com.af
    org.af
    net.af
    edu.af
    
    // ag : http://www.nic.ag/prices.htm
    Plain Text
    - Registered: Fri Apr 26 11:42:10 GMT 2024
    - Last Modified: Wed Dec 20 23:27:07 GMT 2023
    - 240.3K bytes
    - Viewed (3)
Back to top