Pinned Loading
-
betterstringjs
betterstringjs PublicSome set of functions that extends javascripts default String
JavaScript 3
-
-
python_grep_function.py
python_grep_function.py 1def grep(text, match, after=0, before=0):
2"""
3Return matched lines in given text as a list. Similar to grep function but a simple one.
4"""
5idx = []
-
Automatic VPA generator for all depl...
Automatic VPA generator for all deployments in namespace 1#!/bin/bash
2#
3# Usage: ./generate_vpa.sh namespace
4#
5# Generates yaml files for vpa and applies.
-
kubectl alias functions with grep fo...
kubectl alias functions with grep for fish shell 1# Usage: kg deploy consumer // shows all deploy names containes consumer
2# Usage: kg pods listener // shows all pod names containes listener
3# Usage: kg pods listener -A // shows all pod names containes listener in all namespaces
4function kg
5set ARGS (count $argv)
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.