Skip to content

Commit ed71966

Browse files
committed
fixup linter
1 parent ab29912 commit ed71966

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

exp/runtime/api/v1alpha1/zz_generated.conversion.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

exp/runtime/api/v1beta2/extensionconfig_types.go

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -116,13 +116,6 @@ type ServiceReference struct {
116116

117117
// ExtensionConfigStatus defines the observed state of ExtensionConfig.
118118
type ExtensionConfigStatus struct {
119-
// handlers defines the current ExtensionHandlers supported by an Extension.
120-
// +optional
121-
// +listType=map
122-
// +listMapKey=name
123-
// +kubebuilder:validation:MaxItems=512
124-
Handlers []ExtensionHandler `json:"handlers,omitempty"`
125-
126119
// conditions represents the observations of a ExtensionConfig's current state.
127120
// Known condition types are Discovered, Paused.
128121
// +optional
@@ -131,6 +124,13 @@ type ExtensionConfigStatus struct {
131124
// +kubebuilder:validation:MaxItems=32
132125
Conditions []metav1.Condition `json:"conditions,omitempty"`
133126

127+
// handlers defines the current ExtensionHandlers supported by an Extension.
128+
// +optional
129+
// +listType=map
130+
// +listMapKey=name
131+
// +kubebuilder:validation:MaxItems=512
132+
Handlers []ExtensionHandler `json:"handlers,omitempty"`
133+
134134
// deprecated groups all the status fields that are deprecated and will be removed when all the nested field are removed.
135135
// +optional
136136
Deprecated *ExtensionConfigDeprecatedStatus `json:"deprecated,omitempty"`

exp/runtime/api/v1beta2/zz_generated.deepcopy.go

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)