Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 55 for NEW (0.05 sec)

  1. samples/bookinfo/src/productpage/static/tailwind/tailwind.css

    https://www.w3ctech.com/topic/2226`));let o=t(...s);return o.postcssPlugin=e,o.postcssVersion=new Ls().version,o}let a;return Object.defineProperty(n,"postcss",{get(){return a||(a=n()),a}}),n.process=function(s,o,u){return j([n(u)]).process(s,o)},n};j.stringify=wv;j.parse=Sv;j.fromJSON=bv;j.list=Cv;j.comment=i=>new gc(i);j.atRule=i=>new yc(i);j.decl=i=>new hc(i);j.rule=i=>new wc(i);j.root=i=>new bc(i);j.document=i=>new mc(i);j.CssSyntaxError=mv;j.Declaration=hc;j.Container=yv;j.Processor=Ls;j.Document=m...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 28 14:48:01 UTC 2024
    - 357.1K bytes
    - Viewed (1)
  2. src/net/http/h2_bundle.go

    var http2dataChunkPools = [...]sync.Pool{
    	{New: func() interface{} { return new([1 << 10]byte) }},
    	{New: func() interface{} { return new([2 << 10]byte) }},
    	{New: func() interface{} { return new([4 << 10]byte) }},
    	{New: func() interface{} { return new([8 << 10]byte) }},
    	{New: func() interface{} { return new([16 << 10]byte) }},
    }
    
    func http2getDataBufferChunk(size int64) []byte {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 364.1K bytes
    - Viewed (0)
  3. docs/en/docs/release-notes.md

        * New docs [Separate OpenAPI Schemas for Input and Output or Not](https://fastapi.tiangolo.com/how-to/separate-openapi-schemas/).
        * This PR also includes a new setup (internal tools) for generating screenshots for the docs.
    
    ### Refactors
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Jun 14 15:07:37 UTC 2024
    - 395.4K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.8.md

    * Add new Prometheus metric that monitors the remaining lifetime of certificates used to authenticate requests to the API server. ([#50387](https://github.com/kubernetes/kubernetes/pull/50387), [@jcbsmpsn](https://github.com/jcbsmpsn))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 312.2K bytes
    - Viewed (0)
  5. pkg/apis/core/validation/validation.go

    var supportedAccessModes = sets.New(
    	core.ReadWriteOnce,
    	core.ReadOnlyMany,
    	core.ReadWriteMany,
    	core.ReadWriteOncePod)
    
    var supportedReclaimPolicy = sets.New(
    	core.PersistentVolumeReclaimDelete,
    	core.PersistentVolumeReclaimRecycle,
    	core.PersistentVolumeReclaimRetain)
    
    var supportedVolumeModes = sets.New(core.PersistentVolumeBlock, core.PersistentVolumeFilesystem)
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 349.5K bytes
    - Viewed (0)
  6. CHANGELOG/CHANGELOG-1.18.md

          - [add-ons:](#add-ons)
          - [kube-scheduler:](#kube-scheduler)
          - [Other deprecations:](#other-deprecations)
        - [API Change](#api-change-6)
          - [New API types/versions:](#new-api-typesversions)
          - [New API fields:](#new-api-fields)
          - [Other API changes:](#other-api-changes)
          - [Configuration file changes:](#configuration-file-changes)
          - [kube-apiserver:](#kube-apiserver-2)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 16 17:18:28 UTC 2021
    - 373.2K bytes
    - Viewed (0)
  7. CHANGELOG/CHANGELOG-1.7.md

    ## Changelog since v1.7.0
    
    ### Other notable changes
    
    * Added new flag to `kubeadm init`: --node-name, that lets you specify the name of the Node object that will be created ([#48594](https://github.com/kubernetes/kubernetes/pull/48594), [@GheRivero](https://github.com/GheRivero))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 05 13:44:43 UTC 2022
    - 308.7K bytes
    - Viewed (0)
  8. CHANGELOG/CHANGELOG-1.30.md

       ([#123413](https://github.com/kubernetes/kubernetes/pull/123413), [@seans3](https://github.com/seans3))
    - A new flag called `custom` has been introduced in `kubectl debug`, allowing users to customize pre-defined profiles. ([#120346](https://github.com/kubernetes/kubernetes/pull/120346), [@ardaguclu](https://github.com/ardaguclu))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 04:05:28 UTC 2024
    - 253.2K bytes
    - Viewed (0)
  9. CHANGELOG/CHANGELOG-1.14.md

    * kubeadm: When certificates are present joining a new control plane make sure that they match at least the required SANs ([#73093](https://github.com/kubernetes/kubernetes/pull/73093), [@ereslibre](https://github.com/ereslibre))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 14 22:06:39 UTC 2021
    - 271.5K bytes
    - Viewed (0)
  10. CHANGELOG/CHANGELOG-1.11.md

      - [Known Issues](#known-issues)
      - [Before Upgrading](#before-upgrading)
          - [New Deprecations](#new-deprecations)
          - [Removed Deprecations](#removed-deprecations)
          - [Graduated to Stable/GA](#graduated-to-stablega)
          - [Graduated to Beta](#graduated-to-beta)
        - [New alpha features](#new-alpha-features)
      - [Other Notable Changes](#other-notable-changes-10)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 06 06:04:15 UTC 2020
    - 328.4K bytes
    - Viewed (0)
Back to top