Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 31 for coordinator (0.25 sec)

  1. api/openapi-spec/v3/apis__networking.k8s.io__v1alpha1_openapi.json

                "kind": "DeleteOptions",
                "version": "v1beta1"
              },
              {
                "group": "coordination.k8s.io",
                "kind": "DeleteOptions",
                "version": "v1"
              },
              {
                "group": "coordination.k8s.io",
                "kind": "DeleteOptions",
                "version": "v1beta1"
              },
              {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 196.5K bytes
    - Viewed (0)
  2. src/main/webapp/js/admin/popper.min.js.map

    DOM node.<br />\n * You can use this method to position a popper relatively to a set of coordinates\n * in case you don't have a DOM node to use as reference.\n *\n * ```\n * new Popper(referenceObject, popperNode);\n * ```\n *\n * NB: This feature isn't supported in Internet Explorer 10.\n * @name referenceObject\n * @property {Function} data.getBoundingClientRect\n * A function that returns a set of coordinates compatible with the native `getBoundingClientRect` method.\n * @property {number} data.clientWidth\n...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Feb 07 10:28:50 UTC 2020
    - 121K bytes
    - Viewed (0)
  3. api/openapi-spec/v3/apis__flowcontrol.apiserver.k8s.io__v1beta3_openapi.json

                "kind": "DeleteOptions",
                "version": "v1beta1"
              },
              {
                "group": "coordination.k8s.io",
                "kind": "DeleteOptions",
                "version": "v1"
              },
              {
                "group": "coordination.k8s.io",
                "kind": "DeleteOptions",
                "version": "v1beta1"
              },
              {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 232.7K bytes
    - Viewed (0)
  4. api/openapi-spec/v3/apis__flowcontrol.apiserver.k8s.io__v1_openapi.json

                "kind": "DeleteOptions",
                "version": "v1beta1"
              },
              {
                "group": "coordination.k8s.io",
                "kind": "DeleteOptions",
                "version": "v1"
              },
              {
                "group": "coordination.k8s.io",
                "kind": "DeleteOptions",
                "version": "v1beta1"
              },
              {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 231.7K bytes
    - Viewed (0)
  5. api/openapi-spec/v3/apis__admissionregistration.k8s.io__v1alpha1_openapi.json

                "kind": "DeleteOptions",
                "version": "v1beta1"
              },
              {
                "group": "coordination.k8s.io",
                "kind": "DeleteOptions",
                "version": "v1"
              },
              {
                "group": "coordination.k8s.io",
                "kind": "DeleteOptions",
                "version": "v1beta1"
              },
              {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 235.4K bytes
    - Viewed (0)
  6. maven-model-builder/src/test/resources/dag.txt

    	quarkus/test-framework/junit5-internal/pom.xml
    quarkus/integration-tests/hibernate-search-orm-elasticsearch-coordination-outbox-polling/pom.xml
    	quarkus/extensions/resteasy-classic/resteasy/runtime/pom.xml
    	quarkus/extensions/hibernate-search-orm-elasticsearch/runtime/pom.xml
    	quarkus/extensions/hibernate-search-orm-coordination-outbox-polling/runtime/pom.xml
    	quarkus/extensions/jdbc/jdbc-h2/runtime/pom.xml
    	quarkus/test-framework/junit5/pom.xml
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Mon Jan 15 16:49:26 UTC 2024
    - 224K bytes
    - Viewed (0)
  7. api/openapi-spec/v3/apis__admissionregistration.k8s.io__v1beta1_openapi.json

                "kind": "DeleteOptions",
                "version": "v1beta1"
              },
              {
                "group": "coordination.k8s.io",
                "kind": "DeleteOptions",
                "version": "v1"
              },
              {
                "group": "coordination.k8s.io",
                "kind": "DeleteOptions",
                "version": "v1beta1"
              },
              {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 235.7K bytes
    - Viewed (0)
  8. operator/cmd/mesh/testdata/manifest-generate/output/pilot_default.golden.yaml

      verbs:
      - create
      - get
      - watch
      - list
      - update
      - delete
    - apiGroups:
      - ""
      resources:
      - configmaps
      verbs:
      - delete
    - apiGroups:
      - coordination.k8s.io
      resources:
      - leases
      verbs:
      - get
      - update
      - patch
      - create
    
    ---
    apiVersion: rbac.authorization.k8s.io/v1
    kind: RoleBinding
    metadata:
      labels:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 102.6K bytes
    - Viewed (0)
  9. okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    taobao
    
    // target : 2015-07-31 Target Domain Holdings, LLC
    target
    
    // tatamotors : 2015-03-12 Tata Motors Ltd
    tatamotors
    
    // tatar : 2014-04-24 Limited Liability Company "Coordination Center of Regional Domain of Tatarstan Republic"
    tatar
    
    // tattoo : 2013-08-30 Top Level Design, LLC
    tattoo
    
    // tax : 2014-03-20 Binky Moon, LLC
    tax
    
    // taxi : 2015-03-19 Binky Moon, LLC
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Dec 20 23:27:07 UTC 2023
    - 240.3K bytes
    - Viewed (0)
  10. doc/go1.17_spec.html

    f := func() int { return 7 }
    ch := make(chan int)
    r, w, _ := os.Pipe()  // os.Pipe() returns a connected pair of Files and an error, if any
    _, y, _ := coord(p)   // coord() returns three values; only interested in y coordinate
    </pre>
    
    <p>
    Unlike regular variable declarations, a short variable declaration may <i>redeclare</i>
    variables provided they were originally declared earlier in the same block
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 11 20:22:45 UTC 2024
    - 211.6K bytes
    - Viewed (0)
Back to top