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
* use `go` in version `1.22.4`
* bump controller-gen and generated manifests with new controller-gen
* bump golangci-lint and fix minor findings
* minor version bump of prometheus/client_golang and
go-playground/validator
---------
Signed-off-by: Mario Constanti <[email protected]>
description: Enterprise is the Schema for the enterprises API
45
45
properties:
46
46
apiVersion:
47
-
description: 'APIVersion defines the versioned schema of this representation
48
-
of an object. Servers should convert recognized schemas to the latest
49
-
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
47
+
description: |-
48
+
APIVersion defines the versioned schema of this representation of an object.
49
+
Servers should convert recognized schemas to the latest internal value, and
50
+
may reject unrecognized values.
51
+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
50
52
type: string
51
53
kind:
52
-
description: 'Kind is a string value representing the REST resource this
53
-
object represents. Servers may infer this from the endpoint the client
54
-
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
54
+
description: |-
55
+
Kind is a string value representing the REST resource this object represents.
56
+
Servers may infer this from the endpoint the client submits requests to.
57
+
Cannot be updated.
58
+
In CamelCase.
59
+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
55
60
type: string
56
61
metadata:
57
62
type: object
@@ -85,42 +90,42 @@ spec:
85
90
conditions:
86
91
items:
87
92
description: "Condition contains details for one aspect of the current
88
-
state of this API Resource. --- This struct is intended for direct
89
-
use as an array at the field path .status.conditions. For example,
90
-
\n type FooStatus struct{ // Represents the observations of a
91
-
foo's current state. // Known .status.conditions.type are: \"Available\",
92
-
\"Progressing\", and \"Degraded\" // +patchMergeKey=type // +patchStrategy=merge
description: Image is the Schema for the images API
31
31
properties:
32
32
apiVersion:
33
-
description: 'APIVersion defines the versioned schema of this representation
34
-
of an object. Servers should convert recognized schemas to the latest
35
-
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
33
+
description: |-
34
+
APIVersion defines the versioned schema of this representation of an object.
35
+
Servers should convert recognized schemas to the latest internal value, and
36
+
may reject unrecognized values.
37
+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
36
38
type: string
37
39
kind:
38
-
description: 'Kind is a string value representing the REST resource this
39
-
object represents. Servers may infer this from the endpoint the client
40
-
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
40
+
description: |-
41
+
Kind is a string value representing the REST resource this object represents.
42
+
Servers may infer this from the endpoint the client submits requests to.
43
+
Cannot be updated.
44
+
In CamelCase.
45
+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
41
46
type: string
42
47
metadata:
43
48
type: object
44
49
spec:
45
50
description: ImageSpec defines the desired state of Image
46
51
properties:
47
52
tag:
48
-
description: Tag is the Name of the image in its registry e.g. - in
49
-
openstack it can be the image name or id - in k8s it can be the
0 commit comments