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
chore: rework build, move to ghcr.io, build for arm64/amd64
Dockerfile/Makefile reworked to support cross-compilation, multi-arch
builds. Using Talos base tools image.
Signed-off-by: Andrey Smirnov <[email protected]>
description: TalosConfig is the Schema for the talosconfigs API
25
25
properties:
26
26
apiVersion:
27
-
description: 'APIVersion defines the versioned schema of this representation
28
-
of an object. Servers should convert recognized schemas to the latest
29
-
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
27
+
description: 'APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
30
28
type: string
31
29
kind:
32
-
description: 'Kind is a string value representing the REST resource this
33
-
object represents. Servers may infer this from the endpoint the client
34
-
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
30
+
description: 'Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
35
31
type: string
36
32
metadata:
37
33
type: object
@@ -59,12 +55,10 @@ spec:
59
55
description: ErrorReason will be set on non-retryable errors
60
56
type: string
61
57
ready:
62
-
description: Ready indicates the BootstrapData field is ready to be
63
-
consumed
58
+
description: Ready indicates the BootstrapData field is ready to be consumed
64
59
type: boolean
65
60
talosConfig:
66
-
description: Talos config will be a string containing the config for
67
-
download
61
+
description: Talos config will be a string containing the config for download
68
62
type: string
69
63
type: object
70
64
type: object
@@ -78,14 +72,10 @@ spec:
78
72
description: TalosConfig is the Schema for the talosconfigs API
79
73
properties:
80
74
apiVersion:
81
-
description: 'APIVersion defines the versioned schema of this representation
82
-
of an object. Servers should convert recognized schemas to the latest
83
-
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
75
+
description: 'APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
84
76
type: string
85
77
kind:
86
-
description: 'Kind is a string value representing the REST resource this
87
-
object represents. Servers may infer this from the endpoint the client
88
-
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
78
+
description: 'Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
89
79
type: string
90
80
metadata:
91
81
type: object
@@ -119,8 +109,7 @@ spec:
119
109
description: TalosConfigStatus defines the observed state of TalosConfig
120
110
properties:
121
111
dataSecretName:
122
-
description: DataSecretName is the name of the secret that stores
123
-
the bootstrap data script.
112
+
description: DataSecretName is the name of the secret that stores the bootstrap data script.
124
113
type: string
125
114
failureMessage:
126
115
description: FailureMessage will be set on non-retryable errors
@@ -129,12 +118,10 @@ spec:
129
118
description: FailureReason will be set on non-retryable errors
130
119
type: string
131
120
ready:
132
-
description: Ready indicates the BootstrapData field is ready to be
133
-
consumed
121
+
description: Ready indicates the BootstrapData field is ready to be consumed
134
122
type: boolean
135
123
talosConfig:
136
-
description: Talos config will be a string containing the config for
137
-
download
124
+
description: Talos config will be a string containing the config for download
description: TalosConfigTemplate is the Schema for the talosconfigtemplates
25
-
API
24
+
description: TalosConfigTemplate is the Schema for the talosconfigtemplates API
26
25
properties:
27
26
apiVersion:
28
-
description: 'APIVersion defines the versioned schema of this representation
29
-
of an object. Servers should convert recognized schemas to the latest
30
-
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
27
+
description: 'APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
31
28
type: string
32
29
kind:
33
-
description: 'Kind is a string value representing the REST resource this
34
-
object represents. Servers may infer this from the endpoint the client
35
-
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
30
+
description: 'Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
36
31
type: string
37
32
metadata:
38
33
type: object
@@ -62,18 +57,13 @@ spec:
62
57
- name: v1alpha3
63
58
schema:
64
59
openAPIV3Schema:
65
-
description: TalosConfigTemplate is the Schema for the talosconfigtemplates
66
-
API
60
+
description: TalosConfigTemplate is the Schema for the talosconfigtemplates API
67
61
properties:
68
62
apiVersion:
69
-
description: 'APIVersion defines the versioned schema of this representation
70
-
of an object. Servers should convert recognized schemas to the latest
71
-
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
63
+
description: 'APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
72
64
type: string
73
65
kind:
74
-
description: 'Kind is a string value representing the REST resource this
75
-
object represents. Servers may infer this from the endpoint the client
76
-
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
66
+
description: 'Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
0 commit comments