diff options
author | Vratko Polak <vrpolak@cisco.com> | 2024-05-31 10:11:32 +0200 |
---|---|---|
committer | Vratko Polak <vrpolak@cisco.com> | 2024-05-31 10:19:04 +0000 |
commit | 739c77b39872f5f234682e38650563315fb098fc (patch) | |
tree | 9c52f6eb297236c5abe6a3ea2f03a5bd05d8bb18 /resources/libraries/python/KubernetesUtils.py | |
parent | efcecab51711941462ec629261350d5247a26882 (diff) |
style(jumbo): Unify naming of jumbo flag
Previously, the flag was sometimes called "jumbo",
sometimes "jumbo_frames". As we never use "jumbo" for things
other than frame size, unify the flag to "jumbo".
Change-Id: Ib688389799a4550ac9f51375f4defc06a02e6f03
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
(cherry picked from commit 10e9064182d5590d96afb335a24d583b5c8222f4)
Diffstat (limited to 'resources/libraries/python/KubernetesUtils.py')
-rw-r--r-- | resources/libraries/python/KubernetesUtils.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/libraries/python/KubernetesUtils.py b/resources/libraries/python/KubernetesUtils.py index 9ded0e8b9e..a58c337a18 100644 --- a/resources/libraries/python/KubernetesUtils.py +++ b/resources/libraries/python/KubernetesUtils.py @@ -1,4 +1,4 @@ -# Copyright (c) 2021 Cisco and/or its affiliates. +# Copyright (c) 2024 Cisco and/or its affiliates. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at: |