Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Nutrymaco committed Nov 13, 2024
1 parent f497652 commit 50ad18e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apis/v1beta1/vspherefailuredomain_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ type Topology struct {
// NetworkConfigurations is a list of network configurations within this failure domain.
// +optional
// +listType=map
// +listMapKey=name
// +listMapKey=networkName
NetworkConfigurations []NetworkConfiguration `json:"networkConfigurations,omitempty"`

// Datastore is the name or inventory path of the datastore in which the
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,7 @@ spec:
type: object
type: array
x-kubernetes-list-map-keys:
- name
- networkName
x-kubernetes-list-type: map
networks:
description: Networks is the list of networks within this failure
Expand Down

0 comments on commit 50ad18e

Please sign in to comment.