Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for VMWare (0.64 sec)

  1. cmd/erasure-server-pool.go

    				if diskID == id {
    					return poolIdx, setIdx, i, nil
    				}
    			}
    		}
    	}
    	return -1, -1, -1, fmt.Errorf("DriveID(%s) %w", id, errDiskNotFound)
    }
    
    const (
    	vmware = "VMWare"
    )
    
    // HealthOptions takes input options to return specific information
    type HealthOptions struct {
    	Maintenance    bool
    	DeploymentType string
    	NoLogging      bool
    }
    
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Fri Aug 29 02:39:48 UTC 2025
    - 89.1K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.30.md

    - github.com/rubiojr/go-vhd: [02e2102](https://github.com/rubiojr/go-vhd/tree/02e2102)
    - github.com/vmware/govmomi: [v0.30.6](https://github.com/vmware/govmomi/tree/v0.30.6)
    - github.com/vmware/vmw-guestinfo: [25eff15](https://github.com/vmware/vmw-guestinfo/tree/25eff15)
    - k8s.io/gengo: 9cce18d
    
    
    
    # v1.30.0-rc.2
    
    
    ## Downloads for v1.30.0-rc.2
    
    
    
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Wed Jun 18 18:59:10 UTC 2025
    - 398.1K bytes
    - Viewed (0)
Back to top