Search Options

Results per page
Sort
Preferred Languages
Advance

Results 201 - 210 of 213 for asctime (0.11 sec)

  1. CHANGELOG/CHANGELOG-1.8.md

    for interrupting the StatefulSet Pod management is now ignored. StatefulSets with this annotation set to `true` or with no value will behave just as they did in previous versions. Dormant StatefulSets with the annotation set to `false` will become active after upgrading.
    
    * The CronJob object is now enabled by default at `v1beta1`. CronJob `v2alpha1` is still available, but it must be explicitly enabled. We recommend that you move any current CronJob objects to `batch/v1beta1.CronJob`....
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 312.2K bytes
    - Viewed (0)
  2. cmd/erasure-server-pool.go

    	poolMetaMutex sync.RWMutex
    	poolMeta      poolMeta
    
    	rebalMu   sync.RWMutex
    	rebalMeta *rebalanceMeta
    
    	deploymentID     [16]byte
    	distributionAlgo string
    
    	serverPools []*erasureSets
    
    	// Active decommission canceler
    	decommissionCancelers []context.CancelFunc
    
    	s3Peer *S3PeerSys
    
    	mpCache *xsync.MapOf[string, MultipartInfo]
    }
    
    func (z *erasureServerPools) SinglePool() bool {
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Sun Sep 29 22:40:36 UTC 2024
    - 89.8K bytes
    - Viewed (0)
  3. cmd/xl-storage.go

    		if truncate {
    			w.Truncate(0) // zero-in the file size to indicate that its unreadable
    		}
    		w.Close()
    		return errMoreData
    	}
    
    	// Only interested in flushing the size_t not mtime/atime
    	if err = Fdatasync(w); err != nil {
    		w.Close()
    		return err
    	}
    
    	// Dealing with error returns from close() - 'man 2 close'
    	//
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Sat Oct 26 09:58:27 UTC 2024
    - 91.3K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.26.md

    - Fixed an issue in `winkernel` proxier that causes proxy rules to leak anytime service backends are modified. ([#112837](https://github.com/kubernetes/kubernetes/pull/112837), [@daschott](https://github.com/daschott))
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Thu Mar 14 16:24:51 UTC 2024
    - 425.7K bytes
    - Viewed (0)
  5. src/main/webapp/js/admin/jquery-3.7.1.min.map

    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Sat Oct 26 01:07:52 UTC 2024
    - 131.6K bytes
    - Viewed (0)
  6. api/go1.20.txt

    pkg syscall (freebsd-riscv64), func Accept4(int, int) (int, Sockaddr, error) #53466
    pkg syscall (freebsd-riscv64), func Access(string, uint32) error #53466
    pkg syscall (freebsd-riscv64), func Adjtime(*Timeval, *Timeval) error #53466
    pkg syscall (freebsd-riscv64), func Bind(int, Sockaddr) error #53466
    pkg syscall (freebsd-riscv64), func BpfBuflen //deprecated #53466
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Fri Feb 17 21:23:32 UTC 2023
    - 602.6K bytes
    - Viewed (0)
  7. CHANGELOG/CHANGELOG-1.25.md

    - Fixes an issue in winkernel proxier that causes proxy rules to leak anytime service backends are modified. ([#112840](https://github.com/kubernetes/kubernetes/pull/112840), [@daschott](https://github.com/daschott)) [SIG Network and Windows]
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Mon May 06 09:23:20 UTC 2024
    - 419.1K bytes
    - Viewed (0)
  8. api/go1.13.txt

    pkg syscall (netbsd-arm64-cgo), func Accept(int) (int, Sockaddr, error)
    pkg syscall (netbsd-arm64-cgo), func Access(string, uint32) error
    pkg syscall (netbsd-arm64-cgo), func Adjtime(*Timeval, *Timeval) error
    pkg syscall (netbsd-arm64-cgo), func Bind(int, Sockaddr) error
    pkg syscall (netbsd-arm64-cgo), func BpfBuflen(int) (int, error)
    pkg syscall (netbsd-arm64-cgo), func BpfDatalink(int) (int, error)
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Thu Aug 08 18:44:16 UTC 2019
    - 452.6K bytes
    - Viewed (0)
  9. api/go1.14.txt

    pkg syscall (freebsd-arm64), func Accept4(int, int) (int, Sockaddr, error)
    pkg syscall (freebsd-arm64), func Access(string, uint32) error
    pkg syscall (freebsd-arm64), func Adjtime(*Timeval, *Timeval) error
    pkg syscall (freebsd-arm64), func Bind(int, Sockaddr) error
    pkg syscall (freebsd-arm64), func BpfBuflen //deprecated
    pkg syscall (freebsd-arm64), func BpfBuflen(int) (int, error)
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Fri Feb 17 20:31:46 UTC 2023
    - 508.9K bytes
    - Viewed (0)
  10. api/go1.16.txt

    pkg syscall (darwin-arm64), const WUNTRACED ideal-int
    pkg syscall (darwin-arm64), func Accept(int) (int, Sockaddr, error)
    pkg syscall (darwin-arm64), func Access(string, uint32) error
    pkg syscall (darwin-arm64), func Adjtime(*Timeval, *Timeval) error
    pkg syscall (darwin-arm64), func Bind(int, Sockaddr) error
    pkg syscall (darwin-arm64), func BpfBuflen //deprecated
    pkg syscall (darwin-arm64), func BpfBuflen(int) (int, error)
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Fri Dec 02 16:30:41 UTC 2022
    - 479.2K bytes
    - Viewed (0)
Back to top