Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for galaxy (0.23 sec)

  1. tests/integration/README.md

    For example, the following code creates and then interacts with a Galley and Pilot component:
    
    ```go
    func TestMyLogic(t *testing.T) {
        framework.
            NewTest(t).
            Run(func(ctx framework.TestContext) {
                // Create the components.
                g := galley.NewOrFail(ctx, ctx, galley.Config{})
                p := pilot.NewOrFail(ctx, ctx, pilot.Config {})
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 19:04:51 UTC 2024
    - 20.9K bytes
    - Viewed (0)
  2. CODEOWNERS

    /tests/integration/conformance/                                  @istio/wg-test-and-release-maintainers
    /tests/integration/framework/                                    @istio/wg-test-and-release-maintainers
    /tests/integration/galley/                                       @istio/wg-networking-maintainers
    /tests/integration/telemetry/                                    @istio/wg-policies-and-telemetry-maintainers
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 22 19:22:33 UTC 2024
    - 7.2K bytes
    - Viewed (0)
  3. pkg/test/framework/components/istio/config.go

    	DeployIstio bool
    
    	// Do not wait for the validation webhook before completing the deployment. This is useful for
    	// doing deployments without Galley.
    	SkipWaitForValidationWebhook bool
    
    	// Indicates that the test should deploy Istio's east west gateway into the target Kubernetes cluster
    	// before running tests.
    	DeployEastWestGW bool
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Apr 10 20:33:28 UTC 2024
    - 14.8K bytes
    - Viewed (0)
  4. src/cmd/internal/obj/s390x/asmz.go

    			opcode = op_LAAG
    		case ALAAL:
    			opcode = op_LAAL
    		case ALAALG:
    			opcode = op_LAALG
    		case ALAN:
    			opcode = op_LAN
    		case ALANG:
    			opcode = op_LANG
    		case ALAX:
    			opcode = op_LAX
    		case ALAXG:
    			opcode = op_LAXG
    		case ALAO:
    			opcode = op_LAO
    		case ALAOG:
    			opcode = op_LAOG
    		}
    		zRSY(opcode, uint32(p.Reg), uint32(p.From.Reg), uint32(p.To.Reg), uint32(offset), asm)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 17:46:09 UTC 2024
    - 176.7K bytes
    - Viewed (0)
  5. pilot/pkg/bootstrap/server.go

    	}
    	caOpts.Authenticators = authenticators
    
    	// Start CA or RA server. This should be called after CA and Istiod certs have been created.
    	s.startCA(caOpts)
    
    	// TODO: don't run this if galley is started, one ctlz is enough
    	if args.CtrlZOptions != nil {
    		_, _ = ctrlz.Run(args.CtrlZOptions, nil)
    	}
    
    	// This must be last, otherwise we will not know which informers to register
    	if s.kubeClient != nil {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 17:48:28 UTC 2024
    - 46.3K bytes
    - Viewed (0)
  6. operator/pkg/apis/istio/v1alpha1/values_types.proto

      google.protobuf.BoolValue configMap = 18;
    
      // Controls whether Pilot is configured through the Mesh Control Protocol (MCP).
      //
      // If set to true, Pilot requires an MCP server (like Galley) to be installed.
      google.protobuf.BoolValue useMCP = 20;
    
      // Environment variables passed to the Pilot container.
      //
      // Examples:
      // env:
      //   ENV_VAR_1: value1
      //   ENV_VAR_2: value2
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 57.2K bytes
    - Viewed (0)
  7. operator/pkg/apis/istio/v1alpha1/values_types.pb.go

    	// Controls whether Pilot is configured through the Mesh Control Protocol (MCP).
    	//
    	// If set to true, Pilot requires an MCP server (like Galley) to be installed.
    	UseMCP *wrapperspb.BoolValue `protobuf:"bytes,20,opt,name=useMCP,proto3" json:"useMCP,omitempty"`
    	// Environment variables passed to the Pilot container.
    	//
    	// Examples:
    	// env:
    	//
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 329.6K bytes
    - Viewed (0)
Back to top