Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 29 of 29 for discoveryv1 (0.15 sec)

  1. common/scripts/metallb-native.yaml

    rules:
    - apiGroups:
      - ""
      resources:
      - services
      - endpoints
      - nodes
      - namespaces
      verbs:
      - get
      - list
      - watch
    - apiGroups:
      - discovery.k8s.io
      resources:
      - endpointslices
      verbs:
      - get
      - list
      - watch
    - apiGroups:
      - ""
      resources:
      - events
      verbs:
      - create
      - patch
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Feb 23 23:56:31 UTC 2024
    - 63.9K bytes
    - Viewed (0)
  2. pkg/kubelet/cm/devicemanager/manager_test.go

    // making sure that after registration, devices are correctly updated and if a re-registration
    // happens, we will NOT delete devices; and no orphaned devices left.
    // While testing above scenario, plugin discovery and registration will be done using
    // Kubelet probe based mechanism
    func TestDevicePluginReRegistrationProbeMode(t *testing.T) {
    	// TODO: Remove skip once https://github.com/kubernetes/kubernetes/pull/115269 merges.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:25:43 UTC 2024
    - 65K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/docs/userguide/native/native_software.adoc

    * Dependency management between native software components.
    * Unit test execution.
    * Generate Visual studio solution and project files.
    * Deep integration with various tool chain, including discovery of installed tool chains.
    
    
    [[sec:supported_languages]]
    == Supported languages
    
    The following source languages are currently supported:
    
    * C
    * C++
    * Objective-C
    * Objective-C++
    * Assembly
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jan 24 23:14:04 UTC 2024
    - 54.6K bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/docs/userguide/releases/upgrading/upgrading_version_4.adoc

     * Gradle will no longer prefer a version of Visual Studio found on the path over other locations. It is now a last resort.
    +
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Feb 22 03:01:48 UTC 2024
    - 60.1K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apiserver/pkg/registry/generic/registry/store.go

    	// converted to before persisted in etcd, given a list of possible
    	// kinds of the object.
    	// If the StorageVersioner is nil, apiserver will leave the
    	// storageVersionHash as empty in the discovery document.
    	StorageVersioner runtime.GroupVersioner
    
    	// DestroyFunc cleans up clients used by the underlying Storage; optional.
    	// If set, DestroyFunc has to be implemented in thread-safe way and
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jan 19 23:22:44 UTC 2024
    - 60.8K bytes
    - Viewed (0)
  6. pilot/pkg/networking/core/sidecar_simulation_test.go

    kind: Service
    metadata:
      name: headless
      namespace: default
    spec:
      clusterIP: None
      selector:
        app: headless
      ports:` + ports + `
    ---
    apiVersion: discovery.k8s.io/v1
    kind: EndpointSlice
    metadata:
      name: headless
      namespace: default
      labels:
        kubernetes.io/service-name: headless
    endpoints:
    - addresses:
      - 1.2.3.4
    ports:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 84.7K bytes
    - Viewed (0)
  7. tests/integration/ambient/baseline_test.go

    	"istio.io/istio/tests/common/jwt"
    	"istio.io/istio/tests/integration/security/util/reachability"
    	util "istio.io/istio/tests/integration/telemetry"
    )
    
    const (
    	templateFile = "manifests/charts/istio-control/istio-discovery/files/waypoint.yaml"
    )
    
    func IsL7() echo.Checker {
    	return check.Each(func(r echot.Response) error {
    		// TODO: response headers?
    		_, f := r.RequestHeaders[http.CanonicalHeaderKey("X-Request-Id")]
    		if !f {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 00:07:28 UTC 2024
    - 78.4K bytes
    - Viewed (0)
  8. pilot/pkg/networking/core/route/route_test.go

    		g.Expect(routes[0].GetRoute().Timeout.Seconds).To(Equal(int64(0)))
    		// nolint: staticcheck
    		g.Expect(routes[0].GetRoute().MaxGrpcTimeout.Seconds).To(Equal(int64(0)))
    	})
    
    	t.Run("for virtual service with HTTP/3 discovery enabled", func(t *testing.T) {
    		g := NewWithT(t)
    		cg := core.NewConfigGenTest(t, core.TestOptions{})
    
    		routes, err := route.BuildHTTPRoutesForVirtualService(node(cg), virtualServicePlain, serviceRegistry,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 14 14:12:39 UTC 2024
    - 88.1K bytes
    - Viewed (0)
  9. cluster/gce/windows/k8s-node-setup.psm1

      Log-Output "Creating service: ${LOGGINGEXPORTER_SERVICE}"
      sc.exe create  $LOGGINGEXPORTER_SERVICE  binpath= "${LOGGINGEXPORTER_ROOT}\flb-exporter.exe --kubernetes-separator=_ --stackdriver-resource-model=k8s --enable-pod-label-discovery --logtostderr --winsvc  --pod-label-dot-replacement=_"
      sc.exe failure $LOGGINGEXPORTER_SERVICE reset= 30 actions= restart/5000
      Write-VerboseServiceInfoToConsole -Service $LOGGINGEXPORTER_SERVICE
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 21:13:22 UTC 2024
    - 88.3K bytes
    - Viewed (0)
Back to top