-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* provide driver AddConstraint and RemoveConstraint (#170) Signed-off-by: Becky Huang <beckyhd@google.com> * unit tests for Driver.AddConstraint (#170) Signed-off-by: Becky Huang <beckyhd@google.com> * No error returns for removing a non-matching constraint (#170) Signed-off-by: Becky Huang <beckyhd@google.com> * provide driver AddConstraint and RemoveConstraint (#170) Signed-off-by: Becky Huang <beckyhd@google.com> * provide driver AddConstraint and RemoveConstraint (#170) Signed-off-by: Becky Huang <beckyhd@google.com> * unit tests for Driver.AddConstraint (#170) Signed-off-by: Becky Huang <beckyhd@google.com> * No error returns for removing a non-matching constraint (#170) Signed-off-by: Becky Huang <beckyhd@google.com> * Protect d.templateHandler read/write/delete with mutex, fix test(#170) Signed-off-by: Becky Huang <beckyhd@google.com> * gvk group check for constraint Signed-off-by: Becky Huang <beckyhd@google.com> * provide driver AddConstraint and RemoveConstraint (#170) Signed-off-by: Becky Huang <beckyhd@google.com> * provide driver AddConstraint and RemoveConstraint (#170) Signed-off-by: Becky Huang <beckyhd@google.com> * unit tests for Driver.AddConstraint (#170) Signed-off-by: Becky Huang <beckyhd@google.com> * No error returns for removing a non-matching constraint (#170) Signed-off-by: Becky Huang <beckyhd@google.com> * Protect d.templateHandler read/write/delete with mutex, fix test(#170) Signed-off-by: Becky Huang <beckyhd@google.com> * gvk group check for constraint Signed-off-by: Becky Huang <beckyhd@google.com> Co-authored-by: Will Beason <willbeason@google.com>
- Loading branch information
Showing
14 changed files
with
422 additions
and
176 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...aint/pkg/client/clienttest/constraints.go → .../pkg/client/clienttest/cts/constraints.go
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package clienttest | ||
package cts | ||
|
||
import ( | ||
"testing" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.