@@ -194,20 +194,25 @@ var (
194194 "spec.clusterName" : & informer.JSONPathField {Path : []string {"spec" , "clusterName" }},
195195 },
196196 gvkKey ("management.cattle.io" , "v3" , "Cluster" ): {
197- "spec.internal" : & informer.JSONPathField {Path : []string {"spec" , "internal" }},
198- "spec.displayName" : & informer.JSONPathField {Path : []string {"spec" , "displayName" }},
199- "status.allocatable.cpu" : & informer.JSONPathField {Type : "" , Path : []string {"status" , "allocatable" , "cpu" }},
200- "status.allocatable.cpuRaw" : & informer.JSONPathField {Type : "REAL" , Path : []string {"status" , "allocatable" , "cpuRaw" }},
201- "status.allocatable.memory" : & informer.JSONPathField {Type : "" , Path : []string {"status" , "allocatable" , "memory" }},
202- "status.allocatable.memoryRaw" : & informer.JSONPathField {Type : "REAL" , Path : []string {"status" , "allocatable" , "memoryRaw" }},
203- "status.allocatable.pods" : & informer.JSONPathField {Type : "INT" , Path : []string {"status" , "allocatable" , "pods" }},
204- "status.requested.cpu" : & informer.JSONPathField {Type : "" , Path : []string {"status" , "requested" , "cpu" }},
205- "status.requested.cpuRaw" : & informer.JSONPathField {Type : "REAL" , Path : []string {"status" , "requested" , "cpuRaw" }},
206- "status.requested.memory" : & informer.JSONPathField {Type : "" , Path : []string {"status" , "requested" , "memory" }},
207- "status.requested.memoryRaw" : & informer.JSONPathField {Type : "REAL" , Path : []string {"status" , "requested" , "memoryRaw" }},
208- "status.requested.pods" : & informer.JSONPathField {Type : "INT" , Path : []string {"status" , "requested" , "pods" }},
209- "status.connected" : & informer.JSONPathField {Path : []string {"status" , "connected" }},
210- "status.provider" : & informer.JSONPathField {Path : []string {"status" , "provider" }},
197+ "spec.fleetWorkspaceName" : & informer.JSONPathField {Path : []string {"spec" , "fleetWorkspaceName" }},
198+ "spec.internal" : & informer.JSONPathField {Path : []string {"spec" , "internal" }},
199+ "spec.displayName" : & informer.JSONPathField {Path : []string {"spec" , "displayName" }},
200+ "status.allocatable.cpu" : & informer.JSONPathField {Type : "" , Path : []string {"status" , "allocatable" , "cpu" }},
201+ "status.allocatable.cpuRaw" : & informer.JSONPathField {Type : "REAL" , Path : []string {"status" , "allocatable" , "cpuRaw" }},
202+ "status.allocatable.memory" : & informer.JSONPathField {Type : "" , Path : []string {"status" , "allocatable" , "memory" }},
203+ "status.allocatable.memoryRaw" : & informer.JSONPathField {Type : "REAL" , Path : []string {"status" , "allocatable" , "memoryRaw" }},
204+ "status.allocatable.pods" : & informer.JSONPathField {Type : "INT" , Path : []string {"status" , "allocatable" , "pods" }},
205+ "status.driver" : & informer.JSONPathField {Path : []string {"status" , "driver" }},
206+ "status.info.kubernetesVersion" : & informer.JSONPathField {Path : []string {"status" , "info" , "kubernetesVersion" }},
207+ "status.info.machineProvider" : & informer.JSONPathField {Path : []string {"status" , "info" , "machineProvider" }},
208+ "status.info.nodeCount" : & informer.JSONPathField {Type : "INT" , Path : []string {"status" , "info" , "nodeCount" }},
209+ "status.requested.cpu" : & informer.JSONPathField {Type : "" , Path : []string {"status" , "requested" , "cpu" }},
210+ "status.requested.cpuRaw" : & informer.JSONPathField {Type : "REAL" , Path : []string {"status" , "requested" , "cpuRaw" }},
211+ "status.requested.memory" : & informer.JSONPathField {Type : "" , Path : []string {"status" , "requested" , "memory" }},
212+ "status.requested.memoryRaw" : & informer.JSONPathField {Type : "REAL" , Path : []string {"status" , "requested" , "memoryRaw" }},
213+ "status.requested.pods" : & informer.JSONPathField {Type : "INT" , Path : []string {"status" , "requested" , "pods" }},
214+ "status.connected" : & informer.JSONPathField {Path : []string {"status" , "connected" }},
215+ "status.provider" : & informer.JSONPathField {Path : []string {"status" , "provider" }},
211216 },
212217 gvkKey ("management.cattle.io" , "v3" , "ClusterRoleTemplateBinding" ): {
213218 "clusterName" : & informer.JSONPathField {Path : []string {"clusterName" }},
0 commit comments