Example #1
0
 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
Example #2
0
 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.service_account = True
     return arg
Example #4
0
 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:
     attr = ArgumentConfig()
     attr.context = True
     attr.namespace = True
     attr.deployment = True
     return attr
Example #8
0
 def get_attr_config(self) -> ArgumentConfig:
     arg = ArgumentConfig()
     arg.context = True
     arg.namespace = True
     arg.pod_security_policy = True
     return arg
Example #9
0
 def get_attr_config(self) -> ArgumentConfig:
     ac = ArgumentConfig()
     ac.context = True
     ac.namespace = True
     ac.pod = True
     return ac
Example #10
0
 def get_attr_config(self) -> ArgumentConfig:
     arg = ArgumentConfig()
     arg.context = True
     arg.namespace = True
     arg.pod_disruption_budget = True
     return arg
Example #11
0
 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
Example #13
0
 def get_attr_config(self) -> ArgumentConfig:
     arg = ArgumentConfig()
     arg.context = True
     arg.namespace = True
     arg.certificate_signing_request = True
     return arg
Example #14
0
 def get_attr_config(self) -> ArgumentConfig:
     arg = ArgumentConfig()
     arg.context = True
     arg.namespace = True
     arg.storage_class = True
     return arg
Example #15
0
 def get_attr_config(self) -> ArgumentConfig:
     arg = ArgumentConfig()
     arg.context = True
     arg.namespace = True
     arg.custom_resource_definition = True
     return arg
Example #16
0
 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