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
{{ message }}
This repository was archived by the owner on Nov 20, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: config/crd/bases/infrastructure.crit.sh_dockerinfrastructureproviders.yaml
+12-5Lines changed: 12 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -29,26 +29,33 @@ spec:
29
29
status: {}
30
30
validation:
31
31
openAPIV3Schema:
32
-
description: DockerInfrastructureProvider is the Schema for the infrastructureproviders API
32
+
description: DockerInfrastructureProvider is the Schema for the infrastructureproviders
33
+
API
33
34
properties:
34
35
apiVersion:
35
-
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'
36
+
description: 'APIVersion defines the versioned schema of this representation
37
+
of an object. Servers should convert recognized schemas to the latest
38
+
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
36
39
type: string
37
40
kind:
38
-
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'
41
+
description: 'Kind is a string value representing the REST resource this
42
+
object represents. Servers may infer this from the endpoint the client
43
+
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
39
44
type: string
40
45
metadata:
41
46
type: object
42
47
spec:
43
-
description: DockerInfrastructureProviderSpec defines the desired state of DockerInfrastructureProvider
48
+
description: DockerInfrastructureProviderSpec defines the desired state
49
+
of DockerInfrastructureProvider
44
50
properties:
45
51
defaultImage:
46
52
type: string
47
53
required:
48
54
- defaultImage
49
55
type: object
50
56
status:
51
-
description: InfrastructureProviderStatus defines the observed state of DockerInfrastructureProvider
57
+
description: InfrastructureProviderStatus defines the observed state of
Copy file name to clipboardExpand all lines: config/crd/bases/infrastructure.crit.sh_dockermachines.yaml
+32-4Lines changed: 32 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -24,10 +24,14 @@ spec:
24
24
description: DockerMachine is the Schema for the dockermachines 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
@@ -51,10 +55,34 @@ spec:
51
55
description: DockerMachineStatus defines the observed state of DockerMachine
52
56
properties:
53
57
failureMessage:
54
-
description: "FailureMessage will be set in the event that there is a terminal problem reconciling the Machine and will contain a more verbose string suitable for logging and human consumption. \n This field should not be set for transitive errors that a controller faces that are expected to be fixed automatically over time (like service outages), but instead indicate that something is fundamentally wrong with the Machine's spec or the configuration of the controller, and that manual intervention is required. Examples of terminal errors would be invalid combinations of settings in the spec, values that are unsupported by the controller, or the responsible controller itself being critically misconfigured. \n Any transient errors that occur during the reconciliation of Machines can be added as events to the Machine object and/or logged in the controller's output."
58
+
description: "FailureMessage will be set in the event that there is
59
+
a terminal problem reconciling the Machine and will contain a more
60
+
verbose string suitable for logging and human consumption. \n This
61
+
field should not be set for transitive errors that a controller faces
62
+
that are expected to be fixed automatically over time (like service
63
+
outages), but instead indicate that something is fundamentally wrong
64
+
with the Machine's spec or the configuration of the controller, and
65
+
that manual intervention is required. Examples of terminal errors
66
+
would be invalid combinations of settings in the spec, values that
67
+
are unsupported by the controller, or the responsible controller itself
68
+
being critically misconfigured. \n Any transient errors that occur
69
+
during the reconciliation of Machines can be added as events to the
70
+
Machine object and/or logged in the controller's output."
55
71
type: string
56
72
failureReason:
57
-
description: "FailureReason will be set in the event that there is a terminal problem reconciling the Machine and will contain a succinct value suitable for machine interpretation. \n This field should not be set for transitive errors that a controller faces that are expected to be fixed automatically over time (like service outages), but instead indicate that something is fundamentally wrong with the Machine's spec or the configuration of the controller, and that manual intervention is required. Examples of terminal errors would be invalid combinations of settings in the spec, values that are unsupported by the controller, or the responsible controller itself being critically misconfigured. \n Any transient errors that occur during the reconciliation of Machines can be added as events to the Machine object and/or logged in the controller's output."
73
+
description: "FailureReason will be set in the event that there is a
74
+
terminal problem reconciling the Machine and will contain a succinct
75
+
value suitable for machine interpretation. \n This field should not
76
+
be set for transitive errors that a controller faces that are expected
77
+
to be fixed automatically over time (like service outages), but instead
78
+
indicate that something is fundamentally wrong with the Machine's
79
+
spec or the configuration of the controller, and that manual intervention
80
+
is required. Examples of terminal errors would be invalid combinations
81
+
of settings in the spec, values that are unsupported by the controller,
82
+
or the responsible controller itself being critically misconfigured.
83
+
\n Any transient errors that occur during the reconciliation of Machines
84
+
can be added as events to the Machine object and/or logged in the
0 commit comments