Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 33 for vSphere (0.28 sec)

  1. platforms/ide/ide-native/src/integTest/groovy/org/gradle/ide/visualstudio/fixtures/MSBuildVersionLocator.java

            } else {
                vsVersion = VersionNumber.version(15);
            }
    
            File vswhere = vswhereLocator.getVswhereInstall();
            if (vswhere == null) {
                throw new IllegalStateException("vswhere tool is required to be installed");
            }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:12 UTC 2023
    - 3.8K bytes
    - Viewed (0)
  2. api/openapi-spec/v3/apis__storage.k8s.io__v1_openapi.json

                  {
                    "$ref": "#/components/schemas/io.k8s.api.core.v1.VsphereVirtualDiskVolumeSource"
                  }
                ],
                "description": "vsphereVolume represents a vSphere volume attached and mounted on kubelets host machine"
              }
            },
            "type": "object"
          },
          "io.k8s.api.core.v1.PhotonPersistentDiskVolumeSource": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 481.9K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.28.md

    ### Other (Cleanup or Flake)
    
    - Fixes an issue where the vsphere cloud provider will not trust a certificate if:
      - The issuer of the certificate is unknown (x509.UnknownAuthorityError)
      - The requested name does not match the set of authorized names (x509.HostnameError)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 23:47:59 UTC 2024
    - 408.3K bytes
    - Viewed (1)
  4. api/openapi-spec/v3/apis__batch__v1_openapi.json

                  {
                    "$ref": "#/components/schemas/io.k8s.api.core.v1.VsphereVirtualDiskVolumeSource"
                  }
                ],
                "description": "vsphereVolume represents a vSphere volume attached and mounted on kubelets host machine"
              }
            },
            "required": [
              "name"
            ],
            "type": "object"
          },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 485.4K bytes
    - Viewed (0)
  5. platforms/native/platform-native/src/main/java/org/gradle/nativeplatform/toolchain/internal/msvcpp/version/DefaultVswhereVersionLocator.java

        private static final String VISUAL_STUDIO_INSTALLER = "Microsoft Visual Studio/Installer";
        private static final String VSWHERE_EXE = "vswhere.exe";
    
        public DefaultVswhereVersionLocator(WindowsRegistry windowsRegistry, OperatingSystem os) {
            this.windowsRegistry = windowsRegistry;
            this.os = os;
        }
    
        @Override
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 2.3K bytes
    - Viewed (0)
  6. platforms/native/platform-native/src/main/java/org/gradle/nativeplatform/toolchain/internal/msvcpp/version/CommandLineToolVersionLocator.java

            ExecResult result = exec.execute();
    
            int exitValue = result.getExitValue();
            if (exitValue == 0) {
                return buffer.readAsString("UTF-8");
            } else {
                LOGGER.debug("vswhere.exe returned a non-zero exit value ({}) - ignoring", result.getExitValue());
                return null;
            }
        }
    
        private List<VisualStudioInstallCandidate> parseJson(String json) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Dec 11 13:37:56 UTC 2023
    - 6.1K bytes
    - Viewed (0)
  7. api/openapi-spec/v3/apis__apps__v1_openapi.json

                  {
                    "$ref": "#/components/schemas/io.k8s.api.core.v1.VsphereVirtualDiskVolumeSource"
                  }
                ],
                "description": "vsphereVolume represents a vSphere volume attached and mounted on kubelets host machine"
              }
            },
            "required": [
              "name"
            ],
            "type": "object"
          },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
  8. api/openapi-spec/v3/api__v1_openapi.json

                  {
                    "$ref": "#/components/schemas/io.k8s.api.core.v1.VsphereVirtualDiskVolumeSource"
                  }
                ],
                "description": "vsphereVolume represents a vSphere volume attached and mounted on kubelets host machine"
              }
            },
            "type": "object"
          },
          "io.k8s.api.core.v1.PersistentVolumeStatus": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 1.8M bytes
    - Viewed (0)
  9. pkg/generated/openapi/zz_generated.openapi.go

    		Schema: spec.Schema{
    			SchemaProps: spec.SchemaProps{
    				Description: "Represents a vSphere volume resource.",
    				Type:        []string{"object"},
    				Properties: map[string]spec.Schema{
    					"volumePath": {
    						SchemaProps: spec.SchemaProps{
    							Description: "volumePath is the path that identifies vSphere volume vmdk",
    							Default:     "",
    							Type:        []string{"string"},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3M bytes
    - Viewed (0)
  10. staging/src/k8s.io/cli-runtime/artifacts/openapi/swagger-with-shared-parameters.json

              "type": "string"
            },
            "vsphereVolume": {
              "$ref": "#/definitions/io.k8s.api.core.v1.VsphereVirtualDiskVolumeSource",
              "description": "vsphereVolume represents a vSphere volume attached and mounted on kubelets host machine"
            }
          },
          "type": "object"
        },
        "io.k8s.api.core.v1.PersistentVolumeStatus": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 2.3M bytes
    - Viewed (0)
Back to top