sparse-intern-71089
10/14/2020, 4:55 PMicy-jordan-58549
10/14/2020, 5:03 PMicy-jordan-58549
10/14/2020, 5:03 PMicy-jordan-58549
10/14/2020, 5:04 PMicy-jordan-58549
10/14/2020, 5:04 PMicy-jordan-58549
10/14/2020, 5:45 PMtransformations: [
(o) => {
if (o.type === "kubernetes:core/v1:Endpoints") {
o.props.apiVersion = "v1";
o.props.kind = "List";
o.props.metadata = {
...o.props.metadata,
name: `list-${o.props.metadata.name}`,
labels: {},
};
}
return o;
},
],
icy-jordan-58549
10/14/2020, 5:46 PMwas not successfully created by the Kubernetes API server : failed to determine if the following GVK is namespaced: /v1, Kind=List
gorgeous-egg-16927
10/14/2020, 7:46 PMicy-jordan-58549
10/15/2020, 7:18 AMicy-jordan-58549
10/16/2020, 8:31 AMwas not successfully created by the Kubernetes API server : failed to determine if the following GVK is namespaced: /v1, Kind=List
icy-jordan-58549
10/16/2020, 8:32 AMomit
approach by converting into List, any ideas how to fix it?icy-jordan-58549
10/16/2020, 8:32 AM