Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 18 of 18 for AzureFilePersistentVolumeSource (0.73 sec)

  1. api/openapi-spec/v3/apis__storage.k8s.io__v1_openapi.json

                "type": "boolean"
              }
            },
            "required": [
              "diskName",
              "diskURI"
            ],
            "type": "object"
          },
          "io.k8s.api.core.v1.AzureFilePersistentVolumeSource": {
            "description": "AzureFile represents an Azure File Service mount on the host and bind mount to the pod.",
            "properties": {
              "readOnly": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 481.9K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go

    	"secretNamespace": "secretNamespace is the namespace of the secret that contains Azure Storage Account Name and Key default is the same as the Pod",
    }
    
    func (AzureFilePersistentVolumeSource) SwaggerDoc() map[string]string {
    	return map_AzureFilePersistentVolumeSource
    }
    
    var map_AzureFileVolumeSource = map[string]string{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 254.8K bytes
    - Viewed (0)
  3. pkg/apis/core/validation/validation.go

    	}
    	if azure.ShareName == "" {
    		allErrs = append(allErrs, field.Required(fldPath.Child("shareName"), ""))
    	}
    	return allErrs
    }
    
    func validateAzureFilePV(azure *core.AzureFilePersistentVolumeSource, fldPath *field.Path) field.ErrorList {
    	allErrs := field.ErrorList{}
    	if azure.SecretName == "" {
    		allErrs = append(allErrs, field.Required(fldPath.Child("secretName"), ""))
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 349.5K bytes
    - Viewed (0)
  4. pkg/generated/openapi/zz_generated.openapi.go

    		"k8s.io/api/core/v1.AzureDiskVolumeSource":                                                              schema_k8sio_api_core_v1_AzureDiskVolumeSource(ref),
    		"k8s.io/api/core/v1.AzureFilePersistentVolumeSource":                                                    schema_k8sio_api_core_v1_AzureFilePersistentVolumeSource(ref),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3M bytes
    - Viewed (0)
  5. api/openapi-spec/v3/api__v1_openapi.json

                "type": "boolean"
              }
            },
            "required": [
              "diskName",
              "diskURI"
            ],
            "type": "object"
          },
          "io.k8s.api.core.v1.AzureFilePersistentVolumeSource": {
            "description": "AzureFile represents an Azure File Service mount on the host and bind mount to the pod.",
            "properties": {
              "readOnly": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 1.8M bytes
    - Viewed (0)
  6. staging/src/k8s.io/cli-runtime/artifacts/openapi/swagger-with-shared-parameters.json

              "type": "boolean"
            }
          },
          "required": [
            "diskName",
            "diskURI"
          ],
          "type": "object"
        },
        "io.k8s.api.core.v1.AzureFilePersistentVolumeSource": {
          "description": "AzureFile represents an Azure File Service mount on the host and bind mount to the pod.",
          "properties": {
            "readOnly": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 2.3M bytes
    - Viewed (0)
  7. api/openapi-spec/swagger.json

              "type": "boolean"
            }
          },
          "required": [
            "diskName",
            "diskURI"
          ],
          "type": "object"
        },
        "io.k8s.api.core.v1.AzureFilePersistentVolumeSource": {
          "description": "AzureFile represents an Azure File Service mount on the host and bind mount to the pod.",
          "properties": {
            "readOnly": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3.1M bytes
    - Viewed (0)
  8. staging/src/k8s.io/cli-runtime/artifacts/openapi/swagger.json

              "type": "boolean"
            }
          },
          "required": [
            "diskName",
            "diskURI"
          ],
          "type": "object"
        },
        "io.k8s.api.core.v1.AzureFilePersistentVolumeSource": {
          "description": "AzureFile represents an Azure File Service mount on the host and bind mount to the pod.",
          "properties": {
            "readOnly": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 4.5M bytes
    - Viewed (0)
Back to top