Documentation
¶
Index ¶
Constants ¶
View Source
const ( LibraryInstallStatusPending = "PENDING" LibraryInstallStatusResolving = "RESOLVING" LibraryInstallStatusInstalling = "INSTALLING" LibraryInstallStatusInstalled = "INSTALLED" LibraryInstallStatusFailed = "FAILED" LibraryInstallStatusUninstallOnRestart = "UNINSTALL_ON_RESTART" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClusterLibraryStatuses ¶
type ClusterLibraryStatuses struct {
ClusterID string `json:"cluster_id,omitempty" url:"cluster_id,omitempty"`
LibraryStatuses []LibraryFullStatus `json:"library_statuses,omitempty" url:"library_statuses,omitempty"`
}
type Library ¶
type Library struct {
Jar string `json:"jar,omitempty" url:"jar,omitempty"`
Egg string `json:"egg,omitempty" url:"egg,omitempty"`
Whl string `json:"whl,omitempty" url:"whl,omitempty"`
Pypi *PythonPyPiLibrary `json:"pypi,omitempty" url:"pypi,omitempty"`
Maven *MavenLibrary `json:"maven,omitempty" url:"maven,omitempty"`
Cran *RCranLibrary `json:"cran,omitempty" url:"cran,omitempty"`
}
type LibraryFullStatus ¶
type LibraryFullStatus struct {
Library *Library `json:"library,omitempty" url:"library,omitempty"`
Status *LibraryInstallStatus `json:"status,omitempty" url:"status,omitempty"`
Messages []string `json:"messages,omitempty" url:"messages,omitempty"`
IsLibraryForAllClusters bool `json:"is_library_for_all_clusters,omitempty" url:"is_library_for_all_clusters,omitempty"`
}
type LibraryInstallStatus ¶
type LibraryInstallStatus string
type MavenLibrary ¶
type PythonPyPiLibrary ¶
type RCranLibrary ¶
Click to show internal directories.
Click to hide internal directories.