File tree Expand file tree Collapse file tree 4 files changed +12
-3
lines changed
api/external/sigs.k8s.io/cluster-api-provider-aws/v2/api/v1beta2 Expand file tree Collapse file tree 4 files changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -237,6 +237,10 @@ type Instance struct {
237
237
// PrivateDNSName is the options for the instance hostname.
238
238
// +optional
239
239
PrivateDNSName * PrivateDNSName `json:"privateDnsName,omitempty"`
240
+
241
+ // PublicIPOnLaunch is the option to associate a public IP on instance launch
242
+ // +optional
243
+ PublicIPOnLaunch * bool `json:"publicIPOnLaunch,omitempty"`
240
244
}
241
245
242
246
// InstanceMetadataState describes the state of InstanceMetadataOptions.HttpEndpoint and InstanceMetadataOptions.InstanceMetadataTags
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ module github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/ex
5
5
6
6
go 1.21
7
7
8
- require sigs.k8s.io/cluster-api-provider-aws/v2 v2.4.1
8
+ require sigs.k8s.io/cluster-api-provider-aws/v2 v2.4.2
9
9
10
10
require (
11
11
github.com/aws/aws-sdk-go v1.50.28 // indirect
Original file line number Diff line number Diff line change @@ -200,8 +200,8 @@ k8s.io/utils v0.0.0-20240102154912-e7106e64919e h1:eQ/4ljkx21sObifjzXwlPKpdGLrCf
200
200
k8s.io/utils v0.0.0-20240102154912-e7106e64919e /go.mod h1:OLgZIPagt7ERELqWJFomSt595RzquPNLL48iOWgYOg0 =
201
201
sigs.k8s.io/cluster-api v1.6.2 h1:ruUi4q/9jXFuI+hmnDjo9izHgrBk4bjfQXLKx678PQE =
202
202
sigs.k8s.io/cluster-api v1.6.2 /go.mod h1:Anm4cA6R/AIP6KdIuVje8CdFc/TdGl+382bi5oPawRc =
203
- sigs.k8s.io/cluster-api-provider-aws/v2 v2.4.1 h1:IkQwllBlKe7MKNOTJK7QAXFeeTx3IZbK/dvp1FDM9xc =
204
- sigs.k8s.io/cluster-api-provider-aws/v2 v2.4.1 /go.mod h1:FCax6cEAO5lwSZYDSuHJZjztKo+wn/B0mcQrQnbKqAo =
203
+ sigs.k8s.io/cluster-api-provider-aws/v2 v2.4.2 h1:gj6FGZVltw9RjDgQLpFwkJGDe6V9CoRGD5Q3lZq5sjE =
204
+ sigs.k8s.io/cluster-api-provider-aws/v2 v2.4.2 /go.mod h1:FCax6cEAO5lwSZYDSuHJZjztKo+wn/B0mcQrQnbKqAo =
205
205
sigs.k8s.io/controller-runtime v0.17.2 h1:FwHwD1CTUemg0pW2otk7/U5/i5m2ymzvOXdbeGOUvw0 =
206
206
sigs.k8s.io/controller-runtime v0.17.2 /go.mod h1:+MngTvIQQQhfXtwfdGw/UOQ/aIaqsYywfCINOtwMO/s =
207
207
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd h1:EDPBXCAspyGV4jQlpZSudPeMmr1bNJefnuqLsRAsHZo =
You can’t perform that action at this time.
0 commit comments