We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c39d73c commit bd0a10bCopy full SHA for bd0a10b
contrib/get_supported_version_csi-sidecar.py
@@ -144,7 +144,7 @@ def main():
144
for version in eol_versions:
145
print(f"{version[0]}\t{version[1].strftime('%Y-%m-%d')}\t{duration_ago(version[1])}")
146
147
- # TODO : generate proper doc ouput for the tables of: https://kubernetes-csi.github.io/docs/sidecar-containers.html
+ # TODO : generate proper doc output for the tables of: https://kubernetes-csi.github.io/docs/sidecar-containers.html
148
if args.doc:
149
print("\nSupported Versions with docker images for each end of life version:\n")
150
0 commit comments