Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion traefik/kcl.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "traefik"
version = "0.2.2"
version = "0.2.3"
description = "`traefik` module contains definitions for traefik"

[dependencies]
Expand Down
5 changes: 0 additions & 5 deletions traefik/v1alpha1/traefik_io_v1alpha1_ingress_route_tcp.k
Original file line number Diff line number Diff line change
Expand Up @@ -196,11 +196,6 @@ schema TraefikIoV1alpha1IngressRouteTCPSpecRoutesItems0ServicesItems0ProxyProtoc
version?: int


check:
version <= 2 if version not in [None, Undefined]
version >= 1 if version not in [None, Undefined]


schema TraefikIoV1alpha1IngressRouteTCPSpecTLS:
r"""
TLS defines the TLS configuration on a layer 4 / TCP Route.
Expand Down
4 changes: 0 additions & 4 deletions traefik/v1alpha1/traefik_io_v1alpha1_servers_transport_tcp.k
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,6 @@ schema TraefikIoV1alpha1ServersTransportTCPSpecProxyProtocol:
version?: int


check:
version <= 2 if version not in [None, Undefined]
version >= 1 if version not in [None, Undefined]


schema TraefikIoV1alpha1ServersTransportTCPSpecTLS:
r"""
Expand Down
Loading