τηρητής
Logo is taken from here: https://pixabay.com/en/gnu-animal-cute-funny-mammal-161339/
Do not allow route without TLS:
if ((e.type==='ADDED') && (typeof(e.object.spec.tls)==='undefined')){
alert('Route wihtout TLS not allowed in "' + e.object.metadata.namespace + ":" + e.object.metadata.name+'"');
}Check for privileged in SCC:
if (e.object.allowPrivilegedContainer){
alert("Security context constraints allows creating privileged containers: " + e.object.metadata.name);
}