Created
November 28, 2019 11:34
-
-
Save selcukusta/6772214fd1fa0fe18485db24f54fda52 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| type NetCoreConfigManagementSpec struct { | |
| LinkedDeployments []string `json:"linkedDeployments,required"` | |
| Config struct { | |
| ConfigMapName string `json:"configMapName,required"` | |
| ConfigMapKey string `json:"configMapKey,required"` | |
| ConfigMapValue string `json:"configMapValue,required"` | |
| } `json:"config"` | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment