Skip to content

Commit

Permalink
fix: remove unused fields
Browse files Browse the repository at this point in the history
  • Loading branch information
raffis committed Jun 6, 2024
1 parent 9f858f9 commit 96d8090
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions api/v1beta1/swaggerhub_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -139,15 +139,6 @@ type SwaggerHubStatus struct {
// +optional
Conditions []metav1.Condition `json:"conditions,omitempty"`

// DeploymentName is the currently rolled out swagger-ui
DeploymentName string `json:"deploymentName,omitempty"`

// DeploymentHash is used to determine wether a new rollout is required
DeploymentHash string `json:"deploymentHash,omitempty"`

// DeploymentGeneration is used to verify if the deployment did not change by other means
DeploymentGeneration int64 `json:"deploymentHash,omitempty"`

// ObservedGeneration is the last generation reconciled by the controller
ObservedGeneration int64 `json:"observedGeneration,omitempty"`

Expand Down

0 comments on commit 96d8090

Please sign in to comment.