def get_attr_config(self) -> ArgumentConfig: arg = ArgumentConfig() arg.context = True arg.namespace = True arg.pod = True return arg
def get_attr_config(self) -> ArgumentConfig: ac = ArgumentConfig() ac.context = True ac.namespace = True ac.pod = True return ac