We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8946088 + 19c144b commit cad2735Copy full SHA for cad2735
exp/api/v1alpha3/azuremachinepool_types.go
@@ -125,7 +125,7 @@ type (
125
126
// Instances is the VM instance status for each VM in the VMSS
127
// +optional
128
- Instances []*AzureMachinePoolInstanceStatus `json:"instances"`
+ Instances []*AzureMachinePoolInstanceStatus `json:"instances,omitempty"`
129
130
// Version is the Kubernetes version for the current VMSS model
131
0 commit comments