Skip to content

Commit db068bd

Browse files
committed
feat(go-client): replace GkeClusterId with CrIpaddressClusterId and add CrIpaddressclaimClusterId filter parameters
1 parent a07c96f commit db068bd

9 files changed

Lines changed: 913 additions & 386 deletions

api_plugins.go

Lines changed: 426 additions & 213 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/PatchedSubnetIPAddressRequest.md

Lines changed: 55 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,10 @@ Name | Type | Description | Notes
2020
**Comments** | Pointer to **string** | | [optional]
2121
**Tags** | Pointer to [**[]NestedTagRequest**](NestedTagRequest.md) | | [optional]
2222
**CustomFields** | Pointer to **map[string]interface{}** | | [optional]
23-
**GkeClusterId** | Pointer to **NullableString** | | [optional]
23+
**CrIpaddressClusterId** | Pointer to **NullableString** | | [optional]
2424
**CrIpaddressName** | Pointer to **NullableString** | | [optional]
2525
**CrIpaddressNamespace** | Pointer to **NullableString** | | [optional]
26+
**CrIpaddressclaimClusterId** | Pointer to **NullableString** | | [optional]
2627
**CrIpaddressclaimName** | Pointer to **NullableString** | | [optional]
2728
**CrIpaddressclaimNamespace** | Pointer to **NullableString** | | [optional]
2829

@@ -505,41 +506,41 @@ SetCustomFields sets CustomFields field to given value.
505506

506507
HasCustomFields returns a boolean if a field has been set.
507508

508-
### GetGkeClusterId
509+
### GetCrIpaddressClusterId
509510

510-
`func (o *PatchedSubnetIPAddressRequest) GetGkeClusterId() string`
511+
`func (o *PatchedSubnetIPAddressRequest) GetCrIpaddressClusterId() string`
511512

512-
GetGkeClusterId returns the GkeClusterId field if non-nil, zero value otherwise.
513+
GetCrIpaddressClusterId returns the CrIpaddressClusterId field if non-nil, zero value otherwise.
513514

514-
### GetGkeClusterIdOk
515+
### GetCrIpaddressClusterIdOk
515516

516-
`func (o *PatchedSubnetIPAddressRequest) GetGkeClusterIdOk() (*string, bool)`
517+
`func (o *PatchedSubnetIPAddressRequest) GetCrIpaddressClusterIdOk() (*string, bool)`
517518

518-
GetGkeClusterIdOk returns a tuple with the GkeClusterId field if it's non-nil, zero value otherwise
519+
GetCrIpaddressClusterIdOk returns a tuple with the CrIpaddressClusterId field if it's non-nil, zero value otherwise
519520
and a boolean to check if the value has been set.
520521

521-
### SetGkeClusterId
522+
### SetCrIpaddressClusterId
522523

523-
`func (o *PatchedSubnetIPAddressRequest) SetGkeClusterId(v string)`
524+
`func (o *PatchedSubnetIPAddressRequest) SetCrIpaddressClusterId(v string)`
524525

525-
SetGkeClusterId sets GkeClusterId field to given value.
526+
SetCrIpaddressClusterId sets CrIpaddressClusterId field to given value.
526527

527-
### HasGkeClusterId
528+
### HasCrIpaddressClusterId
528529

529-
`func (o *PatchedSubnetIPAddressRequest) HasGkeClusterId() bool`
530+
`func (o *PatchedSubnetIPAddressRequest) HasCrIpaddressClusterId() bool`
530531

531-
HasGkeClusterId returns a boolean if a field has been set.
532+
HasCrIpaddressClusterId returns a boolean if a field has been set.
532533

533-
### SetGkeClusterIdNil
534+
### SetCrIpaddressClusterIdNil
534535

535-
`func (o *PatchedSubnetIPAddressRequest) SetGkeClusterIdNil(b bool)`
536+
`func (o *PatchedSubnetIPAddressRequest) SetCrIpaddressClusterIdNil(b bool)`
536537

537-
SetGkeClusterIdNil sets the value for GkeClusterId to be an explicit nil
538+
SetCrIpaddressClusterIdNil sets the value for CrIpaddressClusterId to be an explicit nil
538539

539-
### UnsetGkeClusterId
540-
`func (o *PatchedSubnetIPAddressRequest) UnsetGkeClusterId()`
540+
### UnsetCrIpaddressClusterId
541+
`func (o *PatchedSubnetIPAddressRequest) UnsetCrIpaddressClusterId()`
541542

542-
UnsetGkeClusterId ensures that no value is present for GkeClusterId, not even an explicit nil
543+
UnsetCrIpaddressClusterId ensures that no value is present for CrIpaddressClusterId, not even an explicit nil
543544
### GetCrIpaddressName
544545

545546
`func (o *PatchedSubnetIPAddressRequest) GetCrIpaddressName() string`
@@ -610,6 +611,41 @@ HasCrIpaddressNamespace returns a boolean if a field has been set.
610611
`func (o *PatchedSubnetIPAddressRequest) UnsetCrIpaddressNamespace()`
611612

612613
UnsetCrIpaddressNamespace ensures that no value is present for CrIpaddressNamespace, not even an explicit nil
614+
### GetCrIpaddressclaimClusterId
615+
616+
`func (o *PatchedSubnetIPAddressRequest) GetCrIpaddressclaimClusterId() string`
617+
618+
GetCrIpaddressclaimClusterId returns the CrIpaddressclaimClusterId field if non-nil, zero value otherwise.
619+
620+
### GetCrIpaddressclaimClusterIdOk
621+
622+
`func (o *PatchedSubnetIPAddressRequest) GetCrIpaddressclaimClusterIdOk() (*string, bool)`
623+
624+
GetCrIpaddressclaimClusterIdOk returns a tuple with the CrIpaddressclaimClusterId field if it's non-nil, zero value otherwise
625+
and a boolean to check if the value has been set.
626+
627+
### SetCrIpaddressclaimClusterId
628+
629+
`func (o *PatchedSubnetIPAddressRequest) SetCrIpaddressclaimClusterId(v string)`
630+
631+
SetCrIpaddressclaimClusterId sets CrIpaddressclaimClusterId field to given value.
632+
633+
### HasCrIpaddressclaimClusterId
634+
635+
`func (o *PatchedSubnetIPAddressRequest) HasCrIpaddressclaimClusterId() bool`
636+
637+
HasCrIpaddressclaimClusterId returns a boolean if a field has been set.
638+
639+
### SetCrIpaddressclaimClusterIdNil
640+
641+
`func (o *PatchedSubnetIPAddressRequest) SetCrIpaddressclaimClusterIdNil(b bool)`
642+
643+
SetCrIpaddressclaimClusterIdNil sets the value for CrIpaddressclaimClusterId to be an explicit nil
644+
645+
### UnsetCrIpaddressclaimClusterId
646+
`func (o *PatchedSubnetIPAddressRequest) UnsetCrIpaddressclaimClusterId()`
647+
648+
UnsetCrIpaddressclaimClusterId ensures that no value is present for CrIpaddressclaimClusterId, not even an explicit nil
613649
### GetCrIpaddressclaimName
614650

615651
`func (o *PatchedSubnetIPAddressRequest) GetCrIpaddressclaimName() string`

0 commit comments

Comments
 (0)