You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: machineconfiguration/v1alpha1/types_internalreleaseimage.go
+23-14Lines changed: 23 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -23,12 +23,16 @@ import (
23
23
// Compatibility level 4: No compatibility is provided, the API can change at any point for any reason. These capabilities should not be used by applications needing long term support.
24
24
// +openshift:compatibility-gen:level=4
25
25
typeInternalReleaseImagestruct {
26
-
metav1.TypeMeta`json:",inline"`
26
+
metav1.TypeMeta`json:",inline"`
27
+
28
+
// metadata is the standard object's metadata.
29
+
// More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
30
+
// +optional
27
31
metav1.ObjectMeta`json:"metadata,omitempty"`
28
32
29
33
// spec describes the configuration of this internal release image.
0 commit comments