Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correct PodAntiAffinity typing #163

Merged
merged 1 commit into from
Jun 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -623,7 +623,7 @@ type Statefulset struct {
// Defines Pod affinity rules to influence the scheduling and placement of Pods relative to other Pods.
PodAffinity *corev1.PodAffinity `json:"podAffinity,omitempty"`
// Defines Pod anti-affinity rules to prevent Pods from being scheduled together on the same node.
PodAntiAffinity *corev1.PodAntiAffinity `json:"podAntiAffinity,omitempty"`
PodAntiAffinity *PodAntiAffinity `json:"podAntiAffinity,omitempty"`
// Defines the priority class name to assign priority levels to the Pods, influencing their scheduling order.
PriorityClassName *string `json:"priorityClassName,omitempty"`
// Defines readiness probes to determine when a Pod is ready to handle traffic.
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading