Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for mirrorPercentage (0.28 sec)

  1. pkg/config/validation/virtualservice.go

    	}
    
    	if http.MirrorPercentage != nil {
    		value := http.MirrorPercentage.GetValue()
    		if value > 100 {
    			errs = AppendValidation(errs, fmt.Errorf("mirror_percentage must have a max value of 100 (it has %f)", value))
    		}
    		if value < 0 {
    			errs = AppendValidation(errs, fmt.Errorf("mirror_percentage must have a min value of 0 (it has %f)", value))
    		}
    	}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 04:03:27 UTC 2024
    - 9.3K bytes
    - Viewed (0)
  2. manifests/charts/istiod-remote/templates/crd-all.gen.yaml

                        mirrorPercent:
                          maximum: 4294967295
                          minimum: 0
                          nullable: true
                          type: integer
                        mirrorPercentage:
                          description: Percentage of the traffic to be mirrored by the
                            `mirror` field.
                          properties:
                            value:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.7K bytes
    - Viewed (0)
  3. manifests/charts/base/crds/crd-all.gen.yaml

                        mirrorPercent:
                          maximum: 4294967295
                          minimum: 0
                          nullable: true
                          type: integer
                        mirrorPercentage:
                          description: Percentage of the traffic to be mirrored by the
                            `mirror` field.
                          properties:
                            value:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.6K bytes
    - Viewed (0)
Back to top