Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 54 for vSphere (0.4 sec)

  1. 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)
  2. 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)
  3. CHANGELOG/CHANGELOG-1.16.md

    - Adds support for vSphere volumes on Windows ([#80911](https://github.com/kubernetes/kubernetes/pull/80911), [@gab-satchi](https://github.com/gab-satchi))
    
    ## API Changes
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 11 10:00:57 UTC 2021
    - 345.2K bytes
    - Viewed (0)
  4. 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)
  5. 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)
  6. CHANGELOG/CHANGELOG-1.18.md

    - Fix IPv6 addresses lost issue in pure ipv6 vsphere environment ([#86001](https://github.com/kubernetes/kubernetes/pull/86001), [@hubv](https://github.com/hubv)) [SIG Cloud Provider]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 16 17:18:28 UTC 2021
    - 373.2K bytes
    - Viewed (0)
  7. 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)
  8. 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)
  9. 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)
  10. api/openapi-spec/swagger.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: Wed Jun 05 18:37:07 UTC 2024
    - 3.1M bytes
    - Viewed (0)
Back to top