Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for SYMMETRIC (0.29 sec)

  1. pkg/apis/core/types.go

    	Data []byte
    }
    
    const (
    	// DefaultHardPodAffinitySymmetricWeight is the weight of implicit PreferredDuringScheduling affinity rule.
    	//
    	// RequiredDuringScheduling affinity is not symmetric, but there is an implicit PreferredDuringScheduling affinity rule
    	// corresponding to every RequiredDuringScheduling affinity rule.
    	// When the --hard-pod-affinity-weight scheduler flag is not specified,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
  2. doc/go_spec.html

    To reduce complexity, type inference ignores the directionality of assignments,
    so the type relationship between <code>Slice</code> and <code>S</code> can be
    expressed via the (symmetric) type equation <code>Slice ≡<sub>A</sub> S</code>
    (or <code>S ≡<sub>A</sub> Slice</code> for that matter),
    where the <code><sub>A</sub></code> in <code>≡<sub>A</sub></code>
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 21:07:21 UTC 2024
    - 281.5K bytes
    - Viewed (1)
  3. staging/src/k8s.io/api/core/v1/types.go

    }
    
    const (
    	// DefaultSchedulerName defines the name of default scheduler.
    	DefaultSchedulerName = "default-scheduler"
    
    	// RequiredDuringScheduling affinity is not symmetric, but there is an implicit PreferredDuringScheduling affinity rule
    	// corresponding to every RequiredDuringScheduling affinity rule.
    	// When the --hard-pod-affinity-weight scheduler flag is not specified,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 390.8K bytes
    - Viewed (0)
Back to top