Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for HasAutoPassthroughGateways (0.35 sec)

  1. pilot/pkg/model/gateway.go

    	// included. This ensures we don't give permission to unexpected secrets, such as the citadel root key/cert.
    	VerifiedCertificateReferences sets.String
    }
    
    func (g *MergedGateway) HasAutoPassthroughGateways() bool {
    	if g != nil {
    		return g.ContainsAutoPassthroughGateways
    	}
    	return false
    }
    
    // PrevMergedGateway describes previous state of the gateway.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 14 04:34:37 UTC 2024
    - 26K bytes
    - Viewed (0)
Back to top