2021-03-03 14:32:04 +00:00
---
apiVersion : apiextensions.k8s.io/v1
kind : CustomResourceDefinition
metadata :
annotations :
2021-09-02 12:40:08 +00:00
controller-gen.kubebuilder.io/version : v0.6.2
2021-03-03 14:32:04 +00:00
creationTimestamp : null
name : tlsoptions.traefik.containo.us
spec :
group : traefik.containo.us
names :
kind : TLSOption
listKind : TLSOptionList
plural : tlsoptions
singular : tlsoption
scope : Namespaced
versions :
- name : v1alpha1
schema :
openAPIV3Schema :
description : TLSOption is a specification for a TLSOption resource.
properties :
apiVersion :
2021-05-05 15:50:04 +00:00
description : 'APIVersion defines the versioned schema of this representation
of an object. Servers should convert recognized schemas to the latest
internal value, and may reject unrecognized values. More info : https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
2021-03-03 14:32:04 +00:00
type : string
kind :
2021-05-05 15:50:04 +00:00
description : 'Kind is a string value representing the REST resource this
object represents. Servers may infer this from the endpoint the client
submits requests to. Cannot be updated. In CamelCase. More info : https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
2021-03-03 14:32:04 +00:00
type : string
metadata :
type : object
spec :
description : TLSOptionSpec configures TLS for an entry point.
properties :
2021-08-20 16:20:06 +00:00
alpnProtocols :
items :
type : string
type : array
2021-03-03 14:32:04 +00:00
cipherSuites :
items :
type : string
type : array
clientAuth :
2021-05-05 15:50:04 +00:00
description : ClientAuth defines the parameters of the client authentication
part of the TLS connection, if any.
2021-03-03 14:32:04 +00:00
properties :
clientAuthType :
2021-05-05 15:50:04 +00:00
description : ClientAuthType defines the client authentication
type to apply.
2021-03-03 14:32:04 +00:00
enum :
- NoClientCert
- RequestClientCert
2021-09-24 09:32:07 +00:00
- RequireAnyClientCert
2021-03-03 14:32:04 +00:00
- VerifyClientCertIfGiven
- RequireAndVerifyClientCert
type : string
secretNames :
2021-05-05 15:50:04 +00:00
description : SecretName is the name of the referenced Kubernetes
Secret to specify the certificate details.
2021-03-03 14:32:04 +00:00
items :
type : string
type : array
type : object
curvePreferences :
items :
type : string
type : array
maxVersion :
type : string
minVersion :
type : string
preferServerCipherSuites :
type : boolean
sniStrict :
type : boolean
type : object
required :
- metadata
- spec
type : object
served : true
storage : true
status :
acceptedNames :
kind : ""
plural : ""
conditions : [ ]
storedVersions : [ ]