Beispiel #1
0
 def get_attr_config(self) -> ArgumentConfig:
     arg = ArgumentConfig()
     arg.context = True
     arg.namespace = True
     arg.pod = True
     return arg
Beispiel #2
0
 def get_attr_config(self) -> ArgumentConfig:
     ac = ArgumentConfig()
     ac.context = True
     ac.namespace = True
     ac.pod = True
     return ac