Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 214 for semver (3.61 sec)

  1. pkg/apis/core/v1/defaults_test.go

    			t.Logf(cmp.Diff(expected, defaults))
    		}
    	})
    }
    
    // TestPodDefaults detects changes to defaults within PodSpec.
    // Defaulting changes within this type (*especially* within containers) can cause kubelets to restart containers on API server update.
    func TestPodDefaults(t *testing.T) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 84.4K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apimachinery/pkg/util/strategicpatch/patch.go

    // scan from the place of last insertion in `right` to the end of `right`,
    // the place is before the first item that is greater than the item we want to insert.
    // example usage: using server-only items as left and patch items as right. We insert server-only items
    // to patch list. We use the order of live object as record for comparison.
    func mergeSortedSlice(left, right, serverOrder []interface{}, mergeKey string, kind reflect.Kind) []interface{} {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 01 23:34:23 UTC 2023
    - 75.5K bytes
    - Viewed (0)
  3. src/net/http/fs_test.go

    		"/403": &fakeFileInfo{
    			err: &fs.PathError{Err: fs.ErrPermission},
    		},
    	}
    	server := FileServer(fs)
    	h := func(w http.ResponseWriter, r *http.Request) {
    		w.Header().Set("Etag", "étude")
    		w.Header().Set("Cache-Control", "yes")
    		w.Header().Set("Content-Type", "awesome")
    		w.Header().Set("Last-Modified", "yesterday")
    		server.ServeHTTP(w, r)
    	}
    	ts := newClientServerTest(t, mode, http.HandlerFunc(h)).ts
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 23:39:44 UTC 2024
    - 49.9K bytes
    - Viewed (0)
  4. operator/pkg/apis/istio/v1alpha1/values_types.proto

      // PodSecurityPolicy cluster role. No longer used anywhere.
      string psp_cluster_role = 11;
    
      // Configuration log level of istio-cni binary. By default, istio-cni sends all logs to the UDS server.
      // To see the logs, change global.logging.level to cni:debug.
      string logLevel = 12;
    
      // Configuration for the CNI Repair controller.
      CNIRepairConfig repair = 13;
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 57.2K bytes
    - Viewed (0)
  5. platforms/core-runtime/base-services/src/main/java/org/gradle/internal/service/DefaultServiceRegistry.java

    import javax.annotation.Nullable;
    import java.io.Closeable;
    import java.lang.annotation.Annotation;
    import java.lang.reflect.Constructor;
    import java.lang.reflect.InvocationTargetException;
    import java.lang.reflect.Member;
    import java.lang.reflect.Modifier;
    import java.lang.reflect.ParameterizedType;
    import java.lang.reflect.Type;
    import java.lang.reflect.WildcardType;
    import java.util.ArrayList;
    import java.util.Arrays;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 29 06:47:40 UTC 2024
    - 53.3K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/validation/validation.go

    }
    
    // AcceptedConversionReviewVersions contains the list of ConversionReview versions the *prior* version of the API server understands.
    // 1.15: server understands v1beta1; accepted versions are ["v1beta1"]
    // 1.16: server understands v1, v1beta1; accepted versions are ["v1beta1"]
    // 1.17+: server understands v1, v1beta1; accepted versions are ["v1","v1beta1"]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 22:07:40 UTC 2024
    - 82.6K bytes
    - Viewed (0)
  7. pilot/pkg/networking/core/listener.go

    		}
    	}
    
    	// If there is a TCP listener on well known port, cannot add any http filter chain
    	// with the inspector as it will break for server-first protocols. Similarly,
    	// if there was a HTTP listener on well known port, cannot add a tcp listener
    	// with the inspector as inspector breaks all server-first protocols.
    	if currentListenerEntry != nil &&
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 06 04:44:06 UTC 2024
    - 55.1K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/testdata/v1.29.0/apps.v1beta2.ReplicaSet.json

                      "mode": 3
                    }
                  ],
                  "defaultMode": 3,
                  "optional": true
                },
                "nfs": {
                  "server": "serverValue",
                  "path": "pathValue",
                  "readOnly": true
                },
                "iscsi": {
                  "targetPortal": "targetPortalValue",
                  "iqn": "iqnValue",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 53.3K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/testdata/HEAD/core.v1.PodTemplate.json

                    "path": "pathValue",
                    "mode": 3
                  }
                ],
                "defaultMode": 3,
                "optional": true
              },
              "nfs": {
                "server": "serverValue",
                "path": "pathValue",
                "readOnly": true
              },
              "iscsi": {
                "targetPortal": "targetPortalValue",
                "iqn": "iqnValue",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 50.1K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/testdata/v1.29.0/extensions.v1beta1.ReplicaSet.json

                      "mode": 3
                    }
                  ],
                  "defaultMode": 3,
                  "optional": true
                },
                "nfs": {
                  "server": "serverValue",
                  "path": "pathValue",
                  "readOnly": true
                },
                "iscsi": {
                  "targetPortal": "targetPortalValue",
                  "iqn": "iqnValue",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 53.3K bytes
    - Viewed (0)
Back to top