Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for daemonOpts (0.13 sec)

  1. pkg/controller/daemon/daemon_controller.go

    }
    
    // getDaemonSetsForHistory returns a list of DaemonSets that potentially
    // match a ControllerRevision.
    func (dsc *DaemonSetsController) getDaemonSetsForHistory(logger klog.Logger, history *apps.ControllerRevision) []*apps.DaemonSet {
    	daemonSets, err := dsc.dsLister.GetHistoryDaemonSets(history)
    	if err != nil || len(daemonSets) == 0 {
    		return nil
    	}
    	if len(daemonSets) > 1 {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 51.3K bytes
    - Viewed (0)
  2. api/discovery/aggregated_v2.json

                    "update",
                    "watch"
                  ]
                },
                {
                  "categories": [
                    "all"
                  ],
                  "resource": "daemonsets",
                  "responseKind": {
                    "group": "",
                    "kind": "DaemonSet",
                    "version": ""
                  },
                  "scope": "Namespaced",
                  "shortNames": [
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 12 17:29:14 UTC 2024
    - 55.4K bytes
    - Viewed (0)
  3. api/discovery/aggregated_v2beta1.json

                    "update",
                    "watch"
                  ]
                },
                {
                  "categories": [
                    "all"
                  ],
                  "resource": "daemonsets",
                  "responseKind": {
                    "group": "",
                    "kind": "DaemonSet",
                    "version": ""
                  },
                  "scope": "Namespaced",
                  "shortNames": [
    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. staging/src/k8s.io/api/apps/v1/types.go

    	// Allowing surge implies the possibility that the resources consumed by the
    	// daemonset on any given node can double if the readiness check fails, and
    	// so resource intensive daemonsets should take into account that they may
    	// cause evictions during disruption.
    	// +optional
    	MaxSurge *intstr.IntOrString `json:"maxSurge,omitempty" protobuf:"bytes,2,opt,name=maxSurge"`
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 49.1K bytes
    - Viewed (0)
Back to top