Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 15 of 15 for exportId (0.18 sec)

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

    	"server":   "server is the hostname or IP address of the NFS server. More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs",
    	"path":     "path that is exported by the NFS server. More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs",
    	"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",
    }
    
    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. api/openapi-spec/v3/apis__batch__v1_openapi.json

              "path": {
                "default": "",
                "description": "path that is exported by the NFS server. More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs",
                "type": "string"
              },
              "readOnly": {
    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. pkg/apis/core/validation/validation.go

    	}
    
    	return allErrs
    }
    
    // ValidateServiceClusterIPsRelatedFields validates .spec.ClusterIPs,,
    // .spec.IPFamilies, .spec.ipFamilyPolicy.  This is exported because it is used
    // during IP init and allocation.
    func ValidateServiceClusterIPsRelatedFields(service *core.Service) field.ErrorList {
    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. staging/src/k8s.io/api/core/v1/types.go

    	Server string `json:"server" protobuf:"bytes,1,opt,name=server"`
    
    	// path that is exported by the NFS server.
    	// More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs
    	Path string `json:"path" protobuf:"bytes,2,opt,name=path"`
    
    	// readOnly here will force the NFS export to be mounted with read-only permissions.
    	// Defaults to false.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 390.8K bytes
    - Viewed (0)
  5. CHANGELOG/CHANGELOG-1.27.md

    - Enable external plugins can be used as subcommands for kubectl create command if subcommand does not exist as builtin only when KUBECTL_ENABLE_CMD_SHADOW environment variable is exported. ([#116293](https://github.com/kubernetes/kubernetes/pull/116293), [@ardaguclu](https://github.com/ardaguclu))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 23:01:06 UTC 2024
    - 455.3K bytes
    - Viewed (0)
Back to top