Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 18 for Lease (0.12 sec)

  1. plugin/pkg/admission/noderestriction/admission_test.go

    		},
    		{
    			name:       "allowed create node lease - feature enabled",
    			attributes: admission.NewAttributesRecord(lease, nil, leaseKind, lease.Namespace, lease.Name, leaseResource, "", admission.Create, &metav1.CreateOptions{}, false, mynode),
    			err:        "",
    		},
    		{
    			name:       "allowed update node lease - feature enabled",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 73.2K bytes
    - Viewed (0)
  2. pkg/controller/nodelifecycle/node_lifecycle_controller.go

    	status                   *v1.NodeStatus
    	lease                    *coordv1.Lease
    }
    
    func (n *nodeHealthData) deepCopy() *nodeHealthData {
    	if n == nil {
    		return nil
    	}
    	return &nodeHealthData{
    		probeTimestamp:           n.probeTimestamp,
    		readyTransitionTimestamp: n.readyTransitionTimestamp,
    		status:                   n.status.DeepCopy(),
    		lease:                    n.lease.DeepCopy(),
    	}
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 51.6K bytes
    - Viewed (0)
  3. api/discovery/aggregated_v2beta1.json

                {
                  "resource": "leases",
                  "responseKind": {
                    "group": "",
                    "kind": "Lease",
                    "version": ""
                  },
                  "scope": "Namespaced",
                  "singularResource": "lease",
                  "verbs": [
                    "create",
                    "delete",
                    "deletecollection",
                    "get",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 55.4K bytes
    - Viewed (0)
  4. api/discovery/aggregated_v2.json

                {
                  "resource": "leases",
                  "responseKind": {
                    "group": "",
                    "kind": "Lease",
                    "version": ""
                  },
                  "scope": "Namespaced",
                  "singularResource": "lease",
                  "verbs": [
                    "create",
                    "delete",
                    "deletecollection",
                    "get",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 12 17:29:14 UTC 2024
    - 55.4K bytes
    - Viewed (0)
  5. pilot/pkg/config/kube/crdclient/types.gen.go

    				Generation:        obj.Generation,
    			},
    			Spec:   &obj.Spec,
    			Status: &obj.Status,
    		}
    	},
    	gvk.Lease: func(r runtime.Object) config.Config {
    		obj := r.(*k8sioapicoordinationv1.Lease)
    		return config.Config{
    			Meta: config.Meta{
    				GroupVersionKind:  gvk.Lease,
    				Name:              obj.Name,
    				Namespace:         obj.Namespace,
    				Labels:            obj.Labels,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Apr 12 17:37:32 UTC 2024
    - 62.2K bytes
    - Viewed (0)
  6. cmd/kube-controller-manager/app/options/options_test.go

    	"--kube-api-burst=100",
    	"--kube-api-content-type=application/json",
    	"--kube-api-qps=50.0",
    	"--kubeconfig=/kubeconfig",
    	"--large-cluster-size-threshold=100",
    	"--leader-elect=false",
    	"--leader-elect-lease-duration=30s",
    	"--leader-elect-renew-deadline=15s",
    	"--leader-elect-resource-lock=configmap",
    	"--leader-elect-retry-period=5s",
    	"--legacy-service-account-token-clean-up-period=8760h",
    	"--master=192.168.4.20",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 27 02:59:09 UTC 2024
    - 55.1K bytes
    - Viewed (0)
  7. cmd/kubelet/app/server.go

    		heartbeatClientConfig := *clientConfig
    		heartbeatClientConfig.Timeout = s.KubeletConfiguration.NodeStatusUpdateFrequency.Duration
    		// The timeout is the minimum of the lease duration and status update frequency
    		leaseTimeout := time.Duration(s.KubeletConfiguration.NodeLeaseDurationSeconds) * time.Second
    		if heartbeatClientConfig.Timeout > leaseTimeout {
    			heartbeatClientConfig.Timeout = leaseTimeout
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 00:05:34 UTC 2024
    - 53.9K bytes
    - Viewed (0)
  8. platforms/documentation/docs/src/docs/css/javadoc.css

    .page-search-info {
        background-color: var(--subnav-background-color);
        border-radius: 3px;
        border: 0 solid var(--border-color);
        padding: 0 8px;
        overflow: hidden;
        height: 0;
        transition: all 0.2s ease;
    }
    div.table-tabs > button.table-tab {
        background: var(--navbar-background-color);
        color: var(--navbar-text-color);
    }
    .page-search-header {
        padding: 5px 12px 7px 12px;
        font-weight: bold;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Apr 09 14:25:49 UTC 2024
    - 50.5K bytes
    - Viewed (0)
  9. platforms/documentation/docs/src/docs/css/manual.css

    	display: flex;
    	flex: 0 0 auto;
    	margin-left: 12px;
    }
    
    .site-header__navigation-collapsible {
    	flex: 1 1 auto;
    	height: 210px;
    	overflow: visible;
    	transition: height 0.3s ease;
    }
    
    .site-header__navigation-items {
    	display: flex;
    	flex-direction: column;
    	flex-wrap: wrap;
    	align-items: flex-start;
    	max-height: 210px;
    	/* This matches the collapsible height above */
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat May 25 05:15:02 UTC 2024
    - 72.6K bytes
    - Viewed (0)
  10. src/bytes/bytes_test.go

    			return false
    		}
    	}
    	return true
    }
    
    func sliceOfString(s [][]byte) []string {
    	result := make([]string, len(s))
    	for i, v := range s {
    		result[i] = string(v)
    	}
    	return result
    }
    
    // For ease of reading, the test cases use strings that are converted to byte
    // slices before invoking the functions.
    
    var abcd = "abcd"
    var faces = "☺☻☹"
    var commas = "1,2,3,4"
    var dots = "1....2....3....4"
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 03 12:58:37 UTC 2024
    - 56.5K bytes
    - Viewed (0)
Back to top