Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 27 of 27 for NFSVolumeSource (0.48 sec)

  1. staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go

    	"readOnly": "readOnly here will force the NFS export to be mounted with read-only permissions. Defaults to false. More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs",
    }
    
    func (NFSVolumeSource) SwaggerDoc() map[string]string {
    	return map_NFSVolumeSource
    }
    
    var map_Namespace = map[string]string{
    	"":         "Namespace provides a scope for Names. Use of multiple namespaces is optional.",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 254.8K bytes
    - Viewed (0)
  2. pkg/apis/core/validation/validation.go

    	allErrs := field.ErrorList{}
    	if len(claim.ClaimName) == 0 {
    		allErrs = append(allErrs, field.Required(fldPath.Child("claimName"), ""))
    	}
    	return allErrs
    }
    
    func validateNFSVolumeSource(nfs *core.NFSVolumeSource, fldPath *field.Path) field.ErrorList {
    	allErrs := field.ErrorList{}
    	if len(nfs.Server) == 0 {
    		allErrs = append(allErrs, field.Required(fldPath.Child("server"), ""))
    	}
    	if len(nfs.Path) == 0 {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 349.5K bytes
    - Viewed (0)
  3. api/openapi-spec/v3/apis__apps__v1_openapi.json

                "type": "string"
              }
            },
            "required": [
              "status"
            ],
            "type": "object"
          },
          "io.k8s.api.core.v1.NFSVolumeSource": {
            "description": "Represents an NFS mount that lasts the lifetime of a pod. NFS volumes do not support ownership management or SELinux relabeling.",
            "properties": {
              "path": {
    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

                "type": "string"
              }
            },
            "required": [
              "status"
            ],
            "type": "object"
          },
          "io.k8s.api.core.v1.NFSVolumeSource": {
            "description": "Represents an NFS mount that lasts the lifetime of a pod. NFS volumes do not support ownership management or SELinux relabeling.",
            "properties": {
              "path": {
    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. staging/src/k8s.io/cli-runtime/artifacts/openapi/swagger-with-shared-parameters.json

              "type": "string"
            }
          },
          "required": [
            "path"
          ],
          "type": "object"
        },
        "io.k8s.api.core.v1.NFSVolumeSource": {
          "description": "Represents an NFS mount that lasts the lifetime of a pod. NFS volumes do not support ownership management or SELinux relabeling.",
          "properties": {
            "path": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 2.3M bytes
    - Viewed (0)
  6. api/openapi-spec/swagger.json

              "type": "string"
            }
          },
          "required": [
            "status"
          ],
          "type": "object"
        },
        "io.k8s.api.core.v1.NFSVolumeSource": {
          "description": "Represents an NFS mount that lasts the lifetime of a pod. NFS volumes do not support ownership management or SELinux relabeling.",
          "properties": {
            "path": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3.1M bytes
    - Viewed (0)
  7. staging/src/k8s.io/cli-runtime/artifacts/openapi/swagger.json

              "type": "string"
            }
          },
          "required": [
            "path"
          ],
          "type": "object"
        },
        "io.k8s.api.core.v1.NFSVolumeSource": {
          "description": "Represents an NFS mount that lasts the lifetime of a pod. NFS volumes do not support ownership management or SELinux relabeling.",
          "properties": {
            "path": {
    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