Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 59 of 59 for coordinationv1 (0.17 sec)

  1. hack/lib/init.sh

    autoscaling/v1 \
    autoscaling/v2 \
    autoscaling/v2beta1 \
    autoscaling/v2beta2 \
    batch/v1 \
    batch/v1beta1 \
    certificates.k8s.io/v1 \
    certificates.k8s.io/v1beta1 \
    certificates.k8s.io/v1alpha1 \
    coordination.k8s.io/v1beta1 \
    coordination.k8s.io/v1 \
    discovery.k8s.io/v1 \
    discovery.k8s.io/v1beta1 \
    resource.k8s.io/v1alpha2 \
    extensions/v1beta1 \
    events.k8s.io/v1 \
    events.k8s.io/v1beta1 \
    imagepolicy.k8s.io/v1alpha1 \
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jun 06 16:18:38 UTC 2024
    - 6.2K bytes
    - Viewed (0)
  2. operator/cmd/mesh/testdata/operator/output/operator-dump.yaml

      verbs:
      - '*'
    - apiGroups:
      - rbac.authorization.k8s.io
      resources:
      - clusterrolebindings
      - clusterroles
      - roles
      - rolebindings
      verbs:
      - '*'
    - apiGroups:
      - coordination.k8s.io
      resources:
      - leases
      verbs:
      - get
      - create
      - update
    - apiGroups:
      - ""
      resources:
      - configmaps
      - endpoints
      - events
      - namespaces
      - pods
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 5.4K bytes
    - Viewed (0)
  3. tensorflow/c/eager/immediate_execution_distributed_manager.h

      // Check if the remote task is alive.
      virtual Status CheckRemoteAlive(const std::string& remote_task_name,
                                      bool* is_alive) = 0;
    
      // Get pointer to the coordination service agent instance.
      virtual tsl::CoordinationServiceAgent* GetCoordinationServiceAgent() = 0;
    };
    }  // namespace tensorflow
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Feb 21 22:37:46 UTC 2024
    - 2.9K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiserver/pkg/audit/policy/reader_test.go

        namespaces: ["default", "kube-system"]
      - level: Metadata
    `
    
    const policyWithUnknownField = `
    apiVersion: audit.k8s.io/v1
    kind: Policy
    rules:
    - level: None
      resources:
      - group: coordination.k8s.io
        resources:
        - "leases"
        verbs: ["watch", "get", "list"] # invalid indentation on verbs
    `
    
    var expectedPolicy = &audit.Policy{
    	Rules: []audit.PolicyRule{{
    		Level:           audit.LevelNone,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 12 15:46:12 UTC 2023
    - 4.2K bytes
    - Viewed (0)
  5. pkg/config/schema/kubetypes/resources.gen.go

    package kubetypes
    
    import (
    	k8sioapiadmissionregistrationv1 "k8s.io/api/admissionregistration/v1"
    	k8sioapiappsv1 "k8s.io/api/apps/v1"
    	k8sioapicertificatesv1 "k8s.io/api/certificates/v1"
    	k8sioapicoordinationv1 "k8s.io/api/coordination/v1"
    	k8sioapicorev1 "k8s.io/api/core/v1"
    	k8sioapidiscoveryv1 "k8s.io/api/discovery/v1"
    	k8sioapinetworkingv1 "k8s.io/api/networking/v1"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Apr 17 16:38:40 UTC 2024
    - 6.2K bytes
    - Viewed (0)
  6. operator/cmd/mesh/testdata/operator/output/operator-init.yaml

      verbs:
      - '*'
    - apiGroups:
      - rbac.authorization.k8s.io
      resources:
      - clusterrolebindings
      - clusterroles
      - roles
      - rolebindings
      verbs:
      - '*'
    - apiGroups:
      - coordination.k8s.io
      resources:
      - leases
      verbs:
      - get
      - create
      - update
    - apiGroups:
      - ""
      resources:
      - configmaps
      - endpoints
      - events
      - namespaces
      - pods
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 5.3K bytes
    - Viewed (0)
  7. pkg/controlplane/apiserver/apis.go

    	authorizationrest "k8s.io/kubernetes/pkg/registry/authorization/rest"
    	certificatesrest "k8s.io/kubernetes/pkg/registry/certificates/rest"
    	coordinationrest "k8s.io/kubernetes/pkg/registry/coordination/rest"
    	corerest "k8s.io/kubernetes/pkg/registry/core/rest"
    	eventsrest "k8s.io/kubernetes/pkg/registry/events/rest"
    	flowcontrolrest "k8s.io/kubernetes/pkg/registry/flowcontrol/rest"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 03 11:50:04 UTC 2024
    - 6.8K bytes
    - Viewed (0)
  8. staging/src/k8s.io/apiserver/pkg/endpoints/filters/storageversion.go

    		// lease (which gets garbage collected when stale) or leader-election leases (which gets
    		// periodically updated by system components). Both types of leases won't be stale in etcd.
    		if requestInfo.APIGroup == "coordination.k8s.io" && requestInfo.Resource == "leases" &&
    			requestInfo.Namespace == metav1.NamespaceSystem {
    			handler.ServeHTTP(w, req)
    			return
    		}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 03 06:51:04 UTC 2023
    - 5K bytes
    - Viewed (0)
  9. platforms/core-execution/workers/src/integTest/groovy/org/gradle/workers/internal/WorkerExecutorNestingIntegrationTest.groovy

            where:
            nestedIsolationMode << ISOLATION_MODES
        }
    
        /*
         * Ideally this would be possible, but it would require coordination between workers and the daemon
         * to figure out who is allowed to schedule more work without violating the max-workers setting.
         */
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:36:27 UTC 2023
    - 9.5K bytes
    - Viewed (0)
Back to top