Search Options

Results per page
Sort
Preferred Languages
Advance

Results 111 - 120 of 161 for It (0.02 sec)

  1. pkg/workloadapi/security/authorization.pb.go

    func (Scope) EnumDescriptor() ([]byte, []int) {
    	return file_workloadapi_security_authorization_proto_rawDescGZIP(), []int{0}
    }
    
    type Action int32
    
    const (
    	// Allow the request if it matches with the rules.
    	Action_ALLOW Action = 0
    	// Deny the request if it matches with the rules.
    	Action_DENY Action = 1
    )
    
    // Enum value maps for Action.
    var (
    	Action_name = map[int32]string{
    		0: "ALLOW",
    		1: "DENY",
    	}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 31 02:27:10 UTC 2024
    - 29.7K bytes
    - Viewed (0)
  2. pilot/pkg/serviceregistry/kube/controller/ambient/waypoints.go

    			w.Namespace, w.Name, w.TrafficType, o.Namespace, o.Name)
    	}
    	return nil
    }
    
    // getUseWaypoint takes objectMeta and a defaultNamespace
    // it looks for the istio.io/use-waypoint label and parses it
    // if there is no namespace provided in the label the default namespace will be used
    // defaultNamespace avoids the need to infer when object meta from a namespace was given
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 18:02:28 UTC 2024
    - 11.1K bytes
    - Viewed (0)
  3. pilot/pkg/xds/delta_test.go

    	// Now send initial CDS request
    	res = ads.RequestResponseAck(&discovery.DeltaDiscoveryRequest{
    		TypeUrl: v3.ClusterType,
    		InitialResourceVersions: map[string]string{
    			// This time we include the version map, since it is a reconnect
    			staticCluster: "",
    			updateCluster: "",
    		},
    	})
    
    	// Expect that we send an EDS response even though there was no request
    	resp := ads.ExpectResponse()
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 15.2K bytes
    - Viewed (0)
  4. pilot/pkg/features/experimental.go

    			"If false, it assumes that only one instance of istiod is running and skips leader election.").Get()
    
    	EnableSidecarServiceInboundListenerMerge = env.Register(
    		"PILOT_ALLOW_SIDECAR_SERVICE_INBOUND_LISTENER_MERGE",
    		false,
    		"If set, it allows creating inbound listeners for service ports and sidecar ingress listeners ",
    	).Get()
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 14 17:02:38 UTC 2024
    - 10.2K bytes
    - Viewed (0)
  5. security/pkg/nodeagent/cache/secretcache_test.go

    			if c.expErr == nil && len(sc.certWatcher.WatchList()) != 1 {
    				t.Fatalf("expected certWatcher to watch 1 file, but it is watching: %d files", len(sc.certWatcher.WatchList()))
    			}
    			for _, v := range sc.certWatcher.WatchList() {
    				if v != c.expFilePathToWatch {
    					t.Fatalf(
    						"expected certWatcher to watch on: %s, but it is watching on: %s",
    						c.expFilePathToWatch, v)
    				}
    			}
    		})
    	}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 16 22:12:28 UTC 2024
    - 23.9K bytes
    - Viewed (0)
  6. pilot/pkg/xds/debug.go

    		w.WriteHeader(http.StatusNotFound)
    		_, _ = w.Write([]byte("Proxy not connected to this Pilot instance. It may be connected to another instance.\n"))
    		return
    	}
    }
    
    // jsonMarshalProto wraps a proto.Message so it can be marshaled with the standard encoding/json library
    type jsonMarshalProto struct {
    	proto.Message
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 30 00:26:45 UTC 2024
    - 39.5K bytes
    - Viewed (0)
  7. pkg/kube/multicluster/secretcontroller_test.go

    	tc.controller.ClientBuilder = TestingBuildClientsFromConfig
    	iter := atomic.NewInt32(0)
    	tc.component = BuildMultiClusterComponent(tc.controller, func(cluster *Cluster) testHandler {
    		it := iter.Inc()
    		return testHandler{
    			ID:     cluster.ID,
    			Iter:   int(it),
    			Closed: atomic.NewBool(false),
    			Synced: atomic.NewBool(synced),
    		}
    	})
    	return tc
    }
    
    var kubeconfig = 0
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 23 15:07:03 UTC 2024
    - 17.6K bytes
    - Viewed (0)
  8. operator/pkg/verifier/verifier.go

    				v.reportFailure(kind, name, namespace, ivf)
    				return ivf
    			}
    		case "IstioOperator":
    			// It is not a problem if the cluster does not include the IstioOperator
    			// we are checking.  Instead, verify the cluster has the things the
    			// IstioOperator specifies it should have.
    
    			// IstioOperator isn't part of pkg/config/schema/collections,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 14 19:23:44 UTC 2024
    - 15K bytes
    - Viewed (0)
  9. cni/pkg/iptables/iptables.go

    		"--ctmask", fmt.Sprintf("0x%x", InpodRestoreMask),
    	)
    
    	// CLI: -A ISTIO_OUTPUT ! -o lo -p udp -m udp --dport 53 -j REDIRECT --to-port 15053
    	//
    	// DESC: If this is a UDP DNS request to a non-localhost resolver, send it to ztunnel DNS proxy port
    	if redirectDNS {
    		iptablesBuilder.AppendRule(
    			iptableslog.UndefinedCommand, ChainInpodOutput, iptablesconstants.NAT,
    			"!", "-o", "lo",
    			"-p", "udp",
    			"-m", "udp",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 31 21:45:18 UTC 2024
    - 19.9K bytes
    - Viewed (0)
  10. pilot/pkg/model/sidecar.go

    		// If both are exact hosts, then fallback is not needed.
    		// In this scenario it should be determined by exact lookup.
    		if !hIsWildCard && !importedHost.IsWildCarded() {
    			continue
    		}
    
    		var match bool
    		if useGatewaySemantics {
    			// The new way. Matching logic exactly mirrors Service matching
    			// If a route defines `*.com` and we import `a.com`, it will not match
    			match = vsHost.SubsetOf(importedHost)
    		} else {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 05 20:32:23 UTC 2024
    - 38.4K bytes
    - Viewed (0)
Back to top