Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 84 for multis (0.19 sec)

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

    [[kotdsl:multi_project_builds]]
    [[sec:multi_project_builds]]
    == Multi-project builds
    
    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. operator/pkg/apis/istio/v1alpha1/values_types.proto

      // Configuration for Istio Ambient.
      CNIAmbientConfig ambient = 21;
    
      // Specifies the CNI provider. Can be either "default" or "multus". When set to "multus", an additional
      // NetworkAttachmentDefinition resource is deployed to the cluster to allow the istio-cni plugin to be
      // invoked in a cluster using the Multus CNI plugin.
      string provider = 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)
  3. common/scripts/metallb-native.yaml

                  echoMode:
                    description: Enables or disables the echo transmission mode. This
                      mode is disabled by default, and not supported on multi hops setups.
                    type: boolean
                  minimumTtl:
                    description: 'For multi hop sessions only: configure the minimum expected
                      TTL for an incoming BFD control packet.'
                    format: int32
                    maximum: 254
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Feb 23 23:56:31 UTC 2024
    - 63.9K bytes
    - Viewed (0)
  4. pilot/pkg/model/sidecar_test.go

    			[]*Service{
    				{
    					Hostname: "httpbin.org",
    					Attributes: ServiceAttributes{
    						Namespace: "mynamespace",
    					},
    				},
    			},
    			&mergedDr1and3,
    		},
    		{
    			name: "multi-service-merge",
    			sidecarConfig: &config.Config{
    				Meta: config.Meta{
    					Name:      "default",
    					Namespace: "default",
    				},
    				Spec: &networking.Sidecar{},
    			},
    			services: []*Service{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 07 09:38:49 UTC 2024
    - 74.3K bytes
    - Viewed (0)
  5. src/go/printer/nodes.go

    	}
    }
    
    type exprListMode uint
    
    const (
    	commaTerm exprListMode = 1 << iota // list is optionally terminated by a comma
    	noIndent                           // no extra indentation in multi-line lists
    )
    
    // If indent is set, a multi-line identifier list is indented after the
    // first linebreak encountered.
    func (p *printer) identList(list []*ast.Ident, indent bool) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Oct 17 18:53:17 UTC 2023
    - 52.6K bytes
    - Viewed (0)
  6. pilot/pkg/security/authn/policy_applier_test.go

    									},
    									Forward:           false,
    									PayloadInMetadata: "invalid|7443|",
    								},
    							},
    							BypassCorsPreflight: true,
    						}),
    				},
    			},
    		},
    		{
    			name: "Multi JWTs policy",
    			in: []*config.Config{
    				{
    					Spec: &v1beta1.RequestAuthentication{
    						JwtRules: []*v1beta1.JWTRule{
    							{
    								Issuer:  "https://secret.foo.com",
    								JwksUri: jwksURI,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Dec 01 07:32:22 UTC 2023
    - 60.2K bytes
    - Viewed (0)
  7. src/net/http/httputil/reverseproxy_test.go

    		w.Header().Set("Trailer", "X-Trailer")
    		w.Header().Set("X-Foo", "bar")
    		w.Header().Set("Upgrade", "foo")
    		w.Header().Set(fakeHopHeader, "foo")
    		w.Header().Add("X-Multi-Value", "foo")
    		w.Header().Add("X-Multi-Value", "bar")
    		http.SetCookie(w, &http.Cookie{Name: "flavor", Value: "chocolateChip"})
    		w.WriteHeader(backendStatus)
    		w.Write([]byte(backendResponse))
    		w.Header().Set("X-Trailer", "trailer_value")
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 54.6K bytes
    - Viewed (0)
  8. pkg/controller/volume/attachdetach/reconciler/reconciler_test.go

    			},
    			[]string{"Warning FailedAttachVolume Multi-Attach error for volume \"volume-name\" Volume is already exclusively attached to one node and can't be attached to another"},
    		},
    		{
    			"pods in the same namespace use the volume",
    			[]nodeWithPods{
    				{"node1", []string{"ns1/pod1"}},
    				{"node2", []string{"ns1/pod2"}},
    			},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 07:00:14 UTC 2024
    - 72.8K bytes
    - Viewed (0)
  9. pkg/kubelet/cm/memorymanager/memory_manager_test.go

    							Reserved:       0,
    							SystemReserved: 0,
    							TotalMemSize:   5 * gb,
    						},
    					},
    				},
    			},
    		},
    		{
    			description: "Stale state successfully removed, without multi NUMA assignments",
    			policyName:  policyTypeStatic,
    			machineInfo: machineInfo,
    			reserved: systemReservedMemory{
    				0: map[v1.ResourceName]uint64{
    					v1.ResourceMemory: 1 * gb,
    				},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 05 13:01:40 UTC 2023
    - 70.2K bytes
    - Viewed (0)
  10. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/transform/ArtifactTransformWithDependenciesIntegrationTest.groovy

                }
            """
        }
    
        void setupBuildWithFirstStepThatDoesNotUseDependencies() {
            setupBuildWithNoSteps()
            buildFile << """
    allprojects {
        dependencies {
            //Multi step transform, without dependencies at step 1
            registerTransform(SimpleTransform) {
                from.attribute(color, 'blue')
                to.attribute(color, 'yellow')
            }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 24 06:54:47 UTC 2023
    - 54.2K bytes
    - Viewed (0)
Back to top