# Packages
images unit tests.
# Functions
Create implements create image request.
Delete implements image delete request.
ExtractImages interprets the results of a single page from a List() call, producing a slice of Image entities.
Get implements image get request.
List implements image list request.
Update implements image updated request.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
ImageMemberStatusAccepted is the status for an accepted image member.
ImageMemberStatusAll.
ImageMemberStatusPending shows that the member addition is pending.
ImageMemberStatusAccepted is the status for a rejected image member.
ImageStatusActive denotes an image that is fully available in Glance.
ImageStatusDeactivated denotes that access to image data is not allowed to any non-admin user.
ImageStatusDeleted is used for an image that is no longer available to use.
ImageStatusImporting denotes that an import call has been made but that the image is not yet ready for use.
ImageStatusKilled denotes that an error occurred during the uploading of an image’s data, and that the image is not readable.
ImageStatusPendingDelete is similar to Delete, but the image is not yet deleted.
ImageStatusQueued is a status for an image which identifier has been reserved for an image in the image registry.
ImageStatusSaving denotes that an image’s raw data is currently being uploaded to Glance.
ImageVisibilityCommunity images: - all users can see and boot it - users with tenantId in the member-list of the image with member_status == 'accepted' have this image in their default image-list.
ImageVisibilityPrivate users with tenantId == tenantId(owner).
ImageVisibilityPublic all users.
ImageVisibilityShared images are visible to: - users with tenantId == tenantId(owner) - users with tenantId in the member-list of the image - users with tenantId in the member-list with member_status == 'accepted'.
No description provided by the author
No description provided by the author
# Structs
CreateOpts represents options used to create an image.
CreateResult represents the result of a Create operation.
DeleteResult represents the result of a Delete operation.
GetResult represents the result of a Get operation.
Image represents an image found in the OpenStack Image service.
ImageDateQuery represents a date field to be used for listing images.
ImagePage represents the results of a List request.
ListOpts allows the filtering and sorting of paginated collections through the API.
ReplaceImageChecksum represents an updated checksum property request.
ReplaceImageHidden represents an updated os_hidden property request.
ReplaceImageMinDisk represents an updated min_disk property request.
ReplaceImageMinRam represents an updated min_ram property request.
ReplaceImageName represents an updated image_name property request.
ReplaceImageProtected represents an updated protected property request.
ReplaceImageTags represents an updated tags property request.
UpdateImageProperty represents an update property request.
UpdateResult represents the result of an Update operation.
UpdateVisibility represents an updated visibility property request.
# Interfaces
CreateOptsBuilder allows extensions to add parameters to the Create request.
ListOptsBuilder allows extensions to add additional parameters to the List request.
Patch represents a single update to an existing image.
UpdateOptsBuilder allows extensions to add additional parameters to the Update request.
# Type aliases
ImageDateFilter represents a valid filter to use for filtering images by their date during a List.
MemberStatus is a status for adding a new member (tenant) to an image member list.
ImageStatus image statuses http://docs.openstack.org/developer/glance/statuses.html.
ImageVisibility denotes an image that is fully available in Glance.
UpdateOp represents a valid update operation.
UpdateOpts implements UpdateOpts.