Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 10 of 20 for 370728 (0.04 seconds)

  1. CHANGELOG/CHANGELOG-1.3.md

    * Fixed an issue that Deployment may be scaled down further than allowed by maxUnavailable when minReadySeconds is set. ([#27728](https://github.com/kubernetes/kubernetes/pull/27728), [@janetkuo](https://github.com/janetkuo))
    
    
    
    # v1.3.0-beta.2
    
    [Documentation](http://kubernetes.github.io) & [Examples](http://releases.k8s.io/release-1.3/examples)
    
    Created: Fri Dec 26 09:05:12 GMT 2025
    - Last Modified: Thu Dec 24 02:28:26 GMT 2020
    - 84K bytes
    - Click Count (0)
  2. CHANGELOG/CHANGELOG-1.6.md

    * add create clusterrolebinding command ([#37098](https://github.com/kubernetes/kubernetes/pull/37098), [@deads2k](https://github.com/deads2k))
    * kubectl create service externalname ([#34789](https://github.com/kubernetes/kubernetes/pull/34789), [@AdoHe](https://github.com/AdoHe))
    * Fix logic error in graceful deletion ([#37721](https://github.com/kubernetes/kubernetes/pull/37721), [@derekwaynecarr](https://github.com/derekwaynecarr))
    Created: Fri Dec 26 09:05:12 GMT 2025
    - Last Modified: Thu Dec 24 02:28:26 GMT 2020
    - 304K bytes
    - Click Count (0)
  3. CHANGELOG/CHANGELOG-1.4.md

    * Change image-puller restart policy to OnFailure ([#37070](https://github.com/kubernetes/kubernetes/pull/37070), [@gmarek](https://github.com/gmarek))
    * Filter out non-RestartAlways mirror pod in restart test. ([#37203](https://github.com/kubernetes/kubernetes/pull/37203), [@Random-Liu](https://github.com/Random-Liu))
    * Validate volume spec before returning azure mounter ([#37018](https://github.com/kubernetes/kubernetes/pull/37018), [@rootfs](https://github.com/rootfs))
    Created: Fri Dec 26 09:05:12 GMT 2025
    - Last Modified: Thu Dec 24 02:28:26 GMT 2020
    - 133.5K bytes
    - Click Count (0)
  4. internal/event/target/mysql.go

    	"github.com/minio/minio/internal/store"
    	xnet "github.com/minio/pkg/v3/net"
    )
    
    const (
    	mysqlTableExists = `SELECT 1 FROM %s;`
    	// Some MySQL has a 3072 byte limit on key sizes.
    	mysqlCreateNamespaceTable = `CREATE TABLE %s (
                 key_name VARCHAR(3072) NOT NULL,
                 key_hash CHAR(64) GENERATED ALWAYS AS (SHA2(key_name, 256)) STORED NOT NULL PRIMARY KEY,
                 value JSON)
    Created: Sun Dec 28 19:28:13 GMT 2025
    - Last Modified: Sun Mar 30 00:56:02 GMT 2025
    - 11.6K bytes
    - Click Count (0)
  5. src/test/java/jcifs/internal/fscc/FileStandardInfoTest.java

        void testDecodeWithFalseFlags() throws SMBProtocolDecodingException {
            // Prepare test data
            byte[] buffer = new byte[22];
            long expectedAllocationSize = 4096L;
            long expectedEndOfFile = 3072L;
            int expectedNumberOfLinks = 1;
            boolean expectedDeletePending = false;
            boolean expectedDirectory = false;
    
            // Encode test data
            int offset = 0;
    Created: Sat Dec 20 13:44:44 GMT 2025
    - Last Modified: Thu Aug 14 05:31:44 GMT 2025
    - 13.1K bytes
    - Click Count (0)
  6. src/test/java/jcifs/internal/smb2/lease/DirectoryLeaseManagerTest.java

            assertFalse(entry.hasChild("file2.txt")); // Should be removed to force refresh
    
            // Test DIRECTORY_RENAMED - should invalidate entire cache
            entry.updateChild("file3.txt", 3072L, 3000L, false, 0x20, 700L, 1000L);
            entry.markComplete();
            directoryLeaseManager.handleDirectoryChange(directoryPath, "", DirectoryChangeNotifier.DirectoryChangeType.DIRECTORY_RENAMED);
    Created: Sat Dec 20 13:44:44 GMT 2025
    - Last Modified: Sat Aug 23 01:47:47 GMT 2025
    - 15.9K bytes
    - Click Count (0)
  7. docs/tls/README.md

    Run the following command to generate a private `.key` file:
    
    ```
    certtool.exe --generate-privkey --outfile private.key
    ```
    
    A response similar to this one should be displayed:
    
    ```
    Generating a 3072 bit RSA private key...
    ```
    
    #### 3.3.3 Generate a public certificate
    
    Created: Sun Dec 28 19:28:13 GMT 2025
    - Last Modified: Tue Aug 12 18:20:36 GMT 2025
    - 8.6K bytes
    - Click Count (0)
  8. CHANGELOG/CHANGELOG-1.5.md

    * Fix Service Update on LoadBalancerSourceRanges Field ([#37720](https://github.com/kubernetes/kubernetes/pull/37720), [@freehan](https://github.com/freehan))
    * Fix Service Update on LoadBalancerSourceRanges Field ([#37720](https://github.com/kubernetes/kubernetes/pull/37720), [@freehan](https://github.com/freehan))
    Created: Fri Dec 26 09:05:12 GMT 2025
    - Last Modified: Thu Dec 24 02:28:26 GMT 2020
    - 136.4K bytes
    - Click Count (0)
  9. internal/s3select/csv/testdata/testdata.zip

    0703125,40.830417633056641,-73.917808532714844,40.841567993164063,1,2.20,9.5,0.5,0.5,0,0,,,10.5,2,,60,119,green,0.00,0.0,0.0,63,41,6.93,1269,123,2,Bronx,012300,2012300,E,BX75,Crotona Park East,3705,2046,219,2,Bronx,021900,2021900,E,BX26,Highbridge,3708^3389264,2,2014-03-08 00:30:22,2014-03-08 00:35:40,N,1,-73.863151550292969,40.749946594238281,-73.851318359375,40.739540100097656,1,1.03,6,0.5,0.5,0,0,,,7,2,1,173,56,green,0.00,3.1,0.0,57,35,5.82,1281,407,4,Queens,040700,4040700,E,QN26,North Corona...
    Created: Sun Dec 28 19:28:13 GMT 2025
    - Last Modified: Tue Jun 01 21:59:40 GMT 2021
    - 111.6K bytes
    - Click Count (0)
  10. src/archive/tar/reader_test.go

    		{data2[:2560], 1, io.EOF}, // Exactly 2 empty blocks (normal end-of-stream)
    		{data2[:2560] + trash[:1], 1, io.EOF},
    		{data2[:2560] + trash[:511], 1, io.EOF},
    		{data2[:2560] + trash, 1, io.EOF},
    		{data2[:3072], 1, io.EOF},
    		{pax, 0, io.EOF}, // PAX header without data is a "valid" tar file
    		{pax + trash[:1], 0, io.ErrUnexpectedEOF},
    		{pax + trash[:511], 0, io.ErrUnexpectedEOF},
    		{sparse[:511], 0, io.ErrUnexpectedEOF},
    Created: Tue Dec 30 11:13:12 GMT 2025
    - Last Modified: Mon Dec 15 16:34:13 GMT 2025
    - 47.5K bytes
    - Click Count (0)
Back to Top