Documentation ¶
Index ¶
- func ExecuteCommand(cmd *cobra.Command, args ...string) (c *cobra.Command, output string, err error)
- func ExecuteCommandC(cmd *cobra.Command, args ...string) (c *cobra.Command, output string, err error)
- func GetClusterRole(path string) (*rbacv1.ClusterRole, error)
- func GetConfigMap(path string) (*v1.ConfigMap, error)
- func GetDeployment(path string) (*appsv1.Deployment, error)
- func GetIngress(path string) (*netv1.Ingress, error)
- func GetNamespace(name string) (*v1.Namespace, error)
- func GetPod(path string) (*v1.Pod, error)
- func GetSecret(path string) (*v1.Secret, error)
- func GetService(path string) (*v1.Service, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ExecuteCommand ¶ added in v0.7.0
func ExecuteCommandC ¶ added in v0.7.0
func GetClusterRole ¶
func GetClusterRole(path string) (*rbacv1.ClusterRole, error)
func GetDeployment ¶
func GetDeployment(path string) (*appsv1.Deployment, error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.