k8s.ingress
Supported platform
- kubernetes
Description
Kubernetes Ingress
Fields
ID | TYPE | DESCRIPTION |
---|---|---|
id | string | Mondoo ID for the Kubernetes object |
uid | string | Kubernetes object UID |
resourceVersion | string | Kubernetes resource version |
labels | map[string]string | Kubernetes labels |
annotations | map[string]string | Kubernetes annotations |
name | string | Kubernetes object name |
namespace | string | Kubernetes object namespace |
kind | string | Kubernetes object type |
created | time | Kubernetes object creation timestamp |
manifest | dict | Full resource manifest |
rules | []k8s.ingressrule | Ingress rules |
tls | []k8s.ingresstls | Ingress TLS data |
References