

Serial Loopback is a straightforward piece of kit whose goal is to run tests on serial ports by sending them random data bytes and checking whether these are returned or not. PermitAddressSharing, "permit-address-sharing", s. PermitPortSharing, 208 "If true, SO_REUSEPORT will be used when binding the port, which allows " + 209 "more than one instance to bind on the same address and port.

PermitPortSharing, "permit-port-sharing", s. " + 205 "Zero means to use golang's default." ) 206 207 fs. HTTP2MaxStreamsPerConnection, "" + 203 "The limit that the server gives to clients for " + 204 "the maximum number of streams in an HTTP/2 connection. HTTP2MaxStreamsPerConnection, "http2-max-streams-per-connection", s. " + 200 "Examples: \" example.crt,example.key \" or \" foo.crt,foo.key:*.foo.com,foo.com \". For multiple key/certificate pairs, use the " + 199 "-tls-sni-cert-key multiple times. Non-wildcard matches trump over wildcard matches, explicit domain patterns " + 198 "trump over extracted names. " + 196 "If no domain patterns are provided, the names of the certificate are " + 197 "extracted. The domain patterns also allow IP addresses, but IPs should only be used if " + 195 "the apiserver has visibility to the IP address requested by a client. SNICertKeys ), "tls-sni-cert-key", "" + 192 "A pair of x509 certificate and private key file paths, optionally suffixed with a list of " + 193 "domain patterns which are fully qualified domain names, possibly with prefixed wildcard " + 194 "segments. Join (tlsPossibleVersions, ", " )) 190 191 fs. MinTLSVersion, 188 "Minimum TLS version supported. Join (tlsCipherInsecureValues, ", " )+ "." ) 185 186 tlsPossibleVersions := cliflag. Join (tlsCipherPreferredValues, ", " )+ ". \n " + 183 "Preferred values: " +strings.

" + 182 "If omitted, the default Go cipher suites will be used. CipherSuites, 181 "Comma-separated list of cipher suites for the server. PreferredTLSCipherNames () 179 tlsCipherInsecureValues := cliflag. KeyFile, 176 "File containing the default x509 private key matching -tls-cert-file." ) 177 178 tlsCipherPreferredValues := cliflag. If HTTPS serving is enabled, and -tls-cert-file and " + 172 "-tls-private-key-file are not provided, a self-signed certificate and key " + 173 "are generated for the public address and saved to the directory specified by -cert-dir." ) 174 175 fs. (CA cert, if any, concatenated " + 171 "after server cert). CertFile, "" + 170 "File containing the default x509 Certificate for HTTPS. " + 167 "If -tls-cert-file and -tls-private-key-file are provided, this flag will be ignored." ) 168 169 fs. CertDirectory, "" + 166 "The directory where the TLS certs are located. 15 */ 16 17 package options 18 19 import ( 20 "context" 21 "fmt" 22 "net" 23 "path" 24 "strconv" 25 "strings" 26 "syscall" 27 28 "/spf13/pflag" 29 "k8s.io/klog/v2" 30 31 utilnet "k8s.io/apimachinery/pkg/util/net" 32 "k8s.io/apiserver/pkg/server" 33 "k8s.io/apiserver/pkg/server/dynamiccertificates" 34 certutil "k8s.io/client-go/util/cert" 35 "k8s.io/client-go/util/keyutil" 36 cliflag "k8s.io/component-base/cli/flag" 37 ) 38 39 type SecureServingOptions struct 163 fs. 13 See the License for the specific language governing permissions and 14 limitations under the License.

#Loopback license key software
6 You may obtain a copy of the License at 7 8 9 10 Unless required by applicable law or agreed to in writing, software 11 distributed under the License is distributed on an "AS IS" BASIS, 12 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 3 4 Licensed under the Apache License, Version 2.0 (the "License") 5 you may not use this file except in compliance with the License.
#Loopback license key code
As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) Go source code syntax highlighting (style: standard) with prefixed line numbers and code folding option.Īlternatively you can here view or download the uninterpreted source code file.ġ /* 2 Copyright 2016 The Kubernetes Authors.
