Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 42 for corerest (0.24 sec)

  1. CHANGELOG/CHANGELOG-1.15.md

    ### Storage
    
    - Fixed issue with kubelet waiting on invalid devicepath on AWS ([#78595](https://github.com/kubernetes/kubernetes/pull/78595), [@gnufied](https://github.com/gnufied))
    - StorageOS volumes now show correct mount information (node and mount time) in the StorageOS administration CLI and UI. ([#78522](https://github.com/kubernetes/kubernetes/pull/78522), [@croomes](https://github.com/croomes))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 05 13:44:43 UTC 2022
    - 278.9K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiextensions-apiserver/test/integration/ratcheting_test_cases/crds/standard-install.yaml

                      to be distinct. \n When the Listeners are distinct based on Hostname,
                      inbound request hostnames MUST match from the most specific to least
                      specific Hostname values to choose the correct Listener and its
                      associated set of Routes. \n Exact matches must be processed before
                      wildcard matches, and wildcard matches must be processed before
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Oct 27 17:15:18 UTC 2023
    - 458.3K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.12.md

    - This fix prevents a GCE PD volume from being mounted if the udev device link is stale and tries to correct the link. ([#66832](https://github.com/kubernetes/kubernetes/pull/66832), [@msau42](https://github.com/msau42))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 06 06:04:15 UTC 2020
    - 293.8K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/core/v1/generated.proto

    }
    
    // Represents a source location of a volume to mount, managed by an external CSI driver
    message CSIVolumeSource {
      // driver is the name of the CSI driver that handles this volume.
      // Consult with your admin for the correct name as registered in the cluster.
      optional string driver = 1;
    
      // readOnly specifies a read-only configuration for the volume.
      // Defaults to false (read/write).
      // +optional
      optional bool readOnly = 2;
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 280.3K bytes
    - Viewed (0)
  5. CHANGELOG/CHANGELOG-1.8.md

    * Return Audit-Id http response header for trouble shooting ([#49377](https://github.com/kubernetes/kubernetes/pull/49377), [@CaoShuFeng](https://github.com/CaoShuFeng))
    * Status objects for 404 API errors will have the correct APIVersion ([#49868](https://github.com/kubernetes/kubernetes/pull/49868), [@shiywang](https://github.com/shiywang))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 312.2K bytes
    - Viewed (0)
  6. src/net/http/h2_bundle.go

    	// CONTINUATION frames. The underlying slice is owned by the
    	// Framer and must not be retained after the next call to
    	// ReadFrame.
    	//
    	// Fields are guaranteed to be in the correct http2 order and
    	// not have unknown pseudo header fields or invalid header
    	// field names or values. Required pseudo header fields may be
    	// missing, however. Use the MetaHeadersFrame.Pseudo accessor
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 364.1K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/core/v1/types.go

    // Represents a source location of a volume to mount, managed by an external CSI driver
    type CSIVolumeSource struct {
    	// driver is the name of the CSI driver that handles this volume.
    	// Consult with your admin for the correct name as registered in the cluster.
    	Driver string `json:"driver" protobuf:"bytes,1,opt,name=driver"`
    
    	// readOnly specifies a read-only configuration for the volume.
    	// Defaults to false (read/write).
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 390.8K bytes
    - Viewed (0)
  8. CHANGELOG/CHANGELOG-1.25.md

    - Kube-apiserver: DELETECOLLECTION API requests are now recorded in metrics with the correct verb. ([#113133](https://github.com/kubernetes/kubernetes/pull/113133), [@sxllwx](https://github.com/sxllwx)) [SIG API Machinery]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 06 09:23:20 UTC 2024
    - 419.1K bytes
    - Viewed (0)
  9. CHANGELOG/CHANGELOG-1.27.md

    - Fixed incorrect watch events when a watch is initialized simultanously with a reinitializing watchcache. (...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 23:01:06 UTC 2024
    - 455.3K bytes
    - Viewed (0)
  10. pkg/apis/core/validation/validation.go

    	if azure.Kind != nil && !supportedDiskKinds.Has(*azure.Kind) {
    		allErrs = append(allErrs, field.NotSupported(fldPath.Child("kind"), *azure.Kind, sets.List(supportedDiskKinds)))
    	}
    
    	// validate that DiskUri is the correct format
    	if azure.Kind != nil && *azure.Kind == core.AzureManagedDisk && strings.Index(azure.DataDiskURI, "/subscriptions/") != 0 {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 349.5K bytes
    - Viewed (0)
Back to top