You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: connectormgmt/apiv1/client/docs/ConnectorClusterMeta.md
+26Lines changed: 26 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,7 @@ Name | Type | Description | Notes
8
8
**CreatedAt** | Pointer to **time.Time** | | [optional]
9
9
**ModifiedAt** | Pointer to **time.Time** | | [optional]
10
10
**Name** | Pointer to **string** | | [optional]
11
+
**Annotations** | Pointer to **map[string]string** | Name-value string annotations for resource | [optional]
11
12
12
13
## Methods
13
14
@@ -128,6 +129,31 @@ SetName sets Name field to given value.
128
129
129
130
HasName returns a boolean if a field has been set.
130
131
132
+
### GetAnnotations
133
+
134
+
`func (o *ConnectorClusterMeta) GetAnnotations() map[string]string`
135
+
136
+
GetAnnotations returns the Annotations field if non-nil, zero value otherwise.
137
+
138
+
### GetAnnotationsOk
139
+
140
+
`func (o *ConnectorClusterMeta) GetAnnotationsOk() (*map[string]string, bool)`
141
+
142
+
GetAnnotationsOk returns a tuple with the Annotations field if it's non-nil, zero value otherwise
143
+
and a boolean to check if the value has been set.
144
+
145
+
### SetAnnotations
146
+
147
+
`func (o *ConnectorClusterMeta) SetAnnotations(v map[string]string)`
148
+
149
+
SetAnnotations sets Annotations field to given value.
150
+
151
+
### HasAnnotations
152
+
153
+
`func (o *ConnectorClusterMeta) HasAnnotations() bool`
154
+
155
+
HasAnnotations returns a boolean if a field has been set.
156
+
131
157
132
158
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
**Annotations** | Pointer to **map[string]string** | Name-value string annotations for resource | [optional]
8
9
9
10
## Methods
10
11
@@ -50,6 +51,31 @@ SetName sets Name field to given value.
50
51
51
52
HasName returns a boolean if a field has been set.
52
53
54
+
### GetAnnotations
55
+
56
+
`func (o *ConnectorClusterRequest) GetAnnotations() map[string]string`
57
+
58
+
GetAnnotations returns the Annotations field if non-nil, zero value otherwise.
59
+
60
+
### GetAnnotationsOk
61
+
62
+
`func (o *ConnectorClusterRequest) GetAnnotationsOk() (*map[string]string, bool)`
63
+
64
+
GetAnnotationsOk returns a tuple with the Annotations field if it's non-nil, zero value otherwise
65
+
and a boolean to check if the value has been set.
66
+
67
+
### SetAnnotations
68
+
69
+
`func (o *ConnectorClusterRequest) SetAnnotations(v map[string]string)`
70
+
71
+
SetAnnotations sets Annotations field to given value.
72
+
73
+
### HasAnnotations
74
+
75
+
`func (o *ConnectorClusterRequest) HasAnnotations() bool`
76
+
77
+
HasAnnotations returns a boolean if a field has been set.
78
+
53
79
54
80
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
**Annotations** | Pointer to **map[string]string** | Name-value string annotations for resource | [optional]
8
9
9
10
## Methods
10
11
@@ -50,6 +51,31 @@ SetName sets Name field to given value.
50
51
51
52
HasName returns a boolean if a field has been set.
52
53
54
+
### GetAnnotations
55
+
56
+
`func (o *ConnectorClusterRequestMeta) GetAnnotations() map[string]string`
57
+
58
+
GetAnnotations returns the Annotations field if non-nil, zero value otherwise.
59
+
60
+
### GetAnnotationsOk
61
+
62
+
`func (o *ConnectorClusterRequestMeta) GetAnnotationsOk() (*map[string]string, bool)`
63
+
64
+
GetAnnotationsOk returns a tuple with the Annotations field if it's non-nil, zero value otherwise
65
+
and a boolean to check if the value has been set.
66
+
67
+
### SetAnnotations
68
+
69
+
`func (o *ConnectorClusterRequestMeta) SetAnnotations(v map[string]string)`
70
+
71
+
SetAnnotations sets Annotations field to given value.
72
+
73
+
### HasAnnotations
74
+
75
+
`func (o *ConnectorClusterRequestMeta) HasAnnotations() bool`
76
+
77
+
HasAnnotations returns a boolean if a field has been set.
78
+
53
79
54
80
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
0 commit comments