Documentation ¶
Index ¶
- func GetClient() (*kubernetes.Clientset, error)
- func GetConfigMapYaml(client *kubernetes.Clientset, namespace string, configmap string) (*v1.ConfigMap, error)
- func GetConfigMaps(client *kubernetes.Clientset, namespace string) ([]string, error)
- func GetCronJobYaml(client *kubernetes.Clientset, namespace string, cronjob string) (*batchv1.CronJob, error)
- func GetCronJobs(client *kubernetes.Clientset, namespace string) ([]string, error)
- func GetDaemonSetYaml(client *kubernetes.Clientset, namespace string, daemonset string) (*appsv1.DaemonSet, error)
- func GetDaemonSets(client *kubernetes.Clientset, namespace string) ([]string, error)
- func GetDeploymentYaml(client *kubernetes.Clientset, namespace string, deployment string) (*appsv1.Deployment, error)
- func GetDeployments(client *kubernetes.Clientset, namespace string) ([]string, error)
- func GetEndpointYaml(client *kubernetes.Clientset, namespace string, endpoint string) (*v1.Endpoints, error)
- func GetEndpoints(client *kubernetes.Clientset, namespace string) ([]string, error)
- func GetIngressYaml(client *kubernetes.Clientset, namespace string, ingress string) (*networkingV1.Ingress, error)
- func GetIngresses(client *kubernetes.Clientset, namespace string) ([]string, error)
- func GetJobYaml(client *kubernetes.Clientset, namespace string, job string) (*batchv1.Job, error)
- func GetJobs(client *kubernetes.Clientset, namespace string) ([]string, error)
- func GetNamespaceYaml(client *kubernetes.Clientset, namespace string) (*v1.Namespace, error)
- func GetNamespaces(client *kubernetes.Clientset) ([]string, error)
- func GetNodeYaml(client *kubernetes.Clientset, node string) (*v1.Node, error)
- func GetNodes(client *kubernetes.Clientset) ([]string, error)
- func GetPersistentVolumeClaimYaml(client *kubernetes.Clientset, namespace string, pvc string) (*v1.PersistentVolumeClaim, error)
- func GetPersistentVolumeClaims(client *kubernetes.Clientset, namespace string) ([]string, error)
- func GetPersistentVolumeYaml(client *kubernetes.Clientset, pv string) (*v1.PersistentVolume, error)
- func GetPersistentVolumes(client *kubernetes.Clientset) ([]string, error)
- func GetPodYaml(client *kubernetes.Clientset, namespace string, pod string) (*v1.Pod, error)
- func GetPods(client *kubernetes.Clientset, namespace string) ([]string, error)
- func GetRancherClusterNodePoolYaml(config *rest.Config, clusterID string, nodePoolID string) (string, error)
- func GetRancherClusterNodePools(config *rest.Config, clusterID string) ([]string, error)
- func GetRancherClusterNodeTemplateYaml(config *rest.Config, clusterID string, nodeTemplateID string) (string, error)
- func GetRancherClusterNodeTemplates(config *rest.Config, clusterID string) ([]string, error)
- func GetRancherClusterNodeYaml(config *rest.Config, clusterID string, nodeID string) (string, error)
- func GetRancherClusterNodes(config *rest.Config, clusterID string) ([]string, error)
- func GetRancherClusterTemplateRevisionYaml(config *rest.Config, clusterTemplateID string, ...) (string, error)
- func GetRancherClusterTemplateRevisions(config *rest.Config, clusterTemplateID string) ([]string, error)
- func GetRancherClusterTemplateYaml(config *rest.Config, clusterTemplateID string) (string, error)
- func GetRancherClusterTemplates(config *rest.Config) ([]string, error)
- func GetRancherClusterYaml(config *rest.Config, clusterID string) (string, error)
- func GetRancherClusters(config *rest.Config) ([]string, error)
- func GetRancherEulaDate(config *rest.Config) (string, error)
- func GetRancherFeatureYaml(config *rest.Config, featureID string) (string, error)
- func GetRancherFeatures(config *rest.Config) ([]string, error)
- func GetRancherGlobalDNSProviders(config *rest.Config) (string, error)
- func GetRancherServerURL(config *rest.Config) (string, error)
- func GetRancherUUID(config *rest.Config) (string, error)
- func GetRancherVersion(config *rest.Config) (string, error)
- func GetReplicaSetYaml(client *kubernetes.Clientset, namespace string, replicasets string) (*appsv1.ReplicaSet, error)
- func GetReplicaSets(client *kubernetes.Clientset, namespace string) ([]string, error)
- func GetServiceYaml(client *kubernetes.Clientset, namespace string, service string) (*v1.Service, error)
- func GetServices(client *kubernetes.Clientset, namespace string) ([]string, error)
- func GetStatefulSetYaml(client *kubernetes.Clientset, namespace string, statefulset string) (*appsv1.StatefulSet, error)
- func GetStatefulSets(client *kubernetes.Clientset, namespace string) ([]string, error)
- type Data
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetClient ¶
func GetClient() (*kubernetes.Clientset, error)
func GetConfigMapYaml ¶
func GetConfigMaps ¶
func GetConfigMaps(client *kubernetes.Clientset, namespace string) ([]string, error)
func GetCronJobYaml ¶
func GetCronJobs ¶
func GetCronJobs(client *kubernetes.Clientset, namespace string) ([]string, error)
func GetDaemonSetYaml ¶
func GetDaemonSets ¶
func GetDaemonSets(client *kubernetes.Clientset, namespace string) ([]string, error)
func GetDeploymentYaml ¶
func GetDeploymentYaml(client *kubernetes.Clientset, namespace string, deployment string) (*appsv1.Deployment, error)
func GetDeployments ¶
func GetDeployments(client *kubernetes.Clientset, namespace string) ([]string, error)
func GetEndpointYaml ¶
func GetEndpoints ¶
func GetEndpoints(client *kubernetes.Clientset, namespace string) ([]string, error)
func GetIngressYaml ¶
func GetIngressYaml(client *kubernetes.Clientset, namespace string, ingress string) (*networkingV1.Ingress, error)
func GetIngresses ¶
func GetIngresses(client *kubernetes.Clientset, namespace string) ([]string, error)
func GetJobYaml ¶
func GetNamespaceYaml ¶
func GetNamespaces ¶
func GetNamespaces(client *kubernetes.Clientset) ([]string, error)
func GetNodeYaml ¶
func GetPersistentVolumeClaimYaml ¶
func GetPersistentVolumeClaimYaml(client *kubernetes.Clientset, namespace string, pvc string) (*v1.PersistentVolumeClaim, error)
func GetPersistentVolumeClaims ¶
func GetPersistentVolumeClaims(client *kubernetes.Clientset, namespace string) ([]string, error)
func GetPersistentVolumeYaml ¶
func GetPersistentVolumeYaml(client *kubernetes.Clientset, pv string) (*v1.PersistentVolume, error)
func GetPersistentVolumes ¶
func GetPersistentVolumes(client *kubernetes.Clientset) ([]string, error)
func GetPodYaml ¶
func GetRancherClusterNodes ¶
func GetRancherClusterYaml ¶
func GetRancherFeatureYaml ¶
func GetReplicaSetYaml ¶
func GetReplicaSetYaml(client *kubernetes.Clientset, namespace string, replicasets string) (*appsv1.ReplicaSet, error)
func GetReplicaSets ¶
func GetReplicaSets(client *kubernetes.Clientset, namespace string) ([]string, error)
func GetServiceYaml ¶
func GetServices ¶
func GetServices(client *kubernetes.Clientset, namespace string) ([]string, error)
func GetStatefulSetYaml ¶
func GetStatefulSetYaml(client *kubernetes.Clientset, namespace string, statefulset string) (*appsv1.StatefulSet, error)
func GetStatefulSets ¶
func GetStatefulSets(client *kubernetes.Clientset, namespace string) ([]string, error)
Types ¶
Click to show internal directories.
Click to hide internal directories.