Documentation
¶
Index ¶
- func ConverApiGatewayUpstreamsToTable(upstream []apigateway.RouteUpstreams) []map[string]interface{}
- func ConvertApiGatewayCustomDomainsToTable(customDomains []apigateway.GatewayCustomDomains) []map[string]interface{}
- func ConvertContainerRegistryTokenScopesToTable(scopes []containerregistry.Scope) []map[string]interface{}
- func ConvertContainerRegistryVulnerabilitiesToTable(vulnerabilities containerregistry.ArtifactVulnerabilityReadList) ([]map[string]interface{}, error)
- func ConvertContainerRegistryVulnerabilityToTable(vulnerability containerregistry.VulnerabilityRead) ([]map[string]interface{}, error)
- func ConvertDNSSECToTable(keys dns.DnssecKeyReadList) ([]map[string]interface{}, error)
- func ConvertDbaasMariaDBClusterToTable(cluster mariadb.ClusterResponse) ([]map[string]interface{}, error)
- func ConvertDbaasMariaDBClustersToTable(clusters mariadb.ClusterList) ([]map[string]interface{}, error)
- func ConvertDbaasMariadbBackupToTable(backup mariadb.BackupResponse) ([]map[string]interface{}, error)
- func ConvertDbaasMariadbBackupsToTable(backups mariadb.BackupList) ([]map[string]interface{}, error)
- func ConvertDbaasMongoClusterToTable(cluster sdkmongo.ClusterResponse) ([]map[string]interface{}, error)
- func ConvertDbaasMongoClustersToTable(clusters sdkmongo.ClusterList) ([]map[string]interface{}, error)
- func ConvertDbaasMongoTemplateToTable(template sdkmongo.TemplateResponse) ([]map[string]interface{}, error)
- func ConvertDbaasMongoTemplatesToTable(templates sdkmongo.TemplateList) ([]map[string]interface{}, error)
- func ConvertDbaasMongoUserToTable(user sdkmongo.User) ([]map[string]interface{}, error)
- func ConvertDbaasMongoUsersToTable(users sdkmongo.UsersList) ([]map[string]interface{}, error)
- func ConvertDbaasPostgresAPIVersionToTable(apiVersion psql.APIVersion) ([]map[string]interface{}, error)
- func ConvertDbaasPostgresClusterToTable(cluster psql.ClusterResponse) ([]map[string]interface{}, error)
- func ConvertDbaasPostgresClustersToTable(clusters psql.ClusterList) ([]map[string]interface{}, error)
- func ConvertDbaasPostgresLogsToTable(logs []psql.ClusterLogsInstances) ([]map[string]interface{}, error)
- func ConvertK8sClusterToTable(cluster ionoscloud.KubernetesCluster) ([]map[string]interface{}, error)
- func ConvertK8sClustersToTable(clusters ionoscloud.KubernetesClusters) ([]map[string]interface{}, error)
- func ConvertK8sNodepoolToTable(nodepool ionoscloud.KubernetesNodePool) ([]map[string]interface{}, error)
- func ConvertK8sNodepoolsToTable(nodepools ionoscloud.KubernetesNodePools) ([]map[string]interface{}, error)
- func ConvertLoggingServicePipelineLogToTable(log logging.PipelineNoAddrLogs) ([]map[string]interface{}, error)
- func ConvertLoggingServicePipelineLogsToTable(pipeline logging.PipelineRead) ([]map[string]interface{}, error)
- func ConvertLoggingServicePipelinesLogsToTable(pipelines logging.PipelineReadList) ([]map[string]interface{}, error)
- func ConvertMongoDbaasLogsToTable(logs []sdkmongo.ClusterLogsInstances) ([]map[string]interface{}, error)
- func ConvertRequestToTable(request ionoscloud.Request) ([]map[string]interface{}, error)
- func ConvertRequestsToTable(requests ionoscloud.Requests) ([]map[string]interface{}, error)
- func ConvertTemplateToTable(template ionoscloud.Template) ([]map[string]interface{}, error)
- func ConvertTemplatesToTable(templates ionoscloud.Templates) ([]map[string]interface{}, error)
- func ConvertVPNIPSecGatewayToTable(gateway vpn.IPSecGatewayRead) ([]map[string]interface{}, error)
- func ConvertVPNIPSecGatewaysToTable(gateways vpn.IPSecGatewayReadList) ([]map[string]interface{}, error)
- func ConvertVPNWireguardGatewayToTable(gateway vpn.WireguardGatewayRead) ([]map[string]interface{}, error)
- func ConvertVPNWireguardGatewaysToTable(gateways vpn.WireguardGatewayReadList) ([]map[string]interface{}, error)
- func ConvertVmAutoscalingGroupToTable(g ionoscloud.Group) ([]map[string]interface{}, error)
- func ConvertVmAutoscalingGroupsToTable(ls ionoscloud.GroupCollection) ([]map[string]interface{}, error)
- func ConvertVmAutoscalingServerToTable(sv ionoscloud.Server) ([]map[string]interface{}, error)
- func ConvertVmAutoscalingServersToTable(serverCollection ionoscloud.ServerCollection) ([]map[string]interface{}, error)
- func FormatGPUs(gpus []ionoscloud.GpuTemplate) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConverApiGatewayUpstreamsToTable ¶ added in v6.8.3
func ConverApiGatewayUpstreamsToTable(upstream []apigateway.RouteUpstreams) []map[string]interface{}
func ConvertApiGatewayCustomDomainsToTable ¶ added in v6.8.3
func ConvertApiGatewayCustomDomainsToTable(customDomains []apigateway.GatewayCustomDomains) []map[string]interface{}
func ConvertContainerRegistryTokenScopesToTable ¶ added in v6.8.2
func ConvertContainerRegistryTokenScopesToTable(scopes []containerregistry.Scope) []map[string]interface{}
func ConvertContainerRegistryVulnerabilitiesToTable ¶ added in v6.7.4
func ConvertContainerRegistryVulnerabilitiesToTable(vulnerabilities containerregistry.ArtifactVulnerabilityReadList) ( []map[string]interface{}, error, )
func ConvertContainerRegistryVulnerabilityToTable ¶ added in v6.7.4
func ConvertContainerRegistryVulnerabilityToTable(vulnerability containerregistry.VulnerabilityRead) ( []map[string]interface{}, error, )
func ConvertDNSSECToTable ¶ added in v6.7.7
func ConvertDNSSECToTable(keys dns.DnssecKeyReadList) ([]map[string]interface{}, error)
func ConvertDbaasMariaDBClusterToTable ¶ added in v6.7.6
func ConvertDbaasMariaDBClusterToTable(cluster mariadb.ClusterResponse) ([]map[string]interface{}, error)
func ConvertDbaasMariaDBClustersToTable ¶ added in v6.7.6
func ConvertDbaasMariaDBClustersToTable(clusters mariadb.ClusterList) ([]map[string]interface{}, error)
func ConvertDbaasMariadbBackupToTable ¶ added in v6.7.6
func ConvertDbaasMariadbBackupToTable(backup mariadb.BackupResponse) ([]map[string]interface{}, error)
func ConvertDbaasMariadbBackupsToTable ¶ added in v6.7.6
func ConvertDbaasMariadbBackupsToTable(backups mariadb.BackupList) ([]map[string]interface{}, error)
func ConvertDbaasMongoClusterToTable ¶
func ConvertDbaasMongoClusterToTable(cluster sdkmongo.ClusterResponse) ([]map[string]interface{}, error)
func ConvertDbaasMongoClustersToTable ¶
func ConvertDbaasMongoClustersToTable(clusters sdkmongo.ClusterList) ([]map[string]interface{}, error)
func ConvertDbaasMongoTemplateToTable ¶
func ConvertDbaasMongoTemplateToTable(template sdkmongo.TemplateResponse) ([]map[string]interface{}, error)
func ConvertDbaasMongoTemplatesToTable ¶
func ConvertDbaasMongoTemplatesToTable(templates sdkmongo.TemplateList) ([]map[string]interface{}, error)
func ConvertDbaasPostgresAPIVersionToTable ¶
func ConvertDbaasPostgresAPIVersionToTable(apiVersion psql.APIVersion) ([]map[string]interface{}, error)
func ConvertDbaasPostgresClusterToTable ¶
func ConvertDbaasPostgresClusterToTable(cluster psql.ClusterResponse) ([]map[string]interface{}, error)
func ConvertDbaasPostgresClustersToTable ¶
func ConvertDbaasPostgresClustersToTable(clusters psql.ClusterList) ([]map[string]interface{}, error)
func ConvertDbaasPostgresLogsToTable ¶
func ConvertDbaasPostgresLogsToTable(logs []psql.ClusterLogsInstances) ([]map[string]interface{}, error)
func ConvertK8sClusterToTable ¶
func ConvertK8sClusterToTable(cluster ionoscloud.KubernetesCluster) ([]map[string]interface{}, error)
func ConvertK8sClustersToTable ¶
func ConvertK8sClustersToTable(clusters ionoscloud.KubernetesClusters) ([]map[string]interface{}, error)
func ConvertK8sNodepoolToTable ¶
func ConvertK8sNodepoolToTable(nodepool ionoscloud.KubernetesNodePool) ([]map[string]interface{}, error)
func ConvertK8sNodepoolsToTable ¶
func ConvertK8sNodepoolsToTable(nodepools ionoscloud.KubernetesNodePools) ([]map[string]interface{}, error)
func ConvertLoggingServicePipelineLogToTable ¶
func ConvertLoggingServicePipelineLogToTable(log logging.PipelineNoAddrLogs) ([]map[string]interface{}, error)
func ConvertLoggingServicePipelineLogsToTable ¶
func ConvertLoggingServicePipelineLogsToTable(pipeline logging.PipelineRead) ([]map[string]interface{}, error)
func ConvertLoggingServicePipelinesLogsToTable ¶
func ConvertLoggingServicePipelinesLogsToTable(pipelines logging.PipelineReadList) ( []map[string]interface{}, error, )
func ConvertMongoDbaasLogsToTable ¶
func ConvertMongoDbaasLogsToTable(logs []sdkmongo.ClusterLogsInstances) ([]map[string]interface{}, error)
func ConvertRequestToTable ¶
func ConvertRequestToTable(request ionoscloud.Request) ([]map[string]interface{}, error)
func ConvertRequestsToTable ¶
func ConvertRequestsToTable(requests ionoscloud.Requests) ([]map[string]interface{}, error)
func ConvertTemplateToTable ¶ added in v6.9.6
func ConvertTemplateToTable(template ionoscloud.Template) ([]map[string]interface{}, error)
func ConvertTemplatesToTable ¶ added in v6.9.6
func ConvertTemplatesToTable(templates ionoscloud.Templates) ([]map[string]interface{}, error)
func ConvertVPNIPSecGatewayToTable ¶ added in v6.8.0
func ConvertVPNIPSecGatewayToTable(gateway vpn.IPSecGatewayRead) ([]map[string]interface{}, error)
func ConvertVPNIPSecGatewaysToTable ¶ added in v6.8.0
func ConvertVPNIPSecGatewaysToTable(gateways vpn.IPSecGatewayReadList) ([]map[string]interface{}, error)
func ConvertVPNWireguardGatewayToTable ¶ added in v6.8.0
func ConvertVPNWireguardGatewayToTable(gateway vpn.WireguardGatewayRead) ([]map[string]interface{}, error)
func ConvertVPNWireguardGatewaysToTable ¶ added in v6.8.0
func ConvertVPNWireguardGatewaysToTable(gateways vpn.WireguardGatewayReadList) ([]map[string]interface{}, error)
func ConvertVmAutoscalingGroupToTable ¶ added in v6.7.4
func ConvertVmAutoscalingGroupToTable(g ionoscloud.Group) ([]map[string]interface{}, error)
func ConvertVmAutoscalingGroupsToTable ¶ added in v6.7.4
func ConvertVmAutoscalingGroupsToTable(ls ionoscloud.GroupCollection) ([]map[string]interface{}, error)
func ConvertVmAutoscalingServerToTable ¶ added in v6.7.4
func ConvertVmAutoscalingServerToTable(sv ionoscloud.Server) ([]map[string]interface{}, error)
func ConvertVmAutoscalingServersToTable ¶ added in v6.7.4
func ConvertVmAutoscalingServersToTable(serverCollection ionoscloud.ServerCollection) ([]map[string]interface{}, error)
ConvertVmAutoscalingServersToTable converts a collection of servers to a table format.
func FormatGPUs ¶ added in v6.9.6
func FormatGPUs(gpus []ionoscloud.GpuTemplate) string
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.