Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 27 for NFSVolumeSource (0.32 sec)

  1. pkg/apis/core/types.go

    	Items []KeyToPath
    	// Specify whether the Secret or its key must be defined
    	// +optional
    	Optional *bool
    }
    
    // NFSVolumeSource represents an NFS mount that lasts the lifetime of a pod.
    // NFS volumes do not support ownership management or SELinux relabeling.
    type NFSVolumeSource struct {
    	// Server is the hostname or IP address of the NFS server
    	Server string
    
    	// Path is the exported NFS share
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/core/v1/generated.pb.go

    func (m *NFSVolumeSource) Reset()      { *m = NFSVolumeSource{} }
    func (*NFSVolumeSource) ProtoMessage() {}
    func (*NFSVolumeSource) Descriptor() ([]byte, []int) {
    	return fileDescriptor_6c07b07c062484ab, []int{90}
    }
    func (m *NFSVolumeSource) XXX_Unmarshal(b []byte) error {
    	return m.Unmarshal(b)
    }
    func (m *NFSVolumeSource) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 1.8M bytes
    - Viewed (0)
  3. common-protos/k8s.io/api/core/v1/generated.proto

      // +optional
      optional string fsType = 2;
    }
    
    // Represents an NFS mount that lasts the lifetime of a pod.
    // NFS volumes do not support ownership management or SELinux relabeling.
    message NFSVolumeSource {
      // server is the hostname or IP address of the NFS server.
      // More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs
      optional string server = 1;
    
      // path that is exported by the NFS server.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 255.8K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/core/v1/generated.proto

      optional string status = 2;
    }
    
    // Represents an NFS mount that lasts the lifetime of a pod.
    // NFS volumes do not support ownership management or SELinux relabeling.
    message NFSVolumeSource {
      // server is the hostname or IP address of the NFS server.
      // More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs
      optional string server = 1;
    
      // path that is exported by the NFS server.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 280.3K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apimachinery/pkg/util/managedfields/internal/testdata/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
    - 229.4K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/core/v1/types.go

    	// nfs represents an NFS mount on the host that shares a pod's lifetime
    	// More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs
    	// +optional
    	NFS *NFSVolumeSource `json:"nfs,omitempty" protobuf:"bytes,7,opt,name=nfs"`
    	// iscsi represents an ISCSI Disk resource that is attached to a
    	// kubelet's host machine and then exposed to the pod.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 390.8K bytes
    - Viewed (0)
  7. pkg/apis/core/validation/validation_test.go

    		name      string
    		nfs       *core.NFSVolumeSource
    		errtype   field.ErrorType
    		errfield  string
    		errdetail string
    	}{{
    		name:     "missing server",
    		nfs:      &core.NFSVolumeSource{Server: "", Path: "/tmp"},
    		errtype:  field.ErrorTypeRequired,
    		errfield: "server",
    	}, {
    		name:     "missing path",
    		nfs:      &core.NFSVolumeSource{Server: "my-server", Path: ""},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  8. api/openapi-spec/v3/apis__storage.k8s.io__v1_openapi.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: Fri Mar 08 04:18:56 UTC 2024
    - 481.9K bytes
    - Viewed (0)
  9. api/openapi-spec/v3/apis__batch__v1_openapi.json

                "type": "string"
              }
            },
            "type": "object",
            "x-kubernetes-map-type": "atomic"
          },
          "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
    - 485.4K bytes
    - Viewed (0)
  10. pkg/generated/openapi/zz_generated.openapi.go

    		"k8s.io/api/core/v1.ModifyVolumeStatus":                                                                 schema_k8sio_api_core_v1_ModifyVolumeStatus(ref),
    		"k8s.io/api/core/v1.NFSVolumeSource":                                                                    schema_k8sio_api_core_v1_NFSVolumeSource(ref),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3M bytes
    - Viewed (0)
Back to top