Skip to content
Closed
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
1 change: 0 additions & 1 deletion api/v1alpha1/humioingesttoken_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ type HumioIngestTokenSpec struct {
Name string `json:"name"`
// ParserName is the name of the parser which will be assigned to the ingest token.
// +kubebuilder:validation:MinLength=1
// +kubebuilder:validation:Required
ParserName *string `json:"parserName,omitempty"`
// RepositoryName is the name of the Humio repository under which the ingest token will be created
// +kubebuilder:validation:MinLength=1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ spec:
type: string
required:
- name
- parserName
- repositoryName
type: object
x-kubernetes-validations:
Expand Down
1 change: 0 additions & 1 deletion config/crd/bases/core.humio.com_humioingesttokens.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ spec:
type: string
required:
- name
- parserName
- repositoryName
type: object
x-kubernetes-validations:
Expand Down