Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for UpdateMeshConfig (0.37 sec)

  1. pkg/test/framework/components/istio/istio.go

    	ValuesOrFail(test.Failer) OperatorValues
    	// MeshConfig used by the Istio installation.
    	MeshConfig() (*meshconfig.MeshConfig, error)
    	MeshConfigOrFail(test.Failer) *meshconfig.MeshConfig
    	// UpdateMeshConfig used by the Istio installation.
    	UpdateMeshConfig(resource.Context, func(*meshconfig.MeshConfig) error, cleanup.Strategy) error
    	UpdateMeshConfigOrFail(resource.Context, test.Failer, func(*meshconfig.MeshConfig) error, cleanup.Strategy)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Oct 30 17:47:34 UTC 2023
    - 8K bytes
    - Viewed (0)
  2. pkg/test/framework/components/authz/kube.go

    		return err
    	}
    
    	providerNames := sets.New[string]()
    	for _, p := range newMC.GetExtensionProviders() {
    		providerNames.Insert(p.Name)
    	}
    
    	return ist.UpdateMeshConfig(ctx,
    		func(mc *meshconfig.MeshConfig) error {
    			newProviders := []*meshconfig.MeshConfig_ExtensionProvider{}
    			// Merge the extension providers.
    			// If we are overwriting an existing one, keep the new one.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Apr 10 20:33:28 UTC 2024
    - 7K bytes
    - Viewed (0)
Back to top