Documentation ¶
Index ¶
Constants ¶
View Source
const VERSION = "2018-03-28"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AzureAccountConfig ¶
type AzureBlobStorage ¶
func NewBlobStorage ¶
func NewBlobStorage(url string) AzureBlobStorage
func (AzureBlobStorage) UploadFileToBlob ¶
func (s AzureBlobStorage) UploadFileToBlob() error
Maximum supported file size is currently 256Mb as stated here https://docs.microsoft.com/en-us/rest/api/storageservices/put-blob#remarks
type BearerAuthorizer ¶
type BearerAuthorizer struct {
// contains filtered or unexported fields
}
simple autorest.Authorizer which adds the bearer token as a header to the autorest requests
func (BearerAuthorizer) WithAuthorization ¶
func (b BearerAuthorizer) WithAuthorization() autorest.PrepareDecorator
type Builder ¶
type Builder struct {
*latest.AzureContainerBuild
}
func NewBuilder ¶
func NewBuilder(cfg *latest.AzureContainerBuild) *Builder
Creates a new builder with the Azure Container config
func (Builder) NewRegistriesClient ¶
func (b Builder) NewRegistriesClient() (*cr.RegistriesClient, error)
creates a new RegistriesClient with either the credentials from the skaffold.yaml or the bearer token provided by the Azure CLI
Click to show internal directories.
Click to hide internal directories.