Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Sample ¶
type Sample struct {
Name string
// The local directory this sample is located in.
Dir string
// The cloudRunService this sample will deploy to.
Service gcloud.CloudRunService
// The lifecycle for building and deploying this sample to Cloud Run.
BuildDeployLifecycle lifecycle.Lifecycle
// contains filtered or unexported fields
}
Sample represents a Google Cloud Platform sample and associated properties.
func NewSample ¶
NewSample creates a new sample object for the sample located in the provided local directory.
func (*Sample) DeleteCloudContainerImage ¶
DeleteCloudContainerImage deletes the sample's container image off of the Container Registry.
Click to show internal directories.
Click to hide internal directories.