change/docs: copyright notice year

pull/1356/merge
iwilltry42 9 months ago
parent f6c4fe849a
commit f73fe36eb0
No known key found for this signature in database
GPG Key ID: FD4E78FBAD6B1550
  1. 2
      LICENSE
  2. 2
      cmd/cluster/cluster.go
  3. 2
      cmd/cluster/clusterCreate.go
  4. 2
      cmd/cluster/clusterDelete.go
  5. 2
      cmd/cluster/clusterEdit.go
  6. 2
      cmd/cluster/clusterList.go
  7. 2
      cmd/cluster/clusterStart.go
  8. 2
      cmd/cluster/clusterStop.go
  9. 2
      cmd/config/config.go
  10. 2
      cmd/config/configInit.go
  11. 2
      cmd/config/configMigrate.go
  12. 2
      cmd/config/configView.go
  13. 2
      cmd/debug/debug.go
  14. 2
      cmd/image/image.go
  15. 2
      cmd/image/imageImport.go
  16. 2
      cmd/kubeconfig/kubeconfig.go
  17. 2
      cmd/kubeconfig/kubeconfigGet.go
  18. 2
      cmd/kubeconfig/kubeconfigMerge.go
  19. 2
      cmd/node/node.go
  20. 2
      cmd/node/nodeCreate.go
  21. 2
      cmd/node/nodeDelete.go
  22. 2
      cmd/node/nodeEdit.go
  23. 2
      cmd/node/nodeList.go
  24. 2
      cmd/node/nodeStart.go
  25. 2
      cmd/node/nodeStop.go
  26. 2
      cmd/registry/registry.go
  27. 2
      cmd/registry/registryCreate.go
  28. 2
      cmd/registry/registryDelete.go
  29. 2
      cmd/registry/registryList.go
  30. 2
      cmd/registry/registryStart.go
  31. 2
      cmd/registry/registryStop.go
  32. 2
      cmd/root.go
  33. 2
      cmd/util/completion.go
  34. 2
      cmd/util/config/config.go
  35. 2
      cmd/util/filter.go
  36. 2
      cmd/util/listings.go
  37. 2
      cmd/util/plugins.go
  38. 2
      cmd/util/ports.go
  39. 2
      cmd/util/runtimeLabels.go
  40. 2
      cmd/util/runtimeUlimits.go
  41. 2
      cmd/util/util.go
  42. 2
      main.go
  43. 2
      mkdocs.yml
  44. 2
      pkg/actions/nodehooks.go
  45. 2
      pkg/client/cluster.go
  46. 2
      pkg/client/clusterName.go
  47. 2
      pkg/client/environment.go
  48. 2
      pkg/client/hooks.go
  49. 2
      pkg/client/host.go
  50. 2
      pkg/client/ipam.go
  51. 2
      pkg/client/kubeconfig.go
  52. 2
      pkg/client/loadbalancer.go
  53. 2
      pkg/client/node.go
  54. 2
      pkg/client/ports.go
  55. 2
      pkg/client/registry.go
  56. 2
      pkg/client/registry_test.go
  57. 2
      pkg/client/tools.go
  58. 8
      pkg/config/config.go
  59. 2
      pkg/config/config_test.go
  60. 2
      pkg/config/jsonschema.go
  61. 2
      pkg/config/jsonschema_test.go
  62. 2
      pkg/config/merge.go
  63. 2
      pkg/config/merge_test.go
  64. 2
      pkg/config/migrate.go
  65. 2
      pkg/config/migrate_test.go
  66. 2
      pkg/config/process.go
  67. 2
      pkg/config/process_test.go
  68. 2
      pkg/config/transform.go
  69. 2
      pkg/config/transform_test.go
  70. 2
      pkg/config/types/types.go
  71. 3
      pkg/config/v1alpha2/types.go
  72. 2
      pkg/config/v1alpha3/migrations.go
  73. 3
      pkg/config/v1alpha3/types.go
  74. 2
      pkg/config/v1alpha4/migrations.go
  75. 3
      pkg/config/v1alpha4/types.go
  76. 2
      pkg/config/v1alpha5/migrations.go
  77. 3
      pkg/config/v1alpha5/types.go
  78. 2
      pkg/config/validate.go
  79. 2
      pkg/config/validate_test.go
  80. 2
      pkg/logger/logger.go
  81. 2
      pkg/runtimes/docker/container.go
  82. 2
      pkg/runtimes/docker/docker.go
  83. 2
      pkg/runtimes/docker/host.go
  84. 2
      pkg/runtimes/docker/image.go
  85. 2
      pkg/runtimes/docker/info.go
  86. 2
      pkg/runtimes/docker/kubeconfig.go
  87. 2
      pkg/runtimes/docker/machine.go
  88. 2
      pkg/runtimes/docker/network.go
  89. 2
      pkg/runtimes/docker/node.go
  90. 2
      pkg/runtimes/docker/translate.go
  91. 2
      pkg/runtimes/docker/translate_test.go
  92. 2
      pkg/runtimes/docker/types.go
  93. 2
      pkg/runtimes/docker/util.go
  94. 2
      pkg/runtimes/docker/volume.go
  95. 2
      pkg/runtimes/errors/errors.go
  96. 2
      pkg/runtimes/runtime.go
  97. 2
      pkg/runtimes/types/types.go
  98. 2
      pkg/runtimes/util/volumes.go
  99. 2
      pkg/types/defaults.go
  100. 2
      pkg/types/env.go
  101. Some files were not shown because too many files have changed in this diff Show More

@ -1,6 +1,6 @@
The MIT License (MIT)
Copyright © 2019-2022 Thorsten Klein <tk@thklein.io>
Copyright © 2019-2023 Thorsten Klein <tk@thklein.io>
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

@ -1,5 +1,5 @@
/*
Copyright © 2020-2022 The k3d Author(s)
Copyright © 2020-2023 The k3d Author(s)
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

@ -1,5 +1,5 @@
/*
Copyright © 2020-2022 The k3d Author(s)
Copyright © 2020-2023 The k3d Author(s)
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

@ -1,5 +1,5 @@
/*
Copyright © 2020-2022 The k3d Author(s)
Copyright © 2020-2023 The k3d Author(s)
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

@ -1,5 +1,5 @@
/*
Copyright © 2020-2022 The k3d Author(s)
Copyright © 2020-2023 The k3d Author(s)
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

@ -1,5 +1,5 @@
/*
Copyright © 2020-2022 The k3d Author(s)
Copyright © 2020-2023 The k3d Author(s)
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

@ -1,5 +1,5 @@
/*
Copyright © 2020-2022 The k3d Author(s)
Copyright © 2020-2023 The k3d Author(s)
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

@ -1,5 +1,5 @@
/*
Copyright © 2020-2022 The k3d Author(s)
Copyright © 2020-2023 The k3d Author(s)
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

@ -1,5 +1,5 @@
/*
Copyright © 2020-2022 The k3d Author(s)
Copyright © 2020-2023 The k3d Author(s)
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

@ -1,5 +1,5 @@
/*
Copyright © 2020-2022 The k3d Author(s)
Copyright © 2020-2023 The k3d Author(s)
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

@ -1,5 +1,5 @@
/*
Copyright © 2020-2022 The k3d Author(s)
Copyright © 2020-2023 The k3d Author(s)
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

@ -1,5 +1,5 @@
/*
Copyright © 2020-2022 The k3d Author(s)
Copyright © 2020-2023 The k3d Author(s)
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

@ -1,5 +1,5 @@
/*
Copyright © 2020-2022 The k3d Author(s)
Copyright © 2020-2023 The k3d Author(s)
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

@ -1,5 +1,5 @@
/*
Copyright © 2020-2022 The k3d Author(s)
Copyright © 2020-2023 The k3d Author(s)
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

@ -1,5 +1,5 @@
/*
Copyright © 2020-2022 The k3d Author(s)
Copyright © 2020-2023 The k3d Author(s)
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

@ -1,5 +1,5 @@
/*
Copyright © 2020-2022 The k3d Author(s)
Copyright © 2020-2023 The k3d Author(s)
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

@ -1,5 +1,5 @@
/*
Copyright © 2020-2022 The k3d Author(s)
Copyright © 2020-2023 The k3d Author(s)
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

@ -1,5 +1,5 @@
/*
Copyright © 2020-2022 The k3d Author(s)
Copyright © 2020-2023 The k3d Author(s)
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

@ -1,5 +1,5 @@
/*
Copyright © 2020-2022 The k3d Author(s)
Copyright © 2020-2023 The k3d Author(s)
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

@ -1,5 +1,5 @@
/*
Copyright © 2020-2022 The k3d Author(s)
Copyright © 2020-2023 The k3d Author(s)
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

@ -1,5 +1,5 @@
/*
Copyright © 2020-2022 The k3d Author(s)
Copyright © 2020-2023 The k3d Author(s)
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

@ -1,5 +1,5 @@
/*
Copyright © 2020-2022 The k3d Author(s)
Copyright © 2020-2023 The k3d Author(s)
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

@ -1,5 +1,5 @@
/*
Copyright © 2020-2022 The k3d Author(s)
Copyright © 2020-2023 The k3d Author(s)
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

@ -1,5 +1,5 @@
/*
Copyright © 2020-2022 The k3d Author(s)
Copyright © 2020-2023 The k3d Author(s)
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

@ -1,5 +1,5 @@
/*
Copyright © 2020-2022 The k3d Author(s)
Copyright © 2020-2023 The k3d Author(s)
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

@ -1,5 +1,5 @@
/*
Copyright © 2020-2022 The k3d Author(s)
Copyright © 2020-2023 The k3d Author(s)
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

@ -1,5 +1,5 @@
/*
Copyright © 2020-2022 The k3d Author(s)
Copyright © 2020-2023 The k3d Author(s)
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

@ -1,5 +1,5 @@
/*
Copyright © 2020-2022 The k3d Author(s)
Copyright © 2020-2023 The k3d Author(s)
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

@ -1,5 +1,5 @@
/*
Copyright © 2020-2022 The k3d Author(s)
Copyright © 2020-2023 The k3d Author(s)
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

@ -1,5 +1,5 @@
/*
Copyright © 2020-2022 The k3d Author(s)
Copyright © 2020-2023 The k3d Author(s)
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

@ -1,5 +1,5 @@
/*
Copyright © 2020-2022 The k3d Author(s)
Copyright © 2020-2023 The k3d Author(s)
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

@ -1,5 +1,5 @@
/*
Copyright © 2020-2022 The k3d Author(s)
Copyright © 2020-2023 The k3d Author(s)
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

@ -1,5 +1,5 @@
/*
Copyright © 2020-2022 The k3d Author(s)
Copyright © 2020-2023 The k3d Author(s)
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

@ -1,5 +1,5 @@
/*
Copyright © 2020-2022 The k3d Author(s)
Copyright © 2020-2023 The k3d Author(s)
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

@ -1,5 +1,5 @@
/*
Copyright © 2020-2022 The k3d Author(s)
Copyright © 2020-2023 The k3d Author(s)
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

@ -1,5 +1,5 @@
/*
Copyright © 2020-2022 The k3d Author(s)
Copyright © 2020-2023 The k3d Author(s)
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

@ -1,5 +1,5 @@
/*
Copyright © 2020-2022 The k3d Author(s)
Copyright © 2020-2023 The k3d Author(s)
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

@ -1,5 +1,5 @@
/*
Copyright © 2020-2022 The k3d Author(s)
Copyright © 2020-2023 The k3d Author(s)
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

@ -1,5 +1,5 @@
/*
Copyright © 2020-2022 The k3d Author(s)
Copyright © 2020-2023 The k3d Author(s)
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

@ -1,5 +1,5 @@
/*
Copyright © 2020-2022 The k3d Author(s)
Copyright © 2020-2023 The k3d Author(s)
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

@ -1,5 +1,5 @@
/*
Copyright © 2020-2022 The k3d Author(s)
Copyright © 2020-2023 The k3d Author(s)
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

@ -1,5 +1,5 @@
/*
Copyright © 2020-2022 The k3d Author(s)
Copyright © 2020-2023 The k3d Author(s)
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

@ -3,7 +3,7 @@ site_name: k3d
site_description: Little helper to run Rancher Lab's k3s in Docker
site_url: https://k3d.io/
copyright: "Copyright &copy; 2020-2022 k3d Authors"
copyright: "Copyright &copy; 2020-2023 k3d Authors"
# Extra Files
extra_javascript:

@ -1,5 +1,5 @@
/*
Copyright © 2020-2022 The k3d Author(s)
Copyright © 2020-2023 The k3d Author(s)
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

@ -1,5 +1,5 @@
/*
Copyright © 2020-2022 The k3d Author(s)
Copyright © 2020-2023 The k3d Author(s)
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

@ -1,5 +1,5 @@
/*
Copyright © 2020-2022 The k3d Author(s)
Copyright © 2020-2023 The k3d Author(s)
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

@ -1,5 +1,5 @@
/*
Copyright © 2020-2022 The k3d Author(s)
Copyright © 2020-2023 The k3d Author(s)
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

@ -1,5 +1,5 @@
/*
Copyright © 2020-2022 The k3d Author(s)
Copyright © 2020-2023 The k3d Author(s)
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

@ -1,5 +1,5 @@
/*
Copyright © 2020-2022 The k3d Author(s)
Copyright © 2020-2023 The k3d Author(s)
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

@ -1,5 +1,5 @@
/*
Copyright © 2020-2022 The k3d Author(s)
Copyright © 2020-2023 The k3d Author(s)
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

@ -1,5 +1,5 @@
/*
Copyright © 2020-2022 The k3d Author(s)
Copyright © 2020-2023 The k3d Author(s)
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

@ -1,5 +1,5 @@
/*
Copyright © 2020-2022 The k3d Author(s)
Copyright © 2020-2023 The k3d Author(s)
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

@ -1,5 +1,5 @@
/*
Copyright © 2020-2022 The k3d Author(s)
Copyright © 2020-2023 The k3d Author(s)
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

@ -1,5 +1,5 @@
/*
Copyright © 2020-2022 The k3d Author(s)
Copyright © 2020-2023 The k3d Author(s)
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

@ -1,5 +1,5 @@
/*
Copyright © 2020-2022 The k3d Author(s)
Copyright © 2020-2023 The k3d Author(s)
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

@ -1,5 +1,5 @@
/*
Copyright © 2020-2022 The k3d Author(s)
Copyright © 2020-2023 The k3d Author(s)
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

@ -1,5 +1,5 @@
/*
Copyright © 2020-2022 The k3d Author(s)
Copyright © 2020-2023 The k3d Author(s)
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

@ -1,5 +1,5 @@
/*
Copyright © 2020-2022 The k3d Author(s)
Copyright © 2020-2023 The k3d Author(s)
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
@ -40,9 +40,9 @@ import (
const DefaultConfigApiVersion = defaultConfig.ApiVersion
var Schemas = map[string]string{
v1alpha2.ApiVersion: v1alpha2.JSONSchema,
v1alpha3.ApiVersion: v1alpha3.JSONSchema,
v1alpha4.ApiVersion: v1alpha4.JSONSchema,
v1alpha2.ApiVersion: v1alpha2.JSONSchema,
v1alpha3.ApiVersion: v1alpha3.JSONSchema,
v1alpha4.ApiVersion: v1alpha4.JSONSchema,
defaultConfig.ApiVersion: defaultConfig.JSONSchema,
}

@ -1,5 +1,5 @@
/*
Copyright © 2020-2022 The k3d Author(s)
Copyright © 2020-2023 The k3d Author(s)
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

@ -1,5 +1,5 @@
/*
Copyright © 2020-2022 The k3d Author(s)
Copyright © 2020-2023 The k3d Author(s)
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

@ -1,5 +1,5 @@
/*
Copyright © 2020-2022 The k3d Author(s)
Copyright © 2020-2023 The k3d Author(s)
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

@ -1,5 +1,5 @@
/*
Copyright © 2020-2022 The k3d Author(s)
Copyright © 2020-2023 The k3d Author(s)
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

@ -1,5 +1,5 @@
/*
Copyright © 2020-2022 The k3d Author(s)
Copyright © 2020-2023 The k3d Author(s)
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

@ -1,5 +1,5 @@
/*
Copyright © 2020-2022 The k3d Author(s)
Copyright © 2020-2023 The k3d Author(s)
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

@ -1,5 +1,5 @@
/*
Copyright © 2020-2022 The k3d Author(s)
Copyright © 2020-2023 The k3d Author(s)
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

@ -1,5 +1,5 @@
/*
Copyright © 2020-2022 The k3d Author(s)
Copyright © 2020-2023 The k3d Author(s)
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

@ -1,5 +1,5 @@
/*
Copyright © 2020-2022 The k3d Author(s)
Copyright © 2020-2023 The k3d Author(s)
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

@ -1,5 +1,5 @@
/*
Copyright © 2020-2022 The k3d Author(s)
Copyright © 2020-2023 The k3d Author(s)
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

@ -1,5 +1,5 @@
/*
Copyright © 2020-2022 The k3d Author(s)
Copyright © 2020-2023 The k3d Author(s)
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

@ -1,5 +1,5 @@
/*
Copyright © 2020-2022 The k3d Author(s)
Copyright © 2020-2023 The k3d Author(s)
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

@ -1,5 +1,5 @@
/*
Copyright © 2020-2022 The k3d Author(s)
Copyright © 2020-2023 The k3d Author(s)
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
@ -33,6 +33,7 @@ import (
)
// JSONSchema describes the schema used to validate config files
//
//go:embed schema.json
var JSONSchema string

@ -1,5 +1,5 @@
/*
Copyright © 2020-2022 The k3d Author(s)
Copyright © 2020-2023 The k3d Author(s)
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

@ -1,5 +1,5 @@
/*
Copyright © 2020-2022 The k3d Author(s)
Copyright © 2020-2023 The k3d Author(s)
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
@ -36,6 +36,7 @@ import (
const ApiVersion = "k3d.io/v1alpha3"
// JSONSchema describes the schema used to validate config files
//
//go:embed schema.json
var JSONSchema string

@ -1,5 +1,5 @@
/*
Copyright © 2020-2022 The k3d Author(s)
Copyright © 2020-2023 The k3d Author(s)
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

@ -1,5 +1,5 @@
/*
Copyright © 2020-2022 The k3d Author(s)
Copyright © 2020-2023 The k3d Author(s)
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
@ -36,6 +36,7 @@ import (
const ApiVersion = "k3d.io/v1alpha4"
// JSONSchema describes the schema used to validate config files
//
//go:embed schema.json
var JSONSchema string

@ -1,5 +1,5 @@
/*
Copyright © 2020-2022 The k3d Author(s)
Copyright © 2020-2023 The k3d Author(s)
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

@ -1,5 +1,5 @@
/*
Copyright © 2020-2022 The k3d Author(s)
Copyright © 2020-2023 The k3d Author(s)
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
@ -36,6 +36,7 @@ import (
const ApiVersion = "k3d.io/v1alpha5"
// JSONSchema describes the schema used to validate config files
//
//go:embed schema.json
var JSONSchema string

@ -1,5 +1,5 @@
/*
Copyright © 2020-2022 The k3d Author(s)
Copyright © 2020-2023 The k3d Author(s)
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

@ -1,5 +1,5 @@
/*
Copyright © 2020-2022 The k3d Author(s)
Copyright © 2020-2023 The k3d Author(s)
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

@ -1,5 +1,5 @@
/*
Copyright © 2020-2022 The k3d Author(s)
Copyright © 2020-2023 The k3d Author(s)
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

@ -1,5 +1,5 @@
/*
Copyright © 2020-2022 The k3d Author(s)
Copyright © 2020-2023 The k3d Author(s)
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

@ -1,5 +1,5 @@
/*
Copyright © 2020-2022 The k3d Author(s)
Copyright © 2020-2023 The k3d Author(s)
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

@ -1,5 +1,5 @@
/*
Copyright © 2020-2022 The k3d Author(s)
Copyright © 2020-2023 The k3d Author(s)
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

@ -1,5 +1,5 @@
/*
Copyright © 2020-2022 The k3d Author(s)
Copyright © 2020-2023 The k3d Author(s)
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

@ -1,5 +1,5 @@
/*
Copyright © 2020-2022 The k3d Author(s)
Copyright © 2020-2023 The k3d Author(s)
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

@ -1,5 +1,5 @@
/*
Copyright © 2020-2022 The k3d Author(s)
Copyright © 2020-2023 The k3d Author(s)
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

@ -1,5 +1,5 @@
/*
Copyright © 2020-2022 The k3d Author(s)
Copyright © 2020-2023 The k3d Author(s)
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

@ -1,5 +1,5 @@
/*
Copyright © 2020-2022 The k3d Author(s)
Copyright © 2020-2023 The k3d Author(s)
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

@ -1,5 +1,5 @@
/*
Copyright © 2020-2022 The k3d Author(s)
Copyright © 2020-2023 The k3d Author(s)
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

@ -1,5 +1,5 @@
/*
Copyright © 2020-2022 The k3d Author(s)
Copyright © 2020-2023 The k3d Author(s)
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

@ -1,5 +1,5 @@
/*
Copyright © 2020-2022 The k3d Author(s)
Copyright © 2020-2023 The k3d Author(s)
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

@ -1,5 +1,5 @@
/*
Copyright © 2020-2022 The k3d Author(s)
Copyright © 2020-2023 The k3d Author(s)
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

@ -1,5 +1,5 @@
/*
Copyright © 2020-2022 The k3d Author(s)
Copyright © 2020-2023 The k3d Author(s)
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

@ -1,5 +1,5 @@
/*
Copyright © 2020-2022 The k3d Author(s)
Copyright © 2020-2023 The k3d Author(s)
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

@ -1,5 +1,5 @@
/*
Copyright © 2020-2022 The k3d Author(s)
Copyright © 2020-2023 The k3d Author(s)
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

@ -1,5 +1,5 @@
/*
Copyright © 2020-2022 The k3d Author(s)
Copyright © 2020-2023 The k3d Author(s)
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

@ -1,5 +1,5 @@
/*
Copyright © 2020-2022 The k3d Author(s)
Copyright © 2020-2023 The k3d Author(s)
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

@ -1,5 +1,5 @@
/*
Copyright © 2020-2022 The k3d Author(s)
Copyright © 2020-2023 The k3d Author(s)
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

@ -1,5 +1,5 @@
/*
Copyright © 2020-2022 The k3d Author(s)
Copyright © 2020-2023 The k3d Author(s)
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

@ -1,5 +1,5 @@
/*
Copyright © 2020-2022 The k3d Author(s)
Copyright © 2020-2023 The k3d Author(s)
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

Some files were not shown because too many files have changed in this diff Show More

Loading…
Cancel
Save