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
Bump sigs.k8s.io/controller-tools from 0.10.0 to 0.14.0 (#351)
## Description
Bumps [sigs.k8s.io/controller-tools](https://github.com/kubernetes-sigs/controller-tools) from 0.10.0 to 0.14.0.
## Why is this needed
EKS-Anywhere needs to use a newer version of controller-gen that includes this [fix](kubernetes-sigs/controller-tools#402) so that it will not populate `creationTimestamp: null` in the generated manifests.
description: TinkerbellCluster is the Schema for the tinkerbellclusters API.
33
32
properties:
34
33
apiVersion:
35
-
description: 'APIVersion defines the versioned schema of this representation
36
-
of an object. Servers should convert recognized schemas to the latest
37
-
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
34
+
description: |-
35
+
APIVersion defines the versioned schema of this representation of an object.
36
+
Servers should convert recognized schemas to the latest internal value, and
37
+
may reject unrecognized values.
38
+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
38
39
type: string
39
40
kind:
40
-
description: 'Kind is a string value representing the REST resource this
41
-
object represents. Servers may infer this from the endpoint the client
42
-
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: |-
42
+
Kind is a string value representing the REST resource this object represents.
43
+
Servers may infer this from the endpoint the client submits requests to.
44
+
Cannot be updated.
45
+
In CamelCase.
46
+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
43
47
type: string
44
48
metadata:
45
49
type: object
46
50
spec:
47
51
description: TinkerbellClusterSpec defines the desired state of TinkerbellCluster.
48
52
properties:
49
53
controlPlaneEndpoint:
50
-
description: "ControlPlaneEndpoint is a required field by ClusterAPI
51
-
v1beta1. \n See https://cluster-api.sigs.k8s.io/developer/architecture/controllers/cluster.html
52
-
for more details."
54
+
description: |-
55
+
ControlPlaneEndpoint is a required field by ClusterAPI v1beta1.
56
+
57
+
58
+
See https://cluster-api.sigs.k8s.io/developer/architecture/controllers/cluster.html
59
+
for more details.
53
60
properties:
54
61
host:
55
62
description: The hostname on which the API server is serving.
0 commit comments