Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 22 for ScaleIOPersistentVolumeSource (0.53 sec)

  1. common-protos/k8s.io/api/core/v1/generated.proto

      optional string type = 3;
    
      // Level is SELinux level label that applies to the container.
      // +optional
      optional string level = 4;
    }
    
    // ScaleIOPersistentVolumeSource represents a persistent ScaleIO volume
    message ScaleIOPersistentVolumeSource {
      // gateway is the host address of the ScaleIO API Gateway.
      optional string gateway = 1;
    
      // system is the name of the storage system as configured in ScaleIO.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 255.8K bytes
    - Viewed (0)
  2. pkg/apis/core/types.go

    	// the ReadOnly setting in VolumeMounts.
    	// +optional
    	ReadOnly bool
    }
    
    // ScaleIOPersistentVolumeSource represents a persistent ScaleIO volume that can be defined
    // by a an admin via a storage class, for instance.
    type ScaleIOPersistentVolumeSource struct {
    	// The host address of the ScaleIO API Gateway.
    	Gateway string
    	// The name of the storage system as configured in ScaleIO.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/core/v1/generated.proto

      optional string type = 3;
    
      // Level is SELinux level label that applies to the container.
      // +optional
      optional string level = 4;
    }
    
    // ScaleIOPersistentVolumeSource represents a persistent ScaleIO volume
    message ScaleIOPersistentVolumeSource {
      // gateway is the host address of the ScaleIO API Gateway.
      optional string gateway = 1;
    
      // system is the name of the storage system as configured in ScaleIO.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 280.3K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/core/v1/types.go

    	// the ReadOnly setting in VolumeMounts.
    	// +optional
    	ReadOnly bool `json:"readOnly,omitempty" protobuf:"varint,10,opt,name=readOnly"`
    }
    
    // ScaleIOPersistentVolumeSource represents a persistent ScaleIO volume
    type ScaleIOPersistentVolumeSource struct {
    	// gateway is the host address of the ScaleIO API Gateway.
    	Gateway string `json:"gateway" protobuf:"bytes,1,opt,name=gateway"`
    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. api/openapi-spec/v3/apis__storage.k8s.io__v1_openapi.json

              }
            },
            "required": [
              "monitors",
              "image"
            ],
            "type": "object"
          },
          "io.k8s.api.core.v1.ScaleIOPersistentVolumeSource": {
            "description": "ScaleIOPersistentVolumeSource represents a persistent ScaleIO volume",
            "properties": {
              "fsType": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 481.9K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go

    }
    
    func (SELinuxOptions) SwaggerDoc() map[string]string {
    	return map_SELinuxOptions
    }
    
    var map_ScaleIOPersistentVolumeSource = map[string]string{
    	"":                 "ScaleIOPersistentVolumeSource represents a persistent ScaleIO volume",
    	"gateway":          "gateway is the host address of the ScaleIO API Gateway.",
    	"system":           "system is the name of the storage system as configured in ScaleIO.",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 254.8K bytes
    - Viewed (0)
  7. pkg/apis/core/validation/validation.go

    	}
    	if sio.VolumeName == "" {
    		allErrs = append(allErrs, field.Required(fldPath.Child("volumeName"), ""))
    	}
    	return allErrs
    }
    
    func validateScaleIOPersistentVolumeSource(sio *core.ScaleIOPersistentVolumeSource, fldPath *field.Path) field.ErrorList {
    	allErrs := field.ErrorList{}
    	if sio.Gateway == "" {
    		allErrs = append(allErrs, field.Required(fldPath.Child("gateway"), ""))
    	}
    	if sio.System == "" {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 349.5K bytes
    - Viewed (0)
  8. pkg/generated/openapi/zz_generated.openapi.go

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

                "type": "string"
              }
            },
            "type": "object"
          },
          "io.k8s.api.core.v1.ScaleIOPersistentVolumeSource": {
            "description": "ScaleIOPersistentVolumeSource represents a persistent ScaleIO volume",
            "properties": {
              "fsType": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 1.8M bytes
    - Viewed (0)
  10. staging/src/k8s.io/cli-runtime/artifacts/openapi/swagger-with-shared-parameters.json

              "type": "string"
            }
          },
          "type": "object"
        },
        "io.k8s.api.core.v1.ScaleIOPersistentVolumeSource": {
          "description": "ScaleIOPersistentVolumeSource represents a persistent ScaleIO volume",
          "properties": {
            "fsType": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 2.3M bytes
    - Viewed (0)
Back to top