コード例 #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
コード例 #2
0
 def get_attr_config(self) -> ArgumentConfig:
     args = ArgumentConfig()
     args.context = True
     return args
コード例 #3
0
 def get_attr_config(self) -> ArgumentConfig:
     arg = ArgumentConfig()
     arg.context = True
     arg.namespace = True
     arg.service_account = True
     return arg
コード例 #4
0
 def get_attr_config(self) -> ArgumentConfig:
     arg = ArgumentConfig()
     arg.context = True
     arg.namespace = True
     arg.replication_controller = True
     return arg
コード例 #5
0
 def get_attr_config(self) -> ArgumentConfig:
     arg = ArgumentConfig()
     arg.context = True
     arg.namespace = True
     arg.controller_revision = True
     return arg
コード例 #6
0
 def get_attr_config(self) -> ArgumentConfig:
     arg = ArgumentConfig()
     arg.context = True
     arg.namespace = True
     arg.network_policy = True
     return arg
コード例 #7
0
 def get_attr_config(self) -> ArgumentConfig:
     arg = ArgumentConfig()
     arg.context = True
     arg.namespace = True
     arg.pod_security_policy = True
     return arg
コード例 #8
0
 def get_attr_config(self) -> ArgumentConfig:
     arg = ArgumentConfig()
     arg.context = True
     arg.namespace = True
     arg.storage_class = True
     return arg
コード例 #9
0
 def get_attr_config(self) -> ArgumentConfig:
     ac = ArgumentConfig()
     ac.context = True
     ac.namespace = True
     ac.pod = True
     return ac
コード例 #10
0
 def get_attr_config(self) -> ArgumentConfig:
     arg = ArgumentConfig()
     arg.context = True
     arg.namespace = True
     arg.pod_disruption_budget = True
     return arg
コード例 #11
0
 def get_attr_config(self) -> ArgumentConfig:
     arg = ArgumentConfig()
     arg.context = True
     arg.namespace = True
     arg.resource_quota = True
     return arg
コード例 #12
0
 def get_attr_config(self) -> ArgumentConfig:
     arg = ArgumentConfig()
     arg.context = True
     arg.namespace = True
     arg.horizontal_pod_autoscaler = True
     return arg
コード例 #13
0
 def get_attr_config(self) -> ArgumentConfig:
     arg = ArgumentConfig()
     arg.context = True
     arg.namespace = True
     arg.certificate_signing_request = True
     return arg
コード例 #14
0
 def get_attr_config(self) -> ArgumentConfig:
     arg = ArgumentConfig()
     arg.context = True
     arg.namespace = True
     arg.config_map = True
     return arg
コード例 #15
0
 def get_attr_config(self) -> ArgumentConfig:
     arg = ArgumentConfig()
     arg.context = True
     arg.namespace = True
     arg.custom_resource_definition = True
     return arg
コード例 #16
0
 def get_attr_config(self) -> ArgumentConfig:
     attr = ArgumentConfig()
     attr.context = True
     return attr
コード例 #17
0
 def get_attr_config(self) -> ArgumentConfig:
     attr = ArgumentConfig()
     attr.context = True
     attr.namespace = True
     attr.deployment = True
     return attr
コード例 #18
0
 def get_attr_config(self) -> ArgumentConfig:
     arg = ArgumentConfig()
     arg.context = True
     arg.namespace = True
     arg.persistent_volume = True
     return arg
コード例 #19
0
 def get_attr_config(self) -> ArgumentConfig:
     arg = ArgumentConfig()
     arg.context = True
     arg.namespace = True
     arg.cluster_role_binding = True
     return arg