Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 16 of 16 for vSphere (0.29 sec)

  1. 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)
  2. 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)
  3. 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)
  4. 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)
  5. 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)
  6. 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