Home
last modified time | relevance | path

Searched refs:ServerTLSSettings (Results 1 – 25 of 25) sorted by relevance

/dports/sysutils/istio/istio-1.6.7/vendor/istio.io/api/networking/v1alpha3/
H A Dgateway.pb.go778 func (m *Server) GetTls() *ServerTLSSettings {
862 type ServerTLSSettings struct { struct
916 func (m *ServerTLSSettings) Reset() { *m = ServerTLSSettings{} } argument
918 func (*ServerTLSSettings) ProtoMessage() {} argument
919 func (*ServerTLSSettings) Descriptor() ([]byte, []int) { argument
940 func (m *ServerTLSSettings) XXX_Size() int { argument
943 func (m *ServerTLSSettings) XXX_DiscardUnknown() { argument
949 func (m *ServerTLSSettings) GetHttpsRedirect() bool { argument
970 func (m *ServerTLSSettings) GetPrivateKey() string { argument
1487 func (m *ServerTLSSettings) Size() (n int) { argument
[all …]
H A Dgateway_json.gen.go382 func (this *ServerTLSSettings) MarshalJSON() ([]byte, error) {
388 func (this *ServerTLSSettings) UnmarshalJSON(b []byte) error {
H A Dsidecar.pb.go771 …LocalhostServerTls *ServerTLSSettings `protobuf:"bytes,5,opt,name=localhost_server_tls,json=loca…
838 func (m *IstioEgressListener) GetLocalhostServerTls() *ServerTLSSettings {
1061 …ServerTls *ServerTLSSettings `protobuf:"bytes,2,opt,name=server_tls,json=serverTls,prot…
1107 func (m *Localhost) GetServerTls() *ServerTLSSettings {
2347 m.LocalhostServerTls = &ServerTLSSettings{}
2763 m.ServerTls = &ServerTLSSettings{}
H A Dgateway.proto570 ServerTLSSettings tls = 3;
595 message ServerTLSSettings { message
H A Dsidecar.proto580 ServerTLSSettings localhost_server_tls = 5;
739 ServerTLSSettings server_tls = 2;
/dports/sysutils/istio/istio-1.6.7/vendor/istio.io/api/networking/v1beta1/
H A Dgateway.pb.go780 func (m *Server) GetTls() *ServerTLSSettings {
864 type ServerTLSSettings struct { struct
918 func (m *ServerTLSSettings) Reset() { *m = ServerTLSSettings{} } argument
920 func (*ServerTLSSettings) ProtoMessage() {} argument
921 func (*ServerTLSSettings) Descriptor() ([]byte, []int) { argument
942 func (m *ServerTLSSettings) XXX_Size() int { argument
945 func (m *ServerTLSSettings) XXX_DiscardUnknown() { argument
951 func (m *ServerTLSSettings) GetHttpsRedirect() bool { argument
972 func (m *ServerTLSSettings) GetPrivateKey() string { argument
1489 func (m *ServerTLSSettings) Size() (n int) { argument
[all …]
H A Dgateway_json.gen.go384 func (this *ServerTLSSettings) MarshalJSON() ([]byte, error) {
390 func (this *ServerTLSSettings) UnmarshalJSON(b []byte) error {
H A Dsidecar.pb.go770 …LocalhostServerTls *ServerTLSSettings `protobuf:"bytes,5,opt,name=localhost_server_tls,json=loca…
837 func (m *IstioEgressListener) GetLocalhostServerTls() *ServerTLSSettings {
1058 …ServerTls *ServerTLSSettings `protobuf:"bytes,2,opt,name=server_tls,json=serverTls,prot…
1104 func (m *Localhost) GetServerTls() *ServerTLSSettings {
2344 m.LocalhostServerTls = &ServerTLSSettings{}
2760 m.ServerTls = &ServerTLSSettings{}
H A Dgateway.proto572 ServerTLSSettings tls = 3;
597 message ServerTLSSettings { message
H A Dsidecar.proto579 ServerTLSSettings localhost_server_tls = 5;
736 ServerTLSSettings server_tls = 2;
/dports/sysutils/istio/istio-1.6.7/pilot/pkg/networking/core/v1alpha3/
H A Dgateway_test.go53 Tls: &networking.ServerTLSSettings{
91 Tls: &networking.ServerTLSSettings{
150 Tls: &networking.ServerTLSSettings{
179 Tls: &networking.ServerTLSSettings{
219 Tls: &networking.ServerTLSSettings{
264 Tls: &networking.ServerTLSSettings{
295 Tls: &networking.ServerTLSSettings{
327 Tls: &networking.ServerTLSSettings{
398 Tls: &networking.ServerTLSSettings{
467 Tls: &networking.ServerTLSSettings{
[all …]
/dports/sysutils/istio/istio-1.6.7/pkg/config/validation/
H A Dvalidation_test.go1327 &networking.ServerTLSSettings{
1333 &networking.ServerTLSSettings{
1340 &networking.ServerTLSSettings{
1348 &networking.ServerTLSSettings{
1355 &networking.ServerTLSSettings{
1361 &networking.ServerTLSSettings{
1369 &networking.ServerTLSSettings{
1377 &networking.ServerTLSSettings{
1384 &networking.ServerTLSSettings{
1393 &networking.ServerTLSSettings{
[all …]
H A Dvalidation.go399 func validateTLSOptions(tls *networking.ServerTLSSettings) (errs error) { argument
/dports/sysutils/istio/istio-1.6.7/galley/pkg/config/processor/transforms/ingress/
H A Dgateway.go129 Tls: &v1alpha3.ServerTLSSettings{
/dports/sysutils/istio/istio-1.6.7/vendor/istio.io/api/python/istio_api/networking/v1alpha3/
H A Dgateway_pb2.py432 ServerTLSSettings = _reflection.GeneratedProtocolMessageType('ServerTLSSettings', (_message.Message… variable
437 _sym_db.RegisterMessage(ServerTLSSettings)
/dports/sysutils/istio/istio-1.6.7/vendor/istio.io/api/python/istio_api/networking/v1beta1/
H A Dgateway_pb2.py432 ServerTLSSettings = _reflection.GeneratedProtocolMessageType('ServerTLSSettings', (_message.Message… variable
437 _sym_db.RegisterMessage(ServerTLSSettings)
/dports/sysutils/istio/istio-1.6.7/pilot/pkg/security/model/
H A Dauthentication.go211 …onTLSContext(tlsContext *auth.CommonTlsContext, tlsOpts *networking.ServerTLSSettings, sdsUdsPath … argument
/dports/sysutils/istio/istio-1.6.7/pilot/pkg/config/kube/ingress/
H A Dconversion.go104 Tls: &networking.ServerTLSSettings{
/dports/sysutils/istio/istio-1.6.7/vendor/istio.io/api/releaselocks/release-1.5/
H A Dproto.lock.status42 CONFLICT: "Server" field: "tls" has a different type: ServerTLSSettings, previously TLSOptions [net…
43 CONFLICT: "Server" field: "tls" has a different type: ServerTLSSettings, previously TLSOptions [net…
/dports/sysutils/istio/istio-1.6.7/vendor/istio.io/api/releaselocks/release-1.4/
H A Dproto.lock.status42 CONFLICT: "Server" field: "tls" has a different type: ServerTLSSettings, previously TLSOptions [net…
/dports/sysutils/istio/istio-1.6.7/vendor/istio.io/api/releaselocks/release-1.1/
H A Dproto.lock.status46 CONFLICT: "Server" field: "tls" has a different type: ServerTLSSettings, previously TLSOptions [net…
/dports/sysutils/istio/istio-1.6.7/vendor/istio.io/api/releaselocks/release-1.3/
H A Dproto.lock.status44 CONFLICT: "Server" field: "tls" has a different type: ServerTLSSettings, previously TLSOptions [net…
/dports/sysutils/istio/istio-1.6.7/vendor/istio.io/api/releaselocks/release-1.2/
H A Dproto.lock.status46 CONFLICT: "Server" field: "tls" has a different type: ServerTLSSettings, previously TLSOptions [net…
/dports/sysutils/istio/istio-1.6.7/vendor/istio.io/api/releaselocks/release-1.0/
H A Dproto.lock.status152 CONFLICT: "Server" field: "tls" has a different type: ServerTLSSettings, previously TLSOptions [net…
/dports/sysutils/istio/istio-1.6.7/vendor/istio.io/api/
H A Dproto.lock39621 "name": "ServerTLSSettings.TLSmode",
39645 "name": "ServerTLSSettings.TLSProtocol",
39737 "type": "ServerTLSSettings"
39785 "name": "ServerTLSSettings",
40145 "type": "ServerTLSSettings"
40194 "type": "ServerTLSSettings"
41638 "name": "ServerTLSSettings.TLSmode",
41754 "type": "ServerTLSSettings"
41802 "name": "ServerTLSSettings",
42162 "type": "ServerTLSSettings"
[all …]