Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for components (0.11 sec)

  1. tests/integration/README.md

                // Do more stuff...
            }
    }
    ```
    
    When a component is created, the framework tracks its lifecycle. When the test exits, any components that were
    created during the test are automatically closed.
    
    ### Writing Components
    
    To add a new component, you'll first need to create a top-level folder for your component under the
    [components folder](https://github.com/istio/istio/tree/master/pkg/test/framework/components).
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 19:04:51 UTC 2024
    - 20.9K bytes
    - Viewed (0)
  2. cni/README.md

    1. Check k8s pod namespace against exclusion list (plugin config)
        - Config must exclude namespace that Istio control-plane is installed in (TODO: this may change, exclude at pod level is sufficient and we may want Istiod and other istio components to use ambient too)
        - If excluded, ignore the pod and return prevResult
    1. Setup redirect rules for the pods:
        - Get the port list from pods definition, as well as annotations.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 03 19:29:42 UTC 2024
    - 12.3K bytes
    - Viewed (0)
Back to top