Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for keynote (0.15 sec)

  1. doc/go_spec.html

    </p>
    
    <p>
    The form <code>a … b</code> represents the set of characters from
    <code>a</code> through <code>b</code> as alternatives. The horizontal
    ellipsis <code>…</code> is also used elsewhere in the spec to informally denote various
    enumerations or code snippets that are not further specified. The character <code>…</code>
    (as opposed to the three characters <code>...</code>) is not a token of the Go
    language.
    </p>
    
    <p>
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 21:07:21 UTC 2024
    - 281.5K bytes
    - Viewed (1)
  2. pkg/apis/core/validation/validation.go

    		if service.Spec.IPFamilyPolicy != nil {
    			allErrs = append(allErrs, field.Forbidden(specPath.Child("ipFamilyPolicy"), "may not be set for ExternalName services"))
    		}
    
    		// The value (a CNAME) may have a trailing dot to denote it as fully qualified
    		cname := strings.TrimSuffix(service.Spec.ExternalName, ".")
    		if len(cname) > 0 {
    			allErrs = append(allErrs, ValidateDNS1123Subdomain(cname, specPath.Child("externalName"))...)
    		} else {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 349.5K bytes
    - Viewed (0)
  3. operator/pkg/apis/istio/v1alpha1/values_types.pb.go

    	// There are currently two types of anti-affinity:
    	//
    	//	"requiredDuringSchedulingIgnoredDuringExecution"
    	//	"preferredDuringSchedulingIgnoredDuringExecution"
    	//
    	// which denote “hard” vs. “soft” requirements, you can define your values
    	// in "podAntiAffinityLabelSelector" and "podAntiAffinityTermLabelSelector"
    	// correspondingly.
    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