Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for Devname (0.17 sec)

  1. pkg/apis/core/validation/validation.go

    	for i, dev := range devices {
    		idxPath := fldPath.Index(i)
    		devName := dev.Name
    		devPath := dev.DevicePath
    		didMatch, isPVC := isMatchedDevice(devName, volumes)
    		if len(devName) == 0 {
    			allErrs = append(allErrs, field.Required(idxPath.Child("name"), ""))
    		}
    		if devicename.Has(devName) {
    			allErrs = append(allErrs, field.Invalid(idxPath.Child("name"), devName, "must be unique"))
    		}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 349.5K bytes
    - Viewed (0)
  2. maven-core/src/test/resources/apiv4-repo/junit/junit/4.13.1/junit-4.13.1.jar

    TestSuite(Class[]); private Test testCaseForClass(Class); public void TestSuite(Class[], String); public void addTest(Test); public void addTestSuite(Class); public int countTestCases(); public String getName(); public void run(TestResult); public void runTest(Test, TestResult); public void setName(String); public Test testAt(int); public int testCount(); public java.util.Enumeration tests(); public String toString(); private void addTestMethod(reflect.Method, java.util.List, Class); private boolean...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Dec 19 19:08:55 UTC 2023
    - 373.7K bytes
    - Viewed (0)
  3. operator/pkg/apis/istio/v1alpha1/values_types.pb.go

    	}
    	return nil
    }
    
    func (x *EgressGatewayConfig) GetLabels() map[string]string {
    	if x != nil {
    		return x.Labels
    	}
    	return nil
    }
    
    func (x *EgressGatewayConfig) GetName() string {
    	if x != nil {
    		return x.Name
    	}
    	return ""
    }
    
    // Deprecated: Marked as deprecated in pkg/apis/istio/v1alpha1/values_types.proto.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 329.6K bytes
    - Viewed (0)
Back to top