Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for sec_model (0.13 sec)

  1. pilot/pkg/bootstrap/webhook.go

    // See the License for the specific language governing permissions and
    // limitations under the License.
    
    package bootstrap
    
    import (
    	"crypto/tls"
    	"log"
    	"net/http"
    	"strings"
    
    	sec_model "istio.io/istio/pilot/pkg/security/model"
    	istiolog "istio.io/istio/pkg/log"
    )
    
    type httpServerErrorLogWriter struct{}
    
    // Webhook http.Server.ErrorLog handler specifically to filter
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jun 11 17:37:53 UTC 2024
    - 2.7K bytes
    - Viewed (0)
  2. pilot/pkg/bootstrap/server.go

    	istiogrpc "istio.io/istio/pilot/pkg/grpc"
    	"istio.io/istio/pilot/pkg/keycertbundle"
    	"istio.io/istio/pilot/pkg/leaderelection"
    	"istio.io/istio/pilot/pkg/model"
    	"istio.io/istio/pilot/pkg/networking/core"
    	sec_model "istio.io/istio/pilot/pkg/security/model"
    	"istio.io/istio/pilot/pkg/server"
    	"istio.io/istio/pilot/pkg/serviceregistry/aggregate"
    	"istio.io/istio/pilot/pkg/serviceregistry/provider"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 17:48:28 UTC 2024
    - 46.3K bytes
    - Viewed (0)
Back to top