Skip to content

Commit b28e91b

Browse files
authored
Merge pull request #969 from CecileRobertMichon/third-party-optional
Make thirdPartyImage optional
2 parents 4d75fcc + 360dc47 commit b28e91b

File tree

4 files changed

+1
-3
lines changed

4 files changed

+1
-3
lines changed

api/v1alpha3/types.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,7 @@ type AzureMarketplaceImage struct {
261261
// ThirdPartyImage indicates the image is published by a third party publisher and a Plan
262262
// will be generated for it.
263263
// +kubebuilder:default=false
264+
// +optional
264265
ThirdPartyImage bool `json:"thirdPartyImage"`
265266
}
266267

config/crd/bases/exp.infrastructure.cluster.x-k8s.io_azuremachinepools.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,6 @@ spec:
189189
- offer
190190
- publisher
191191
- sku
192-
- thirdPartyImage
193192
- version
194193
type: object
195194
sharedGallery:

config/crd/bases/infrastructure.cluster.x-k8s.io_azuremachines.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,6 @@ spec:
364364
- offer
365365
- publisher
366366
- sku
367-
- thirdPartyImage
368367
- version
369368
type: object
370369
sharedGallery:

config/crd/bases/infrastructure.cluster.x-k8s.io_azuremachinetemplates.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,6 @@ spec:
307307
- offer
308308
- publisher
309309
- sku
310-
- thirdPartyImage
311310
- version
312311
type: object
313312
sharedGallery:

0 commit comments

Comments
 (0)