Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 250 for zeroing (0.14 sec)

  1. staging/src/k8s.io/apiserver/pkg/apis/audit/v1/generated.proto

      // API object from the request, in JSON format. The RequestObject is recorded as-is in the request
      // (possibly re-encoded as JSON), prior to version conversion, defaulting, admission or
      // merging. It is an external versioned object type, and may not be a valid object on its own.
      // Omitted for non-resource requests.  Only logged at Request Level and higher.
      // +optional
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 10.6K bytes
    - Viewed (0)
  2. common-protos/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: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 11.6K bytes
    - Viewed (0)
  3. pkg/proxy/endpointslicecache.go

    			continue
    		}
    
    		isLocal := endpoint.NodeName != nil && cache.isLocal(*endpoint.NodeName)
    
    		ready := endpoint.Conditions.Ready == nil || *endpoint.Conditions.Ready
    		serving := endpoint.Conditions.Serving == nil || *endpoint.Conditions.Serving
    		terminating := endpoint.Conditions.Terminating != nil && *endpoint.Conditions.Terminating
    
    		var zoneHints sets.Set[string]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 29 21:07:21 UTC 2024
    - 11.7K bytes
    - Viewed (1)
  4. pkg/apis/discovery/v1beta1/zz_generated.conversion.go

    	out.Ready = (*bool)(unsafe.Pointer(in.Ready))
    	out.Serving = (*bool)(unsafe.Pointer(in.Serving))
    	out.Terminating = (*bool)(unsafe.Pointer(in.Terminating))
    	return nil
    }
    
    // Convert_v1beta1_EndpointConditions_To_discovery_EndpointConditions is an autogenerated conversion function.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Aug 24 19:47:49 UTC 2021
    - 15.3K bytes
    - Viewed (0)
  5. pkg/kubelet/certificate/kubelet.go

    			Name:      "certificate_manager_server_ttl_seconds",
    			Help: "Gauge of the shortest TTL (time-to-live) of " +
    				"the Kubelet's serving certificate. The value is in seconds " +
    				"until certificate expiry (negative if already expired). If " +
    				"serving certificate is invalid or unused, the value will " +
    				"be +INF.",
    			StabilityLevel: compbasemetrics.ALPHA,
    		},
    		func() float64 {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jun 06 03:07:16 UTC 2024
    - 10.3K bytes
    - Viewed (0)
  6. pkg/apis/discovery/v1/zz_generated.conversion.go

    func autoConvert_v1_EndpointConditions_To_discovery_EndpointConditions(in *v1.EndpointConditions, out *discovery.EndpointConditions, s conversion.Scope) error {
    	out.Ready = (*bool)(unsafe.Pointer(in.Ready))
    	out.Serving = (*bool)(unsafe.Pointer(in.Serving))
    	out.Terminating = (*bool)(unsafe.Pointer(in.Terminating))
    	return nil
    }
    
    // Convert_v1_EndpointConditions_To_discovery_EndpointConditions is an autogenerated conversion function.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Aug 24 19:47:49 UTC 2021
    - 14.4K bytes
    - Viewed (0)
  7. pkg/controlplane/apiserver/options/options.go

    	MaxConnectionBytesPerSec int64
    
    	ProxyClientCertFile string
    	ProxyClientKeyFile  string
    
    	// PeerCAFile is the ca bundle used by this kube-apiserver to verify peer apiservers'
    	// serving certs when routing a request to the peer in the case the request can not be served
    	// locally due to version skew.
    	PeerCAFile string
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Apr 27 12:19:56 UTC 2024
    - 15.4K bytes
    - Viewed (0)
  8. staging/src/k8s.io/apiserver/pkg/features/kube_features.go

    	// alpha: v1.22
    	// beta: v1.27
    	//
    	// Add support for distributed tracing in the API Server
    	APIServerTracing featuregate.Feature = "APIServerTracing"
    
    	// owner: @linxiulei
    	// beta: v1.30
    	//
    	// Enables serving watch requests in separate goroutines.
    	APIServingWithRoutine featuregate.Feature = "APIServingWithRoutine"
    
    	// owner: @cici37 @jpbetz
    	// kep: http://kep.k8s.io/3488
    	// alpha: v1.26
    	// beta: v1.28
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 08:36:46 UTC 2024
    - 13.4K bytes
    - Viewed (0)
  9. tensorflow/cc/saved_model/testdata/half_plus_two_pbtxt/00000123/saved_model.pbtxt

                dim {
                  size: -1
                }
                dim {
                  size: 1
                }
              }
            }
          }
          method_name: "tensorflow/serving/classify"
        }
      }
      signature_def {
        key: "classify_x_to_y"
        value {
          inputs {
            key: "inputs"
            value {
              name: "tf_example:0"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 26 01:10:27 UTC 2017
    - 46.9K bytes
    - Viewed (0)
  10. hack/lib/util.sh

        mv "serving-${id}-key.pem" "serving-${id}.key"
        mv "serving-${id}.pem" "serving-${id}.crt"
        rm -f "serving-${id}.csr"
    EOF
    }
    
    # creates a self-contained kubeconfig: args are sudo, dest-dir, ca file, host, port, client id, token(optional)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:07:33 UTC 2024
    - 25.9K bytes
    - Viewed (0)
Back to top