Documentation
¶
Index ¶
- func GetClusterRole(clusterRoleFilePath string) (*rbacv1.ClusterRole, error)
- func GetConfigMap(configMapFilePath string) (*v1.ConfigMap, error)
- func GetDeployment(deploymentFilePath string) (*appsv1.Deployment, error)
- func GetIngress(ingressFilePath string) (*netv1.Ingress, error)
- func GetNamespace(name string) (*v1.Namespace, error)
- func GetPod(podFilePath string) (*v1.Pod, error)
- func GetSecret(secretFilePath string) (*v1.Secret, error)
- func GetService(serviceFilePath string) (*v1.Service, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetClusterRole ¶
func GetClusterRole(clusterRoleFilePath string) (*rbacv1.ClusterRole, error)
func GetDeployment ¶
func GetDeployment(deploymentFilePath string) (*appsv1.Deployment, error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.