Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 17 of 17 for nextB (0.46 sec)

  1. CHANGELOG/CHANGELOG-1.23.md

    Kubernetes releases are now generating provenance attestation files describing the staging and release phases of the release process and artifacts are verified as they are handed over from one phase to the next.
    This final piece completes the work needed to comply with Level 1 of the [SLSA security framework](https://slsa.dev/) (Supply-chain Levels for Software Artifacts).
    
    ### IPv4/IPv6 Dual-stack Networking graduates to GA
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 28 21:06:52 UTC 2023
    - 424.5K bytes
    - Viewed (0)
  2. pkg/apis/core/validation/validation.go

    	if !allowEmpty && len(*effect) == 0 {
    		return field.ErrorList{field.Required(fldPath, "")}
    	}
    
    	allErrors := field.ErrorList{}
    	switch *effect {
    	// TODO: Replace next line with subsequent commented-out line when implement TaintEffectNoScheduleNoAdmit.
    	case core.TaintEffectNoSchedule, core.TaintEffectPreferNoSchedule, core.TaintEffectNoExecute:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 349.5K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/core/v1/generated.proto

      // is often referred to as a "sidecar" container. Although this init
      // container still starts in the init container sequence, it does not wait
      // for the container to complete before proceeding to the next init
      // container. Instead, the next init container starts immediately after this
      // init container is started, or after any startupProbe has successfully
      // completed.
      // +featureGate=SidecarContainers
      // +optional
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 280.3K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/core/v1/types.go

    	// is often referred to as a "sidecar" container. Although this init
    	// container still starts in the init container sequence, it does not wait
    	// for the container to complete before proceeding to the next init
    	// container. Instead, the next init container starts immediately after this
    	// init container is started, or after any startupProbe has successfully
    	// completed.
    	// +featureGate=SidecarContainers
    	// +optional
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 390.8K bytes
    - Viewed (0)
  5. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

        </magic>
        <glob pattern="*.pcap"/>
        <glob pattern="*.cap"/>
        <glob pattern="*.dmp"/>
      </mime-type>
      <mime-type type="application/vnd.tcpdump.pcapng">
        <_comment>TCPDump next gen pcap packet capture</_comment>
        <tika:link>https://www.ietf.org/staging/draft-tuexen-opsawg-pcapng-02.html</tika:link>
        <magic priority="50">
          <match value="0x0A0D0D0A" type="string" offset="0">
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Thu Sep 21 06:46:43 UTC 2023
    - 298.5K bytes
    - Viewed (0)
  6. CHANGELOG/CHANGELOG-1.8.md

       * **NOTE:** Self-hosting will be the default way to host the control plane in the next release, v1.9
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 312.2K bytes
    - Viewed (0)
  7. ChangeLog.md

    ### Language Design
    
    #### New Features
    
    - [`KT-64510`](https://youtrack.jetbrains.com/issue/KT-64510) Proceed to next tower level if property setter is invisible in assignment
    - [`KT-59553`](https://youtrack.jetbrains.com/issue/KT-59553) K2: Simplify rules for upper bound violated checks for qualifier in LHS of class literal
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Mon May 27 17:14:23 UTC 2024
    - 292.1K bytes
    - Viewed (0)
Back to top