Skip to content

Commit 66b8e9c

Browse files
Run code generation
1 parent 94dafa5 commit 66b8e9c

File tree

11 files changed

+30
-13
lines changed

11 files changed

+30
-13
lines changed

.gitignore

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,8 @@
1111
# Output of the go coverage tool, specifically when used with LiteIDE
1212
*.out
1313

14-
# Dependency directories (remove the comment below to include it)
15-
# vendor/
14+
.generate_execs
15+
.generate_files
16+
.go-pkg-cache/
17+
Makefile.common*
18+
bin/

pkg/apis/projectcalico/v3/bgpconfig.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,4 +129,4 @@ func NewBGPConfiguration() *BGPConfiguration {
129129
APIVersion: GroupVersionCurrent,
130130
},
131131
}
132-
}
132+
}

pkg/apis/projectcalico/v3/clusterinfo.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,4 +69,4 @@ func NewClusterInformation() *ClusterInformation {
6969
APIVersion: GroupVersionCurrent,
7070
},
7171
}
72-
}
72+
}

pkg/apis/projectcalico/v3/globalnetworkpolicy.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,4 +126,4 @@ func NewGlobalNetworkPolicy() *GlobalNetworkPolicy {
126126
APIVersion: GroupVersionCurrent,
127127
},
128128
}
129-
}
129+
}

pkg/apis/projectcalico/v3/globalnetworkset.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,4 @@ func NewGlobalNetworkSet() *GlobalNetworkSet {
6060
APIVersion: GroupVersionCurrent,
6161
},
6262
}
63-
}
63+
}

pkg/apis/projectcalico/v3/hostendpoint.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,4 +99,4 @@ func NewHostEndpoint() *HostEndpoint {
9999
APIVersion: GroupVersionCurrent,
100100
},
101101
}
102-
}
102+
}

pkg/apis/projectcalico/v3/ippool.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,4 +130,4 @@ func NewIPPool() *IPPool {
130130
APIVersion: GroupVersionCurrent,
131131
},
132132
}
133-
}
133+
}

pkg/apis/projectcalico/v3/networkpolicy.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,4 +111,4 @@ func NewNetworkPolicy() *NetworkPolicy {
111111
APIVersion: GroupVersionCurrent,
112112
},
113113
}
114-
}
114+
}

pkg/apis/projectcalico/v3/profile.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,4 @@ func NewProfile() *Profile {
6868
APIVersion: GroupVersionCurrent,
6969
},
7070
}
71-
}
71+
}

pkg/apis/projectcalico/v3/zz_generated.deepcopy.go

Lines changed: 11 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)