Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 40 for coordinationv1 (0.27 sec)

  1. pkg/controller/storageversiongc/gc_controller.go

    func (c *Controller) onDeleteLease(logger klog.Logger, obj interface{}) {
    	castObj, ok := obj.(*coordinationv1.Lease)
    	if !ok {
    		tombstone, ok := obj.(cache.DeletedFinalStateUnknown)
    		if !ok {
    			utilruntime.HandleError(fmt.Errorf("couldn't get object from tombstone %#v", obj))
    			return
    		}
    		castObj, ok = tombstone.Obj.(*coordinationv1.Lease)
    		if !ok {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 10K bytes
    - Viewed (0)
  2. pkg/config/schema/kubeclient/resources.gen.go

    		}
    	case gvr.Lease:
    		l = func(options metav1.ListOptions) (runtime.Object, error) {
    			return c.Kube().CoordinationV1().Leases(opts.Namespace).List(context.Background(), options)
    		}
    		w = func(options metav1.ListOptions) (watch.Interface, error) {
    			return c.Kube().CoordinationV1().Leases(opts.Namespace).Watch(context.Background(), options)
    		}
    	case gvr.MutatingWebhookConfiguration:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 08 13:57:51 UTC 2024
    - 31.1K bytes
    - Viewed (0)
  3. pilot/pkg/leaderelection/leaderelection.go

    			Identity: l.name,
    			Key:      key,
    		},
    	}
    	if l.perRevision {
    		lock = &k8sresourcelock.LeaseLock{
    			LeaseMeta: metav1.ObjectMeta{Namespace: l.namespace, Name: l.electionID},
    			Client:    l.client.CoordinationV1(),
    			// Note: Key is NOT used. This is not implemented in the library for Lease nor needed, since this is already per-revision.
    			// See below, where we disable KeyComparison
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Apr 12 16:44:32 UTC 2024
    - 9.7K bytes
    - Viewed (0)
  4. pkg/printers/internalversion/printers.go

    	batchv1 "k8s.io/api/batch/v1"
    	batchv1beta1 "k8s.io/api/batch/v1beta1"
    	certificatesv1alpha1 "k8s.io/api/certificates/v1alpha1"
    	certificatesv1beta1 "k8s.io/api/certificates/v1beta1"
    	coordinationv1 "k8s.io/api/coordination/v1"
    	apiv1 "k8s.io/api/core/v1"
    	discoveryv1beta1 "k8s.io/api/discovery/v1beta1"
    	extensionsv1beta1 "k8s.io/api/extensions/v1beta1"
    	flowcontrolv1 "k8s.io/api/flowcontrol/v1"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 14:04:15 UTC 2024
    - 128.3K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/testdata/v1.30.0/coordination.k8s.io.v1.Lease.yaml

    apiVersion: coordination.k8s.io/v1
    kind: Lease
    metadata:
      annotations:
        annotationsKey: annotationsValue
      creationTimestamp: "2008-01-01T01:01:01Z"
      deletionGracePeriodSeconds: 10
      deletionTimestamp: "2009-01-01T01:01:01Z"
      finalizers:
      - finalizersValue
      generateName: generateNameValue
      generation: 7
      labels:
        labelsKey: labelsValue
      managedFields:
      - apiVersion: apiVersionValue
        fieldsType: fieldsTypeValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 1K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/testdata/v1.30.0/coordination.k8s.io.v1beta1.Lease.json

    {
      "kind": "Lease",
      "apiVersion": "coordination.k8s.io/v1beta1",
      "metadata": {
        "name": "nameValue",
        "generateName": "generateNameValue",
        "namespace": "namespaceValue",
        "selfLink": "selfLinkValue",
        "uid": "uidValue",
        "resourceVersion": "resourceVersionValue",
        "generation": 7,
        "creationTimestamp": "2008-01-01T01:01:01Z",
        "deletionTimestamp": "2009-01-01T01:01:01Z",
        "deletionGracePeriodSeconds": 10,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 1.4K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/testdata/v1.30.0/coordination.k8s.io.v1beta1.Lease.yaml

    apiVersion: coordination.k8s.io/v1beta1
    kind: Lease
    metadata:
      annotations:
        annotationsKey: annotationsValue
      creationTimestamp: "2008-01-01T01:01:01Z"
      deletionGracePeriodSeconds: 10
      deletionTimestamp: "2009-01-01T01:01:01Z"
      finalizers:
      - finalizersValue
      generateName: generateNameValue
      generation: 7
      labels:
        labelsKey: labelsValue
      managedFields:
      - apiVersion: apiVersionValue
        fieldsType: fieldsTypeValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 1K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/testdata/v1.30.0/coordination.k8s.io.v1.Lease.json

    {
      "kind": "Lease",
      "apiVersion": "coordination.k8s.io/v1",
      "metadata": {
        "name": "nameValue",
        "generateName": "generateNameValue",
        "namespace": "namespaceValue",
        "selfLink": "selfLinkValue",
        "uid": "uidValue",
        "resourceVersion": "resourceVersionValue",
        "generation": 7,
        "creationTimestamp": "2008-01-01T01:01:01Z",
        "deletionTimestamp": "2009-01-01T01:01:01Z",
        "deletionGracePeriodSeconds": 10,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 1.4K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/coordination/v1/doc.go

    limitations under the License.
    */
    
    // +k8s:deepcopy-gen=package
    // +k8s:protobuf-gen=package
    // +k8s:openapi-gen=true
    // +k8s:prerelease-lifecycle-gen=true
    
    // +groupName=coordination.k8s.io
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 778 bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/testdata/v1.30.0/coordination.k8s.io.v1beta1.Lease.pb

    SataQiu <******@****.***> 1713430345 +0800
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 453 bytes
    - Viewed (0)
Back to top