diff options
author | Manjunath Ranganathaiah <manjunath.ranganathaiah@intel.com> | 2020-08-07 19:06:22 +0000 |
---|---|---|
committer | Eric Multanen <eric.w.multanen@intel.com> | 2020-09-09 21:42:13 -0700 |
commit | 6452065eb2d3b2f0926d16499e0ecedec2382422 (patch) | |
tree | a7c24154981f39eb07e8b4f8dfee0d2bc1fdd560 /src/rsync/pkg/client/client.go | |
parent | d14246bb9a2c8874f9925c45322d678a93584adb (diff) |
Changes to add state and retry logic to rsync
- Adds retry watcher and related functionality.
- Adds code to update, get the status from appcontext.
- Adds logic to handle state transition during terminate.
Issue-ID: MULTICLOUD-1005
Signed-off-by: Manjunath Ranganathaiah <manjunath.ranganathaiah@intel.com>
Change-Id: I2ed76efd9d8b6f40fec547bbe8b7d8a86f69ce07
Diffstat (limited to 'src/rsync/pkg/client/client.go')
-rw-r--r-- | src/rsync/pkg/client/client.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rsync/pkg/client/client.go b/src/rsync/pkg/client/client.go index a489b951..5920dea5 100644 --- a/src/rsync/pkg/client/client.go +++ b/src/rsync/pkg/client/client.go @@ -25,7 +25,7 @@ import ( // DefaultValidation default action to validate. If `true` all resources by // default will be validated. -const DefaultValidation = true +const DefaultValidation = false // Client is a kubernetes client, like `kubectl` type Client struct { |