Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 349 for Mathis (0.1 sec)

  1. pilot/pkg/security/authz/matcher/metadata.go

    			OneOf: value,
    		},
    	}
    
    	paths := make([]*matcher.MetadataMatcher_PathSegment, 0, len(keys))
    	for _, k := range keys {
    		paths = append(paths, &matcher.MetadataMatcher_PathSegment{
    			Segment: &matcher.MetadataMatcher_PathSegment_Key{
    				Key: k,
    			},
    		})
    	}
    
    	out := &matcher.MetadataMatcher{
    		Filter: filter,
    		Path:   paths,
    	}
    	if useExtendedJwt {
    		out.Value = &matcher.ValueMatcher{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 25 10:39:25 UTC 2024
    - 2.9K bytes
    - Viewed (0)
  2. pkg/test/framework/resource/config/factory.go

    	// File reads the given files and calls YAML.
    	File(ns string, paths ...string) Plan
    
    	// Eval the same as YAML, but it evaluates the template parameters.
    	Eval(ns string, args any, yamlText ...string) Plan
    
    	// EvalFile the same as File, but it evaluates the template parameters.
    	EvalFile(ns string, args any, paths ...string) Plan
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jul 25 19:30:47 UTC 2022
    - 1.1K bytes
    - Viewed (0)
  3. pkg/log/options.go

    	// OutputPaths is a list of file system paths to write the log data to.
    	// The special values stdout and stderr can be used to output to the
    	// standard I/O streams. This defaults to stdout.
    	OutputPaths []string
    
    	// ErrorOutputPaths is a list of file system paths to write logger errors to.
    	// The special values stdout and stderr can be used to output to the
    	// standard I/O streams. This defaults to stderr.
    	ErrorOutputPaths []string
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 07 04:04:34 UTC 2024
    - 10.6K bytes
    - Viewed (0)
  4. pkg/channels/unbounded.go

    // performance critical code paths, using Unbounded is strongly discouraged and
    // defining a new type specific implementation of this buffer is preferred. See
    // internal/transport/transport.go for an example of this.
    type Unbounded[T any] struct {
    	c       chan T
    	mu      sync.Mutex
    	backlog []T
    }
    
    // NewUnbounded returns a new instance of Unbounded.
    func NewUnbounded[T any]() *Unbounded[T] {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Aug 31 19:53:39 UTC 2022
    - 2.8K bytes
    - Viewed (0)
  5. pilot/pkg/config/kube/ingress/conversion.go

    			Gateways: []string{fmt.Sprintf("%s/%s-%s-%s", IngressNamespace, ingress.Name, constants.IstioIngressGatewayName, ingress.Namespace)},
    		}
    
    		httpRoutes := make([]*networking.HTTPRoute, 0, len(rule.HTTP.Paths))
    		for _, httpPath := range rule.HTTP.Paths {
    			httpMatch := &networking.HTTPMatchRequest{}
    			if httpPath.PathType != nil {
    				switch *httpPath.PathType {
    				case knetworking.PathTypeExact:
    					httpMatch.Uri = &networking.StringMatch{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Oct 25 07:19:43 UTC 2023
    - 12.5K bytes
    - Viewed (0)
  6. pkg/test/framework/components/environment/kube/flags.go

    	clusterConfigs configsVal
    )
    
    // NewSettingsFromCommandLine returns Settings obtained from command-line flags.
    // config.Parse must be called before calling this function.
    func NewSettingsFromCommandLine() (*Settings, error) {
    	if !config.Parsed() {
    		panic("config.Parse must be called before this function")
    	}
    
    	s := settingsFromCommandLine.clone()
    
    	// Process the kube clusterConfigs.
    	var err error
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Aug 08 16:43:05 UTC 2023
    - 10.3K bytes
    - Viewed (0)
  7. security/pkg/nodeagent/cache/secretcache.go

    //     certificates from Gateway/DestinationRule can also be served. This is done by parsing resource
    //     names in accordance with security.SdsCertificateConfig (file-cert: and file-root:).
    //   - On demand CSRs. This is used only for the `default` certificate. When this resource is
    //     requested, a CSR will be sent to the configured caClient.
    //
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 04 08:29:46 UTC 2024
    - 28.2K bytes
    - Viewed (0)
  8. pkg/kube/inject/inject_test.go

    			v:    val("private-repo/istio", "1.12-this-is-unusual-tag"),
    			want: "private-repo/istio/proxyv2:1.12-this-is-unusual-tag",
    		},
    		{
    			desc: "unusual tag should work, default override",
    			v:    val("private-repo/istio", "1.12-this-is-unusual-tag-distroless"),
    			pc:   pc("default"),
    			want: "private-repo/istio/proxyv2:1.12-this-is-unusual-tag",
    		},
    		{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 31 20:35:11 UTC 2024
    - 34.1K bytes
    - Viewed (0)
  9. pkg/test/framework/components/environment/kube/settings.go

    // from the provided k8s config files.
    type ClientFactoryFunc func(kubeConfigs []string) ([]istioKube.CLIClient, error)
    
    // Settings provide kube-specific Settings from flags.
    type Settings struct {
    	// An array of paths to kube config files. Required if the environment is kubernetes.
    	KubeConfig []string
    
    	// Indicates that the LoadBalancer services can obtain a public IP. If not, NodePort be used as a workaround
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 22:12:34 UTC 2024
    - 8.3K bytes
    - Viewed (0)
  10. pkg/istio-agent/agent_test.go

    			a.Security.SecretRotationGracePeriodRatio = 1
    			return a
    		})
    		// We start the agent, but never send a single SDS request
    		// This behavior is useful for supporting writing the certs to disk without Envoy
    		checkCertsWritten(t, dir)
    
    		// TODO: this does not actually work, rotation is tied to SDS currently
    		// expectFileChanged(t, filepath.Join(dir, "cert-chain.pem"))
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 16 22:12:28 UTC 2024
    - 33.4K bytes
    - Viewed (0)
Back to top