Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 199 for logical (0.33 sec)

  1. platforms/documentation/docs/src/docs/userguide/api/kotlin_dsl.adoc

    === Automatic build import vs. automatic reloading of script dependencies
    
    Both IntelliJ IDEA and Android Studio — which is derived from IntelliJ IDEA — will detect when you make changes to your build logic and offer two suggestions:
    
     1. Import the whole build again
    +
    image::intellij-build-import-popup.png[IntelliJ IDEA, width=300]
    +
    image::android-studio-build-sync-popup.png[IntelliJ IDEA]
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 22 20:16:10 UTC 2024
    - 55.4K bytes
    - Viewed (0)
  2. cmd/kubeadm/app/apis/kubeadm/v1beta4/zz_generated.conversion.go

    	return autoConvert_kubeadm_EnvVar_To_v1beta4_EnvVar(in, out, s)
    }
    
    func autoConvert_v1beta4_Etcd_To_kubeadm_Etcd(in *Etcd, out *kubeadm.Etcd, s conversion.Scope) error {
    	out.Local = (*kubeadm.LocalEtcd)(unsafe.Pointer(in.Local))
    	out.External = (*kubeadm.ExternalEtcd)(unsafe.Pointer(in.External))
    	return nil
    }
    
    // Convert_v1beta4_Etcd_To_kubeadm_Etcd is an autogenerated conversion function.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 16 08:34:39 UTC 2024
    - 61.4K bytes
    - Viewed (0)
  3. cluster/gce/windows/k8s-node-setup.psm1

    kind: Config
    users:
    - name: kubelet
      user:
        client-certificate: KUBELET_CERT_PATH
        client-key: KUBELET_KEY_PATH
    clusters:
    - name: local
      cluster:
        server: https://APISERVER_ADDRESS
        certificate-authority: CA_FILE_PATH
    contexts:
    - context:
        cluster: local
        user: kubelet
      name: service-account-context
    current-context: service-account-context'.`
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 21:13:22 UTC 2024
    - 88.3K bytes
    - Viewed (0)
  4. src/cmd/compile/internal/ssa/prove.go

    			}
    
    			if branch != unknown {
    				addBranchRestrictions(ft, parent, branch)
    				// After we add the branch restriction, re-check the logic operations in the parent block,
    				// it may give us more info to omit some branches
    				if logic, ok := logicVars[parent]; ok {
    					for _, v := range logic {
    						// we only have OpAnd for now
    						ft.update(parent, v, v.Args[1], unsigned, lt|eq)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:30:21 UTC 2024
    - 48.9K bytes
    - Viewed (0)
  5. pilot/pkg/security/authn/policy_applier_test.go

    											HttpUri: &core.HttpUri{
    												Uri: "http://jwt-token-issuer.mesh:7443/jwks",
    												HttpUpstreamType: &core.HttpUri_Cluster{
    													Cluster: "outbound|7443||jwt-token-issuer.mesh.svc.cluster.local",
    												},
    												Timeout: &durationpb.Duration{Seconds: 5},
    											},
    											CacheDuration: &durationpb.Duration{Seconds: 5 * 60},
    										},
    									},
    									Forward:           false,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Dec 01 07:32:22 UTC 2023
    - 60.2K bytes
    - Viewed (0)
  6. operator/pkg/apis/istio/v1alpha1/values_types.proto

      //     - address: 1.1.1.1
      //       port: 80
      //   network2:
      //     endpoints:
      //     - fromRegistry: reg1
      //     gateways:
      //     - registryServiceName: istio-ingressgateway.istio-system.svc.cluster.local
      //       port: 443
      //
      google.protobuf.Struct meshNetworks = 19;
    
      // Specifies the Configuration for Istio mesh across multiple clusters through Istio gateways.
      MultiClusterConfig multiCluster = 22;
    
    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. pilot/pkg/model/virtualservice_test.go

    	}
    	virtualServiceSpec5 := &networking.VirtualService{
    		Hosts:    []string{"test-svc.testns.svc.cluster.local"},
    		Gateways: []string{"mesh"},
    		Http: []*networking.HTTPRoute{
    			{
    				Route: []*networking.HTTPRouteDestination{
    					{
    						Destination: &networking.Destination{
    							Host: "test-svc.testn.svc.cluster.local",
    						},
    						Weight: 100,
    					},
    				},
    			},
    		},
    	}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Apr 21 17:42:54 UTC 2024
    - 60.6K bytes
    - Viewed (0)
  8. pkg/controller/nodelifecycle/node_lifecycle_controller.go

    	computeZoneStateFunc       func(nodeConditions []*v1.NodeCondition) (int, ZoneState)
    
    	knownNodeSet map[string]*v1.Node
    	// per Node map storing last observed health together with a local time when it was observed.
    	nodeHealthMap *nodeHealthMap
    
    	// evictorLock protects zonePodEvictor and zoneNoExecuteTainter.
    	evictorLock sync.Mutex
    	// workers that are responsible for tainting nodes.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 51.6K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/sys/windows/security_windows.go

    	SECURITY_AUTHENTICATED_USER_RID     = 0xb
    	SECURITY_RESTRICTED_CODE_RID        = 0xc
    	SECURITY_NT_NON_UNIQUE_RID          = 0x15
    )
    
    // Predefined domain-relative RIDs for local groups.
    // See https://msdn.microsoft.com/en-us/library/windows/desktop/aa379649(v=vs.85).aspx
    const (
    	DOMAIN_ALIAS_RID_ADMINS                         = 0x220
    	DOMAIN_ALIAS_RID_USERS                          = 0x221
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 52.5K bytes
    - Viewed (0)
  10. maven-api-impl/src/main/java/org/apache/maven/internal/impl/model/DefaultModelValidator.java

                if ("local".equals(repository.getId())) {
                    addViolation(
                            problems,
                            errOn31,
                            Version.V20,
                            prefix + "id",
                            null,
                            "must not be 'local'" + ", this identifier is reserved for the local repository"
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Mon Jun 10 11:04:53 UTC 2024
    - 73.9K bytes
    - Viewed (0)
Back to top