diff options
Diffstat (limited to 'tests/e2e/utils/config.go')
| -rw-r--r-- | tests/e2e/utils/config.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/e2e/utils/config.go b/tests/e2e/utils/config.go index 0ba26a532..ada13d495 100644 --- a/tests/e2e/utils/config.go +++ b/tests/e2e/utils/config.go @@ -13,6 +13,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. */ + package utils import ( @@ -23,7 +24,7 @@ import ( cliflag "k8s.io/component-base/cli/flag" ) -//config.json decode struct +// Config decode struct type Config struct { AppImageURL []string `json:"image_url"` K8SMasterForKubeEdge string `json:"k8smasterforkubeedge"` |
