Kubernetes application
kind of object to return
proper Kubernetes resource object
Convert a full Kubernetes resource spec into a minimal KubernetesObject.
Kubernetes spec to convert
Minimal Kubernetes object
Safely stringify a Kubernetes resource spec, removing any sensitive data, suitable for logging. The string returned is a compact representation, not pretty printed, and if it is long, it may be truncated.
Kubernetes spec to stringify
String representation of spec with sensitive information removed
Generated using TypeDoc
Create KubernetesObject from KubernetesApplication and kind. This method only supports the types of resources managed as part of a KuberneteApplication, namely: Namespace, Secret, Service, ServiceAccount, Deployment, Ingress, ClusterRole, ClusterRoleBinding, Role, and RoleBinding.