From 2e9d6cec15780af872b1cb2dbec004ca95e90f5e Mon Sep 17 00:00:00 2001 From: Felix Matouschek Date: Wed, 3 Jul 2024 11:42:48 +0200 Subject: [PATCH] cleanup(kubevirt_auth_options): Remove incorrect statement Remove incorrect statement about a feature being added in a certain version. Signed-off-by: Felix Matouschek --- plugins/doc_fragments/kubevirt_auth_options.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/doc_fragments/kubevirt_auth_options.py b/plugins/doc_fragments/kubevirt_auth_options.py index 359ffe5..33e219b 100644 --- a/plugins/doc_fragments/kubevirt_auth_options.py +++ b/plugins/doc_fragments/kubevirt_auth_options.py @@ -28,7 +28,7 @@ options: configuration file from I(~/.kube/config). - Can also be specified via E(K8S_AUTH_KUBECONFIG) environment variable. - Multiple Kubernetes config file can be provided using separator C(;) for Windows platform or C(:) for others platforms. - - The kubernetes configuration can be provided as dictionary. This feature requires a python kubernetes client version >= 17.17.0. Added in version 2.2.0. + - The kubernetes configuration can be provided as dictionary. This feature requires a python kubernetes client version >= 17.17.0. type: raw context: description: