Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateK8sResources ¶
func CreateK8sResources(resourceList v1.ResourceList) models.K8sResources
func ResolveK8sServiceForK8sDeployment ¶
func ResolveK8sServiceForK8sDeployment(services *v1.ServiceList, deployment appsv1.Deployment) string
Types ¶
type ClusterDTO ¶
type Mapper ¶
type Mapper interface { MapCluster(clusterName string, nodes *v1.NodeList) (ClusterDTO, error) MapDeploymentsEcst(deployments *appsv1.DeploymentList, services *v1.ServiceList) ([]models.DeploymentEcst, error) }
Click to show internal directories.
Click to hide internal directories.