コード例 #1
0
ファイル: pod.py プロジェクト: EXXETA/k8s-python-tools
 def get_attr_config(self) -> ArgumentConfig:
     arg = ArgumentConfig()
     arg.context = True
     arg.namespace = True
     arg.pod = True
     return arg
コード例 #2
0
 def get_attr_config(self) -> ArgumentConfig:
     ac = ArgumentConfig()
     ac.context = True
     ac.namespace = True
     ac.pod = True
     return ac