package
0.5.3
Repository: https://github.com/maistra/istio-workspace.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
GetCreatedVersion returns the new calculated version for the created resources if any.
GetDeletedVersion returns the version for the deleted resources if any.
GetSha computes a hash of the version and returns 8 characters substring of it.
GetTargetHostNames returns a list of Host names that the target Deployment can be reached under.
GetVersion returns the version for the created resources if any.
No description provided by the author
No description provided by the author
ParseRefKindName parses a String() representation into a Object.

# Constants

ActionCreate imply the whole Named Kind should be created.
ActionDelete imply the whole Named Kind was created and should be deleted.
ActionLocated imply the resource was found, but nothing was changed.
ActionModify imply the Named Kind should be modified.
ActionRevert imply the Named Kind was modified and should be reverted to original state.
StrategyExisting holds the name of the existing strategy.

# Structs

HostName represents the Hostname of a service in a given namespace.
LocatorStatus is the action to perform an a given Resource as calculated by the Locators.
No description provided by the author
ModificatorStatus is the status of the given Locator action after it's been attempted performed.
ModificatorStore Dummy impl for testing purposes.
Ref references the user specified Resource target and configuration.
RefKindName is the target Resource and optional Resource Kind.
No description provided by the author
Route references the strategy used to route to the target Refs.
No description provided by the author

# Type aliases

No description provided by the author
Locator should report on Resources that need some Action performed on them to satisfy the Ref.
No description provided by the author
No description provided by the author
Modificator should perform the provided action on the given Resources provided by the Locator, e.g.
No description provided by the author
No description provided by the author
No description provided by the author
StatusAction describes which type of operation was done/attempted to the target resource.
Sync is the entry point for ensuring the desired state for the given Ref is up-to-date.