Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Dependents (0.08 sec)

  1. pkg/kubelet/kubelet.go

    	daemonEndpoints *v1.NodeDaemonEndpoints
    
    	// A queue used to trigger pod workers.
    	workQueue queue.WorkQueue
    
    	// oneTimeInitializer is used to initialize modules that are dependent on the runtime to be up.
    	oneTimeInitializer sync.Once
    
    	// If set, use this IP address or addresses for the node
    	nodeIPs []net.IP
    
    	// use this function to validate the kubelet nodeIP
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 126.1K bytes
    - Viewed (0)
  2. docs/en/docs/release-notes.md

    ## 0.13.0
    
    * Improve/upgrade OAuth2 scopes support with `SecurityScopes`:
        * `SecurityScopes` can be declared as a parameter like `Request`, to get the scopes of all super-dependencies/dependants.
        * Improve `Security` handling, merging scopes when declaring `SecurityScopes`.
        * Allow using `SecurityBase` (like `OAuth2`) classes with `Depends` and still document them. `Security` now is needed only to declare `scopes`.
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Jun 14 15:07:37 UTC 2024
    - 395.4K bytes
    - Viewed (0)
Back to top