Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 250 for zeroing (0.21 sec)

  1. staging/src/k8s.io/api/certificates/v1beta1/types.go

    	KubeAPIServerClientKubeletSignerName = "kubernetes.io/kube-apiserver-client-kubelet"
    
    	// Signs serving certificates that are honored as a valid kubelet serving
    	// certificate by the kube-apiserver, but has no other guarantees.
    	KubeletServingSignerName = "kubernetes.io/kubelet-serving"
    
    	// Has no guarantees for trust at all. Some distributions may honor these
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Dec 18 04:27:38 UTC 2022
    - 10.4K bytes
    - Viewed (0)
  2. pkg/config/analysis/msg/messages.yaml

        code: IST0150
        level: Warning
        description: "Proxy may prevent tcp named ports and unmatched traffic for ports serving TCP protocol from being forwarded correctly for ExternalName services."
        template: "Port name for ExternalName service is invalid. Proxy may prevent tcp named ports and unmatched traffic for ports serving TCP protocol from being forwarded correctly"
    
      - name: "EnvoyFilterUsesRelativeOperation"
        code: IST0151
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 22 10:13:03 UTC 2024
    - 23.5K bytes
    - Viewed (0)
  3. pkg/controller/certificates/signer/signer_test.go

    					t.Errorf("expected certificate to be issued but it was not")
    				}
    			},
    		},
    		{
    			name:       "should sign if signerName is kubernetes.io/kubelet-serving",
    			signerName: "kubernetes.io/kubelet-serving",
    			commonName: "system:node:testnode",
    			org:        []string{"system:nodes"},
    			usages:     []capi.KeyUsage{capi.UsageServerAuth, capi.UsageDigitalSignature, capi.UsageKeyEncipherment},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Aug 02 21:12:04 UTC 2022
    - 15K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tensorflow/tests/executor_island_coarsening.mlir

    // CHECK:        %[[ISLAND:.*]]:2, %{{.*}} = tf_executor.island
    // CHECK-NEXT:     "tf.opA"(%[[ARG_1]], %[[ARG_0]])
    // CHECK:        tf_executor.fetch %[[ISLAND]]#0, %[[ISLAND]]#1 : tensor<i1>, tensor<i1>
    
    
    // Test merging islands handle merging results.
    // CHECK-LABEL: func @multiple_outputs
    // CHECK-SAME: (%[[ARG_0:[a-z0-9]*]]: tensor<i1>, %[[ARG_1:[a-z0-9]*]]: tensor<i1>)
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Mar 28 12:06:33 UTC 2022
    - 17.8K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/certificates/v1/types_swagger_doc_generated.go

    approved and issued.\n\nKubelets use this API to obtain:\n 1. client certificates to authenticate to kube-apiserver (with the \"kubernetes.io/kube-apiserver-client-kubelet\" signerName).\n 2. serving certificates for TLS endpoints kube-apiserver can connect to securely (with the \"kubernetes.io/kubelet-serving\" signerName).\n\nThis API can be used to request client certificates to authenticate to kube-apiserver (with the \"kubernetes.io/kube-apiserver-client\" signerName), or to obtain certificates...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Jan 22 00:51:25 UTC 2023
    - 10.9K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/certificates/v1/generated.proto

    //
    // Kubelets use this API to obtain:
    //  1. client certificates to authenticate to kube-apiserver (with the "kubernetes.io/kube-apiserver-client-kubelet" signerName).
    //  2. serving certificates for TLS endpoints kube-apiserver can connect to securely (with the "kubernetes.io/kubelet-serving" signerName).
    //
    // This API can be used to request client certificates to authenticate to kube-apiserver
    // (with the "kubernetes.io/kube-apiserver-client" signerName),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 11.6K bytes
    - Viewed (0)
  7. staging/src/k8s.io/apiserver/pkg/server/secure_serving.go

    	tlsErrorLogger := log.New(tlsErrorWriter, "", 0)
    	secureServer.ErrorLog = tlsErrorLogger
    
    	klog.Infof("Serving securely on %s", secureServer.Addr)
    	return RunServer(secureServer, s.Listener, shutdownTimeout, stopCh)
    }
    
    // RunServer spawns a go-routine continuously serving until the stopCh is
    // closed.
    // It returns a stoppedCh that is closed when all non-hijacked active requests
    // have been processed.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Oct 12 20:54:07 UTC 2023
    - 10.3K bytes
    - Viewed (0)
  8. staging/src/k8s.io/apiserver/pkg/apis/audit/v1/types.go

    	"k8s.io/apimachinery/pkg/runtime"
    	"k8s.io/apimachinery/pkg/types"
    )
    
    // Header keys used by the audit system.
    const (
    	// Header to hold the audit ID as the request is propagated through the serving hierarchy. The
    	// Audit-ID header should be set by the first server to receive the request (e.g. the federation
    	// server or kube-aggregator).
    	HeaderAuditID = "Audit-ID"
    )
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 27 20:24:10 UTC 2023
    - 14.5K bytes
    - Viewed (0)
  9. pkg/apis/certificates/types.go

    	KubeAPIServerClientKubeletSignerName = "kubernetes.io/kube-apiserver-client-kubelet"
    
    	// Signs serving certificates that are honored as a valid kubelet serving
    	// certificate by the kube-apiserver, but has no other guarantees.
    	KubeletServingSignerName = "kubernetes.io/kubelet-serving"
    
    	// Has no guarantees for trust at all. Some distributions may honor these
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Nov 03 18:40:49 UTC 2023
    - 11K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/tf2xla/api/v2/BUILD

        srcs = ["device_type.proto"],
        cc_api_version = 2,
        visibility = [
            "//learning/serving/contrib/tfrt/mlir/saved_model_analysis:__pkg__",
        ],
    )
    
    cc_library(
        name = "cluster_tf",
        srcs = ["cluster_tf.cc"],
        hdrs = ["cluster_tf.h"],
        visibility = [
            "//learning/serving/contrib/tfrt/mlir/saved_model_analysis:__pkg__",
            "//tensorflow/compiler/mlir/tensorflow/transforms:__pkg__",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 06 23:04:51 UTC 2024
    - 10.7K bytes
    - Viewed (0)
Back to top