Exemplo n.º 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
Exemplo n.º 2
0
 def get_attr_config(self) -> ArgumentConfig:
     arg = ArgumentConfig()
     arg.context = True
     arg.namespace = True
     arg.config_map = True
     return arg
Exemplo n.º 3
0
 def get_attr_config(self) -> ArgumentConfig:
     arg = ArgumentConfig()
     arg.context = True
     arg.namespace = True
     arg.service_account = True
     return arg
Exemplo n.º 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
Exemplo n.º 6
0
 def get_attr_config(self) -> ArgumentConfig:
     arg = ArgumentConfig()
     arg.context = True
     arg.namespace = True
     arg.network_policy = True
     return arg
Exemplo n.º 7
0
 def get_attr_config(self) -> ArgumentConfig:
     attr = ArgumentConfig()
     attr.context = True
     attr.namespace = True
     attr.deployment = True
     return attr
Exemplo n.º 8
0
 def get_attr_config(self) -> ArgumentConfig:
     arg = ArgumentConfig()
     arg.context = True
     arg.namespace = True
     arg.pod_security_policy = True
     return arg
Exemplo n.º 9
0
 def get_attr_config(self) -> ArgumentConfig:
     ac = ArgumentConfig()
     ac.context = True
     ac.namespace = True
     ac.pod = True
     return ac
Exemplo n.º 10
0
 def get_attr_config(self) -> ArgumentConfig:
     arg = ArgumentConfig()
     arg.context = True
     arg.namespace = True
     arg.pod_disruption_budget = True
     return arg
Exemplo n.º 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
Exemplo n.º 13
0
 def get_attr_config(self) -> ArgumentConfig:
     arg = ArgumentConfig()
     arg.context = True
     arg.namespace = True
     arg.certificate_signing_request = True
     return arg
Exemplo n.º 14
0
 def get_attr_config(self) -> ArgumentConfig:
     arg = ArgumentConfig()
     arg.context = True
     arg.namespace = True
     arg.storage_class = True
     return arg
Exemplo n.º 15
0
 def get_attr_config(self) -> ArgumentConfig:
     arg = ArgumentConfig()
     arg.context = True
     arg.namespace = True
     arg.custom_resource_definition = True
     return arg
Exemplo n.º 16
0
 def get_attr_config(self) -> ArgumentConfig:
     arg = ArgumentConfig()
     arg.context = True
     arg.namespace = True
     arg.persistent_volume = True
     return arg
Exemplo n.º 17
0
 def get_attr_config(self) -> ArgumentConfig:
     arg = ArgumentConfig()
     arg.context = True
     arg.namespace = True
     arg.cluster_role_binding = True
     return arg