Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 53 for myProp (0.18 sec)

  1. staging/src/k8s.io/apiserver/pkg/admission/plugin/webhook/request/admissionreview_test.go

    	versionedObjOld := &appsv1.Deployment{ObjectMeta: metav1.ObjectMeta{ResourceVersion: "1", Name: "myname", Namespace: "myns"}}
    	userInfo := &user.DefaultInfo{
    		Name:   "myuser",
    		Groups: []string{"mygroup"},
    		UID:    "myuid",
    		Extra:  map[string][]string{"extrakey": {"value1", "value2"}},
    	}
    	attrs := admission.NewAttributesRecord(
    		internalObj.DeepCopyObject(),
    		internalObjOld.DeepCopyObject(),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 07 16:56:12 UTC 2023
    - 20.1K bytes
    - Viewed (0)
  2. maven-repository-metadata/src/test/java/org/apache/maven/artifact/repository/metadata/MetadataTest.java

            source.setGroupId("source-group");
            source.setVersion("2.0");
            assertFalse(target.merge(source));
            assertEquals("myArtifact", target.getArtifactId());
            assertEquals("myGroup", target.getGroupId());
            assertEquals("1.0-SNAPSHOT", target.getVersion());
        }
        /*--- END test common metadata ---*/
    
        /*--- START test "groupId/artifactId/version" metadata ---*/
        @Test
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Fri Apr 12 10:50:18 UTC 2024
    - 14.1K bytes
    - Viewed (0)
  3. pkg/api/testing/serialization_test.go

    		&metav1.Status{Status: "Failure", Message: "something went wrong"},
    		&metav1.APIVersions{Versions: []string{"A", "B", "C"}},
    		&metav1.APIGroupList{Groups: []metav1.APIGroup{{Name: "mygroup"}}},
    		&metav1.APIGroup{Name: "mygroup"},
    		&metav1.APIResourceList{GroupVersion: "mygroup/myversion"},
    	}
    
    	for _, obj := range testcases {
    		// Make sure the unversioned codec can encode
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Sep 25 11:04:08 UTC 2023
    - 19.3K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiserver/pkg/server/deleted_kinds_test.go

    				currentMinor: 20,
    			},
    			restStorage: storageNeverRemoved(),
    			expected:    true,
    		},
    	}
    	for _, tt := range tests {
    		t.Run(tt.name, func(t *testing.T) {
    			gv := schema.GroupVersion{Group: "mygroup", Version: "myversion"}
    			convertor := &dummyConvertor{}
    			if actual := tt.resourceExpirationEvaluator.shouldServe(gv, convertor, tt.restStorage); actual != tt.expected {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Apr 14 00:05:53 UTC 2023
    - 9.8K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apiextensions-apiserver/test/integration/basic_test.go

    		}
    		// Case when apiVersion and Kind would be set up from GVK, but no other objects are present
    		typedNoBodyInstance := &unstructured.Unstructured{
    			Object: map[string]interface{}{
    				"apiVersion": "mygroup.example.com/" + version,
    				"kind":       "WishIHadChosenNoxu",
    			},
    		}
    		if _, err := noxuResourceClient.Create(context.TODO(), typedNoBodyInstance, metav1.CreateOptions{}); !errors.IsInvalid(err) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Apr 23 11:35:33 UTC 2024
    - 33.4K bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/docs/userguide/reference/command_line_interface.adoc

    Sets a <<build_environment.adoc#sec:gradle_system_properties,system property>> of the JVM, for example `-Dmyprop=myvalue`.
    
    `-I`, `--init-script`::
    Specifies an <<init_scripts.adoc#init_scripts,initialization script>>.
    
    `-P`, `--project-prop`::
    Sets a <<project_properties.adoc#sec:project_properties,project property>> of the root project, for example `-Pmyprop=myvalue`.
    
    `-Dorg.gradle.jvmargs`::
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Apr 23 05:36:09 UTC 2024
    - 34.8K bytes
    - Viewed (0)
  7. staging/src/k8s.io/apiserver/pkg/endpoints/handlers/rest_test.go

    	}
    }
    
    func TestPatchCustomResource(t *testing.T) {
    	testGV := schema.GroupVersion{Group: "mygroup.example.com", Version: "v1beta1"}
    	scheme.AddKnownTypes(testGV, &unstructured.Unstructured{})
    	defaulter := runtime.ObjectDefaulter(scheme)
    
    	original := &unstructured.Unstructured{
    		Object: map[string]interface{}{
    			"apiVersion": "mygroup.example.com/v1beta1",
    			"kind":       "Noxu",
    			"metadata": map[string]interface{}{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 28 08:48:22 UTC 2024
    - 41.8K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/tfr/tests/decompose.mlir

    // RUN: tfr-opt %s -tfr-decompose -verify-diagnostics | FileCheck %s
    
    // Definitions for ops that are being used in the tests.
    // ex) tf.MyOp refers to tfr.func @tf__my_op
    
    // CHECK-LABEL: @tf__fake_no_op
    tfr.func @tf__fake_no_op(%arg0: !tfr.tensor) -> !tfr.tensor {
      tfr.return %arg0 : !tfr.tensor
    
    // CHECK-NEXT: tfr.return %arg0 : !tfr.tensor
    }
    
    // CHECK-LABEL: @tf__intermediate
    tfr.func @tf__intermediate(%arg0: !tfr.tensor) -> !tfr.tensor {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Oct 30 06:52:55 UTC 2023
    - 16.7K bytes
    - Viewed (0)
  9. cmd/sts-handlers_test.go

      "foo": {
        "secretKey": "foobar123",
        "status": "enabled"
      }
    }
    `,
    		// Built-in groups should be imported without errors even if LDAP is
    		// enabled.
    		allGroupsFile: `{
      "mygroup": {
        "version": 1,
        "status": "enabled",
        "members": [
          "foo"
        ],
        "updatedAt": "2024-04-23T21:34:43.587429659Z"
      }
    }
    `,
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jun 10 18:45:50 UTC 2024
    - 90K bytes
    - Viewed (0)
  10. staging/src/k8s.io/apiextensions-apiserver/test/integration/ratcheting_test.go

    			if err != nil {
    				t.Fatal(err)
    			}
    		})
    	}
    }
    
    var myCRDV1Beta1 schema.GroupVersionResource = schema.GroupVersionResource{
    	Group:    "mygroup.example.com",
    	Version:  "v1beta1",
    	Resource: "mycrds",
    }
    
    var myCRDInstanceName string = "mycrdinstance"
    
    func TestRatchetingFunctionality(t *testing.T) {
    	cases := []ratchetingTestCase{
    		{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 28 08:48:22 UTC 2024
    - 59.5K bytes
    - Viewed (0)
Back to top