Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 14 of 14 for DRY_RUN (0.21 sec)

  1. tools/istio-clean-iptables/pkg/config/config.go

    		OwnerGroupsExclude: constants.OwnerGroupsExclude.DefaultValue,
    	}
    }
    
    // Command line options
    // nolint: maligned
    type Config struct {
    	DryRun                  bool     `json:"DRY_RUN"`
    	ProxyUID                string   `json:"PROXY_UID"`
    	ProxyGID                string   `json:"PROXY_GID"`
    	RedirectDNS             bool     `json:"REDIRECT_DNS"`
    	DNSServersV4            []string `json:"DNS_SERVERS_V4"`
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Nov 01 04:37:36 UTC 2023
    - 3.9K bytes
    - Viewed (0)
  2. tools/istio-iptables/pkg/config/config.go

    	IptablesProbePort       uint16        `json:"IPTABLES_PROBE_PORT"`
    	ProbeTimeout            time.Duration `json:"PROBE_TIMEOUT"`
    	DryRun                  bool          `json:"DRY_RUN"`
    	RestoreFormat           bool          `json:"RESTORE_FORMAT"`
    	SkipRuleApply           bool          `json:"SKIP_RULE_APPLY"`
    	RunValidation           bool          `json:"RUN_VALIDATION"`
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 30 22:24:38 UTC 2024
    - 9.2K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apiserver/pkg/endpoints/metrics/metrics.go

    			Help:           "Counter of apiserver requests broken out for each verb, dry run value, group, version, resource, scope, component, and HTTP response code.",
    			StabilityLevel: compbasemetrics.STABLE,
    		},
    		[]string{"verb", "dry_run", "group", "version", "resource", "subresource", "scope", "component", "code"},
    	)
    	longRunningRequestsGauge = compbasemetrics.NewGaugeVec(
    		&compbasemetrics.GaugeOpts{
    			Subsystem:      APIServerComponent,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Sep 27 07:29:19 UTC 2023
    - 35K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.14.md

    - `RuntimeClass` has been promoted to beta, and is enabled by default. ([#75003](https://github.com/kubernetes/kubernetes/pull/75003), [@tallclair](https://github.com/tallclair))
    - New "dry_run" metric label (indicating the value of the dryRun query parameter) has been added into the metrics:
      * apiserver_request_total
      * apiserver_request_duration_seconds  
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 14 22:06:39 UTC 2021
    - 271.5K bytes
    - Viewed (2)
Back to top