Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 18 of 18 for alternate (0.39 sec)

  1. CHANGELOG/CHANGELOG-1.28.md

     - CephFS volume plugin (`kubernetes.io/cephfs`) has been deprecated in this release and will be removed in a subsequent release. The alternative is to use the CephFS CSI driver (https://github.com/ceph/ceph-csi/) in your Kubernetes cluster. ([#118143](https://github.com/kubernetes/kubernetes/pull/118143), [@humblec](https://github.com/humblec))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 23:47:59 UTC 2024
    - 408.3K bytes
    - Viewed (1)
  2. docs/en/docs/release-notes.md

    ## 0.107.0
    
    ### Upgrades
    
    * ⬆️ Upgrade Starlette to 0.28.0. PR [#9636](https://github.com/tiangolo/fastapi/pull/9636) by [@adriangb](https://github.com/adriangb).
    
    ### Docs
    
    * 📝 Add docs: Node.js script alternative to update OpenAPI for generated clients. PR [#10845](https://github.com/tiangolo/fastapi/pull/10845) by [@alejsdev](https://github.com/alejsdev).
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Jun 14 15:07:37 UTC 2024
    - 395.4K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.29.md

     - `kubeadm`: a separate "super-admin.conf" file is now deployed. The User in `admin.conf` is...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 03:42:38 UTC 2024
    - 324.5K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/validation/validation_test.go

    			expectedErrors: []validationMatch{
    				// Invalid value: "null": must be object at the root
    				unsupported("spec.validation.openAPIV3Schema.type"),
    				// Forbidden: type cannot be set to null, use nullable as an alternative
    				forbidden("spec.validation.openAPIV3Schema.type"),
    				// Unsupported value: "null": supported values: "array", "boolean", "integer", "number", "object", "string"
    				invalid("spec.validation.openAPIV3Schema.type"),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 22:07:40 UTC 2024
    - 349.4K bytes
    - Viewed (0)
  5. pkg/apis/core/types.go

    	// service.spec.ipFamilies was not provided then it will be assigned according to how they are
    	// configured on the cluster. If service.spec.ipFamilies has only one entry then the alternative
    	// IPFamily will be added by apiserver
    	IPFamilyPolicyRequireDualStack IPFamilyPolicy = "RequireDualStack"
    )
    
    // ServiceSpec describes the attributes that a user creates on a service
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
  6. CHANGELOG/CHANGELOG-1.8.md

      * There are known bugs that result in errors when querying Kubelet's stats summary API. We expect to fix them in v1.8.1.
    
    #### kubelet
    
    * [alpha] Kubelet now supports alternative container-level CPU affinity policies by using the new CPU manager. ([#375](https://github.com/kubernetes/enhancements/issues/375), [@sjenning](https://github.com/sjenning), [@ConnorDoyle](https://github.com/ConnorDoyle))
    
    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

    - [`KT-60821`](https://youtrack.jetbrains.com/issue/KT-60821) [KAPT4] Make sure that KAPT produces correct JCTree; if that's not possible, investigate using JavaPoet as an alternative
    - [`KT-62059`](https://youtrack.jetbrains.com/issue/KT-62059) Kapt4IT.kt18799 test fails - cannot find symbol Factory
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Mon May 27 17:14:23 UTC 2024
    - 292.1K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/core/v1/types.go

    	// service.spec.ipFamilies was not provided then it will be assigned according to how they are
    	// configured on the cluster. If service.spec.ipFamilies has only one entry then the alternative
    	// IPFamily will be added by apiserver
    	IPFamilyPolicyRequireDualStack IPFamilyPolicy = "RequireDualStack"
    )
    
    // for backwards compat
    // +enum
    type IPFamilyPolicyType = IPFamilyPolicy
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 390.8K bytes
    - Viewed (0)
Back to top