Skip to content

Commit edffff6

Browse files
committed
chore: run make in nodenetworkconfig/, clustersubnetstate/, multitenantnetworkcontainer/, multitenancy/
1 parent c1268c5 commit edffff6

File tree

7 files changed

+52
-87
lines changed

7 files changed

+52
-87
lines changed

crd/clustersubnetstate/manifests/acn.azure.com_clustersubnetstates.yaml

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
33
kind: CustomResourceDefinition
44
metadata:
55
annotations:
6-
controller-gen.kubebuilder.io/version: v0.16.3
6+
controller-gen.kubebuilder.io/version: v0.13.0
77
name: clustersubnetstates.acn.azure.com
88
spec:
99
group: acn.azure.com
@@ -27,19 +27,14 @@ spec:
2727
description: ClusterSubnetState is the Schema for the ClusterSubnetState API
2828
properties:
2929
apiVersion:
30-
description: |-
31-
APIVersion defines the versioned schema of this representation of an object.
32-
Servers should convert recognized schemas to the latest internal value, and
33-
may reject unrecognized values.
34-
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
30+
description: 'APIVersion defines the versioned schema of this representation
31+
of an object. Servers should convert recognized schemas to the latest
32+
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
3533
type: string
3634
kind:
37-
description: |-
38-
Kind is a string value representing the REST resource this object represents.
39-
Servers may infer this from the endpoint the client submits requests to.
40-
Cannot be updated.
41-
In CamelCase.
42-
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
35+
description: 'Kind is a string value representing the REST resource this
36+
object represents. Servers may infer this from the endpoint the client
37+
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
4338
type: string
4439
metadata:
4540
type: object

crd/multitenancy/manifests/multitenancy.acn.azure.com_multitenantpodnetworkconfigs.yaml

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
33
kind: CustomResourceDefinition
44
metadata:
55
annotations:
6-
controller-gen.kubebuilder.io/version: v0.16.3
6+
controller-gen.kubebuilder.io/version: v0.13.0
77
labels:
88
managed: ""
99
owner: ""
@@ -36,19 +36,14 @@ spec:
3636
API
3737
properties:
3838
apiVersion:
39-
description: |-
40-
APIVersion defines the versioned schema of this representation of an object.
41-
Servers should convert recognized schemas to the latest internal value, and
42-
may reject unrecognized values.
43-
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
39+
description: 'APIVersion defines the versioned schema of this representation
40+
of an object. Servers should convert recognized schemas to the latest
41+
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
4442
type: string
4543
kind:
46-
description: |-
47-
Kind is a string value representing the REST resource this object represents.
48-
Servers may infer this from the endpoint the client submits requests to.
49-
Cannot be updated.
50-
In CamelCase.
51-
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
44+
description: 'Kind is a string value representing the REST resource this
45+
object represents. Servers may infer this from the endpoint the client
46+
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
5247
type: string
5348
metadata:
5449
type: object

crd/multitenancy/manifests/multitenancy.acn.azure.com_nodeinfo.yaml

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
33
kind: CustomResourceDefinition
44
metadata:
55
annotations:
6-
controller-gen.kubebuilder.io/version: v0.16.3
6+
controller-gen.kubebuilder.io/version: v0.13.0
77
name: nodeinfo.multitenancy.acn.azure.com
88
spec:
99
group: multitenancy.acn.azure.com
@@ -26,19 +26,14 @@ spec:
2626
description: NodeInfo is the Schema for the NodeInfo API
2727
properties:
2828
apiVersion:
29-
description: |-
30-
APIVersion defines the versioned schema of this representation of an object.
31-
Servers should convert recognized schemas to the latest internal value, and
32-
may reject unrecognized values.
33-
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
29+
description: 'APIVersion defines the versioned schema of this representation
30+
of an object. Servers should convert recognized schemas to the latest
31+
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
3432
type: string
3533
kind:
36-
description: |-
37-
Kind is a string value representing the REST resource this object represents.
38-
Servers may infer this from the endpoint the client submits requests to.
39-
Cannot be updated.
40-
In CamelCase.
41-
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
34+
description: 'Kind is a string value representing the REST resource this
35+
object represents. Servers may infer this from the endpoint the client
36+
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
4237
type: string
4338
metadata:
4439
type: object

crd/multitenancy/manifests/multitenancy.acn.azure.com_podnetworkinstances.yaml

Lines changed: 10 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
33
kind: CustomResourceDefinition
44
metadata:
55
annotations:
6-
controller-gen.kubebuilder.io/version: v0.16.3
6+
controller-gen.kubebuilder.io/version: v0.13.0
77
labels:
88
managed: ""
99
owner: ""
@@ -34,19 +34,14 @@ spec:
3434
API
3535
properties:
3636
apiVersion:
37-
description: |-
38-
APIVersion defines the versioned schema of this representation of an object.
39-
Servers should convert recognized schemas to the latest internal value, and
40-
may reject unrecognized values.
41-
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
37+
description: 'APIVersion defines the versioned schema of this representation
38+
of an object. Servers should convert recognized schemas to the latest
39+
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
4240
type: string
4341
kind:
44-
description: |-
45-
Kind is a string value representing the REST resource this object represents.
46-
Servers may infer this from the endpoint the client submits requests to.
47-
Cannot be updated.
48-
In CamelCase.
49-
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
42+
description: 'Kind is a string value representing the REST resource this
43+
object represents. Servers may infer this from the endpoint the client
44+
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
5045
type: string
5146
metadata:
5247
type: object
@@ -58,9 +53,9 @@ spec:
5853
description: Deprecated - use PodNetworks
5954
type: integer
6055
podNetworkConfigs:
61-
description: |-
62-
PodNetworkConfigs describes each PodNetwork to attach to a single Pod
63-
optional for now in case orchestrator uses the deprecated fields
56+
description: PodNetworkConfigs describes each PodNetwork to attach
57+
to a single Pod optional for now in case orchestrator uses the deprecated
58+
fields
6459
items:
6560
description: PodNetworkConfig describes a template for how to attach
6661
a PodNetwork to a Pod

crd/multitenancy/manifests/multitenancy.acn.azure.com_podnetworks.yaml

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
33
kind: CustomResourceDefinition
44
metadata:
55
annotations:
6-
controller-gen.kubebuilder.io/version: v0.16.3
6+
controller-gen.kubebuilder.io/version: v0.13.0
77
name: podnetworks.multitenancy.acn.azure.com
88
spec:
99
group: multitenancy.acn.azure.com
@@ -47,19 +47,14 @@ spec:
4747
description: PodNetwork is the Schema for the PodNetworks API
4848
properties:
4949
apiVersion:
50-
description: |-
51-
APIVersion defines the versioned schema of this representation of an object.
52-
Servers should convert recognized schemas to the latest internal value, and
53-
may reject unrecognized values.
54-
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
50+
description: 'APIVersion defines the versioned schema of this representation
51+
of an object. Servers should convert recognized schemas to the latest
52+
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
5553
type: string
5654
kind:
57-
description: |-
58-
Kind is a string value representing the REST resource this object represents.
59-
Servers may infer this from the endpoint the client submits requests to.
60-
Cannot be updated.
61-
In CamelCase.
62-
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
55+
description: 'Kind is a string value representing the REST resource this
56+
object represents. Servers may infer this from the endpoint the client
57+
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
6358
type: string
6459
metadata:
6560
type: object

crd/multitenantnetworkcontainer/manifests/networking.azure.com_multitenantnetworkcontainers.yaml

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
33
kind: CustomResourceDefinition
44
metadata:
55
annotations:
6-
controller-gen.kubebuilder.io/version: v0.16.3
6+
controller-gen.kubebuilder.io/version: v0.13.0
77
name: multitenantnetworkcontainers.networking.azure.com
88
spec:
99
group: networking.azure.com
@@ -21,19 +21,14 @@ spec:
2121
API
2222
properties:
2323
apiVersion:
24-
description: |-
25-
APIVersion defines the versioned schema of this representation of an object.
26-
Servers should convert recognized schemas to the latest internal value, and
27-
may reject unrecognized values.
28-
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
24+
description: 'APIVersion defines the versioned schema of this representation
25+
of an object. Servers should convert recognized schemas to the latest
26+
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
2927
type: string
3028
kind:
31-
description: |-
32-
Kind is a string value representing the REST resource this object represents.
33-
Servers may infer this from the endpoint the client submits requests to.
34-
Cannot be updated.
35-
In CamelCase.
36-
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
29+
description: 'Kind is a string value representing the REST resource this
30+
object represents. Servers may infer this from the endpoint the client
31+
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
3732
type: string
3833
metadata:
3934
type: object

crd/nodenetworkconfig/manifests/acn.azure.com_nodenetworkconfigs.yaml

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
33
kind: CustomResourceDefinition
44
metadata:
55
annotations:
6-
controller-gen.kubebuilder.io/version: v0.16.3
6+
controller-gen.kubebuilder.io/version: v0.13.0
77
name: nodenetworkconfigs.acn.azure.com
88
spec:
99
group: acn.azure.com
@@ -52,19 +52,14 @@ spec:
5252
description: NodeNetworkConfig is the Schema for the nodenetworkconfigs API
5353
properties:
5454
apiVersion:
55-
description: |-
56-
APIVersion defines the versioned schema of this representation of an object.
57-
Servers should convert recognized schemas to the latest internal value, and
58-
may reject unrecognized values.
59-
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
55+
description: 'APIVersion defines the versioned schema of this representation
56+
of an object. Servers should convert recognized schemas to the latest
57+
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
6058
type: string
6159
kind:
62-
description: |-
63-
Kind is a string value representing the REST resource this object represents.
64-
Servers may infer this from the endpoint the client submits requests to.
65-
Cannot be updated.
66-
In CamelCase.
67-
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
60+
description: 'Kind is a string value representing the REST resource this
61+
object represents. Servers may infer this from the endpoint the client
62+
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
6863
type: string
6964
metadata:
7065
type: object

0 commit comments

Comments
 (0)