Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClusterLocation ¶
type ClusterLocation struct {
Namespace string
}
ClusterLocation represents an OpenShift cluster we are archiving a project from, or unarchiving to.
type Location ¶
type Location struct { S3 *S3Location `json:"s3,omitempty"` Cluster *ClusterLocation `json:"cluster,omitempty"` }
type S3Location ¶
type S3Location struct { }
Click to show internal directories.
Click to hide internal directories.