Home
last modified time | relevance | path

Searched defs:STSConfig (Results 1 – 3 of 3) sorted by relevance

/dports/irc/ergo/ergo-2.8.0/irc/
H A Dconfig.go495 type STSConfig struct { struct
496 Enabled bool
497 Duration custime.Duration
498 Port int
499 Preload bool
500 STSOnlyBanner string `yaml:"sts-only-banner"`
501 bannerLines []string
505 func (sts *STSConfig) Value() string {
/dports/sysutils/istio/istio-1.6.7/operator/pkg/apis/istio/v1alpha1/
H A Dvalues_types.pb.go1949 type STSConfig struct { struct
1951 XXX_NoUnkeyedLiteral struct{} `json:"-"`
1952 XXX_unrecognized []byte `json:"-"`
1953 XXX_sizecache int32 `json:"-"`
1958 func (*STSConfig) ProtoMessage() {}
1959 func (*STSConfig) Descriptor() ([]byte, []int) {
1963 func (m *STSConfig) XXX_Unmarshal(b []byte) error {
1969 func (m *STSConfig) XXX_Merge(src proto.Message) {
1972 func (m *STSConfig) XXX_Size() int {
1975 func (m *STSConfig) XXX_DiscardUnknown() {
[all …]
H A Dvalues_types.proto547 message STSConfig { message