Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 42 of 42 for families (0.2 sec)

  1. docs/en/docs/advanced/openapi-callbacks.md

    It will have a *path operation* that will receive an `Invoice` body, and a query parameter `callback_url` that will contain the URL for the callback.
    
    This part is pretty normal, most of the code is probably already familiar to you:
    
    ```Python hl_lines="9-13  36-53"
    {!../../../docs_src/openapi_callbacks/tutorial001.py!}
    ```
    
    !!! tip
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu May 02 22:37:31 UTC 2024
    - 7.7K bytes
    - Viewed (0)
  2. cmd/cloud-controller-manager/nodeipamcontroller.go

    		}
    	}
    
    	// the following checks are triggered if both serviceCIDR and secondaryServiceCIDR are provided
    	if serviceCIDR != nil && secondaryServiceCIDR != nil {
    		// should be dual stack (from different IPFamilies)
    		dualstackServiceCIDR, err := netutils.IsDualStackCIDRs([]*net.IPNet{serviceCIDR, secondaryServiceCIDR})
    		if err != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Oct 14 19:06:22 UTC 2023
    - 8.9K bytes
    - Viewed (0)
Back to top