Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 21 for SELinuxMount (0.27 sec)

  1. pkg/registry/storage/csidriver/strategy_test.go

    					RequiresRepublish: &enabled,
    					SELinuxMount:      &enabled,
    				},
    			},
    			false,
    		},
    		{
    			"invalid SELinuxMount",
    			&storage.CSIDriver{
    				ObjectMeta: metav1.ObjectMeta{
    					Name: "foo",
    				},
    				Spec: storage.CSIDriverSpec{
    					AttachRequired:  &enabled,
    					PodInfoOnMount:  &enabled,
    					StorageCapacity: &enabled,
    					SELinuxMount:    nil,
    				},
    			},
    			true,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 16.7K bytes
    - Viewed (0)
  2. pkg/apis/storage/validation/validation.go

    					string(storage.VolumeLifecycleEphemeral),
    				}))
    		}
    	}
    
    	return allErrs
    }
    
    // validateSELinuxMount tests if seLinuxMount is set for CSIDriver.
    func validateSELinuxMount(seLinuxMount *bool, fldPath *field.Path) field.ErrorList {
    	allErrs := field.ErrorList{}
    	if seLinuxMount == nil && utilfeature.DefaultFeatureGate.Enabled(features.SELinuxMountReadWriteOncePod) {
    		allErrs = append(allErrs, field.Required(fldPath, ""))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Feb 28 00:47:13 UTC 2024
    - 25.5K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/storage/v1/zz_generated.deepcopy.go

    		}
    	}
    	if in.RequiresRepublish != nil {
    		in, out := &in.RequiresRepublish, &out.RequiresRepublish
    		*out = new(bool)
    		**out = **in
    	}
    	if in.SELinuxMount != nil {
    		in, out := &in.SELinuxMount, &out.SELinuxMount
    		*out = new(bool)
    		**out = **in
    	}
    	return
    }
    
    // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CSIDriverSpec.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Aug 04 08:51:01 UTC 2022
    - 17.1K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/storage/v1beta1/zz_generated.deepcopy.go

    		}
    	}
    	if in.RequiresRepublish != nil {
    		in, out := &in.RequiresRepublish, &out.RequiresRepublish
    		*out = new(bool)
    		**out = **in
    	}
    	if in.SELinuxMount != nil {
    		in, out := &in.SELinuxMount, &out.SELinuxMount
    		*out = new(bool)
    		**out = **in
    	}
    	return
    }
    
    // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CSIDriverSpec.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Aug 04 08:51:01 UTC 2022
    - 17.1K bytes
    - Viewed (0)
  5. pkg/apis/storage/zz_generated.deepcopy.go

    		}
    	}
    	if in.RequiresRepublish != nil {
    		in, out := &in.RequiresRepublish, &out.RequiresRepublish
    		*out = new(bool)
    		**out = **in
    	}
    	if in.SELinuxMount != nil {
    		in, out := &in.SELinuxMount, &out.SELinuxMount
    		*out = new(bool)
    		**out = **in
    	}
    	return
    }
    
    // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CSIDriverSpec.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 31 03:26:35 UTC 2023
    - 19.1K bytes
    - Viewed (0)
  6. pkg/apis/storage/v1/zz_generated.conversion.go

    	out.TokenRequests = *(*[]storage.TokenRequest)(unsafe.Pointer(&in.TokenRequests))
    	out.RequiresRepublish = (*bool)(unsafe.Pointer(in.RequiresRepublish))
    	out.SELinuxMount = (*bool)(unsafe.Pointer(in.SELinuxMount))
    	return nil
    }
    
    // Convert_v1_CSIDriverSpec_To_storage_CSIDriverSpec is an autogenerated conversion function.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Aug 04 08:51:01 UTC 2022
    - 39.2K bytes
    - Viewed (0)
  7. pkg/apis/storage/v1beta1/zz_generated.conversion.go

    	out.TokenRequests = *(*[]storage.TokenRequest)(unsafe.Pointer(&in.TokenRequests))
    	out.RequiresRepublish = (*bool)(unsafe.Pointer(in.RequiresRepublish))
    	out.SELinuxMount = (*bool)(unsafe.Pointer(in.SELinuxMount))
    	return nil
    }
    
    // Convert_v1beta1_CSIDriverSpec_To_storage_CSIDriverSpec is an autogenerated conversion function.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Aug 04 08:51:01 UTC 2022
    - 41K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/storage/v1beta1/types.go

    	//
    	// Default is "false".
    	//
    	// +featureGate=SELinuxMountReadWriteOncePod
    	// +optional
    	SELinuxMount *bool `json:"seLinuxMount,omitempty" protobuf:"varint,8,opt,name=seLinuxMount"`
    }
    
    // FSGroupPolicy specifies if a CSI Driver supports modifying
    // volume ownership and permissions of the volume to be mounted.
    // More modes may be added in the future.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 27 20:06:32 UTC 2023
    - 33.1K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/storage/v1/types.go

    	//
    	// Default is "false".
    	//
    	// +featureGate=SELinuxMountReadWriteOncePod
    	// +optional
    	SELinuxMount *bool `json:"seLinuxMount,omitempty" protobuf:"varint,8,opt,name=seLinuxMount"`
    }
    
    // FSGroupPolicy specifies if a CSI Driver supports modifying
    // volume ownership and permissions of the volume to be mounted.
    // More modes may be added in the future.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 32K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/storage/v1/types_swagger_doc_generated.go

    	"seLinuxMount":         "seLinuxMount specifies if the CSI driver supports \"-o context\" mount option.\n\nWhen \"true\", the CSI driver must ensure that all volumes provided by this CSI driver can be mounted separately with different `-o context` options. This is typical...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Oct 12 07:07:45 UTC 2023
    - 23.2K bytes
    - Viewed (0)
Back to top