mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-12-05 07:26:56 +00:00
Update godeps.
This commit is contained in:
committed by
Brendan Burns
parent
8e9186a53a
commit
56accd874d
9
vendor/github.com/Azure/azure-sdk-for-go/arm/compute/client.go
generated
vendored
Normal file → Executable file
9
vendor/github.com/Azure/azure-sdk-for-go/arm/compute/client.go
generated
vendored
Normal file → Executable file
@@ -1,5 +1,5 @@
|
||||
// Package compute implements the Azure ARM Compute service API version
|
||||
// 2016-03-30.
|
||||
// 2016-04-30-preview.
|
||||
//
|
||||
// The Compute Management Client.
|
||||
package compute
|
||||
@@ -18,7 +18,7 @@ package compute
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
//
|
||||
// Code generated by Microsoft (R) AutoRest Code Generator 0.17.0.0
|
||||
// Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0
|
||||
// Changes may cause incorrect behavior and will be lost if the code is
|
||||
// regenerated.
|
||||
|
||||
@@ -27,9 +27,6 @@ import (
|
||||
)
|
||||
|
||||
const (
|
||||
// APIVersion is the version of the Compute
|
||||
APIVersion = "2016-03-30"
|
||||
|
||||
// DefaultBaseURI is the default URI used for the service Compute
|
||||
DefaultBaseURI = "https://management.azure.com"
|
||||
)
|
||||
@@ -38,7 +35,6 @@ const (
|
||||
type ManagementClient struct {
|
||||
autorest.Client
|
||||
BaseURI string
|
||||
APIVersion string
|
||||
SubscriptionID string
|
||||
}
|
||||
|
||||
@@ -52,7 +48,6 @@ func NewWithBaseURI(baseURI string, subscriptionID string) ManagementClient {
|
||||
return ManagementClient{
|
||||
Client: autorest.NewClientWithUserAgent(UserAgent()),
|
||||
BaseURI: baseURI,
|
||||
APIVersion: APIVersion,
|
||||
SubscriptionID: subscriptionID,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user