We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5548bf6 commit ec8d637Copy full SHA for ec8d637
types/types.go
@@ -617,7 +617,7 @@ type PlacementPreferences struct {
617
618
// ServiceNetworkConfig is the network configuration for a service
619
type ServiceNetworkConfig struct {
620
- Priority int `yaml:",omitempty" json:"priotirt,omitempty"`
+ Priority int `yaml:",omitempty" json:"priority,omitempty"`
621
Aliases []string `yaml:",omitempty" json:"aliases,omitempty"`
622
Ipv4Address string `mapstructure:"ipv4_address" yaml:"ipv4_address,omitempty" json:"ipv4_address,omitempty"`
623
Ipv6Address string `mapstructure:"ipv6_address" yaml:"ipv6_address,omitempty" json:"ipv6_address,omitempty"`
0 commit comments