Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for errString (0.11 sec)

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

    	}
    	if len(apiGroup) > 0 && !allowInvalidAPIGroupInDataSourceOrRef {
    		for _, errString := range validation.IsDNS1123Subdomain(apiGroup) {
    			allErrs = append(allErrs, field.Invalid(fldPath.Child("apiGroup"), apiGroup, errString))
    		}
    	}
    
    	return allErrs
    }
    
    // validateDataSourceRef validates a DataSourceRef in a PersistentVolumeClaimSpec
    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. CHANGELOG/CHANGELOG-1.20.md

    - Kubeadm: relax the validation of kubeconfig server URLs. Allow the user to define custom kubeconfig server URLs without erroring out during validation of existing kubeconfig files (e.g. when using external CA mode). ([#94816](https://github.com/kubernetes/kubernetes/pull/94816), [@neolit123](https://github.com/neolit123)) [SIG Cluster Lifecycle]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 19 21:05:45 UTC 2022
    - 409K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.25.md

    
    ###  Introduced KMS v2
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 06 09:23:20 UTC 2024
    - 419.1K bytes
    - Viewed (0)
Back to top