Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for DRY_RUN (0.15 sec)

  1. istioctl/pkg/writer/compare/testdata/configdump_diff.json

                                "value": 100
                              },
                              "custom_tags": [
                                {
                                  "tag": "istio.authorization.dry_run.allow_policy.name",
                                  "metadata": {
                                    "kind": {
                                      "request": {}
                                    },
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Mar 12 10:02:09 UTC 2024
    - 51.6K bytes
    - Viewed (0)
  2. istioctl/pkg/writer/compare/testdata/configdump.json

                                "value": 100
                              },
                              "custom_tags": [
                                {
                                  "tag": "istio.authorization.dry_run.allow_policy.name",
                                  "metadata": {
                                    "kind": {
                                      "request": {}
                                    },
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Mar 12 10:02:09 UTC 2024
    - 52K bytes
    - Viewed (0)
  3. pilot/pkg/networking/core/tracing.go

    	dryRunPolicyTraceTag("istio.authorization.dry_run.allow_policy.name", authz_model.RBACShadowRulesAllowStatPrefix+authz_model.RBACShadowEffectivePolicyID),
    	dryRunPolicyTraceTag("istio.authorization.dry_run.allow_policy.result", authz_model.RBACShadowRulesAllowStatPrefix+authz_model.RBACShadowEngineResult),
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 16 17:05:28 UTC 2024
    - 24.2K bytes
    - Viewed (0)
  4. prow/release-commit.sh

    export PATH=${GOPATH}/bin:${PATH}
    
    go install "istio.io/release-builder@${BUILDER_SHA}"
    
    release-builder build --manifest <(echo "${MANIFEST}")
    
    release-builder validate --release "${WORK_DIR}/out"
    
    if [[ -z "${DRY_RUN:-}" ]]; then
      release-builder publish --release "${WORK_DIR}/out" \
        --gcsbucket "${GCS_BUCKET}" --gcsaliases "${TAG},${NEXT_VERSION}-dev,latest" \
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 18:57:28 UTC 2024
    - 3.1K bytes
    - Viewed (0)
  5. 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)
Back to top