def get_attr_config(self) -> ArgumentConfig: ac = ArgumentConfig() ac.context = True ac.namespace = True ac.set_type = True ac.set_name = True ac.no_wait = True return ac
def get_attr_config(self) -> ArgumentConfig: args = ArgumentConfig() args.context = True return args
def get_attr_config(self) -> ArgumentConfig: arg = ArgumentConfig() arg.context = True arg.namespace = True arg.service_account = True return arg
def get_attr_config(self) -> ArgumentConfig: arg = ArgumentConfig() arg.context = True arg.namespace = True arg.replication_controller = True return arg
def get_attr_config(self) -> ArgumentConfig: arg = ArgumentConfig() arg.context = True arg.namespace = True arg.controller_revision = True return arg
def get_attr_config(self) -> ArgumentConfig: arg = ArgumentConfig() arg.context = True arg.namespace = True arg.network_policy = True return arg
def get_attr_config(self) -> ArgumentConfig: arg = ArgumentConfig() arg.context = True arg.namespace = True arg.pod_security_policy = True return arg
def get_attr_config(self) -> ArgumentConfig: arg = ArgumentConfig() arg.context = True arg.namespace = True arg.storage_class = True return arg
def get_attr_config(self) -> ArgumentConfig: ac = ArgumentConfig() ac.context = True ac.namespace = True ac.pod = True return ac
def get_attr_config(self) -> ArgumentConfig: arg = ArgumentConfig() arg.context = True arg.namespace = True arg.pod_disruption_budget = True return arg
def get_attr_config(self) -> ArgumentConfig: arg = ArgumentConfig() arg.context = True arg.namespace = True arg.resource_quota = True return arg
def get_attr_config(self) -> ArgumentConfig: arg = ArgumentConfig() arg.context = True arg.namespace = True arg.horizontal_pod_autoscaler = True return arg
def get_attr_config(self) -> ArgumentConfig: arg = ArgumentConfig() arg.context = True arg.namespace = True arg.certificate_signing_request = True return arg
def get_attr_config(self) -> ArgumentConfig: arg = ArgumentConfig() arg.context = True arg.namespace = True arg.config_map = True return arg
def get_attr_config(self) -> ArgumentConfig: arg = ArgumentConfig() arg.context = True arg.namespace = True arg.custom_resource_definition = True return arg
def get_attr_config(self) -> ArgumentConfig: attr = ArgumentConfig() attr.context = True return attr
def get_attr_config(self) -> ArgumentConfig: attr = ArgumentConfig() attr.context = True attr.namespace = True attr.deployment = True return attr
def get_attr_config(self) -> ArgumentConfig: arg = ArgumentConfig() arg.context = True arg.namespace = True arg.persistent_volume = True return arg
def get_attr_config(self) -> ArgumentConfig: arg = ArgumentConfig() arg.context = True arg.namespace = True arg.cluster_role_binding = True return arg