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

20 lines
502 B
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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'
}
];