Skip to content

Commit

Permalink
Merge pull request #572 from vmware-tanzu/topic/lxiaopei/plural
Browse files Browse the repository at this point in the history
Change NetworkInfo CR plural
  • Loading branch information
lxiaopei authored May 13, 2024
2 parents 2713313 + 2573ada commit 380db33
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.11.0
creationTimestamp: null
name: networkinfoes.nsx.vmware.com
name: networkinfos.nsx.vmware.com
spec:
group: nsx.vmware.com
names:
kind: NetworkInfo
listKind: NetworkInfoList
plural: networkinfoes
plural: networkinfos
singular: networkinfo
scope: Namespaced
versions:
Expand Down
1 change: 1 addition & 0 deletions pkg/apis/nsx.vmware.com/v1alpha1/networkinfo_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import (
//+kubebuilder:storageversion

// NetworkInfo is used to report the network information for a namespace.
// +kubebuilder:resource:path=networkinfos
type NetworkInfo struct {
metav1.TypeMeta `json:",inline"`
metav1.ObjectMeta `json:"metadata,omitempty"`
Expand Down
1 change: 1 addition & 0 deletions pkg/apis/v1alpha1/networkinfo_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import (
//+kubebuilder:storageversion

// NetworkInfo is used to report the network information for a namespace.
// +kubebuilder:resource:path=networkinfos
type NetworkInfo struct {
metav1.TypeMeta `json:",inline"`
metav1.ObjectMeta `json:"metadata,omitempty"`
Expand Down

0 comments on commit 380db33

Please sign in to comment.