Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 116 for chains (0.16 sec)

  1. tensorflow/compiler/mlir/tfrt/tests/tf_to_corert/whileop.mlir

      // CHECK:       [[pred:%.*]] = tfrt_fallback_async.predicate
      // CHECK-NEXT:  tfrt.while [[pred]] @"[[while_func_prefix:.*]]/tfrt_body_1"
      // CHECK-SAME:  (!tfrt.chain, !tfrt_fallback.tf_tensor) -> (!tfrt.chain, !tfrt_fallback.tf_tensor)
      // CHECK-NOT:   func.call
      func.func @while_test_remove_unused_results(%arg0: tensor<i32>, %arg1: tensor<i32>) -> (tensor<i32>, tensor<i32>) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 08 00:18:59 UTC 2024
    - 2K bytes
    - Viewed (0)
  2. security/pkg/server/ca/monitoring.go

    		"citadel_server_cert_chain_expiry_timestamp",
    		"The unix timestamp, in seconds, when Citadel cert chain will expire. "+
    			"A negative time indicates the cert is expired.",
    	)
    	certChainExpirySeconds = monitoring.NewDerivedGauge(
    		"citadel_server_cert_chain_expiry_seconds",
    		"The time remaining, in seconds, before the certificate chain will expire. "+
    			"A negative value indicates the cert is expired.",
    	)
    )
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 21 18:32:09 UTC 2024
    - 3.3K bytes
    - Viewed (0)
  3. security/pkg/server/ca/server.go

    	// Sign generates a certificate for a workload or CA, from the given CSR and cert opts.
    	Sign(csrPEM []byte, opts ca.CertOpts) ([]byte, error)
    	// SignWithCertChain is similar to Sign but returns the leaf cert and the entire cert chain.
    	SignWithCertChain(csrPEM []byte, opts ca.CertOpts) ([]string, error)
    	// GetCAKeyCertBundle returns the KeyCertBundle used by CA.
    	GetCAKeyCertBundle() *util.KeyCertBundle
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 28 17:35:26 UTC 2024
    - 8K bytes
    - Viewed (0)
  4. releasenotes/notes/51377.yaml

    apiVersion: release-notes/v2
    kind: bug-fix
    area: traffic-management
    
    issue:
      - 51377
    
    releaseNotes:
    - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 03:53:23 UTC 2024
    - 201 bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tfrt/tests/tf_to_corert/fallback.mlir

    // CHECK-LABEL: func @_tfrt_fallback_init
    // CHECK-SAME: {{.*}} !tfrt.chain
    // CHECK: tfrt_fallback_async.createop(%arg0) key(0) device("/device:CPU:0") "tf.ParseExampleV2"()
    // CHECK-SAME: Tdense = [f32, f32], dense_shapes = [#corert.shape<>, #corert.shape<>]
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 08 00:18:59 UTC 2024
    - 9.1K bytes
    - Viewed (0)
  6. tests/integration/ambient/cacert_rotation_test.go

    				t.Errorf("failed to get initial workload secret: %v", err)
    			}
    
    			// Update CA with new intermediate cert
    			if err := cert.CreateCustomCASecret(t,
    				"ca-cert-alt-2.pem", "ca-key-alt-2.pem",
    				"cert-chain-alt-2.pem", "root-cert-alt.pem"); err != nil {
    				t.Errorf("failed to update CA secret: %v", err)
    			}
    
    			// perform one retry to handle race condition where ztunnel cert is refreshed before Istiod certificates are reloaded
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 16 03:28:36 UTC 2024
    - 6.1K bytes
    - Viewed (0)
  7. security/pkg/nodeagent/test/mock/caserver.go

    	reject = s.rejectCSR
    	s.faultInjectLock.Unlock()
    	return reject
    }
    
    // SendEmptyCert force CA server send empty cert chain.
    func (s *CAServer) SendEmptyCert() {
    	s.faultInjectLock.Lock()
    	s.emptyCert = true
    	s.faultInjectLock.Unlock()
    	caServerLog.Info("force CA server to send empty cert chain")
    }
    
    func (s *CAServer) sendEmpty() bool {
    	var empty bool
    	s.faultInjectLock.Lock()
    	empty = s.emptyCert
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 23 21:07:03 UTC 2024
    - 5.9K bytes
    - Viewed (0)
  8. platforms/core-configuration/declarative-dsl-core/src/main/kotlin/org/gradle/internal/declarativedsl/analysis/PropertyAccessResolver.kt

                    onProperty(ObjectOrigin.PropertyReference(receiverOrigin, property, propertyAccess))
                }
            }
    
            propertyAccess.asChainOrNull()?.let { chain ->
                schema.externalObjectsByFqName[chain.asFqName()]?.let { externalObject ->
                    onExternalObject(ObjectOrigin.External(externalObject, propertyAccess))
                }
            }
        }
    
        private
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 14 10:08:01 UTC 2024
    - 8.7K bytes
    - Viewed (0)
  9. pkg/test/framework/components/echo/kube/templates/deployment.yaml

              - --bind-localhost={{ $p.Port }}
    {{- end }}
    {{- end }}
              - --version={{ $subset.Version }}
              - --istio-version={{ $version }}
    {{- if $.TLSSettings }}
              - --crt=/etc/certs/custom/cert-chain.pem
              - --key=/etc/certs/custom/key.pem
    {{- if $.TLSSettings.AcceptAnyALPN}}
              - --disable-alpn
    {{- end }}
    {{- else }}
              - --crt=/cert.crt
              - --key=/cert.key
    {{- end }}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 02 21:29:40 UTC 2024
    - 6.1K bytes
    - Viewed (0)
  10. manifests/charts/istio-cni/templates/configmap-cni.yaml

      {{- end }}
      CNI_NET_DIR: {{ .Values.cni.cniConfDir | default "/etc/cni/net.d" }}
      CHAINED_CNI_PLUGIN: {{ .Values.cni.chained | quote }}
      EXCLUDED_NAMESPACES: "{{ range $idx, $ns := .Values.cni.excludeNamespaces }}{{ if $idx }},{{ end }}{{ $ns }}{{ end }}"
      REPAIR_ENABLED: {{ .Values.cni.chained | quote }}
      REPAIR_LABEL_PODS: {{ .Values.cni.repair.labelPods | quote }}
      REPAIR_DELETE_PODS: {{ .Values.cni.repair.deletePods | quote }}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 28 16:52:25 UTC 2024
    - 1.6K bytes
    - Viewed (0)
Back to top