Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 8 of 8 for ants (0.43 sec)

  1. pkg/apis/core/types.go

    }
    
    // PodAntiAffinity is a group of inter pod anti affinity scheduling rules.
    type PodAntiAffinity struct {
    	// NOT YET IMPLEMENTED. TODO: Uncomment field once it is implemented.
    	// If the anti-affinity requirements specified by this field are not met at
    	// scheduling time, the pod will not be scheduled onto the node.
    	// If the anti-affinity requirements specified by this field cease to be met
    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. staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go

    	return map_PodAffinityTerm
    }
    
    var map_PodAntiAffinity = map[string]string{
    	"": "Pod anti affinity is a group of inter pod anti affinity scheduling rules.",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 254.8K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/core/v1/types.go

    }
    
    // Pod anti affinity is a group of inter pod anti affinity scheduling rules.
    type PodAntiAffinity struct {
    	// NOT YET IMPLEMENTED. TODO: Uncomment field once it is implemented.
    	// If the anti-affinity requirements specified by this field are not met at
    	// scheduling time, the pod will not be scheduled onto the node.
    	// If the anti-affinity requirements specified by this field cease to be met
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 390.8K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/core/v1/generated.proto

      // +optional
      repeated string mismatchLabelKeys = 6;
    }
    
    // Pod anti affinity is a group of inter pod anti affinity scheduling rules.
    message PodAntiAffinity {
      // If the anti-affinity requirements specified by this field are not met at
      // scheduling time, the pod will not be scheduled onto the node.
      // If the anti-affinity requirements specified by this field cease to be met
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 280.3K bytes
    - Viewed (0)
  5. api/openapi-spec/v3/apis__batch__v1_openapi.json

          },
          "io.k8s.api.core.v1.PodAntiAffinity": {
            "description": "Pod anti affinity is a group of inter pod anti affinity scheduling rules.",
            "properties": {
              "preferredDuringSchedulingIgnoredDuringExecution": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 485.4K bytes
    - Viewed (0)
  6. operator/pkg/apis/istio/v1alpha1/values_types.pb.go

    	// Pod anti-affinity label selector.
    	//
    	// Specify the pod anti-affinity that allows you to constrain which nodes
    	// your pod is eligible to be scheduled based on labels on pods that are
    	// already running on the node rather than based on labels on nodes.
    	// There are currently two types of anti-affinity:
    	//
    	//	"requiredDuringSchedulingIgnoredDuringExecution"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 329.6K bytes
    - Viewed (0)
  7. doc/go_spec.html

    </li>
    </ol>
    
    <p>
    A comment cannot start inside a <a href="#Rune_literals">rune</a> or
    <a href="#String_literals">string literal</a>, or inside a comment.
    A general comment containing no newlines acts like a space.
    Any other comment acts like a newline.
    </p>
    
    <h3 id="Tokens">Tokens</h3>
    
    <p>
    Tokens form the vocabulary of the Go language.
    There are four classes: <i>identifiers</i>, <i>keywords</i>, <i>operators
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 21:07:21 UTC 2024
    - 281.5K bytes
    - Viewed (1)
  8. pkg/proxy/iptables/proxier_test.go

    		// allowAltNodeIP is true if we expect NodePort traffic on the alternate
    		// node IP to be accepted
    		allowAltNodeIP bool
    
    		// expectFirewall is true if we expect KUBE-FIREWALL to be filled in with
    		// an anti-martian-packet rule
    		expectFirewall bool
    	}{
    		{
    			name: "ipv4, localhost-nodeports enabled",
    
    			family:             v1.IPv4Protocol,
    			localhostNodePorts: true,
    			nodePortAddresses:  nil,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 21 14:39:54 UTC 2024
    - 249.9K bytes
    - Viewed (1)
Back to top