@@ -1321,6 +1321,7 @@ class CAServerCertConfig(OpenShiftCLIConfig):
self.verbose = verbose
self._ca = ca_options
+
class CAServerCert(OpenShiftCLI):
''' Class to wrap the oc adm ca create-server-cert command line'''
def __init__(self,
@@ -1,4 +1,5 @@
# pylint: skip-file
+# flake8: noqa
class CAServerCertConfig(OpenShiftCLIConfig):
''' CAServerCertConfig is a DTO for the oc adm ca command '''
@@ -8,6 +9,7 @@ class CAServerCertConfig(OpenShiftCLIConfig):