Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 788 for Remotes (0.11 sec)

  1. cmd/bucket-replication_test.go

    				ReplicationStatusInternal: "arn1:PENDING;",
    				ReplicationStatus:         replication.Pending,
    				VersionID:                 "a3348c34-c352-4498-82f0-1098e8b34df9",
    			},
    			rcfg: replicationConfig{remotes: &madmin.BucketTargets{Targets: []madmin.BucketTarget{{
    				Arn: "arn1",
    			}}}},
    			dsc:          ReplicateDecision{targetsMap: map[string]replicateTargetDecision{"arn1": newReplicateTargetDecision("arn1", true, false)}},
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Sat Sep 16 09:28:06 UTC 2023
    - 12.2K bytes
    - Viewed (0)
  2. pilot/pkg/serviceregistry/kube/controller/multicluster.go

    			m.serviceEntryController.AppendWorkloadHandler(kubeRegistry.WorkloadInstanceHandler)
    		} else if features.WorkloadEntryCrossCluster {
    			// TODO only do this for non-remotes, can't guarantee CRDs in remotes (depends on https://github.com/istio/istio/pull/29824)
    			configStore := createWleConfigStore(client, m.revision, options)
    			kubeController.workloadEntryController = serviceentry.NewWorkloadEntryController(
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 23 21:07:03 UTC 2024
    - 12.7K bytes
    - Viewed (0)
  3. pkg/test/framework/components/istio/kube.go

    }
    
    // installRemoteCluster installs istio to a remote cluster that does not also serve as a config cluster.
    func (i *istioImpl) installRemoteCluster(c cluster.Cluster) error {
    	scopes.Framework.Infof("setting up %s as remote cluster", c.Name())
    	return i.installRemoteCommon(c, i.cfg.RemoteClusterIOPFile, i.remoteIOP.file, true)
    }
    
    // Common install on a either a remote-config or pure remote cluster.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 22:12:34 UTC 2024
    - 31.1K bytes
    - Viewed (0)
  4. internal/grid/manager.go

    		if err != nil {
    			writeErr(fmt.Errorf("error parsing connectReq: %w", err))
    			return
    		}
    		remote := m.targets[cReq.Host]
    		if remote == nil {
    			writeErr(fmt.Errorf("unknown incoming host: %v", cReq.Host))
    			return
    		}
    		if debugPrint {
    			fmt.Printf("handler: Got Connect Req %+v\n", cReq)
    		}
    		writeErr(remote.handleIncoming(ctx, conn, cReq))
    	}
    }
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jun 10 17:40:33 UTC 2024
    - 9.8K bytes
    - Viewed (0)
  5. pkg/test/framework/components/istio/config.go

    	// These values are only applied to remote clusters
    	// Default value will be ControlPlaneValues if no remote values provided
    	RemoteClusterValues string
    
    	// Override values specifically for the ICP crd
    	// This is mostly required for cases where --set cannot be used
    	// These values are only applied to remote config clusters
    	// Default value will be ControlPlaneValues if no remote values provided
    	ConfigClusterValues string
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Apr 10 20:33:28 UTC 2024
    - 14.8K bytes
    - Viewed (0)
  6. cmd/metacache-set.go

    	tgts, _ := globalBucketTargetSys.ListBucketTargets(ctx, o.Bucket)
    	o.Lifecycle = lc
    	o.Versioning = vc
    	o.Replication = replicationConfig{
    		Config:  replCfg,
    		remotes: tgts,
    	}
    	o.Retention = rcfg
    }
    
    // newMetacache constructs a new metacache from the options.
    func (o listPathOptions) newMetacache() metacache {
    	return metacache{
    		id:          o.ID,
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri Jun 07 22:18:44 UTC 2024
    - 30.4K bytes
    - Viewed (0)
  7. security/pkg/server/ca/node_auth_test.go

    		{
    			name:                    "allowed identities, on node of remote cluster",
    			callerClusterID:         cluster.ID("remote"),
    			caller:                  ztunnelCallerRemote,
    			requestedIdentityString: podSameNodeRemote.Identity(),
    			wantErr:                 "",
    		},
    		{
    			name:            "ztunnel caller from removed remote cluster",
    			callerClusterID: cluster.ID("remote2"),
    			caller:          ztunnelCallerRemote2,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Feb 28 16:41:38 UTC 2024
    - 10.5K bytes
    - Viewed (0)
  8. pilot/pkg/credentials/kube/secrets_test.go

    		// This is present in local and remote, but with a different value. We have the remote.
    		{"tls", "default", "remote", "tls-cert-mod", "tls-key", ""},
    		{"tls-mtls", "default", "remote", "tls-mtls-cert", "tls-mtls-key", "tls-mtls-ca"},
    		{"tls-mtls-split", "default", "remote", "tls-mtls-split-cert", "tls-mtls-split-key", ""},
    		{"tls-mtls-split-cacert", "default", "remote", "", "", "tls-mtls-split-ca"},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Feb 23 19:18:21 UTC 2024
    - 18.4K bytes
    - Viewed (0)
  9. api/maven-api-core/src/main/java/org/apache/maven/api/services/ModelBuilderRequest.java

        /**
         * Denotes validation as performed by Maven 3.0. This validation level is meant for existing projects.
         */
        int VALIDATION_LEVEL_MAVEN_3_0 = 30;
    
        /**
         * Denotes validation as performed by Maven 3.1. This validation level is meant for existing projects.
         */
        int VALIDATION_LEVEL_MAVEN_3_1 = 31;
    
        /**
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Thu May 02 15:10:38 UTC 2024
    - 17.1K bytes
    - Viewed (0)
  10. src/cmd/vendor/github.com/google/pprof/internal/symbolizer/symbolizer.go

    	remote, local, fast, force, demanglerMode := true, true, false, false, ""
    	for _, o := range strings.Split(strings.ToLower(mode), ":") {
    		switch o {
    		case "":
    			continue
    		case "none", "no":
    			return nil
    		case "local":
    			remote, local = false, true
    		case "fastlocal":
    			remote, local, fast = false, true, true
    		case "remote":
    			remote, local = true, false
    		case "force":
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 31 19:48:28 UTC 2024
    - 10K bytes
    - Viewed (0)
Back to top