Skip to content

Commit

Permalink
fix(crd): add missing generated crd fields
Browse files Browse the repository at this point in the history
Signed-off-by: Zespre Chang <zespre.chang@suse.com>
  • Loading branch information
starbops committed Feb 16, 2024
1 parent a8ea464 commit 2368b3a
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 6 deletions.
8 changes: 8 additions & 0 deletions chart/crds/network.harvesterhci.io_ippools.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -152,10 +152,18 @@ spec:
properties:
agentPodRef:
properties:
image:
type: string
name:
type: string
namespace:
type: string
uid:
description: |-
UID is a type that holds unique ID values, including UUIDs. Because we
don't ONLY use UUIDs, this is an alias to string. Being a type captures
intent and helps make sure that UIDs and names do not get conflated.
type: string
type: object
conditions:
items:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ spec:
- type
type: object
type: array
networkConfig:
networkConfigs:
items:
properties:
allocatedIPAddress:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ type NetworkConfig struct {
}

type VirtualMachineNetworkConfigStatus struct {
NetworkConfigs []NetworkConfigStatus `json:"networkConfig,omitempty"`
NetworkConfigs []NetworkConfigStatus `json:"networkConfigs,omitempty"`

// +optional
// +kubebuilder:validation:Optional
Expand Down
Loading

0 comments on commit 2368b3a

Please sign in to comment.