🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

github.com/itsmurugappan/k8s-yaml-parser

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/itsmurugappan/k8s-yaml-parser

v0.1.0
Source
Go
Version published
Created
Source

k8s-yaml-parser

Utility built in Go to parse the k8s resource yaml. K8s resource yaml can be really big and be difficult to read. For example the istio deployment yaml is 19000 lines. It is difficult to see the resources that are created. This utility does the following

  • Parses the yaml, looks for "---" delimiter and splits the yaml
  • Creates separate yaml file for each resources
  • Organize the yaml files based on the resource kind

FAQs

Package last updated on 14 Mar 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts