dot_files/dot_oh-my-zsh/plugins/operator-sdk
Viktor Barzin 58ef6d327f initial
2025-11-22 22:51:27 +00:00
..
operator-sdk.plugin.zsh initial 2025-11-22 22:51:27 +00:00
README.md initial 2025-11-22 22:51:27 +00:00

Operator SDK

Operator SDK is a component of the Operator Framework, an open source toolkit to manage Kubernetes native applications, called Operators, in an effective, automated, and scalable way.

To use it, add operator-sdk to the plugins array of your zshrc file:

plugins=(... operator-sdk)