Skip to content

Instantly share code, notes, and snippets.

@selcukusta
Created November 28, 2019 11:34
Show Gist options
  • Select an option

  • Save selcukusta/6772214fd1fa0fe18485db24f54fda52 to your computer and use it in GitHub Desktop.

Select an option

Save selcukusta/6772214fd1fa0fe18485db24f54fda52 to your computer and use it in GitHub Desktop.
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