1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
pub mod acl_policy;
pub mod acl_policy_list_stub;
pub mod acl_token;
pub mod acl_token_list_stub;
pub mod affinity;
pub mod agent_health;
pub mod agent_member;
pub mod agent_self;
pub mod alloc_deployment_status;
pub mod alloc_file_info;
pub mod alloc_resource_usage;
pub mod allocated_cpu_resources;
pub mod allocated_memory_resources;
pub mod allocated_resources;
pub mod allocated_shared_resources;
pub mod allocated_task_resources;
pub mod allocation;
pub mod allocation_list_stub;
pub mod allocation_metric;
pub mod attribute;
pub mod autopilot_configuration;
pub mod check_restart;
pub mod constraint;
pub mod consul_connect;
pub mod consul_proxy;
pub mod consul_sidecar_service;
pub mod consul_upstream;
pub mod cpu_stats;
pub mod csi_controller_info;
pub mod csi_info;
pub mod csi_mount_options;
pub mod csi_node_info;
pub mod csi_plugin;
pub mod csi_plugin_list_stub;
pub mod csi_topology;
pub mod csi_volume;
pub mod csi_volume_list_stub;
pub mod deployment;
pub mod deployment_state;
pub mod desired_transition;
pub mod desired_updates;
pub mod device_group_stats;
pub mod device_stats;
pub mod dispatch_payload_config;
pub mod drain_spec;
pub mod drain_strategy;
pub mod driver_info;
pub mod ephemeral_disk;
pub mod eval_options;
pub mod evaluation;
pub mod field_diff;
pub mod host_cpu_stats;
pub mod host_disk_stats;
pub mod host_memory_stats;
pub mod host_stats;
pub mod host_volume_info;
pub mod job;
pub mod job_children_summary;
pub mod job_diff;
pub mod job_list_stub;
pub mod job_summary;
pub mod log_config;
pub mod memory_stats;
pub mod migrate_strategy;
pub mod monitor_message;
pub mod namespace;
pub mod network_dns;
pub mod network_resource;
pub mod node;
pub mod node_cpu_resources;
pub mod node_device;
pub mod node_device_locality;
pub mod node_device_resource;
pub mod node_disk_resources;
pub mod node_event;
pub mod node_list_stub;
pub mod node_memory_resources;
pub mod node_reserved_cpu_resources;
pub mod node_reserved_disk_resources;
pub mod node_reserved_memory_resources;
pub mod node_reserved_network_resources;
pub mod node_reserved_resources;
pub mod node_resources;
pub mod node_score_meta;
pub mod object_diff;
pub mod operator_health_reply;
pub mod parameterized_job_config;
pub mod periodic_config;
pub mod plan_annotations;
pub mod port;
pub mod preemption_config;
pub mod query_options;
pub mod quota_limit;
pub mod quota_spec;
pub mod quota_usage;
pub mod raft_configuration;
pub mod raft_server;
pub mod requested_device;
pub mod reschedule_event;
pub mod reschedule_policy;
pub mod reschedule_tracker;
pub mod resource_usage;
pub mod resources;
pub mod restart_policy;
pub mod scaling_event;
pub mod scaling_policy;
pub mod scaling_policy_list_stub;
pub mod scheduler_configuration;
pub mod sentinel_policy;
pub mod sentinel_policy_list_stub;
pub mod server_health;
pub mod server_members;
pub mod service;
pub mod service_check;
pub mod sidecar_task;
pub mod spread;
pub mod spread_target;
pub mod stat_object;
pub mod stat_value;
pub mod stream_frame;
pub mod task;
pub mod task_artifact;
pub mod task_csi_plugin_config;
pub mod task_diff;
pub mod task_event;
pub mod task_group;
pub mod task_group_diff;
pub mod task_group_scale_status;
pub mod task_group_summary;
pub mod task_lifecycle;
pub mod task_resource_usage;
pub mod task_state;
pub mod template;
pub mod update_strategy;
pub mod vault;
pub mod volume_mount;
pub mod volume_request;
pub mod event;