# Functions
ExampleDatasetInstallationURL creates a resource URL for the ExampleDatasetInstallation with given ID in given context (as individual IDs).
ExampleDatasetInstallationURL2 creates a resource URL for the ExampleDatasetInstallation with given ID in given context (as base URL).
ExampleDatasetURL creates a resource URL for the ExampleDataset with given ID in given context (as individual IDs).
ExampleDatasetURL2 creates a resource URL for the ExampleDataset with given ID in given context (as base URL).
ForEachExampleDataset iterates over all example datasets, invoking the given callback for each of them.
ForEachExampleDatasetInstallation iterates over all example dataset installations for a specific deployment, invoking the given callback for each of them.
No description provided by the author
RegisterExampleDatasetServiceHandler registers the http handlers for service ExampleDatasetService to "mux".
RegisterExampleDatasetServiceHandlerClient registers the http handlers for service ExampleDatasetService to "mux".
RegisterExampleDatasetServiceHandlerFromEndpoint is same as RegisterExampleDatasetServiceHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
RegisterExampleDatasetServiceHandlerServer registers the http handlers for service ExampleDatasetService to "mux".
No description provided by the author
# Constants
APIID contains identifier of this API.
APIMajorVersion contains major version of this API.
APIMinorVersion contains minor version of this API.
APIPatchVersion contains patch version of this API.
DeploymentIDPayloadLabel is the label used in the event payload for the ID of the deployment in which the example is installed.
EventTypeExampleDatasetInstallationCreated is the type of event fired after an installations has been created SubjectID contains the ID of the installation.
EventTypeExampleDatasetInstallationDeleted is the type of event fired after an installations has been deleted SubjectID contains the ID of the installation.
EventTypeExampleDatasetInstallationUpdated is the type of event fired after an installations has been updated SubjectID contains the ID of the installation.
ExampleDatasetIDPayloadLabel is the label used in the event payload for an example dataset.
ExampleInstallationStatusCreated means that the database has been successfully created.
ExampleInstallationStatusCreating means that the database name has been created.
ExampleInstallationStatusDeleted denotes a dataset of which the database has been deleted.
ExampleInstallationStatusFailed denotes a dataset which has failed to be created.
ExampleInstallationStatusInProgress means that the pod was created successfull and the data is being generated / imported.
ExampleInstallationStatusReady means that the data is ready to be used.
KindExampleDataset is a constants for the kind of ExampleDataset resources.
KindExampleDatasetInstallation is a constants for the kind of ExampleDatasetInstallation resources.
PermissionExampleDatasetInstallationCreate is needed to create an example dataset.
PermissionExampleDatasetInstallationDelete is needed to delete an example dataset.
PermissionExampleDatasetInstallationGet is needed to get a single example dataset.
PermissionExampleDatasetInstallationList is needed in order to be able to list example datasets.
PermissionExampleDatasetInstallationUpdate is needed to update an example dataset.
# Variables
No description provided by the author
# Structs
ExampleDataset represents a single example dataaset.
ExampleDatasetInstallation represents an installation of a dataset initiated by the user.
Status of the installation.
List of example datasets.
List of example datasets.
Request arguments for ListExampleDatasetInstallations.
ListExampleDatasetsRequest provides an extendable list request for listing datasets.
UnimplementedExampleDatasetServiceServer can be embedded to have forward compatible implementations.
# Interfaces
ExampleDatasetServiceClient is the client API for ExampleDatasetService service.
ExampleDatasetServiceServer is the server API for ExampleDatasetService service.
# Type aliases
No description provided by the author
No description provided by the author