blueprintapi

package
v31.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 26, 2019 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ArtifactsClientAPI

type ArtifactsClientAPI interface {
	CreateOrUpdate(ctx context.Context, scope string, blueprintName string, artifactName string, artifact blueprint.BasicArtifact) (result blueprint.ArtifactModel, err error)
	Delete(ctx context.Context, scope string, blueprintName string, artifactName string) (result blueprint.ArtifactModel, err error)
	Get(ctx context.Context, scope string, blueprintName string, artifactName string) (result blueprint.ArtifactModel, err error)
	List(ctx context.Context, scope string, blueprintName string) (result blueprint.ArtifactListPage, err error)
}

ArtifactsClientAPI contains the set of methods on the ArtifactsClient type.

type AssignmentOperationsClientAPI

type AssignmentOperationsClientAPI interface {
	Get(ctx context.Context, scope string, assignmentName string, assignmentOperationName string) (result blueprint.AssignmentOperation, err error)
	List(ctx context.Context, scope string, assignmentName string) (result blueprint.AssignmentOperationListPage, err error)
}

AssignmentOperationsClientAPI contains the set of methods on the AssignmentOperationsClient type.

type AssignmentsClientAPI

type AssignmentsClientAPI interface {
	CreateOrUpdate(ctx context.Context, scope string, assignmentName string, assignment blueprint.Assignment) (result blueprint.Assignment, err error)
	Delete(ctx context.Context, scope string, assignmentName string) (result blueprint.Assignment, err error)
	Get(ctx context.Context, scope string, assignmentName string) (result blueprint.Assignment, err error)
	List(ctx context.Context, scope string) (result blueprint.AssignmentListPage, err error)
	WhoIsBlueprint(ctx context.Context, scope string, assignmentName string) (result blueprint.WhoIsBlueprintContract, err error)
}

AssignmentsClientAPI contains the set of methods on the AssignmentsClient type.

type BlueprintsClientAPI

type BlueprintsClientAPI interface {
	CreateOrUpdate(ctx context.Context, scope string, blueprintName string, blueprint blueprint.Model) (result blueprint.Model, err error)
	Delete(ctx context.Context, scope string, blueprintName string) (result blueprint.Model, err error)
	Get(ctx context.Context, scope string, blueprintName string) (result blueprint.Model, err error)
	List(ctx context.Context, scope string) (result blueprint.ListPage, err error)
}

BlueprintsClientAPI contains the set of methods on the BlueprintsClient type.

type PublishedArtifactsClientAPI

type PublishedArtifactsClientAPI interface {
	Get(ctx context.Context, scope string, blueprintName string, versionID string, artifactName string) (result blueprint.ArtifactModel, err error)
	List(ctx context.Context, scope string, blueprintName string, versionID string) (result blueprint.ArtifactListPage, err error)
}

PublishedArtifactsClientAPI contains the set of methods on the PublishedArtifactsClient type.

type PublishedBlueprintsClientAPI

type PublishedBlueprintsClientAPI interface {
	Create(ctx context.Context, scope string, blueprintName string, versionID string, publishedBlueprint *blueprint.PublishedBlueprint) (result blueprint.PublishedBlueprint, err error)
	Delete(ctx context.Context, scope string, blueprintName string, versionID string) (result blueprint.PublishedBlueprint, err error)
	Get(ctx context.Context, scope string, blueprintName string, versionID string) (result blueprint.PublishedBlueprint, err error)
	List(ctx context.Context, scope string, blueprintName string) (result blueprint.PublishedBlueprintListPage, err error)
}

PublishedBlueprintsClientAPI contains the set of methods on the PublishedBlueprintsClient type.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL