We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d137775 commit 9a2c7a6Copy full SHA for 9a2c7a6
boskos/crds/client.go
@@ -173,9 +173,9 @@ type ClientInterface interface {
173
NewCollection() Collection
174
// Create a new object
175
Create(obj Object) (Object, error)
176
- // Update an existing object, fails if object does not exists
+ // Update an existing object, fails if object does not exist
177
Update(obj Object) (Object, error)
178
- // Delete an existing object, fails if objects does not exists
+ // Delete an existing object, fails if objects does not exist
179
Delete(name string, options *v1.DeleteOptions) error
180
// Get an existing object
181
Get(name string) (Object, error)
0 commit comments