Update dependencies to add service fabric mesh via new azure-sdk-go
This commit is contained in:
9
vendor/github.com/vmware/vic/lib/constants/constants.go
generated
vendored
9
vendor/github.com/vmware/vic/lib/constants/constants.go
generated
vendored
@@ -1,4 +1,4 @@
|
||||
// Copyright 2016 VMware, Inc. All Rights Reserved.
|
||||
// Copyright 2016-2018 VMware, Inc. All Rights Reserved.
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||
// you may not use this file except in compliance with the License.
|
||||
@@ -78,6 +78,13 @@ const (
|
||||
|
||||
// Scratch layer ID
|
||||
ScratchLayerID = "scratch"
|
||||
|
||||
// Task States
|
||||
TaskRunningState = "running"
|
||||
TaskStoppedState = "stopped"
|
||||
TaskCreatedState = "created"
|
||||
TaskFailedState = "failed"
|
||||
TaskUnknownState = "unknown"
|
||||
)
|
||||
|
||||
func DefaultAltVCHGuestName() string {
|
||||
|
||||
Reference in New Issue
Block a user