kubernetes-yaml/learn/learn-kubernetes-master/kiamol/ch11/bulletin-board/src/backend/events-update.js

20 lines
502 B
JavaScript
Raw Normal View History

module.exports = [
{
id: 1,
title: 'DockerCon 2021',
detail: 'The container conference for the industry',
date: '2021-05-27'
},
{
id: 2,
title: 'KubeCon Europe 2021',
detail: 'The Cloud Native Computing Foundations flagship conference',
date: '2021-08-16'
},
{
id: 3,
title: 'KubeCon North America 2021',
detail: 'The Cloud Native Computing Foundations flagship conference',
date: '2021-11-23'
}
];