Documentation ¶
Index ¶
- func DeleteBucket(t *testing.T, loc location.ProjectLocation, name string) error
- func InsertBuild(t *testing.T, loc location.VersionLocation, optionsPtr *UpsertBuildOptions) *packerv2.Build
- func RevokeVersion(t *testing.T, loc location.BucketLocation, fingerprint string) *packerv2.Version
- func ScheduleRevokeVersion(t *testing.T, loc location.BucketLocation, fingerprint string, ...) *packerv2.Version
- func UpsertBucket(t *testing.T, loc location.ProjectLocation, name string) *packerv2.Bucket
- func UpsertChannel(t *testing.T, loc location.BucketLocation, name string, ...) *packerv2.Channel
- func UpsertCompleteVersion(t *testing.T, loc location.BucketLocation, fingerprint string, ...) (*packerv2.Version, *packerv2.Build)
- func UpsertRegistry(t *testing.T, loc location.ProjectLocation, ...) *packerv2.Registry
- func UpsertVersion(t *testing.T, loc location.BucketLocation, fingerprint string) *packerv2.Version
- func WaitForOperation(t *testing.T, loc location.ProjectLocation, operationName string, ...)
- type UpsertBuildOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DeleteBucket ¶
func InsertBuild ¶
func InsertBuild(t *testing.T, loc location.VersionLocation, optionsPtr *UpsertBuildOptions) *packerv2.Build
func RevokeVersion ¶
func ScheduleRevokeVersion ¶
func UpsertBucket ¶
func UpsertChannel ¶
func UpsertCompleteVersion ¶
func UpsertCompleteVersion(t *testing.T, loc location.BucketLocation, fingerprint string, buildOpts *UpsertBuildOptions) (*packerv2.Version, *packerv2.Build)
func UpsertRegistry ¶
func UpsertRegistry(t *testing.T, loc location.ProjectLocation, featureTier *packerv2.RegistryFeatureTier) *packerv2.Registry
func UpsertVersion ¶
func WaitForOperation ¶
Types ¶
type UpsertBuildOptions ¶
Click to show internal directories.
Click to hide internal directories.