-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6121889
commit 5d0f25c
Showing
6 changed files
with
428 additions
and
121 deletions.
There are no files selected for viewing
14 changes: 7 additions & 7 deletions
14
src/go/k8s/api/cluster.redpanda.com/v1alpha1/events_topic.go
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,21 @@ | ||
package v1alpha1 | ||
|
||
// These constants define valid event severity values. | ||
// Defines valid event severity values. | ||
const ( | ||
// EventTopicCreationFailure indicate and error when topic creation | ||
// Indicate an error when topic creation | ||
// was not successful. | ||
EventTopicCreationFailure string = "topicCreationFailure" | ||
// EventTopicDeletionFailure indicate and error when topic deletion | ||
// Indicates an error when topic deletion | ||
// was not successful. | ||
EventTopicDeletionFailure string = "topicDeletionFailure" | ||
// EventTopicConfigurationAlteringFailure indicate and error when topic configuration altering | ||
// Indicates an error when topic configuration altering | ||
// was not successful. | ||
EventTopicConfigurationAlteringFailure string = "topicConfigurationAlteringFailure" | ||
// EventTopicConfigurationDescribeFailure indicate and error when topic configuration describe | ||
// Indicates an error when topic configuration describe | ||
// was not successful. | ||
EventTopicConfigurationDescribeFailure string = "topicConfigurationDescribeFailure" | ||
// EventTopicAlreadySynced indicate topic is already synced | ||
// Indicates that the topic is already synced. | ||
EventTopicAlreadySynced string = "topicAlreadySynced" | ||
// EventTopicSynced indicate topic is synced | ||
// Indicates that a topic is synced. | ||
EventTopicSynced string = "topicSynced" | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.