Skip to content
Merged
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
2 changes: 1 addition & 1 deletion .golangci-kal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ linters:
enable:
- "commentstart" # Ensure comments start with the serialized version of the field name.
- "conditions" # Ensure conditions have the correct json tags and markers.
# - "conflictingmarkers" # Ensure there are no conflicting markers.
- "conflictingmarkers" # Ensure there are no conflicting markers.
- "duplicatemarkers" # Ensure there are no exact duplicate markers for types and fields.
# - "forbiddenmarkers" # Ensure that types and fields do not contain any markers that are forbidden.
- "integers" # Ensure only int32 and int64 are used for integers.
Expand Down
2 changes: 1 addition & 1 deletion api/v1beta2/identity_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ type OpenStackIdentityReference struct {
// type specifies the identity reference type. Defaults to Secret for backward compatibility.
// +kubebuilder:validation:Enum=Secret;ClusterIdentity
// +kubebuilder:default=Secret
// +required
// +optional
Type string `json:"type,omitempty"`

// name is the name of a Secret (type=Secret) in the same namespace as the resource being provisioned,
Expand Down
2 changes: 1 addition & 1 deletion api/v1beta2/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -993,7 +993,7 @@ type APIServerLoadBalancer struct {
// API server loadbalancer, omit the APIServerLoadBalancer field in the
// cluster spec instead.
//
// +required
// +optional
// +kubebuilder:default:=true
Enabled *bool `json:"enabled,omitempty"`

Expand Down
3 changes: 1 addition & 2 deletions cmd/models-schema/zz_generated.openapi.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions docs/book/src/api/v1beta2/api.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading