Skip to content

Commit

Permalink
Removed unnused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
triceras committed Jan 13, 2025
1 parent 028e76c commit a4ce588
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions controllers/humiocluster_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,18 +67,6 @@ const (

// waitingOnPodsMessage is the message that is populated as the message in the cluster status when waiting on pods
waitingOnPodsMessage = "waiting for pods to become ready"

//Or make this configurable via a CR field or environment variable
defaultMinAvailable = "1"

// Suffix for the PodDisruptionBudget name
pdbNameSuffix = "-pdb"

// Maximum length of a name in k8s
maxPDBNameLength = 253

// Label used to identify which node pool a pod belongs to
nodePoolLabel = "humio_pool_name"
)

//+kubebuilder:rbac:groups=core.humio.com,resources=humioclusters,verbs=get;list;watch;create;update;patch;delete
Expand Down

0 comments on commit a4ce588

Please sign in to comment.