9 lines
99 B
JavaScript
9 lines
99 B
JavaScript
/**
|
|
* Generic params
|
|
*/
|
|
export function KubernetesCommonParams() {
|
|
return {
|
|
id: '',
|
|
};
|
|
}
|