command
module
Version:
v0.0.0-...-14f0bbf
Opens a new window with list of versions in this module.
Published: Jul 19, 2017
License: MIT
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
tiritis
τηρητής
License
Logo is taken from here: https://pixabay.com/en/gnu-animal-cute-funny-mammal-161339/

How?

Inspections
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);
}
Documentation
¶
There is no documentation for this package.
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.