Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 89 for nack (0.09 sec)

  1. pkg/proxy/nftables/proxier_test.go

    	}
    	healthCheckNodePorts = fp.svcPortMap.HealthCheckNodePorts()
    	if len(healthCheckNodePorts) != 1 {
    		t.Errorf("expected healthcheck ports length 1, got %v", healthCheckNodePorts)
    	}
    
    	// And back to ClusterIP
    	fp.OnServiceUpdate(servicev2, servicev1)
    	result = fp.svcPortMap.Update(fp.serviceChanges)
    	if len(fp.svcPortMap) != 2 {
    		t.Errorf("expected service map length 2, got %v", fp.svcPortMap)
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Apr 27 01:31:57 UTC 2024
    - 173.5K bytes
    - Viewed (0)
  2. api/openapi-spec/v3/apis__autoscaling__v2_openapi.json

                "description": "String that identifies the server's internal version of this object that can be used by clients to determine when objects have changed. Value must be treated as opaque by clients and passed unmodified back to the server. Populated by the system. Read-only. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency",
                "type": "string"
              },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 186.6K bytes
    - Viewed (0)
  3. src/cmd/internal/obj/arm64/asm7.go

    		var immh, width uint8
    		switch pack(Q, af, at) {
    		case pack(0, ARNG_8B, ARNG_8H):
    			immh, width = 1, 8
    		case pack(1, ARNG_16B, ARNG_8H):
    			immh, width = 1, 8
    		case pack(0, ARNG_4H, ARNG_4S):
    			immh, width = 2, 16
    		case pack(1, ARNG_8H, ARNG_4S):
    			immh, width = 2, 16
    		case pack(0, ARNG_2S, ARNG_2D):
    			immh, width = 4, 32
    		case pack(1, ARNG_4S, ARNG_2D):
    			immh, width = 4, 32
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 15:44:14 UTC 2024
    - 201.1K bytes
    - Viewed (0)
  4. api/openapi-spec/v3/apis__networking.k8s.io__v1alpha1_openapi.json

                "description": "String that identifies the server's internal version of this object that can be used by clients to determine when objects have changed. Value must be treated as opaque by clients and passed unmodified back to the server. Populated by the system. Read-only. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency",
                "type": "string"
              },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 196.5K bytes
    - Viewed (0)
  5. pkg/test/framework/features/allowlist.txt

    // This file contains all test cases known to exist before 6/8/2020
    // It will be used to allow old test cases to lack feature labels,
    // while failing on new tests that don't use labels.
    authn_policy,TestAuthnPolicy
    authz_deny,TestAuthzDeny
    authz_ingress,TestAuthzIngress
    authz_jwt,TestAuthzJWT
    authz_tcp,TestAuthzTCP
    cert_mtls_test,TestCertMtls
    cert_provision_prometheus,TestPrometheusCert
    client_tracing_test,TestClientTracing
    cni,TestCNIReachability
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Oct 18 18:03:23 UTC 2022
    - 103.9K bytes
    - Viewed (0)
  6. pkg/controller/nodelifecycle/node_lifecycle_controller_test.go

    			expectedInitialStates: map[string]ZoneState{
    				"": stateNormal,
    			},
    			expectedFollowingStates: map[string]ZoneState{
    				"": stateNormal,
    			},
    		},
    		"No Disruption: Initially both zones down, one comes back": {
    			nodeList: []*v1.Node{
    				{
    					ObjectMeta: metav1.ObjectMeta{
    						Name:              "node0",
    						CreationTimestamp: fakeNow,
    						Labels: map[string]string{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Feb 26 03:26:45 UTC 2024
    - 119K bytes
    - Viewed (0)
  7. staging/src/k8s.io/apiserver/pkg/registry/generic/registry/store_test.go

    		groupVersion := schema.GroupVersion{Group: requestInfo.APIGroup, Version: requestInfo.APIVersion}
    		switch groupVersion {
    		case appsv1beta1, appsv1beta2, extensionsv1beta1:
    			// for back compatibility
    			return rest.OrphanDependents
    		default:
    			return rest.DeleteDependents
    		}
    	}
    	return rest.OrphanDependents
    }
    
    func TestDeletionFinalizersForGarbageCollection(t *testing.T) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 10:12:02 UTC 2024
    - 101.8K bytes
    - Viewed (0)
  8. api/openapi-spec/v3/apis__flowcontrol.apiserver.k8s.io__v1beta3_openapi.json

                "description": "String that identifies the server's internal version of this object that can be used by clients to determine when objects have changed. Value must be treated as opaque by clients and passed unmodified back to the server. Populated by the system. Read-only. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency",
                "type": "string"
              },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 232.7K bytes
    - Viewed (0)
  9. api/openapi-spec/v3/apis__flowcontrol.apiserver.k8s.io__v1_openapi.json

                "description": "String that identifies the server's internal version of this object that can be used by clients to determine when objects have changed. Value must be treated as opaque by clients and passed unmodified back to the server. Populated by the system. Read-only. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency",
                "type": "string"
              },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 231.7K bytes
    - Viewed (0)
  10. src/reflect/all_test.go

    // run a function call using that frame, and then copy the results back out of the frame.
    // The reflect.call function does a memmove of the frame structure onto the
    // stack (to set up the inputs), runs the call, and the memmoves the stack back to
    // the frame structure (to preserve the outputs).
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 218.8K bytes
    - Viewed (0)
Back to top