Skip to content

Commit ee084d2

Browse files
committed
auto-generated version products/containerregistry/v2.1.0
1 parent d76d34e commit ee084d2

File tree

59 files changed

+530
-35
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+530
-35
lines changed

products/containerregistry/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,11 @@ By default, *https://api.ionos.com/containerregistries* is used, however this ca
6868
by setting the `IONOS_API_URL` environment variable or by specifying the `hostUrl` parameter when
6969
initializing the sdk client.
7070

71+
**NOTE**: We recommend passing the URL without the `https://` or `http://` prefix. The SDK
72+
checks and adds it if necessary when configurations are created using `NewConfiguration` or
73+
`NewConfigurationFromEnv`. This is to avoid issues caused by typos in the prefix that cannot
74+
be easily detected and debugged.
75+
7176
### Basic Authentication
7277

7378
- **Type**: HTTP basic authentication

products/containerregistry/client.go

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

products/containerregistry/docs/models/PatchTokenInput.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
|Name | Type | Description | Notes|
66
|------------ | ------------- | ------------- | -------------|
7-
|**ExpiryDate** | Pointer to [**time.Time**](time.Time.md) | | [optional] |
7+
|**ExpiryDate** | Pointer to [**NullableTime**](time.Time.md) | | [optional] |
88
|**Scopes** | Pointer to [**[]Scope**](Scope.md) | | [optional] |
99
|**Status** | Pointer to **string** | | [optional] |
1010

@@ -52,6 +52,16 @@ SetExpiryDate sets ExpiryDate field to given value.
5252

5353
HasExpiryDate returns a boolean if a field has been set.
5454

55+
### SetExpiryDateNil
56+
57+
`func (o *PatchTokenInput) SetExpiryDateNil(b bool)`
58+
59+
SetExpiryDateNil sets the value for ExpiryDate to be an explicit nil
60+
61+
### UnsetExpiryDate
62+
`func (o *PatchTokenInput) UnsetExpiryDate()`
63+
64+
UnsetExpiryDate ensures that no value is present for ExpiryDate, not even an explicit nil
5565
### GetScopes
5666

5767
`func (o *PatchTokenInput) GetScopes() []Scope`

products/containerregistry/docs/models/PostTokenProperties.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
|Name | Type | Description | Notes|
66
|------------ | ------------- | ------------- | -------------|
7-
|**ExpiryDate** | Pointer to [**time.Time**](time.Time.md) | | [optional] |
7+
|**ExpiryDate** | Pointer to [**NullableTime**](time.Time.md) | | [optional] |
88
|**Name** | **string** | | |
99
|**Scopes** | Pointer to [**[]Scope**](Scope.md) | | [optional] |
1010
|**Status** | Pointer to **string** | | [optional] |
@@ -53,6 +53,16 @@ SetExpiryDate sets ExpiryDate field to given value.
5353

5454
HasExpiryDate returns a boolean if a field has been set.
5555

56+
### SetExpiryDateNil
57+
58+
`func (o *PostTokenProperties) SetExpiryDateNil(b bool)`
59+
60+
SetExpiryDateNil sets the value for ExpiryDate to be an explicit nil
61+
62+
### UnsetExpiryDate
63+
`func (o *PostTokenProperties) UnsetExpiryDate()`
64+
65+
UnsetExpiryDate ensures that no value is present for ExpiryDate, not even an explicit nil
5666
### GetName
5767

5868
`func (o *PostTokenProperties) GetName() string`

products/containerregistry/model_api_error_message.go

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

products/containerregistry/model_api_error_response.go

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

products/containerregistry/model_api_resource_metadata.go

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

products/containerregistry/model_artifact.go

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

products/containerregistry/model_artifact_metadata.go

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

products/containerregistry/model_artifact_metadata_all_of.go

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

0 commit comments

Comments
 (0)