Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 34 for name_regex (0.12 sec)

  1. pkg/bootstrap/testdata/tracing_lightstep_golden.json

              "suffix": "rbac.denied"
              },
              {
              "suffix": "shadow_allowed"
              },
              {
              "suffix": "shadow_denied"
              },
              {
              "safe_regex": {"regex":"vhost\\.*\\.route\\.*"}
              },
              {
              "prefix": "component"
              },
              {
              "prefix": "istio"
              }
            ]
          }
        }
      },
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 01 14:41:40 UTC 2024
    - 13.2K bytes
    - Viewed (0)
  2. pkg/bootstrap/testdata/tracing_tls_golden.json

              "suffix": "rbac.denied"
              },
              {
              "suffix": "shadow_allowed"
              },
              {
              "suffix": "shadow_denied"
              },
              {
              "safe_regex": {"regex":"vhost\\.*\\.route\\.*"}
              },
              {
              "prefix": "component"
              },
              {
              "prefix": "istio"
              }
            ]
          }
        }
      },
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 01 14:41:40 UTC 2024
    - 13.5K bytes
    - Viewed (0)
  3. operator/cmd/mesh/test-util_test.go

    	return len(o.keySlice)
    }
    
    // nameMatches returns a subset of o where objects names match the given regex.
    func (o *ObjectSet) nameMatches(nameRegex string) *ObjectSet {
    	ret := &ObjectSet{}
    	for k, v := range o.objMap {
    		_, _, objName := object.FromHash(k)
    		m, err := regexp.MatchString(nameRegex, objName)
    		if err != nil {
    			log.Error(err.Error())
    			continue
    		}
    		if m {
    			ret.append(v)
    		}
    	}
    	return ret
    }
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Oct 31 14:48:28 UTC 2023
    - 15.3K bytes
    - Viewed (0)
  4. pkg/bootstrap/testdata/tracing_tls_custom_sni_golden.json

              "suffix": "rbac.denied"
              },
              {
              "suffix": "shadow_allowed"
              },
              {
              "suffix": "shadow_denied"
              },
              {
              "safe_regex": {"regex":"vhost\\.*\\.route\\.*"}
              },
              {
              "prefix": "component"
              },
              {
              "prefix": "istio"
              }
            ]
          }
        }
      },
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 01 14:41:40 UTC 2024
    - 13.6K bytes
    - Viewed (0)
  5. pkg/bootstrap/testdata/all_golden.json

              "suffix": "rbac.denied"
              },
              {
              "suffix": "shadow_allowed"
              },
              {
              "suffix": "shadow_denied"
              },
              {
              "safe_regex": {"regex":"vhost\\.*\\.route\\.*"}
              },
              {
              "prefix": "component"
              },
              {
              "prefix": "istio"
              }
            ]
          }
        }
      },
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 01 14:41:40 UTC 2024
    - 16.6K bytes
    - Viewed (0)
  6. pkg/bootstrap/testdata/deferred_cluster_creation_golden.json

              "suffix": "rbac.denied"
              },
              {
              "suffix": "shadow_allowed"
              },
              {
              "suffix": "shadow_denied"
              },
              {
              "safe_regex": {"regex":"vhost\\.*\\.route\\.*"}
              },
              {
              "prefix": "component"
              },
              {
              "prefix": "istio"
              }
            ]
          }
        }
      },
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 14 17:02:38 UTC 2024
    - 16.7K bytes
    - Viewed (0)
  7. pkg/bootstrap/testdata/stats_compression_gzip_golden.json

              "suffix": "rbac.denied"
              },
              {
              "suffix": "shadow_allowed"
              },
              {
              "suffix": "shadow_denied"
              },
              {
              "safe_regex": {"regex":"vhost\\.*\\.route\\.*"}
              },
              {
              "prefix": "component"
              },
              {
              "prefix": "istio"
              }
            ]
          }
        }
      },
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 01 14:41:40 UTC 2024
    - 17.3K bytes
    - Viewed (0)
  8. pkg/bootstrap/testdata/stats_compression_unknown_golden.json

              "suffix": "rbac.denied"
              },
              {
              "suffix": "shadow_allowed"
              },
              {
              "suffix": "shadow_denied"
              },
              {
              "safe_regex": {"regex":"vhost\\.*\\.route\\.*"}
              },
              {
              "prefix": "component"
              },
              {
              "prefix": "istio"
              }
            ]
          }
        }
      },
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 01 14:41:40 UTC 2024
    - 16.7K bytes
    - Viewed (0)
  9. pkg/bootstrap/testdata/stats_compression_zstd_golden.json

              "suffix": "rbac.denied"
              },
              {
              "suffix": "shadow_allowed"
              },
              {
              "suffix": "shadow_denied"
              },
              {
              "safe_regex": {"regex":"vhost\\.*\\.route\\.*"}
              },
              {
              "prefix": "component"
              },
              {
              "prefix": "istio"
              }
            ]
          }
        }
      },
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 01 14:41:40 UTC 2024
    - 17.3K bytes
    - Viewed (0)
  10. pkg/bootstrap/testdata/stats_compression_brotli_golden.json

              "suffix": "rbac.denied"
              },
              {
              "suffix": "shadow_allowed"
              },
              {
              "suffix": "shadow_denied"
              },
              {
              "safe_regex": {"regex":"vhost\\.*\\.route\\.*"}
              },
              {
              "prefix": "component"
              },
              {
              "prefix": "istio"
              }
            ]
          }
        }
      },
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 01 14:41:40 UTC 2024
    - 17.3K bytes
    - Viewed (0)
Back to top