Skip to content

Commit

Permalink
Fix wording
Browse files Browse the repository at this point in the history
  • Loading branch information
avorima authored and wikkyk committed Apr 8, 2024
1 parent 0c6f87c commit d175042
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api/v1alpha1/proxmoxcluster_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ type ProxmoxClusterSpec struct {
// +kubebuilder:validation:XValidation:rule="self.addresses.size() > 0",message="IPv6Config addresses must be provided"
IPv6Config *IPConfigSpec `json:"ipv6Config,omitempty"`

// DNSServers contains information about nameservers used by machines' network config.
// DNSServers contains information about nameservers used by the machines.
// +kubebuilder:validation:MinItems=1
DNSServers []string `json:"dnsServers"`
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ spec:
type: object
dnsServers:
description: DNSServers contains information about nameservers used
by machines' network config.
by the machines.
items:
type: string
minItems: 1
Expand Down

0 comments on commit d175042

Please sign in to comment.