Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 93 for annotation1 (0.17 sec)

  1. pkg/controller/statefulset/stateful_set_utils_test.go

    	if err != nil {
    		t.Fatal(err)
    	}
    	set.Spec.Template.Spec.Containers[0].Name = "foo"
    	if set.Annotations == nil {
    		set.Annotations = make(map[string]string)
    	}
    	key := "foo"
    	expectedValue := "bar"
    	set.Annotations[key] = expectedValue
    	restoredSet, err := ApplyRevision(set, revision)
    	if err != nil {
    		t.Fatal(err)
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 19:06:41 UTC 2024
    - 50.9K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/testdata/HEAD/batch.v1.CronJob.json

        "creationTimestamp": "2008-01-01T01:01:01Z",
        "deletionTimestamp": "2009-01-01T01:01:01Z",
        "deletionGracePeriodSeconds": 10,
        "labels": {
          "labelsKey": "labelsValue"
        },
        "annotations": {
          "annotationsKey": "annotationsValue"
        },
        "ownerReferences": [
          {
            "apiVersion": "apiVersionValue",
            "kind": "kindValue",
            "name": "nameValue",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 63.5K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/testdata/HEAD/apps.v1beta1.StatefulSet.json

        "creationTimestamp": "2008-01-01T01:01:01Z",
        "deletionTimestamp": "2009-01-01T01:01:01Z",
        "deletionGracePeriodSeconds": 10,
        "labels": {
          "labelsKey": "labelsValue"
        },
        "annotations": {
          "annotationsKey": "annotationsValue"
        },
        "ownerReferences": [
          {
            "apiVersion": "apiVersionValue",
            "kind": "kindValue",
            "name": "nameValue",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 58.3K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/testdata/HEAD/batch.v1beta1.CronJob.json

        "creationTimestamp": "2008-01-01T01:01:01Z",
        "deletionTimestamp": "2009-01-01T01:01:01Z",
        "deletionGracePeriodSeconds": 10,
        "labels": {
          "labelsKey": "labelsValue"
        },
        "annotations": {
          "annotationsKey": "annotationsValue"
        },
        "ownerReferences": [
          {
            "apiVersion": "apiVersionValue",
            "kind": "kindValue",
            "name": "nameValue",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 63.5K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/testdata/HEAD/apps.v1.StatefulSet.json

        "creationTimestamp": "2008-01-01T01:01:01Z",
        "deletionTimestamp": "2009-01-01T01:01:01Z",
        "deletionGracePeriodSeconds": 10,
        "labels": {
          "labelsKey": "labelsValue"
        },
        "annotations": {
          "annotationsKey": "annotationsValue"
        },
        "ownerReferences": [
          {
            "apiVersion": "apiVersionValue",
            "kind": "kindValue",
            "name": "nameValue",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 58.3K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/testdata/HEAD/apps.v1beta2.StatefulSet.json

        "creationTimestamp": "2008-01-01T01:01:01Z",
        "deletionTimestamp": "2009-01-01T01:01:01Z",
        "deletionGracePeriodSeconds": 10,
        "labels": {
          "labelsKey": "labelsValue"
        },
        "annotations": {
          "annotationsKey": "annotationsValue"
        },
        "ownerReferences": [
          {
            "apiVersion": "apiVersionValue",
            "kind": "kindValue",
            "name": "nameValue",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 58.3K bytes
    - Viewed (0)
  7. pilot/pkg/networking/core/route/route_test.go

    		g := NewWithT(t)
    		cg := core.NewConfigGenTest(t, core.TestOptions{})
    
    		vs := virtualServiceWithCatchAllRoute
    		if vs.Annotations == nil {
    			vs.Annotations = make(map[string]string)
    		}
    		vs.Annotations[constants.InternalRouteSemantics] = constants.RouteSemanticsIngress
    
    		routes, err := route.BuildHTTPRoutesForVirtualService(node(cg), vs,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 14 14:12:39 UTC 2024
    - 88.1K bytes
    - Viewed (0)
  8. staging/src/k8s.io/apiserver/pkg/storage/testing/store_tests.go

    				return
    			}
    			if err != nil {
    				t.Fatalf("%s: GuaranteedUpdate failed: %v", tt.name, err)
    			}
    			if !reflect.DeepEqual(out.ObjectMeta.Annotations, annotations) {
    				t.Errorf("%s: pod annotations want=%s, get=%s", tt.name, annotations, out.ObjectMeta.Annotations)
    			}
    			if out.SelfLink != "" {
    				t.Errorf("%s: selfLink should not be set", tt.name)
    			}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 12:45:33 UTC 2024
    - 91.4K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/testdata/HEAD/apps.v1.Deployment.json

        "creationTimestamp": "2008-01-01T01:01:01Z",
        "deletionTimestamp": "2009-01-01T01:01:01Z",
        "deletionGracePeriodSeconds": 10,
        "labels": {
          "labelsKey": "labelsValue"
        },
        "annotations": {
          "annotationsKey": "annotationsValue"
        },
        "ownerReferences": [
          {
            "apiVersion": "apiVersionValue",
            "kind": "kindValue",
            "name": "nameValue",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 54.5K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/testdata/HEAD/apps.v1beta1.Deployment.json

        "creationTimestamp": "2008-01-01T01:01:01Z",
        "deletionTimestamp": "2009-01-01T01:01:01Z",
        "deletionGracePeriodSeconds": 10,
        "labels": {
          "labelsKey": "labelsValue"
        },
        "annotations": {
          "annotationsKey": "annotationsValue"
        },
        "ownerReferences": [
          {
            "apiVersion": "apiVersionValue",
            "kind": "kindValue",
            "name": "nameValue",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 54.5K bytes
    - Viewed (0)
Back to top