Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 27 of 27 for 32767 (0.24 sec)

  1. common-protos/k8s.io/apimachinery/pkg/apis/meta/v1/generated.proto

      // message is a human readable message indicating details about the transition.
      // This may be an empty string.
      // +required
      // +kubebuilder:validation:Required
      // +kubebuilder:validation:MaxLength=32768
      optional string message = 6;
    }
    
    // CreateOptions may be provided when creating an API object.
    message CreateOptions {
      // When present, indicates that modifications should not be
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 53.3K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.9.md

        * If you upgrade your client-go libs and use the `AppsV1()` interface, please note that the default garbage collection behavior is changed.
    * Add resize support for ceph RBD ([#52767](https://github.com/kubernetes/kubernetes/pull/52767), [@NickrenREN](https://github.com/NickrenREN))
    * Expose single annotation/label via downward API ([#55902](https://github.com/kubernetes/kubernetes/pull/55902), [@yguo0905](https://github.com/yguo0905))
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Tue Nov 16 10:46:27 UTC 2021
    - 313.7K bytes
    - Viewed (0)
  3. api/go1.3.txt

    pkg debug/pe, type OptionalHeader64 struct, Win32VersionValue uint32
    pkg debug/plan9obj, const Magic386 = 491
    pkg debug/plan9obj, const Magic386 ideal-int
    pkg debug/plan9obj, const Magic64 = 32768
    pkg debug/plan9obj, const Magic64 ideal-int
    pkg debug/plan9obj, const MagicAMD64 = 35479
    pkg debug/plan9obj, const MagicAMD64 ideal-int
    pkg debug/plan9obj, const MagicARM = 1607
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Mon Jun 02 02:45:00 UTC 2014
    - 117K bytes
    - Viewed (0)
  4. api/go1.2.txt

    pkg syscall (linux-386), const CLONE_NEWUSER ideal-int
    pkg syscall (linux-386), const CLONE_NEWUTS = 67108864
    pkg syscall (linux-386), const CLONE_NEWUTS ideal-int
    pkg syscall (linux-386), const CLONE_PARENT = 32768
    pkg syscall (linux-386), const CLONE_PARENT ideal-int
    pkg syscall (linux-386), const CLONE_PARENT_SETTID = 1048576
    pkg syscall (linux-386), const CLONE_PARENT_SETTID ideal-int
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Fri Oct 18 04:36:59 UTC 2013
    - 1.9M bytes
    - Viewed (0)
  5. okhttp-idna-mapping-table/src/main/resources/okhttp3/internal/idna/IdnaMappingTable.txt

    3274          ; mapped                 ; C0AC          # 1.1  CIRCLED HANGUL SIOS A
    3275          ; mapped                 ; C544          # 1.1  CIRCLED HANGUL IEUNG A
    3276          ; mapped                 ; C790          # 1.1  CIRCLED HANGUL CIEUC A
    3277          ; mapped                 ; CC28          # 1.1  CIRCLED HANGUL CHIEUCH A
    3278          ; mapped                 ; CE74          # 1.1  CIRCLED HANGUL KHIEUKH A
    Registered: Fri Nov 01 11:42:11 UTC 2024
    - Last Modified: Sat Feb 10 11:25:47 UTC 2024
    - 854.1K bytes
    - Viewed (0)
  6. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

      <mime-type type="application/x-iso9660-image">
        <acronym>ISO</acronym>
        <_comment>ISO 9660 CD-ROM filesystem data</_comment>
        <magic priority="50">
          <match value="CD001" type="string" offset="32769"/>
          <match value="CD001" type="string" offset="34817"/>
          <match value="CD001" type="string" offset="36865"/>
        </magic>
        <glob pattern="*.iso"/>
      </mime-type>
    
    Registered: Sun Nov 10 03:50:12 UTC 2024
    - Last Modified: Thu Sep 21 06:46:43 UTC 2023
    - 298.5K bytes
    - Viewed (0)
  7. CHANGELOG/CHANGELOG-1.12.md

    - kube- and cloud-controller-manager can now listen on ports up to 65535 rather than 32768, solving problems with operating systems that request these higher ports.. ([#65860](https://github.com/kubernetes/kubernetes/pull/65860), [@sttts](https://github.com/sttts))
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Thu Feb 06 06:04:15 UTC 2020
    - 293.8K bytes
    - Viewed (0)
Back to top