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
test: don't set the talosconfig owner ref to the machine
Now as we have core CAPI controllers running, they will do it
automatically which provides better test coverage.
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 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'
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'
28
30
type: string
29
31
kind:
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'
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'
31
35
type: string
32
36
metadata:
33
37
type: object
@@ -55,10 +59,12 @@ spec:
55
59
description: ErrorReason will be set on non-retryable errors
56
60
type: string
57
61
ready:
58
-
description: Ready indicates the BootstrapData field is ready to be consumed
62
+
description: Ready indicates the BootstrapData field is ready to be
63
+
consumed
59
64
type: boolean
60
65
talosConfig:
61
-
description: Talos config will be a string containing the config for download
66
+
description: Talos config will be a string containing the config for
67
+
download
62
68
type: string
63
69
type: object
64
70
type: object
@@ -72,10 +78,14 @@ spec:
72
78
description: TalosConfig is the Schema for the talosconfigs API
73
79
properties:
74
80
apiVersion:
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'
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'
76
84
type: string
77
85
kind:
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'
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'
79
89
type: string
80
90
metadata:
81
91
type: object
@@ -109,7 +119,8 @@ spec:
109
119
description: TalosConfigStatus defines the observed state of TalosConfig
110
120
properties:
111
121
dataSecretName:
112
-
description: DataSecretName is the name of the secret that stores the bootstrap data script.
122
+
description: DataSecretName is the name of the secret that stores
123
+
the bootstrap data script.
113
124
type: string
114
125
failureMessage:
115
126
description: FailureMessage will be set on non-retryable errors
@@ -118,10 +129,12 @@ spec:
118
129
description: FailureReason will be set on non-retryable errors
119
130
type: string
120
131
ready:
121
-
description: Ready indicates the BootstrapData field is ready to be consumed
132
+
description: Ready indicates the BootstrapData field is ready to be
133
+
consumed
122
134
type: boolean
123
135
talosConfig:
124
-
description: Talos config will be a string containing the config for download
136
+
description: Talos config will be a string containing the config for
description: TalosConfigTemplate is the Schema for the talosconfigtemplates API
24
+
description: TalosConfigTemplate is the Schema for the talosconfigtemplates
25
+
API
25
26
properties:
26
27
apiVersion:
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'
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'
28
31
type: string
29
32
kind:
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'
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'
31
36
type: string
32
37
metadata:
33
38
type: object
@@ -57,13 +62,18 @@ spec:
57
62
- name: v1alpha3
58
63
schema:
59
64
openAPIV3Schema:
60
-
description: TalosConfigTemplate is the Schema for the talosconfigtemplates API
65
+
description: TalosConfigTemplate is the Schema for the talosconfigtemplates
66
+
API
61
67
properties:
62
68
apiVersion:
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'
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'
64
72
type: string
65
73
kind:
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'
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'
0 commit comments