Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 62 of 62 for destinationFile (0.16 sec)

  1. samples/addons/grafana.yaml

    :{"calcs":["lastNotNull"],"fields":"","values":false},"textMode":"auto"},"pluginVersion":"10.1.5","targets":[{"datasource":{"type":"prometheus","uid":"${datasource}"},"expr":"max(pilot_k8s_cfg_events{type=\"DestinationRule\", event=\"add\"}) - (max(pilot_k8s_cfg_events{type=\"DestinationRule\", event=\"delete\"}) or max(up * 0))","format":"time_series","intervalFactor":1,"refId":"A"}],"title":"Destination Rules","type":"stat"},{"datasource":{"type":"prometheus","uid":"${datasource}"},"fieldConfi...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 20:46:28 UTC 2024
    - 242.3K bytes
    - Viewed (0)
  2. pkg/config/validation/validation.go

    }
    
    // ValidateDestinationRule checks proxy policies
    var ValidateDestinationRule = RegisterValidateFunc("ValidateDestinationRule",
    	func(cfg config.Config) (Warning, error) {
    		rule, ok := cfg.Spec.(*networking.DestinationRule)
    		if !ok {
    			return nil, fmt.Errorf("cannot cast to destination rule")
    		}
    		v := Validation{}
    		v = AppendValidation(v,
    			agent.ValidateWildcardDomain(rule.Host),
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 04:03:33 UTC 2024
    - 107.2K bytes
    - Viewed (0)
Back to top