Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 94 for updatePod (0.23 sec)

  1. staging/src/k8s.io/api/admissionregistration/v1alpha1/generated.pb.go

    // This is a compile-time assertion to ensure that this generated file
    // is compatible with the proto package it is being compiled against.
    // A compilation error at this line likely means your copy of the
    // proto package needs to be updated.
    const _ = proto.GoGoProtoPackageIsVersion3 // please upgrade the proto package
    
    func (m *AuditAnnotation) Reset()      { *m = AuditAnnotation{} }
    func (*AuditAnnotation) ProtoMessage() {}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 117.9K bytes
    - Viewed (0)
  2. cmd/object-handlers.go

    				}
    			}
    		}
    
    		copyObjectFn := objectAPI.CopyObject
    
    		// Copy source object to destination, if source and destination
    		// object is same then only metadata is updated.
    		objInfo, err = copyObjectFn(ctx, srcBucket, srcObject, dstBucket, dstObject, srcInfo, srcOpts, dstOpts)
    		if err != nil {
    			writeErrorResponse(ctx, w, toAPIError(ctx, err), r.URL)
    			return
    		}
    	}
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri Jun 14 13:28:35 UTC 2024
    - 124.2K bytes
    - Viewed (0)
  3. src/database/sql/sql.go

    			case <-t.C:
    			default:
    			}
    		}
    		t.Reset(d)
    	}
    }
    
    // connectionCleanerRunLocked removes connections that should be closed from
    // freeConn and returns them along side an updated duration to the next check
    // if a quicker check is required to ensure connections are checked appropriately.
    func (db *DB) connectionCleanerRunLocked(d time.Duration) (time.Duration, []*driverConn) {
    	var idleClosing int64
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:16:53 UTC 2024
    - 103.6K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tensorflow/ir/tf_ops_a_m.cc

          operand_segment_size_attr);
    
      // `operandSegmentSizes` attribute indicates the sizes of the two
      // variadic operands of `BatchFunctionOp`: `in_tensors` and
      // `captured_tensors`. The numbers have to be updated as arguments are
      // erased.
      const int32_t num_in_original = operandSegmentSizes[0];
      int32_t num_in_tensors = num_in_original;
      int32_t num_captured_tensors = operandSegmentSizes[1];
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 146.7K bytes
    - Viewed (0)
  5. src/crypto/x509/x509_test.go

    			}
    			if !reflect.DeepEqual(parsedCRL.Extensions[1], crlExt) {
    				t.Fatalf("Unexpected second extension: got %v, want %v",
    					parsedCRL.Extensions[1], crlExt)
    			}
    
    			// With Go 1.19's updated RevocationList, we can now directly compare
    			// the RawSubject of the certificate to RawIssuer on the parsed CRL.
    			// However, this doesn't work with our hacked issuers above (that
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 21:00:16 UTC 2024
    - 163.4K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/tensorflow/transforms/shape_inference.cc

      std::queue<func::FuncOp>::size_type QueueSize() const {
        return queue_.size();
      }
    
      Dialect* const tf_dialect_;
    
     private:
      // Returns whether the result of an operation could be updated to a new
      // inferred type. Also inserts cast operation for uses that are incompatible
      // with the new type.
      bool UpdateTypeAndInsertIncompatibleUseCasts(Type new_type, Value result);
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Jun 08 07:28:49 UTC 2024
    - 134.1K bytes
    - Viewed (0)
  7. fastapi/routing.py

            app = FastAPI()
            router = APIRouter()
    
            @router.patch("/items/")
            def update_item(item: Item):
                return {"message": "Item updated in place"}
    
            app.include_router(router)
            ```
            """
            return self.api_route(
                path=path,
                response_model=response_model,
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Tue Apr 02 02:48:51 UTC 2024
    - 170.1K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/storage/v1/generated.pb.go

    // This is a compile-time assertion to ensure that this generated file
    // is compatible with the proto package it is being compiled against.
    // A compilation error at this line likely means your copy of the
    // proto package needs to be updated.
    const _ = proto.GoGoProtoPackageIsVersion3 // please upgrade the proto package
    
    func (m *CSIDriver) Reset()      { *m = CSIDriver{} }
    func (*CSIDriver) ProtoMessage() {}
    func (*CSIDriver) Descriptor() ([]byte, []int) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 133.8K bytes
    - Viewed (0)
  9. src/net/http/server.go

    	contentLength int64 // explicitly-declared Content-Length; or -1
    	status        int   // status code passed to WriteHeader
    
    	// close connection after this reply.  set on request and
    	// updated after response from handler if there's a
    	// "Connection: keep-alive" response header and a
    	// Content-Length.
    	closeAfterReply bool
    
    	// When fullDuplex is false (the default), we consume any remaining
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 17:57:01 UTC 2024
    - 123.4K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/flowcontrol/v1beta3/generated.pb.go

    // This is a compile-time assertion to ensure that this generated file
    // is compatible with the proto package it is being compiled against.
    // A compilation error at this line likely means your copy of the
    // proto package needs to be updated.
    const _ = proto.GoGoProtoPackageIsVersion3 // please upgrade the proto package
    
    func (m *ExemptPriorityLevelConfiguration) Reset()      { *m = ExemptPriorityLevelConfiguration{} }
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 141.9K bytes
    - Viewed (0)
Back to top