Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for initAuthenticationPolicies (0.15 sec)

  1. pilot/pkg/model/push_context.go

    		}
    		ps.serviceAccounts[key] = sa
    	}
    }
    
    // Caches list of authentication policies
    func (ps *PushContext) initAuthnPolicies(env *Environment) {
    	ps.AuthnPolicies = initAuthenticationPolicies(env)
    }
    
    // Caches list of virtual services
    func (ps *PushContext) initVirtualServices(env *Environment) {
    	ps.virtualServiceIndex.exportedToNamespaceByGateway = map[types.NamespacedName][]config.Config{}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 15 09:02:11 UTC 2024
    - 91.8K bytes
    - Viewed (0)
Back to top