Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: aws/karpenter-provider-aws
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: fa387877f6b44997e37f77a609310b348b27769b
Choose a base ref
..
head repository: aws/karpenter-provider-aws
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: cd865566340df1029b5cd673b03b8377c1ba0202
Choose a head ref
Showing with 3 additions and 4 deletions.
  1. +3 −4 pkg/apis/provisioning/v1alpha5/provisioner.go
7 changes: 3 additions & 4 deletions pkg/apis/provisioning/v1alpha5/provisioner.go
Original file line number Diff line number Diff line change
@@ -19,10 +19,9 @@ import (
)

// ProvisionerSpec is the top level provisioner specification. Provisioners
// launch nodes in response to pods where status.conditions[type=unschedulable,
// status=true]. A single provisioner is capable of managing diverse set of
// nodes. Node properties are determined from a combination of provisioner
// and pod scheduling constraints.
// launch nodes in response to pods that are unschedulable. A single provisioner
// is capable of managing diverse set of nodes. Node properties are determined
// from a combination of provisioner and pod scheduling constraints.
type ProvisionerSpec struct {
// Constraints are applied to all nodes launched by this provisioner.
Constraints `json:",inline"`