Search Options

Results per page
Sort
Preferred Languages
Advance

Results 161 - 170 of 248 for chains (0.25 sec)

  1. cni/pkg/nodeagent/informers.go

    			// We need a pod IP - if the pod was added via the CNI plugin, that plugin told us the IPs
    			// for the pod. If this is a pod added via informer, the pod should have already gone thru
    			// the CNI plugin chain, and have a PodIP.
    			//
    			// If PodIPs exists, it is preferred, otherwise fallback to PodIP.
    			//
    			// If we get to this point and have a pod that really and truly has no IP in either of those,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:35 UTC 2024
    - 11.8K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiserver/pkg/features/kube_features.go

    	KMSv2KDF featuregate.Feature = "KMSv2KDF"
    
    	// owner: @alexzielenski, @cici37, @jiahuif
    	// kep: https://kep.k8s.io/3962
    	// alpha: v1.30
    	//
    	// Enables the MutatingAdmissionPolicy in Admission Chain
    	MutatingAdmissionPolicy featuregate.Feature = "MutatingAdmissionPolicy"
    
    	// owner: @jiahuif
    	// kep: https://kep.k8s.io/2887
    	// alpha: v1.23
    	// beta: v1.24
    	//
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 08:36:46 UTC 2024
    - 13.4K bytes
    - Viewed (0)
  3. manifests/charts/istio-control/istio-discovery/values.yaml

        remotePilotAddress: ""
    
        ##############################################################################################
        # The following values are found in other charts. To effectively modify these values, make   #
        # make sure they are consistent across your Istio helm charts                                #
        ##############################################################################################
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 21.1K bytes
    - Viewed (0)
  4. platforms/ide/tooling-api/src/main/java/org/gradle/tooling/internal/adapter/ProtocolToModelAdapter.java

            private MixInMappingAction(List<? extends ViewDecoration> decorations) {
                assert decorations.size() >= 2;
                this.decorations = decorations;
            }
    
            static ViewDecoration chain(List<? extends ViewDecoration> decorations) {
                if (decorations.isEmpty()) {
                    return NO_OP_MAPPER;
                }
                if (decorations.size() == 1) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 21 04:42:54 UTC 2024
    - 45.4K bytes
    - Viewed (0)
  5. src/crypto/tls/tls.go

    // files. The files must contain PEM encoded data. The certificate file may
    // contain intermediate certificates following the leaf certificate to form a
    // certificate chain. On successful return, Certificate.Leaf will be populated.
    //
    // Before Go 1.23 Certificate.Leaf was left nil, and the parsed certificate was
    // discarded. This behavior can be re-enabled by setting "x509keypairleaf=0"
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 17:57:01 UTC 2024
    - 12.2K bytes
    - Viewed (0)
  6. pilot/pkg/networking/core/accesslog_test.go

    								t.Fatalf("tcp_proxy want at least 1 access log, got 0")
    							}
    
    							for _, tcpAccessLog := range tcpConfig.AccessLog {
    								if tcpAccessLog.Filter != nil {
    									t.Fatalf("tcp_proxy filter chain's accesslog filter must be empty")
    								}
    							}
    
    							// Verify tcp proxy access log.
    							verify(t, tc.encoding, tcpConfig.AccessLog[0], tc.wantFormat)
    						case wellknown.HTTPConnectionManager:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 14 04:34:30 UTC 2024
    - 19.9K bytes
    - Viewed (0)
  7. guava/src/com/google/common/collect/RegularImmutableMap.java

        this.entries = entries;
        this.table = table;
        this.mask = mask;
      }
    
      /**
       * Checks if the given key already appears in the hash chain starting at {@code keyBucketHead}. If
       * it does not, then null is returned. If it does, then if {@code throwIfDuplicateKeys} is true an
       * {@code IllegalArgumentException} is thrown, and otherwise the existing {@link Entry} is
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Tue May 28 18:11:09 UTC 2024
    - 16.2K bytes
    - Viewed (0)
  8. analysis/analysis-api-fir/src/org/jetbrains/kotlin/analysis/api/fir/references/KDocReferenceResolver.kt

            }
    
            return getPackageSymbolIfPackageExists(selectedFqName)
        }
    
        /**
         * N.B. Works only for [KaClassOrObjectSymbol] parents chain.
         */
        private fun KaSession.goToNthParent(symbol: KaDeclarationSymbol, steps: Int): KaDeclarationSymbol? {
            var currentSymbol = symbol
    
            repeat(steps) {
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Tue Jun 04 08:26:19 UTC 2024
    - 22.3K bytes
    - Viewed (0)
  9. src/vendor/golang.org/x/net/nettest/conntest.go

    				break
    			}
    		}
    		if err := c.Close(); err != nil {
    			t.Errorf("unexpected Close error: %v", err)
    		}
    	}
    
    	wg.Add(2)
    	go pingPonger(c1)
    	go pingPonger(c2)
    
    	// Start off the chain reaction.
    	if _, err := c1.Write(make([]byte, 8)); err != nil {
    		t.Errorf("unexpected c1.Write error: %v", err)
    	}
    }
    
    // testRacyRead tests that it is safe to mutate the input Read buffer
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 12.2K bytes
    - Viewed (0)
  10. pkg/spiffe/spiffe_test.go

          "x": "8JAyuuX9TpQJUUCQdKIX4NUG5a2FmzWFORz-VEkET6k",
          "y": "HX1rdVwFy7NAsLcWtmt0D9IxtbwmU3oDJfji9T4ZXDs"
        }
      ]
    }`
    
    	// validRootCertFile, validIntCertFile and validWorkloadCertFile are in a certification chain.
    	// They are generated using tools/certs/Makefile. Replace "cluster.local" with "foo.domain.com"
    	// export INTERMEDIATE_DAYS=3650
    	// export WORKLOAD_DAYS=3650
    	// make foo-certs-selfSigned
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 23 21:07:03 UTC 2024
    - 18.1K bytes
    - Viewed (0)
Back to top