We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fb6046 commit 0b03997Copy full SHA for 0b03997
2 files changed
src/cloud/kubernetes/custom/api.pm
@@ -23,9 +23,7 @@ package cloud::kubernetes::custom::api;
23
use strict;
24
use warnings;
25
use centreon::plugins::http;
26
-use DateTime;
27
use JSON::XS;
28
-use URI::Encode;
29
30
sub new {
31
my ($class, %options) = @_;
src/cloud/openshift/api/custom/api.pm
@@ -24,8 +24,6 @@ use strict;
use centreon::plugins::misc qw(json_decode value_of);
0 commit comments