Skip to content
View mstrzele's full-sized avatar
Block or Report

Block or report mstrzele

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. TRDL TRDL Public

    The Responding Dark Laughter

    Makefile

  2. dotfiles dotfiles Public

    Dotfiles, managed with https://github.com/twpayne/chezmoi.

    Shell 1 1

  3. helm-edit helm-edit Public

    Edit a Helm release

    Go 114 13

  4. kube-ns-resources.sh kube-ns-resources.sh
    1
    #!/usr/bin/env bash
    2
    
                  
    3
    namespace=$1
    4
    mapfile -t api_resources < <(kubectl api-resources --namespaced -o name --sort-by=name --verbs=list)
    5
    options=()