Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 78 for typeSet (0.23 sec)

  1. pilot/pkg/serviceregistry/kube/controller/ambient/ambientindex_test.go

    			var o *security.Authorization
    			switch pol[0].GroupVersionKind {
    			case gvk.AuthorizationPolicy:
    				o = convertAuthorizationPolicy(systemNS, &clientsecurityv1beta1.AuthorizationPolicy{
    					TypeMeta: metav1.TypeMeta{},
    					ObjectMeta: metav1.ObjectMeta{
    						Name:      pol[0].Name,
    						Namespace: pol[0].Namespace,
    					},
    					Spec: *((pol[0].Spec).(*auth.AuthorizationPolicy)), //nolint: govet
    				})
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 08 01:04:50 UTC 2024
    - 70.2K bytes
    - Viewed (0)
  2. pkg/controller/endpoint/endpoints_controller_test.go

    var ipv6ipv4 = []v1.IPFamily{v1.IPv6Protocol, v1.IPv4Protocol}
    
    func testPod(namespace string, id int, nPorts int, isReady bool, ipFamilies []v1.IPFamily) *v1.Pod {
    	p := &v1.Pod{
    		TypeMeta: metav1.TypeMeta{APIVersion: "v1"},
    		ObjectMeta: metav1.ObjectMeta{
    			Namespace:       namespace,
    			Name:            fmt.Sprintf("pod%d", id),
    			Labels:          map[string]string{"foo": "bar"},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Feb 26 06:51:56 UTC 2024
    - 87.7K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/types_swagger_doc_generated.go

    	return map_TableRowCondition
    }
    
    var map_TypeMeta = map[string]string{
    	"":           "TypeMeta describes an individual object in an API response or request with strings representing the type of the object and its API schema version. Structures that are versioned or persisted should inline TypeMeta.",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Mar 13 18:37:59 UTC 2023
    - 49.2K bytes
    - Viewed (0)
  4. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/gtest.h

    // Test is not copyable.
    class GTEST_API_ Test {
     public:
      friend class TestInfo;
    
      // Defines types for pointers to functions that set up and tear down
      // a test case.
      typedef internal::SetUpTestCaseFunc SetUpTestCaseFunc;
      typedef internal::TearDownTestCaseFunc TearDownTestCaseFunc;
    
      // The d'tor is virtual as we intend to inherit from Test.
      virtual ~Test();
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 86.4K bytes
    - Viewed (0)
  5. platforms/documentation/docs/src/snippets/native-binaries/google-test/groovy/libs/googleTest/1.7.0/include/gtest/gtest.h

    // Test is not copyable.
    class GTEST_API_ Test {
     public:
      friend class TestInfo;
    
      // Defines types for pointers to functions that set up and tear down
      // a test case.
      typedef internal::SetUpTestCaseFunc SetUpTestCaseFunc;
      typedef internal::TearDownTestCaseFunc TearDownTestCaseFunc;
    
      // The d'tor is virtual as we intend to inherit from Test.
      virtual ~Test();
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 86.4K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/schema/cel/celcoststability_test.go

    				"self.set.map(e, e * 20).filter(e, e > 50).exists_one(e, e == 60)": 133,
    				"size(self.set) == 5":                                              4,
    			},
    		},
    		{name: "typemeta and objectmeta access specified",
    			obj: map[string]interface{}{
    				"apiVersion": "v1",
    				"kind":       "Pod",
    				"metadata": map[string]interface{}{
    					"name":         "foo",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Feb 28 19:20:16 UTC 2024
    - 80.2K bytes
    - Viewed (0)
  7. common-protos/k8s.io/apimachinery/pkg/apis/meta/v1/generated.proto

      optional int32 nanos = 2;
    }
    
    // TypeMeta describes an individual object in an API response or request
    // with strings representing the type of the object and its API schema version.
    // Structures that are versioned or persisted should inline TypeMeta.
    //
    // +k8s:deepcopy-gen=false
    message TypeMeta {
      // Kind is a string value representing the REST resource this object represents.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 53.3K bytes
    - Viewed (0)
  8. staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/generated.proto

      optional int32 nanos = 2;
    }
    
    // TypeMeta describes an individual object in an API response or request
    // with strings representing the type of the object and its API schema version.
    // Structures that are versioned or persisted should inline TypeMeta.
    //
    // +k8s:deepcopy-gen=false
    message TypeMeta {
      // Kind is a string value representing the REST resource this object represents.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 53.7K bytes
    - Viewed (0)
  9. tensorflow/c/c_api_function_test.cc

    namespace tensorflow {
    namespace {
    
    // Specification for expected input/output and its type.
    // DataType value of DT_INVALID signifies that we don't want to
    // check the data type.
    typedef std::pair<string, DataType> IOSpec;
    
    const char* kFeedStackToString = "File \"feed.cc\", line 10, in alpha";
    const char* kNegStackToString = "File \"neg.cc\", line 15, in beta";
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jul 20 22:08:54 UTC 2023
    - 63.6K bytes
    - Viewed (0)
  10. pkg/controller/endpointslice/endpointslice_controller_test.go

    		status = v1.ConditionFalse
    	}
    
    	var deletionTimestamp *metav1.Time
    	if terminating {
    		deletionTimestamp = &metav1.Time{
    			Time: time.Now(),
    		}
    	}
    
    	p := &v1.Pod{
    		TypeMeta: metav1.TypeMeta{APIVersion: "v1"},
    		ObjectMeta: metav1.ObjectMeta{
    			Namespace:         namespace,
    			Name:              fmt.Sprintf("pod%d", n),
    			Labels:            map[string]string{"foo": "bar"},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 08:33:32 UTC 2024
    - 65.5K bytes
    - Viewed (0)
Back to top