Documentation
¶
Index ¶
- type ArtifactsClient
- func (client ArtifactsClient) ChangeContainerRepositoryCompartment(ctx context.Context, request ChangeContainerRepositoryCompartmentRequest) (response ChangeContainerRepositoryCompartmentResponse, err error)
- func (client *ArtifactsClient) ConfigurationProvider() *common.ConfigurationProvider
- func (client ArtifactsClient) CreateContainerRepository(ctx context.Context, request CreateContainerRepositoryRequest) (response CreateContainerRepositoryResponse, err error)
- func (client ArtifactsClient) DeleteContainerImage(ctx context.Context, request DeleteContainerImageRequest) (response DeleteContainerImageResponse, err error)
- func (client ArtifactsClient) DeleteContainerRepository(ctx context.Context, request DeleteContainerRepositoryRequest) (response DeleteContainerRepositoryResponse, err error)
- func (client ArtifactsClient) GetContainerConfiguration(ctx context.Context, request GetContainerConfigurationRequest) (response GetContainerConfigurationResponse, err error)
- func (client ArtifactsClient) GetContainerImage(ctx context.Context, request GetContainerImageRequest) (response GetContainerImageResponse, err error)
- func (client ArtifactsClient) GetContainerRepository(ctx context.Context, request GetContainerRepositoryRequest) (response GetContainerRepositoryResponse, err error)
- func (client ArtifactsClient) ListContainerImages(ctx context.Context, request ListContainerImagesRequest) (response ListContainerImagesResponse, err error)
- func (client ArtifactsClient) ListContainerRepositories(ctx context.Context, request ListContainerRepositoriesRequest) (response ListContainerRepositoriesResponse, err error)
- func (client ArtifactsClient) RemoveContainerVersion(ctx context.Context, request RemoveContainerVersionRequest) (response RemoveContainerVersionResponse, err error)
- func (client ArtifactsClient) RestoreContainerImage(ctx context.Context, request RestoreContainerImageRequest) (response RestoreContainerImageResponse, err error)
- func (client *ArtifactsClient) SetRegion(region string)
- func (client ArtifactsClient) UpdateContainerConfiguration(ctx context.Context, request UpdateContainerConfigurationRequest) (response UpdateContainerConfigurationResponse, err error)
- func (client ArtifactsClient) UpdateContainerRepository(ctx context.Context, request UpdateContainerRepositoryRequest) (response UpdateContainerRepositoryResponse, err error)
- type ChangeContainerRepositoryCompartmentDetails
- type ChangeContainerRepositoryCompartmentRequest
- type ChangeContainerRepositoryCompartmentResponse
- type ContainerConfiguration
- type ContainerImage
- type ContainerImageCollection
- type ContainerImageLayer
- type ContainerImageLifecycleStateEnum
- type ContainerImageSummary
- type ContainerRepository
- type ContainerRepositoryCollection
- type ContainerRepositoryLifecycleStateEnum
- type ContainerRepositoryReadme
- type ContainerRepositoryReadmeFormatEnum
- type ContainerRepositorySummary
- type ContainerVersion
- type CreateContainerRepositoryDetails
- type CreateContainerRepositoryRequest
- type CreateContainerRepositoryResponse
- type DeleteContainerImageRequest
- type DeleteContainerImageResponse
- type DeleteContainerRepositoryRequest
- type DeleteContainerRepositoryResponse
- type GetContainerConfigurationRequest
- type GetContainerConfigurationResponse
- type GetContainerImageRequest
- type GetContainerImageResponse
- type GetContainerRepositoryRequest
- type GetContainerRepositoryResponse
- type ListContainerImagesRequest
- type ListContainerImagesResponse
- type ListContainerImagesSortByEnum
- type ListContainerImagesSortOrderEnum
- type ListContainerRepositoriesRequest
- type ListContainerRepositoriesResponse
- type ListContainerRepositoriesSortByEnum
- type ListContainerRepositoriesSortOrderEnum
- type RemoveContainerVersionDetails
- type RemoveContainerVersionRequest
- type RemoveContainerVersionResponse
- type RestoreContainerImageDetails
- type RestoreContainerImageRequest
- type RestoreContainerImageResponse
- type UpdateContainerConfigurationDetails
- type UpdateContainerConfigurationRequest
- type UpdateContainerConfigurationResponse
- type UpdateContainerRepositoryDetails
- type UpdateContainerRepositoryRequest
- type UpdateContainerRepositoryResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ArtifactsClient ¶
type ArtifactsClient struct {
common.BaseClient
// contains filtered or unexported fields
}
ArtifactsClient a client for Artifacts
func NewArtifactsClientWithConfigurationProvider ¶
func NewArtifactsClientWithConfigurationProvider(configProvider common.ConfigurationProvider) (client ArtifactsClient, err error)
NewArtifactsClientWithConfigurationProvider Creates a new default Artifacts client with the given configuration provider. the configuration provider will be used for the default signer as well as reading the region
func NewArtifactsClientWithOboToken ¶
func NewArtifactsClientWithOboToken(configProvider common.ConfigurationProvider, oboToken string) (client ArtifactsClient, err error)
NewArtifactsClientWithOboToken Creates a new default Artifacts client with the given configuration provider. The obotoken will be added to default headers and signed; the configuration provider will be used for the signer
as well as reading the region
func (ArtifactsClient) ChangeContainerRepositoryCompartment ¶
func (client ArtifactsClient) ChangeContainerRepositoryCompartment(ctx context.Context, request ChangeContainerRepositoryCompartmentRequest) (response ChangeContainerRepositoryCompartmentResponse, err error)
ChangeContainerRepositoryCompartment Moves a container repository into a different compartment within the same tenancy. For information about moving resources between compartments, see Moving Resources to a Different Compartment (https://docs.cloud.oracle.com/iaas/Content/Identity/Tasks/managingcompartments.htm#moveRes).
See also ¶
Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/artifacts/ChangeContainerRepositoryCompartment.go.html to see an example of how to use ChangeContainerRepositoryCompartment API.
func (*ArtifactsClient) ConfigurationProvider ¶
func (client *ArtifactsClient) ConfigurationProvider() *common.ConfigurationProvider
ConfigurationProvider the ConfigurationProvider used in this client, or null if none set
func (ArtifactsClient) CreateContainerRepository ¶
func (client ArtifactsClient) CreateContainerRepository(ctx context.Context, request CreateContainerRepositoryRequest) (response CreateContainerRepositoryResponse, err error)
CreateContainerRepository Create a new empty container repository. Avoid entering confidential information.
See also ¶
Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/artifacts/CreateContainerRepository.go.html to see an example of how to use CreateContainerRepository API.
func (ArtifactsClient) DeleteContainerImage ¶
func (client ArtifactsClient) DeleteContainerImage(ctx context.Context, request DeleteContainerImageRequest) (response DeleteContainerImageResponse, err error)
DeleteContainerImage Delete a container image.
See also ¶
Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/artifacts/DeleteContainerImage.go.html to see an example of how to use DeleteContainerImage API.
func (ArtifactsClient) DeleteContainerRepository ¶
func (client ArtifactsClient) DeleteContainerRepository(ctx context.Context, request DeleteContainerRepositoryRequest) (response DeleteContainerRepositoryResponse, err error)
DeleteContainerRepository Delete container repository.
See also ¶
Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/artifacts/DeleteContainerRepository.go.html to see an example of how to use DeleteContainerRepository API.
func (ArtifactsClient) GetContainerConfiguration ¶
func (client ArtifactsClient) GetContainerConfiguration(ctx context.Context, request GetContainerConfigurationRequest) (response GetContainerConfigurationResponse, err error)
GetContainerConfiguration Get container configuration.
See also ¶
Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/artifacts/GetContainerConfiguration.go.html to see an example of how to use GetContainerConfiguration API.
func (ArtifactsClient) GetContainerImage ¶
func (client ArtifactsClient) GetContainerImage(ctx context.Context, request GetContainerImageRequest) (response GetContainerImageResponse, err error)
GetContainerImage Get container image metadata.
See also ¶
Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/artifacts/GetContainerImage.go.html to see an example of how to use GetContainerImage API.
func (ArtifactsClient) GetContainerRepository ¶
func (client ArtifactsClient) GetContainerRepository(ctx context.Context, request GetContainerRepositoryRequest) (response GetContainerRepositoryResponse, err error)
GetContainerRepository Get container repository.
See also ¶
Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/artifacts/GetContainerRepository.go.html to see an example of how to use GetContainerRepository API.
func (ArtifactsClient) ListContainerImages ¶
func (client ArtifactsClient) ListContainerImages(ctx context.Context, request ListContainerImagesRequest) (response ListContainerImagesResponse, err error)
ListContainerImages List container images in a compartment.
See also ¶
Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/artifacts/ListContainerImages.go.html to see an example of how to use ListContainerImages API.
func (ArtifactsClient) ListContainerRepositories ¶
func (client ArtifactsClient) ListContainerRepositories(ctx context.Context, request ListContainerRepositoriesRequest) (response ListContainerRepositoriesResponse, err error)
ListContainerRepositories List container repositories in a compartment.
See also ¶
Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/artifacts/ListContainerRepositories.go.html to see an example of how to use ListContainerRepositories API.
func (ArtifactsClient) RemoveContainerVersion ¶
func (client ArtifactsClient) RemoveContainerVersion(ctx context.Context, request RemoveContainerVersionRequest) (response RemoveContainerVersionResponse, err error)
RemoveContainerVersion Remove version from container image.
See also ¶
Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/artifacts/RemoveContainerVersion.go.html to see an example of how to use RemoveContainerVersion API.
func (ArtifactsClient) RestoreContainerImage ¶
func (client ArtifactsClient) RestoreContainerImage(ctx context.Context, request RestoreContainerImageRequest) (response RestoreContainerImageResponse, err error)
RestoreContainerImage Restore a container image.
See also ¶
Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/artifacts/RestoreContainerImage.go.html to see an example of how to use RestoreContainerImage API.
func (*ArtifactsClient) SetRegion ¶
func (client *ArtifactsClient) SetRegion(region string)
SetRegion overrides the region of this client.
func (ArtifactsClient) UpdateContainerConfiguration ¶
func (client ArtifactsClient) UpdateContainerConfiguration(ctx context.Context, request UpdateContainerConfigurationRequest) (response UpdateContainerConfigurationResponse, err error)
UpdateContainerConfiguration Update container configuration.
See also ¶
Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/artifacts/UpdateContainerConfiguration.go.html to see an example of how to use UpdateContainerConfiguration API.
func (ArtifactsClient) UpdateContainerRepository ¶
func (client ArtifactsClient) UpdateContainerRepository(ctx context.Context, request UpdateContainerRepositoryRequest) (response UpdateContainerRepositoryResponse, err error)
UpdateContainerRepository Modify the properties of a container repository. Avoid entering confidential information.
See also ¶
Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/artifacts/UpdateContainerRepository.go.html to see an example of how to use UpdateContainerRepository API.
type ChangeContainerRepositoryCompartmentDetails ¶
type ChangeContainerRepositoryCompartmentDetails struct {
// The OCID (https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the compartment into which to move the resource.
CompartmentId *string `mandatory:"true" json:"compartmentId"`
}
ChangeContainerRepositoryCompartmentDetails Change container repository compartment details.
func (ChangeContainerRepositoryCompartmentDetails) String ¶
func (m ChangeContainerRepositoryCompartmentDetails) String() string
type ChangeContainerRepositoryCompartmentRequest ¶
type ChangeContainerRepositoryCompartmentRequest struct {
// The OCID (https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the container repository.
// Example: `ocid1.containerrepo.oc1..exampleuniqueID`
RepositoryId *string `mandatory:"true" contributesTo:"path" name:"repositoryId"`
// Change container repository compartment details.
ChangeContainerRepositoryCompartmentDetails `contributesTo:"body"`
// For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
// parameter to the value of the etag from a previous GET or POST response for that resource. The resource
// will be updated or deleted only if the etag you provide matches the resource's current etag value.
IfMatch *string `mandatory:"false" contributesTo:"header" name:"if-match"`
// Unique identifier for the request.
// If you need to contact Oracle about a particular request, please provide the request ID.
OpcRequestId *string `mandatory:"false" contributesTo:"header" name:"opc-request-id"`
// A token that uniquely identifies a request so it can be retried in case of a timeout or
// server error without risk of executing that same action again. Retry tokens expire after 24
// hours, but can be invalidated before then due to conflicting operations (for example, if a resource
// has been deleted and purged from the system, then a retry of the original creation request
// may be rejected).
OpcRetryToken *string `mandatory:"false" contributesTo:"header" name:"opc-retry-token"`
// Metadata about the request. This information will not be transmitted to the service, but
// represents information that the SDK will consume to drive retry behavior.
RequestMetadata common.RequestMetadata
}
ChangeContainerRepositoryCompartmentRequest wrapper for the ChangeContainerRepositoryCompartment operation
See also ¶
Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/artifacts/ChangeContainerRepositoryCompartment.go.html to see an example of how to use ChangeContainerRepositoryCompartmentRequest.
func (ChangeContainerRepositoryCompartmentRequest) HTTPRequest ¶
func (request ChangeContainerRepositoryCompartmentRequest) HTTPRequest(method, path string) (http.Request, error)
HTTPRequest implements the OCIRequest interface
func (ChangeContainerRepositoryCompartmentRequest) RetryPolicy ¶
func (request ChangeContainerRepositoryCompartmentRequest) RetryPolicy() *common.RetryPolicy
RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.
func (ChangeContainerRepositoryCompartmentRequest) String ¶
func (request ChangeContainerRepositoryCompartmentRequest) String() string
type ChangeContainerRepositoryCompartmentResponse ¶
type ChangeContainerRepositoryCompartmentResponse struct {
// The underlying http response
RawResponse *http.Response
// Unique Oracle-assigned identifier for the request. If you need to contact
// Oracle about a particular request, please provide the request ID.
OpcRequestId *string `presentIn:"header" name:"opc-request-id"`
}
ChangeContainerRepositoryCompartmentResponse wrapper for the ChangeContainerRepositoryCompartment operation
func (ChangeContainerRepositoryCompartmentResponse) HTTPResponse ¶
func (response ChangeContainerRepositoryCompartmentResponse) HTTPResponse() *http.Response
HTTPResponse implements the OCIResponse interface
func (ChangeContainerRepositoryCompartmentResponse) String ¶
func (response ChangeContainerRepositoryCompartmentResponse) String() string
type ContainerConfiguration ¶
type ContainerConfiguration struct {
// Whether to create a new container repository when a container is pushed to a new repository path.
// Repositories created in this way belong to the root compartment.
IsRepositoryCreatedOnFirstPush *bool `mandatory:"true" json:"isRepositoryCreatedOnFirstPush"`
// The tenancy namespace used in the container repository path.
Namespace *string `mandatory:"true" json:"namespace"`
}
ContainerConfiguration Container configuration.
func (ContainerConfiguration) String ¶
func (m ContainerConfiguration) String() string
type ContainerImage ¶
type ContainerImage struct {
// The compartment OCID to which the container image belongs. Inferred from the container repository.
CompartmentId *string `mandatory:"true" json:"compartmentId"`
// The OCID (https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the user or principal that created the resource.
CreatedBy *string `mandatory:"true" json:"createdBy"`
// The container image digest.
Digest *string `mandatory:"true" json:"digest"`
// The repository name and the most recent version associated with the image.
// If there are no versions associated with the image, then last known version and digest are used instead.
// If the last known version is unavailable, then 'unknown' is used instead of the version.
// Example: `ubuntu:latest` or `ubuntu:latest@sha256:45b23dee08af5e43a7fea6c4cf9c25ccf269ee113168c19722f87876677c5cb2`
DisplayName *string `mandatory:"true" json:"displayName"`
// The OCID (https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the container image.
// Example: `ocid1.containerimage.oc1..exampleuniqueID`
Id *string `mandatory:"true" json:"id"`
// Layers of which the image is composed, ordered by the layer digest.
Layers []ContainerImageLayer `mandatory:"true" json:"layers"`
// The total size of the container image layers in bytes.
LayersSizeInBytes *int64 `mandatory:"true" json:"layersSizeInBytes"`
// The current state of the container image.
LifecycleState ContainerImageLifecycleStateEnum `mandatory:"true" json:"lifecycleState"`
// The size of the container image manifest in bytes.
ManifestSizeInBytes *int `mandatory:"true" json:"manifestSizeInBytes"`
// Total number of pulls.
PullCount *int64 `mandatory:"true" json:"pullCount"`
// The OCID (https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the container repository.
RepositoryId *string `mandatory:"true" json:"repositoryId"`
// The container repository name.
RepositoryName *string `mandatory:"true" json:"repositoryName"`
// An RFC 3339 timestamp indicating when the image was created.
TimeCreated *common.SDKTime `mandatory:"true" json:"timeCreated"`
// The versions associated with this image.
Versions []ContainerVersion `mandatory:"true" json:"versions"`
// An RFC 3339 timestamp indicating when the image was last pulled.
TimeLastPulled *common.SDKTime `mandatory:"false" json:"timeLastPulled"`
// The most recent version associated with this image.
Version *string `mandatory:"false" json:"version"`
}
ContainerImage Container image metadata.
func (ContainerImage) String ¶
func (m ContainerImage) String() string
type ContainerImageCollection ¶
type ContainerImageCollection struct {
// Page of matching container images.
Items []ContainerImageSummary `mandatory:"true" json:"items"`
// Estimated number of remaining results.
RemainingItemsCount *int `mandatory:"true" json:"remainingItemsCount"`
}
ContainerImageCollection List container image results.
func (ContainerImageCollection) String ¶
func (m ContainerImageCollection) String() string
type ContainerImageLayer ¶
type ContainerImageLayer struct {
// The sha256 digest of the image layer.
Digest *string `mandatory:"true" json:"digest"`
// The size of the layer in bytes.
SizeInBytes *int64 `mandatory:"true" json:"sizeInBytes"`
// An RFC 3339 timestamp indicating when the layer was created.
TimeCreated *common.SDKTime `mandatory:"true" json:"timeCreated"`
}
ContainerImageLayer The container image layer metadata.
func (ContainerImageLayer) String ¶
func (m ContainerImageLayer) String() string
type ContainerImageLifecycleStateEnum ¶
type ContainerImageLifecycleStateEnum string
ContainerImageLifecycleStateEnum Enum with underlying type: string
const ( ContainerImageLifecycleStateAvailable ContainerImageLifecycleStateEnum = "AVAILABLE" ContainerImageLifecycleStateDeleted ContainerImageLifecycleStateEnum = "DELETED" ContainerImageLifecycleStateDeleting ContainerImageLifecycleStateEnum = "DELETING" )
Set of constants representing the allowable values for ContainerImageLifecycleStateEnum
func GetContainerImageLifecycleStateEnumValues ¶
func GetContainerImageLifecycleStateEnumValues() []ContainerImageLifecycleStateEnum
GetContainerImageLifecycleStateEnumValues Enumerates the set of values for ContainerImageLifecycleStateEnum
type ContainerImageSummary ¶
type ContainerImageSummary struct {
// The compartment OCID to which the container image belongs. Inferred from the container repository.
CompartmentId *string `mandatory:"true" json:"compartmentId"`
// The container image digest.
Digest *string `mandatory:"true" json:"digest"`
// The repository name and the most recent version associated with the image.
// If there are no versions associated with the image, then last known version and digest are used instead.
// If the last known version is unavailable, then 'unknown' is used instead of the version.
// Example: `ubuntu:latest` or `ubuntu:latest@sha256:45b23dee08af5e43a7fea6c4cf9c25ccf269ee113168c19722f87876677c5cb2`
DisplayName *string `mandatory:"true" json:"displayName"`
// The OCID (https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the container image.
// Example: `ocid1.containerimage.oc1..exampleuniqueID`
Id *string `mandatory:"true" json:"id"`
// The current state of the container image.
LifecycleState ContainerImageLifecycleStateEnum `mandatory:"true" json:"lifecycleState"`
// The OCID of the container repository.
RepositoryId *string `mandatory:"true" json:"repositoryId"`
// The container repository name.
RepositoryName *string `mandatory:"true" json:"repositoryName"`
// An RFC 3339 timestamp indicating when the image was created.
TimeCreated *common.SDKTime `mandatory:"true" json:"timeCreated"`
// The most recent version associated with this image.
Version *string `mandatory:"false" json:"version"`
}
ContainerImageSummary Container image summary.
func (ContainerImageSummary) String ¶
func (m ContainerImageSummary) String() string
type ContainerRepository ¶
type ContainerRepository struct {
// The OCID of the compartment in which the container repository exists.
CompartmentId *string `mandatory:"true" json:"compartmentId"`
// The id of the user or principal that created the resource.
CreatedBy *string `mandatory:"true" json:"createdBy"`
// The container repository name.
DisplayName *string `mandatory:"true" json:"displayName"`
// The OCID (https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the container repository.
// Example: `ocid1.containerrepo.oc1..exampleuniqueID`
Id *string `mandatory:"true" json:"id"`
// Total number of images.
ImageCount *int `mandatory:"true" json:"imageCount"`
// Whether the repository is immutable. Images cannot be overwritten in an immutable repository.
IsImmutable *bool `mandatory:"true" json:"isImmutable"`
// Whether the repository is public. A public repository allows unauthenticated access.
IsPublic *bool `mandatory:"true" json:"isPublic"`
// Total number of layers.
LayerCount *int `mandatory:"true" json:"layerCount"`
// Total storage in bytes consumed by layers.
LayersSizeInBytes *int64 `mandatory:"true" json:"layersSizeInBytes"`
// The current state of the container repository.
LifecycleState ContainerRepositoryLifecycleStateEnum `mandatory:"true" json:"lifecycleState"`
// An RFC 3339 timestamp indicating when the repository was created.
TimeCreated *common.SDKTime `mandatory:"true" json:"timeCreated"`
Readme *ContainerRepositoryReadme `mandatory:"false" json:"readme"`
// An RFC 3339 timestamp indicating when an image was last pushed to the repository.
TimeLastPushed *common.SDKTime `mandatory:"false" json:"timeLastPushed"`
}
ContainerRepository Container repository metadata.
func (ContainerRepository) String ¶
func (m ContainerRepository) String() string
type ContainerRepositoryCollection ¶
type ContainerRepositoryCollection struct {
// Total number of layers.
LayerCount *int `mandatory:"true" json:"layerCount"`
// Total storage in bytes consumed by layers.
LayersSizeInBytes *int64 `mandatory:"true" json:"layersSizeInBytes"`
// Total number of images.
ImageCount *int `mandatory:"true" json:"imageCount"`
// Collection of container repositories.
Items []ContainerRepositorySummary `mandatory:"true" json:"items"`
// Estimated number of remaining results.
RemainingItemsCount *int `mandatory:"true" json:"remainingItemsCount"`
// Total number of repositories.
RepositoryCount *int `mandatory:"true" json:"repositoryCount"`
}
ContainerRepositoryCollection List of container repository results.
func (ContainerRepositoryCollection) String ¶
func (m ContainerRepositoryCollection) String() string
type ContainerRepositoryLifecycleStateEnum ¶
type ContainerRepositoryLifecycleStateEnum string
ContainerRepositoryLifecycleStateEnum Enum with underlying type: string
const ( ContainerRepositoryLifecycleStateAvailable ContainerRepositoryLifecycleStateEnum = "AVAILABLE" ContainerRepositoryLifecycleStateDeleting ContainerRepositoryLifecycleStateEnum = "DELETING" ContainerRepositoryLifecycleStateDeleted ContainerRepositoryLifecycleStateEnum = "DELETED" )
Set of constants representing the allowable values for ContainerRepositoryLifecycleStateEnum
func GetContainerRepositoryLifecycleStateEnumValues ¶
func GetContainerRepositoryLifecycleStateEnumValues() []ContainerRepositoryLifecycleStateEnum
GetContainerRepositoryLifecycleStateEnumValues Enumerates the set of values for ContainerRepositoryLifecycleStateEnum
type ContainerRepositoryReadme ¶
type ContainerRepositoryReadme struct {
// Readme content. Avoid entering confidential information.
Content *string `mandatory:"true" json:"content"`
// Readme format. Supported formats are text/plain and text/markdown.
Format ContainerRepositoryReadmeFormatEnum `mandatory:"true" json:"format"`
}
ContainerRepositoryReadme Container repository readme.
func (ContainerRepositoryReadme) String ¶
func (m ContainerRepositoryReadme) String() string
type ContainerRepositoryReadmeFormatEnum ¶
type ContainerRepositoryReadmeFormatEnum string
ContainerRepositoryReadmeFormatEnum Enum with underlying type: string
const ( ContainerRepositoryReadmeFormatMarkdown ContainerRepositoryReadmeFormatEnum = "TEXT_MARKDOWN" ContainerRepositoryReadmeFormatPlain ContainerRepositoryReadmeFormatEnum = "TEXT_PLAIN" )
Set of constants representing the allowable values for ContainerRepositoryReadmeFormatEnum
func GetContainerRepositoryReadmeFormatEnumValues ¶
func GetContainerRepositoryReadmeFormatEnumValues() []ContainerRepositoryReadmeFormatEnum
GetContainerRepositoryReadmeFormatEnumValues Enumerates the set of values for ContainerRepositoryReadmeFormatEnum
type ContainerRepositorySummary ¶
type ContainerRepositorySummary struct {
// The OCID of the compartment in which the container repository exists.
CompartmentId *string `mandatory:"true" json:"compartmentId"`
// The container repository name.
DisplayName *string `mandatory:"true" json:"displayName"`
// The OCID (https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the container repository.
// Example: `ocid1.containerrepo.oc1..exampleuniqueID`
Id *string `mandatory:"true" json:"id"`
// Total number of images.
ImageCount *int `mandatory:"true" json:"imageCount"`
// Whether the repository is public. A public repository allows unauthenticated access.
IsPublic *bool `mandatory:"true" json:"isPublic"`
// Total number of layers.
LayerCount *int `mandatory:"true" json:"layerCount"`
// Total storage in bytes consumed by layers.
LayersSizeInBytes *int64 `mandatory:"true" json:"layersSizeInBytes"`
// The current state of the container repository.
LifecycleState ContainerRepositoryLifecycleStateEnum `mandatory:"true" json:"lifecycleState"`
// An RFC 3339 timestamp indicating when the repository was created.
TimeCreated *common.SDKTime `mandatory:"true" json:"timeCreated"`
}
ContainerRepositorySummary Container repository summary.
func (ContainerRepositorySummary) String ¶
func (m ContainerRepositorySummary) String() string
type ContainerVersion ¶
type ContainerVersion struct {
// The OCID of the user or principal that pushed the version.
CreatedBy *string `mandatory:"true" json:"createdBy"`
// The creation time of the version.
TimeCreated *common.SDKTime `mandatory:"true" json:"timeCreated"`
// The version name.
Version *string `mandatory:"true" json:"version"`
}
ContainerVersion Container version metadata.
func (ContainerVersion) String ¶
func (m ContainerVersion) String() string
type CreateContainerRepositoryDetails ¶
type CreateContainerRepositoryDetails struct {
// The OCID (https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the compartment in which to create the resource.
CompartmentId *string `mandatory:"true" json:"compartmentId"`
// The container repository name.
DisplayName *string `mandatory:"true" json:"displayName"`
// Whether the repository is immutable. Images cannot be overwritten in an immutable repository.
IsImmutable *bool `mandatory:"false" json:"isImmutable"`
// Whether the repository is public. A public repository allows unauthenticated access.
IsPublic *bool `mandatory:"false" json:"isPublic"`
Readme *ContainerRepositoryReadme `mandatory:"false" json:"readme"`
}
CreateContainerRepositoryDetails Create container repository details.
func (CreateContainerRepositoryDetails) String ¶
func (m CreateContainerRepositoryDetails) String() string
type CreateContainerRepositoryRequest ¶
type CreateContainerRepositoryRequest struct {
// Create container repository details.
CreateContainerRepositoryDetails `contributesTo:"body"`
// Unique identifier for the request.
// If you need to contact Oracle about a particular request, please provide the request ID.
OpcRequestId *string `mandatory:"false" contributesTo:"header" name:"opc-request-id"`
// A token that uniquely identifies a request so it can be retried in case of a timeout or
// server error without risk of executing that same action again. Retry tokens expire after 24
// hours, but can be invalidated before then due to conflicting operations (for example, if a resource
// has been deleted and purged from the system, then a retry of the original creation request
// may be rejected).
OpcRetryToken *string `mandatory:"false" contributesTo:"header" name:"opc-retry-token"`
// Metadata about the request. This information will not be transmitted to the service, but
// represents information that the SDK will consume to drive retry behavior.
RequestMetadata common.RequestMetadata
}
CreateContainerRepositoryRequest wrapper for the CreateContainerRepository operation
See also ¶
Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/artifacts/CreateContainerRepository.go.html to see an example of how to use CreateContainerRepositoryRequest.
func (CreateContainerRepositoryRequest) HTTPRequest ¶
func (request CreateContainerRepositoryRequest) HTTPRequest(method, path string) (http.Request, error)
HTTPRequest implements the OCIRequest interface
func (CreateContainerRepositoryRequest) RetryPolicy ¶
func (request CreateContainerRepositoryRequest) RetryPolicy() *common.RetryPolicy
RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.
func (CreateContainerRepositoryRequest) String ¶
func (request CreateContainerRepositoryRequest) String() string
type CreateContainerRepositoryResponse ¶
type CreateContainerRepositoryResponse struct {
// The underlying http response
RawResponse *http.Response
// The ContainerRepository instance
ContainerRepository `presentIn:"body"`
// For optimistic concurrency control. See `if-match`.
Etag *string `presentIn:"header" name:"etag"`
// Unique Oracle-assigned identifier for the request. If you need to contact
// Oracle about a particular request, please provide the request ID.
OpcRequestId *string `presentIn:"header" name:"opc-request-id"`
}
CreateContainerRepositoryResponse wrapper for the CreateContainerRepository operation
func (CreateContainerRepositoryResponse) HTTPResponse ¶
func (response CreateContainerRepositoryResponse) HTTPResponse() *http.Response
HTTPResponse implements the OCIResponse interface
func (CreateContainerRepositoryResponse) String ¶
func (response CreateContainerRepositoryResponse) String() string
type DeleteContainerImageRequest ¶
type DeleteContainerImageRequest struct {
// The OCID (https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the container image.
// Example: `ocid1.containerimage.oc1..exampleuniqueID`
ImageId *string `mandatory:"true" contributesTo:"path" name:"imageId"`
// For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
// parameter to the value of the etag from a previous GET or POST response for that resource. The resource
// will be updated or deleted only if the etag you provide matches the resource's current etag value.
IfMatch *string `mandatory:"false" contributesTo:"header" name:"if-match"`
// Unique identifier for the request.
// If you need to contact Oracle about a particular request, please provide the request ID.
OpcRequestId *string `mandatory:"false" contributesTo:"header" name:"opc-request-id"`
// Metadata about the request. This information will not be transmitted to the service, but
// represents information that the SDK will consume to drive retry behavior.
RequestMetadata common.RequestMetadata
}
DeleteContainerImageRequest wrapper for the DeleteContainerImage operation
See also ¶
Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/artifacts/DeleteContainerImage.go.html to see an example of how to use DeleteContainerImageRequest.
func (DeleteContainerImageRequest) HTTPRequest ¶
func (request DeleteContainerImageRequest) HTTPRequest(method, path string) (http.Request, error)
HTTPRequest implements the OCIRequest interface
func (DeleteContainerImageRequest) RetryPolicy ¶
func (request DeleteContainerImageRequest) RetryPolicy() *common.RetryPolicy
RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.
func (DeleteContainerImageRequest) String ¶
func (request DeleteContainerImageRequest) String() string
type DeleteContainerImageResponse ¶
type DeleteContainerImageResponse struct {
// The underlying http response
RawResponse *http.Response
// Unique Oracle-assigned identifier for the request. If you need to contact
// Oracle about a particular request, please provide the request ID.
OpcRequestId *string `presentIn:"header" name:"opc-request-id"`
}
DeleteContainerImageResponse wrapper for the DeleteContainerImage operation
func (DeleteContainerImageResponse) HTTPResponse ¶
func (response DeleteContainerImageResponse) HTTPResponse() *http.Response
HTTPResponse implements the OCIResponse interface
func (DeleteContainerImageResponse) String ¶
func (response DeleteContainerImageResponse) String() string
type DeleteContainerRepositoryRequest ¶
type DeleteContainerRepositoryRequest struct {
// The OCID (https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the container repository.
// Example: `ocid1.containerrepo.oc1..exampleuniqueID`
RepositoryId *string `mandatory:"true" contributesTo:"path" name:"repositoryId"`
// For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
// parameter to the value of the etag from a previous GET or POST response for that resource. The resource
// will be updated or deleted only if the etag you provide matches the resource's current etag value.
IfMatch *string `mandatory:"false" contributesTo:"header" name:"if-match"`
// Unique identifier for the request.
// If you need to contact Oracle about a particular request, please provide the request ID.
OpcRequestId *string `mandatory:"false" contributesTo:"header" name:"opc-request-id"`
// Metadata about the request. This information will not be transmitted to the service, but
// represents information that the SDK will consume to drive retry behavior.
RequestMetadata common.RequestMetadata
}
DeleteContainerRepositoryRequest wrapper for the DeleteContainerRepository operation
See also ¶
Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/artifacts/DeleteContainerRepository.go.html to see an example of how to use DeleteContainerRepositoryRequest.
func (DeleteContainerRepositoryRequest) HTTPRequest ¶
func (request DeleteContainerRepositoryRequest) HTTPRequest(method, path string) (http.Request, error)
HTTPRequest implements the OCIRequest interface
func (DeleteContainerRepositoryRequest) RetryPolicy ¶
func (request DeleteContainerRepositoryRequest) RetryPolicy() *common.RetryPolicy
RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.
func (DeleteContainerRepositoryRequest) String ¶
func (request DeleteContainerRepositoryRequest) String() string
type DeleteContainerRepositoryResponse ¶
type DeleteContainerRepositoryResponse struct {
// The underlying http response
RawResponse *http.Response
// Unique Oracle-assigned identifier for the request. If you need to contact
// Oracle about a particular request, please provide the request ID.
OpcRequestId *string `presentIn:"header" name:"opc-request-id"`
}
DeleteContainerRepositoryResponse wrapper for the DeleteContainerRepository operation
func (DeleteContainerRepositoryResponse) HTTPResponse ¶
func (response DeleteContainerRepositoryResponse) HTTPResponse() *http.Response
HTTPResponse implements the OCIResponse interface
func (DeleteContainerRepositoryResponse) String ¶
func (response DeleteContainerRepositoryResponse) String() string
type GetContainerConfigurationRequest ¶
type GetContainerConfigurationRequest struct {
// The OCID (https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the compartment.
CompartmentId *string `mandatory:"true" contributesTo:"query" name:"compartmentId"`
// Unique identifier for the request.
// If you need to contact Oracle about a particular request, please provide the request ID.
OpcRequestId *string `mandatory:"false" contributesTo:"header" name:"opc-request-id"`
// Metadata about the request. This information will not be transmitted to the service, but
// represents information that the SDK will consume to drive retry behavior.
RequestMetadata common.RequestMetadata
}
GetContainerConfigurationRequest wrapper for the GetContainerConfiguration operation
See also ¶
Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/artifacts/GetContainerConfiguration.go.html to see an example of how to use GetContainerConfigurationRequest.
func (GetContainerConfigurationRequest) HTTPRequest ¶
func (request GetContainerConfigurationRequest) HTTPRequest(method, path string) (http.Request, error)
HTTPRequest implements the OCIRequest interface
func (GetContainerConfigurationRequest) RetryPolicy ¶
func (request GetContainerConfigurationRequest) RetryPolicy() *common.RetryPolicy
RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.
func (GetContainerConfigurationRequest) String ¶
func (request GetContainerConfigurationRequest) String() string
type GetContainerConfigurationResponse ¶
type GetContainerConfigurationResponse struct {
// The underlying http response
RawResponse *http.Response
// The ContainerConfiguration instance
ContainerConfiguration `presentIn:"body"`
// For optimistic concurrency control. See `if-match`.
Etag *string `presentIn:"header" name:"etag"`
// Unique Oracle-assigned identifier for the request. If you need to contact
// Oracle about a particular request, please provide the request ID.
OpcRequestId *string `presentIn:"header" name:"opc-request-id"`
}
GetContainerConfigurationResponse wrapper for the GetContainerConfiguration operation
func (GetContainerConfigurationResponse) HTTPResponse ¶
func (response GetContainerConfigurationResponse) HTTPResponse() *http.Response
HTTPResponse implements the OCIResponse interface
func (GetContainerConfigurationResponse) String ¶
func (response GetContainerConfigurationResponse) String() string
type GetContainerImageRequest ¶
type GetContainerImageRequest struct {
// The OCID (https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the container image.
// Example: `ocid1.containerimage.oc1..exampleuniqueID`
ImageId *string `mandatory:"true" contributesTo:"path" name:"imageId"`
// Unique identifier for the request.
// If you need to contact Oracle about a particular request, please provide the request ID.
OpcRequestId *string `mandatory:"false" contributesTo:"header" name:"opc-request-id"`
// Metadata about the request. This information will not be transmitted to the service, but
// represents information that the SDK will consume to drive retry behavior.
RequestMetadata common.RequestMetadata
}
GetContainerImageRequest wrapper for the GetContainerImage operation
See also ¶
Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/artifacts/GetContainerImage.go.html to see an example of how to use GetContainerImageRequest.
func (GetContainerImageRequest) HTTPRequest ¶
func (request GetContainerImageRequest) HTTPRequest(method, path string) (http.Request, error)
HTTPRequest implements the OCIRequest interface
func (GetContainerImageRequest) RetryPolicy ¶
func (request GetContainerImageRequest) RetryPolicy() *common.RetryPolicy
RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.
func (GetContainerImageRequest) String ¶
func (request GetContainerImageRequest) String() string
type GetContainerImageResponse ¶
type GetContainerImageResponse struct {
// The underlying http response
RawResponse *http.Response
// The ContainerImage instance
ContainerImage `presentIn:"body"`
// For optimistic concurrency control. See `if-match`.
Etag *string `presentIn:"header" name:"etag"`
// Unique Oracle-assigned identifier for the request. If you need to contact
// Oracle about a particular request, please provide the request ID.
OpcRequestId *string `presentIn:"header" name:"opc-request-id"`
}
GetContainerImageResponse wrapper for the GetContainerImage operation
func (GetContainerImageResponse) HTTPResponse ¶
func (response GetContainerImageResponse) HTTPResponse() *http.Response
HTTPResponse implements the OCIResponse interface
func (GetContainerImageResponse) String ¶
func (response GetContainerImageResponse) String() string
type GetContainerRepositoryRequest ¶
type GetContainerRepositoryRequest struct {
// The OCID (https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the container repository.
// Example: `ocid1.containerrepo.oc1..exampleuniqueID`
RepositoryId *string `mandatory:"true" contributesTo:"path" name:"repositoryId"`
// Unique identifier for the request.
// If you need to contact Oracle about a particular request, please provide the request ID.
OpcRequestId *string `mandatory:"false" contributesTo:"header" name:"opc-request-id"`
// Metadata about the request. This information will not be transmitted to the service, but
// represents information that the SDK will consume to drive retry behavior.
RequestMetadata common.RequestMetadata
}
GetContainerRepositoryRequest wrapper for the GetContainerRepository operation
See also ¶
Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/artifacts/GetContainerRepository.go.html to see an example of how to use GetContainerRepositoryRequest.
func (GetContainerRepositoryRequest) HTTPRequest ¶
func (request GetContainerRepositoryRequest) HTTPRequest(method, path string) (http.Request, error)
HTTPRequest implements the OCIRequest interface
func (GetContainerRepositoryRequest) RetryPolicy ¶
func (request GetContainerRepositoryRequest) RetryPolicy() *common.RetryPolicy
RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.
func (GetContainerRepositoryRequest) String ¶
func (request GetContainerRepositoryRequest) String() string
type GetContainerRepositoryResponse ¶
type GetContainerRepositoryResponse struct {
// The underlying http response
RawResponse *http.Response
// The ContainerRepository instance
ContainerRepository `presentIn:"body"`
// For optimistic concurrency control. See `if-match`.
Etag *string `presentIn:"header" name:"etag"`
// Unique Oracle-assigned identifier for the request. If you need to contact
// Oracle about a particular request, please provide the request ID.
OpcRequestId *string `presentIn:"header" name:"opc-request-id"`
}
GetContainerRepositoryResponse wrapper for the GetContainerRepository operation
func (GetContainerRepositoryResponse) HTTPResponse ¶
func (response GetContainerRepositoryResponse) HTTPResponse() *http.Response
HTTPResponse implements the OCIResponse interface
func (GetContainerRepositoryResponse) String ¶
func (response GetContainerRepositoryResponse) String() string
type ListContainerImagesRequest ¶
type ListContainerImagesRequest struct {
// The OCID (https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the compartment.
CompartmentId *string `mandatory:"true" contributesTo:"query" name:"compartmentId"`
// When set to true, the hierarchy of compartments is traversed
// and all compartments and subcompartments in the tenancy are
// inspected depending on the the setting of `accessLevel`.
// Default is false. Can only be set to true when calling the API
// on the tenancy (root compartment).
CompartmentIdInSubtree *bool `mandatory:"false" contributesTo:"query" name:"compartmentIdInSubtree"`
// A filter to return only resources that match the given display name exactly.
DisplayName *string `mandatory:"false" contributesTo:"query" name:"displayName"`
// A filter to return a container image summary only for the specified container image OCID.
ImageId *string `mandatory:"false" contributesTo:"query" name:"imageId"`
// A filter to return container images based on whether there are any associated versions.
IsVersioned *bool `mandatory:"false" contributesTo:"query" name:"isVersioned"`
// A filter to return container images only for the specified container repository OCID.
RepositoryId *string `mandatory:"false" contributesTo:"query" name:"repositoryId"`
// A filter to return container images or container image signatures that match the repository name.
// Example: `foo` or `foo*`
RepositoryName *string `mandatory:"false" contributesTo:"query" name:"repositoryName"`
// A filter to return container images that match the version.
// Example: `foo` or `foo*`
Version *string `mandatory:"false" contributesTo:"query" name:"version"`
// A filter to return only resources that match the given lifecycle state name exactly.
LifecycleState *string `mandatory:"false" contributesTo:"query" name:"lifecycleState"`
// For list pagination. The maximum number of results per page, or items to return in a paginated
// "List" call. For important details about how pagination works, see
// List Pagination (https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
// Example: `50`
Limit *int `mandatory:"false" contributesTo:"query" name:"limit"`
// For list pagination. The value of the `opc-next-page` response header from the previous "List"
// call. For important details about how pagination works, see
// List Pagination (https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
Page *string `mandatory:"false" contributesTo:"query" name:"page"`
// Unique identifier for the request.
// If you need to contact Oracle about a particular request, please provide the request ID.
OpcRequestId *string `mandatory:"false" contributesTo:"header" name:"opc-request-id"`
// The field to sort by. You can provide one sort order (`sortOrder`). Default order for
// TIMECREATED is descending. Default order for DISPLAYNAME is ascending. The DISPLAYNAME
// sort order is case sensitive.
// **Note:** In general, some "List" operations (for example, `ListInstances`) let you
// optionally filter by availability domain if the scope of the resource type is within a
// single availability domain. If you call one of these "List" operations without specifying
// an availability domain, the resources are grouped by availability domain, then sorted.
SortBy ListContainerImagesSortByEnum `mandatory:"false" contributesTo:"query" name:"sortBy" omitEmpty:"true"`
// The sort order to use, either ascending (`ASC`) or descending (`DESC`). The DISPLAYNAME sort order
// is case sensitive.
SortOrder ListContainerImagesSortOrderEnum `mandatory:"false" contributesTo:"query" name:"sortOrder" omitEmpty:"true"`
// Metadata about the request. This information will not be transmitted to the service, but
// represents information that the SDK will consume to drive retry behavior.
RequestMetadata common.RequestMetadata
}
ListContainerImagesRequest wrapper for the ListContainerImages operation
See also ¶
Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/artifacts/ListContainerImages.go.html to see an example of how to use ListContainerImagesRequest.
func (ListContainerImagesRequest) HTTPRequest ¶
func (request ListContainerImagesRequest) HTTPRequest(method, path string) (http.Request, error)
HTTPRequest implements the OCIRequest interface
func (ListContainerImagesRequest) RetryPolicy ¶
func (request ListContainerImagesRequest) RetryPolicy() *common.RetryPolicy
RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.
func (ListContainerImagesRequest) String ¶
func (request ListContainerImagesRequest) String() string
type ListContainerImagesResponse ¶
type ListContainerImagesResponse struct {
// The underlying http response
RawResponse *http.Response
// A list of ContainerImageCollection instances
ContainerImageCollection `presentIn:"body"`
// For list pagination. When this header appears in the response, additional pages
// of results remain. For important details about how pagination works, see
// List Pagination (https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
OpcNextPage *string `presentIn:"header" name:"opc-next-page"`
// Unique Oracle-assigned identifier for the request. If you need to contact
// Oracle about a particular request, please provide the request ID.
OpcRequestId *string `presentIn:"header" name:"opc-request-id"`
}
ListContainerImagesResponse wrapper for the ListContainerImages operation
func (ListContainerImagesResponse) HTTPResponse ¶
func (response ListContainerImagesResponse) HTTPResponse() *http.Response
HTTPResponse implements the OCIResponse interface
func (ListContainerImagesResponse) String ¶
func (response ListContainerImagesResponse) String() string
type ListContainerImagesSortByEnum ¶
type ListContainerImagesSortByEnum string
ListContainerImagesSortByEnum Enum with underlying type: string
const ( ListContainerImagesSortByTimecreated ListContainerImagesSortByEnum = "TIMECREATED" ListContainerImagesSortByDisplayname ListContainerImagesSortByEnum = "DISPLAYNAME" )
Set of constants representing the allowable values for ListContainerImagesSortByEnum
func GetListContainerImagesSortByEnumValues ¶
func GetListContainerImagesSortByEnumValues() []ListContainerImagesSortByEnum
GetListContainerImagesSortByEnumValues Enumerates the set of values for ListContainerImagesSortByEnum
type ListContainerImagesSortOrderEnum ¶
type ListContainerImagesSortOrderEnum string
ListContainerImagesSortOrderEnum Enum with underlying type: string
const ( ListContainerImagesSortOrderAsc ListContainerImagesSortOrderEnum = "ASC" ListContainerImagesSortOrderDesc ListContainerImagesSortOrderEnum = "DESC" )
Set of constants representing the allowable values for ListContainerImagesSortOrderEnum
func GetListContainerImagesSortOrderEnumValues ¶
func GetListContainerImagesSortOrderEnumValues() []ListContainerImagesSortOrderEnum
GetListContainerImagesSortOrderEnumValues Enumerates the set of values for ListContainerImagesSortOrderEnum
type ListContainerRepositoriesRequest ¶
type ListContainerRepositoriesRequest struct {
// The OCID (https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the compartment.
CompartmentId *string `mandatory:"true" contributesTo:"query" name:"compartmentId"`
// When set to true, the hierarchy of compartments is traversed
// and all compartments and subcompartments in the tenancy are
// inspected depending on the the setting of `accessLevel`.
// Default is false. Can only be set to true when calling the API
// on the tenancy (root compartment).
CompartmentIdInSubtree *bool `mandatory:"false" contributesTo:"query" name:"compartmentIdInSubtree"`
// A filter to return container images only for the specified container repository OCID.
RepositoryId *string `mandatory:"false" contributesTo:"query" name:"repositoryId"`
// A filter to return only resources that match the given display name exactly.
DisplayName *string `mandatory:"false" contributesTo:"query" name:"displayName"`
// A filter to return resources that match the isPublic value.
IsPublic *bool `mandatory:"false" contributesTo:"query" name:"isPublic"`
// A filter to return only resources that match the given lifecycle state name exactly.
LifecycleState *string `mandatory:"false" contributesTo:"query" name:"lifecycleState"`
// For list pagination. The maximum number of results per page, or items to return in a paginated
// "List" call. For important details about how pagination works, see
// List Pagination (https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
// Example: `50`
Limit *int `mandatory:"false" contributesTo:"query" name:"limit"`
// For list pagination. The value of the `opc-next-page` response header from the previous "List"
// call. For important details about how pagination works, see
// List Pagination (https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
Page *string `mandatory:"false" contributesTo:"query" name:"page"`
// Unique identifier for the request.
// If you need to contact Oracle about a particular request, please provide the request ID.
OpcRequestId *string `mandatory:"false" contributesTo:"header" name:"opc-request-id"`
// The field to sort by. You can provide one sort order (`sortOrder`). Default order for
// TIMECREATED is descending. Default order for DISPLAYNAME is ascending. The DISPLAYNAME
// sort order is case sensitive.
// **Note:** In general, some "List" operations (for example, `ListInstances`) let you
// optionally filter by availability domain if the scope of the resource type is within a
// single availability domain. If you call one of these "List" operations without specifying
// an availability domain, the resources are grouped by availability domain, then sorted.
SortBy ListContainerRepositoriesSortByEnum `mandatory:"false" contributesTo:"query" name:"sortBy" omitEmpty:"true"`
// The sort order to use, either ascending (`ASC`) or descending (`DESC`). The DISPLAYNAME sort order
// is case sensitive.
SortOrder ListContainerRepositoriesSortOrderEnum `mandatory:"false" contributesTo:"query" name:"sortOrder" omitEmpty:"true"`
// Metadata about the request. This information will not be transmitted to the service, but
// represents information that the SDK will consume to drive retry behavior.
RequestMetadata common.RequestMetadata
}
ListContainerRepositoriesRequest wrapper for the ListContainerRepositories operation
See also ¶
Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/artifacts/ListContainerRepositories.go.html to see an example of how to use ListContainerRepositoriesRequest.
func (ListContainerRepositoriesRequest) HTTPRequest ¶
func (request ListContainerRepositoriesRequest) HTTPRequest(method, path string) (http.Request, error)
HTTPRequest implements the OCIRequest interface
func (ListContainerRepositoriesRequest) RetryPolicy ¶
func (request ListContainerRepositoriesRequest) RetryPolicy() *common.RetryPolicy
RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.
func (ListContainerRepositoriesRequest) String ¶
func (request ListContainerRepositoriesRequest) String() string
type ListContainerRepositoriesResponse ¶
type ListContainerRepositoriesResponse struct {
// The underlying http response
RawResponse *http.Response
// A list of ContainerRepositoryCollection instances
ContainerRepositoryCollection `presentIn:"body"`
// For list pagination. When this header appears in the response, additional pages
// of results remain. For important details about how pagination works, see
// List Pagination (https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
OpcNextPage *string `presentIn:"header" name:"opc-next-page"`
// Unique Oracle-assigned identifier for the request. If you need to contact
// Oracle about a particular request, please provide the request ID.
OpcRequestId *string `presentIn:"header" name:"opc-request-id"`
}
ListContainerRepositoriesResponse wrapper for the ListContainerRepositories operation
func (ListContainerRepositoriesResponse) HTTPResponse ¶
func (response ListContainerRepositoriesResponse) HTTPResponse() *http.Response
HTTPResponse implements the OCIResponse interface
func (ListContainerRepositoriesResponse) String ¶
func (response ListContainerRepositoriesResponse) String() string
type ListContainerRepositoriesSortByEnum ¶
type ListContainerRepositoriesSortByEnum string
ListContainerRepositoriesSortByEnum Enum with underlying type: string
const ( ListContainerRepositoriesSortByTimecreated ListContainerRepositoriesSortByEnum = "TIMECREATED" ListContainerRepositoriesSortByDisplayname ListContainerRepositoriesSortByEnum = "DISPLAYNAME" )
Set of constants representing the allowable values for ListContainerRepositoriesSortByEnum
func GetListContainerRepositoriesSortByEnumValues ¶
func GetListContainerRepositoriesSortByEnumValues() []ListContainerRepositoriesSortByEnum
GetListContainerRepositoriesSortByEnumValues Enumerates the set of values for ListContainerRepositoriesSortByEnum
type ListContainerRepositoriesSortOrderEnum ¶
type ListContainerRepositoriesSortOrderEnum string
ListContainerRepositoriesSortOrderEnum Enum with underlying type: string
const ( ListContainerRepositoriesSortOrderAsc ListContainerRepositoriesSortOrderEnum = "ASC" ListContainerRepositoriesSortOrderDesc ListContainerRepositoriesSortOrderEnum = "DESC" )
Set of constants representing the allowable values for ListContainerRepositoriesSortOrderEnum
func GetListContainerRepositoriesSortOrderEnumValues ¶
func GetListContainerRepositoriesSortOrderEnumValues() []ListContainerRepositoriesSortOrderEnum
GetListContainerRepositoriesSortOrderEnumValues Enumerates the set of values for ListContainerRepositoriesSortOrderEnum
type RemoveContainerVersionDetails ¶
type RemoveContainerVersionDetails struct {
// The version to remove.
Version *string `mandatory:"true" json:"version"`
}
RemoveContainerVersionDetails Remove version details.
func (RemoveContainerVersionDetails) String ¶
func (m RemoveContainerVersionDetails) String() string
type RemoveContainerVersionRequest ¶
type RemoveContainerVersionRequest struct {
// The OCID (https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the container image.
// Example: `ocid1.containerimage.oc1..exampleuniqueID`
ImageId *string `mandatory:"true" contributesTo:"path" name:"imageId"`
// Remove version details.
RemoveContainerVersionDetails `contributesTo:"body"`
// For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
// parameter to the value of the etag from a previous GET or POST response for that resource. The resource
// will be updated or deleted only if the etag you provide matches the resource's current etag value.
IfMatch *string `mandatory:"false" contributesTo:"header" name:"if-match"`
// Unique identifier for the request.
// If you need to contact Oracle about a particular request, please provide the request ID.
OpcRequestId *string `mandatory:"false" contributesTo:"header" name:"opc-request-id"`
// A token that uniquely identifies a request so it can be retried in case of a timeout or
// server error without risk of executing that same action again. Retry tokens expire after 24
// hours, but can be invalidated before then due to conflicting operations (for example, if a resource
// has been deleted and purged from the system, then a retry of the original creation request
// may be rejected).
OpcRetryToken *string `mandatory:"false" contributesTo:"header" name:"opc-retry-token"`
// Metadata about the request. This information will not be transmitted to the service, but
// represents information that the SDK will consume to drive retry behavior.
RequestMetadata common.RequestMetadata
}
RemoveContainerVersionRequest wrapper for the RemoveContainerVersion operation
See also ¶
Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/artifacts/RemoveContainerVersion.go.html to see an example of how to use RemoveContainerVersionRequest.
func (RemoveContainerVersionRequest) HTTPRequest ¶
func (request RemoveContainerVersionRequest) HTTPRequest(method, path string) (http.Request, error)
HTTPRequest implements the OCIRequest interface
func (RemoveContainerVersionRequest) RetryPolicy ¶
func (request RemoveContainerVersionRequest) RetryPolicy() *common.RetryPolicy
RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.
func (RemoveContainerVersionRequest) String ¶
func (request RemoveContainerVersionRequest) String() string
type RemoveContainerVersionResponse ¶
type RemoveContainerVersionResponse struct {
// The underlying http response
RawResponse *http.Response
// The ContainerImage instance
ContainerImage `presentIn:"body"`
// For optimistic concurrency control. See `if-match`.
Etag *string `presentIn:"header" name:"etag"`
// Unique Oracle-assigned identifier for the request. If you need to contact
// Oracle about a particular request, please provide the request ID.
OpcRequestId *string `presentIn:"header" name:"opc-request-id"`
}
RemoveContainerVersionResponse wrapper for the RemoveContainerVersion operation
func (RemoveContainerVersionResponse) HTTPResponse ¶
func (response RemoveContainerVersionResponse) HTTPResponse() *http.Response
HTTPResponse implements the OCIResponse interface
func (RemoveContainerVersionResponse) String ¶
func (response RemoveContainerVersionResponse) String() string
type RestoreContainerImageDetails ¶
type RestoreContainerImageDetails struct {
// Optional version to associate with image.
Version *string `mandatory:"false" json:"version"`
}
RestoreContainerImageDetails Undelete container image request details.
func (RestoreContainerImageDetails) String ¶
func (m RestoreContainerImageDetails) String() string
type RestoreContainerImageRequest ¶
type RestoreContainerImageRequest struct {
// The OCID (https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the container image.
// Example: `ocid1.containerimage.oc1..exampleuniqueID`
ImageId *string `mandatory:"true" contributesTo:"path" name:"imageId"`
// Restore container image details.
RestoreContainerImageDetails `contributesTo:"body"`
// For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
// parameter to the value of the etag from a previous GET or POST response for that resource. The resource
// will be updated or deleted only if the etag you provide matches the resource's current etag value.
IfMatch *string `mandatory:"false" contributesTo:"header" name:"if-match"`
// Unique identifier for the request.
// If you need to contact Oracle about a particular request, please provide the request ID.
OpcRequestId *string `mandatory:"false" contributesTo:"header" name:"opc-request-id"`
// A token that uniquely identifies a request so it can be retried in case of a timeout or
// server error without risk of executing that same action again. Retry tokens expire after 24
// hours, but can be invalidated before then due to conflicting operations (for example, if a resource
// has been deleted and purged from the system, then a retry of the original creation request
// may be rejected).
OpcRetryToken *string `mandatory:"false" contributesTo:"header" name:"opc-retry-token"`
// Metadata about the request. This information will not be transmitted to the service, but
// represents information that the SDK will consume to drive retry behavior.
RequestMetadata common.RequestMetadata
}
RestoreContainerImageRequest wrapper for the RestoreContainerImage operation
See also ¶
Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/artifacts/RestoreContainerImage.go.html to see an example of how to use RestoreContainerImageRequest.
func (RestoreContainerImageRequest) HTTPRequest ¶
func (request RestoreContainerImageRequest) HTTPRequest(method, path string) (http.Request, error)
HTTPRequest implements the OCIRequest interface
func (RestoreContainerImageRequest) RetryPolicy ¶
func (request RestoreContainerImageRequest) RetryPolicy() *common.RetryPolicy
RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.
func (RestoreContainerImageRequest) String ¶
func (request RestoreContainerImageRequest) String() string
type RestoreContainerImageResponse ¶
type RestoreContainerImageResponse struct {
// The underlying http response
RawResponse *http.Response
// The ContainerImage instance
ContainerImage `presentIn:"body"`
// For optimistic concurrency control. See `if-match`.
Etag *string `presentIn:"header" name:"etag"`
// Unique Oracle-assigned identifier for the request. If you need to contact
// Oracle about a particular request, please provide the request ID.
OpcRequestId *string `presentIn:"header" name:"opc-request-id"`
}
RestoreContainerImageResponse wrapper for the RestoreContainerImage operation
func (RestoreContainerImageResponse) HTTPResponse ¶
func (response RestoreContainerImageResponse) HTTPResponse() *http.Response
HTTPResponse implements the OCIResponse interface
func (RestoreContainerImageResponse) String ¶
func (response RestoreContainerImageResponse) String() string
type UpdateContainerConfigurationDetails ¶
type UpdateContainerConfigurationDetails struct {
// Whether to create a new container repository when a container is pushed to a new repository path.
// Repositories created in this way belong to the root compartment.
IsRepositoryCreatedOnFirstPush *bool `mandatory:"false" json:"isRepositoryCreatedOnFirstPush"`
}
UpdateContainerConfigurationDetails Update container configuration request details.
func (UpdateContainerConfigurationDetails) String ¶
func (m UpdateContainerConfigurationDetails) String() string
type UpdateContainerConfigurationRequest ¶
type UpdateContainerConfigurationRequest struct {
// The OCID (https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the compartment.
CompartmentId *string `mandatory:"true" contributesTo:"query" name:"compartmentId"`
// Update container configuration details.
UpdateContainerConfigurationDetails `contributesTo:"body"`
// For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
// parameter to the value of the etag from a previous GET or POST response for that resource. The resource
// will be updated or deleted only if the etag you provide matches the resource's current etag value.
IfMatch *string `mandatory:"false" contributesTo:"header" name:"if-match"`
// Unique identifier for the request.
// If you need to contact Oracle about a particular request, please provide the request ID.
OpcRequestId *string `mandatory:"false" contributesTo:"header" name:"opc-request-id"`
// Metadata about the request. This information will not be transmitted to the service, but
// represents information that the SDK will consume to drive retry behavior.
RequestMetadata common.RequestMetadata
}
UpdateContainerConfigurationRequest wrapper for the UpdateContainerConfiguration operation
See also ¶
Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/artifacts/UpdateContainerConfiguration.go.html to see an example of how to use UpdateContainerConfigurationRequest.
func (UpdateContainerConfigurationRequest) HTTPRequest ¶
func (request UpdateContainerConfigurationRequest) HTTPRequest(method, path string) (http.Request, error)
HTTPRequest implements the OCIRequest interface
func (UpdateContainerConfigurationRequest) RetryPolicy ¶
func (request UpdateContainerConfigurationRequest) RetryPolicy() *common.RetryPolicy
RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.
func (UpdateContainerConfigurationRequest) String ¶
func (request UpdateContainerConfigurationRequest) String() string
type UpdateContainerConfigurationResponse ¶
type UpdateContainerConfigurationResponse struct {
// The underlying http response
RawResponse *http.Response
// The ContainerConfiguration instance
ContainerConfiguration `presentIn:"body"`
// For optimistic concurrency control. See `if-match`.
Etag *string `presentIn:"header" name:"etag"`
// Unique Oracle-assigned identifier for the request. If you need to contact
// Oracle about a particular request, please provide the request ID.
OpcRequestId *string `presentIn:"header" name:"opc-request-id"`
}
UpdateContainerConfigurationResponse wrapper for the UpdateContainerConfiguration operation
func (UpdateContainerConfigurationResponse) HTTPResponse ¶
func (response UpdateContainerConfigurationResponse) HTTPResponse() *http.Response
HTTPResponse implements the OCIResponse interface
func (UpdateContainerConfigurationResponse) String ¶
func (response UpdateContainerConfigurationResponse) String() string
type UpdateContainerRepositoryDetails ¶
type UpdateContainerRepositoryDetails struct {
// Whether the repository is immutable. Images cannot be overwritten in an immutable repository.
IsImmutable *bool `mandatory:"false" json:"isImmutable"`
// Whether the repository is public. A public repository allows unauthenticated access.
IsPublic *bool `mandatory:"false" json:"isPublic"`
Readme *ContainerRepositoryReadme `mandatory:"false" json:"readme"`
}
UpdateContainerRepositoryDetails Update container repository request details.
func (UpdateContainerRepositoryDetails) String ¶
func (m UpdateContainerRepositoryDetails) String() string
type UpdateContainerRepositoryRequest ¶
type UpdateContainerRepositoryRequest struct {
// The OCID (https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the container repository.
// Example: `ocid1.containerrepo.oc1..exampleuniqueID`
RepositoryId *string `mandatory:"true" contributesTo:"path" name:"repositoryId"`
// Update container repository details.
UpdateContainerRepositoryDetails `contributesTo:"body"`
// For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
// parameter to the value of the etag from a previous GET or POST response for that resource. The resource
// will be updated or deleted only if the etag you provide matches the resource's current etag value.
IfMatch *string `mandatory:"false" contributesTo:"header" name:"if-match"`
// Unique identifier for the request.
// If you need to contact Oracle about a particular request, please provide the request ID.
OpcRequestId *string `mandatory:"false" contributesTo:"header" name:"opc-request-id"`
// Metadata about the request. This information will not be transmitted to the service, but
// represents information that the SDK will consume to drive retry behavior.
RequestMetadata common.RequestMetadata
}
UpdateContainerRepositoryRequest wrapper for the UpdateContainerRepository operation
See also ¶
Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/artifacts/UpdateContainerRepository.go.html to see an example of how to use UpdateContainerRepositoryRequest.
func (UpdateContainerRepositoryRequest) HTTPRequest ¶
func (request UpdateContainerRepositoryRequest) HTTPRequest(method, path string) (http.Request, error)
HTTPRequest implements the OCIRequest interface
func (UpdateContainerRepositoryRequest) RetryPolicy ¶
func (request UpdateContainerRepositoryRequest) RetryPolicy() *common.RetryPolicy
RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.
func (UpdateContainerRepositoryRequest) String ¶
func (request UpdateContainerRepositoryRequest) String() string
type UpdateContainerRepositoryResponse ¶
type UpdateContainerRepositoryResponse struct {
// The underlying http response
RawResponse *http.Response
// The ContainerRepository instance
ContainerRepository `presentIn:"body"`
// For optimistic concurrency control. See `if-match`.
Etag *string `presentIn:"header" name:"etag"`
// Unique Oracle-assigned identifier for the request. If you need to contact
// Oracle about a particular request, please provide the request ID.
OpcRequestId *string `presentIn:"header" name:"opc-request-id"`
}
UpdateContainerRepositoryResponse wrapper for the UpdateContainerRepository operation
func (UpdateContainerRepositoryResponse) HTTPResponse ¶
func (response UpdateContainerRepositoryResponse) HTTPResponse() *http.Response
HTTPResponse implements the OCIResponse interface
func (UpdateContainerRepositoryResponse) String ¶
func (response UpdateContainerRepositoryResponse) String() string
Source Files
¶
- artifacts_client.go
- change_container_repository_compartment_details.go
- change_container_repository_compartment_request_response.go
- container_configuration.go
- container_image.go
- container_image_collection.go
- container_image_layer.go
- container_image_summary.go
- container_repository.go
- container_repository_collection.go
- container_repository_readme.go
- container_repository_summary.go
- container_version.go
- create_container_repository_details.go
- create_container_repository_request_response.go
- delete_container_image_request_response.go
- delete_container_repository_request_response.go
- get_container_configuration_request_response.go
- get_container_image_request_response.go
- get_container_repository_request_response.go
- list_container_images_request_response.go
- list_container_repositories_request_response.go
- remove_container_version_details.go
- remove_container_version_request_response.go
- restore_container_image_details.go
- restore_container_image_request_response.go
- update_container_configuration_details.go
- update_container_configuration_request_response.go
- update_container_repository_details.go
- update_container_repository_request_response.go