Skip to content

Commit 0d7ee7c

Browse files
authored
Merge pull request #13060 from chrischdi/pr-relax-machine-status-addresses
🌱 api: relax validation for Machine .status.addresses to maximum of 128 instead of 32 items
2 parents 64c0753 + 1ef85d9 commit 0d7ee7c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

api/core/v1beta2/common_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ type MachineAddress struct {
309309
}
310310

311311
// MachineAddresses is a slice of MachineAddress items to be used by infrastructure providers.
312-
// +kubebuilder:validation:MaxItems=32
312+
// +kubebuilder:validation:MaxItems=128
313313
// +listType=atomic
314314
type MachineAddresses []MachineAddress
315315

config/crd/bases/cluster.x-k8s.io_machines.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)