package
0.4.1
Repository: https://github.com/apoxy-dev/apoxy-cli.git
Documentation: pkg.go.dev

# Functions

Error2ConditionMsg format the error string to a Status condition message.
MergeConditions adds or updates matching conditions, and updates the transition time if details of a condition have changed.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
SetGatewayClassAccepted inserts or updates the Accepted condition for the provided GatewayClass.
No description provided by the author
SetRouteStatusCondition sets the condition on the RouteStatus.
No description provided by the author
UpdateGatewayStatusAcceptedCondition updates the status condition for the provided Gateway based on the accepted state.
UpdateGatewayStatusProgrammedCondition updates the status addresses for the provided gateway based on the status IP/Hostname of svc and updates the Programmed condition based on the service and deployment state.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

No description provided by the author
Update contains an all the information needed to update an object's status.
UpdateHandler holds the details required to actually write an Update back to the referenced object.
UpdateWriter takes status updates and sends these to the UpdateHandler via a channel.

# Interfaces

Mutator is an interface to hold mutator functions for status updates.
Updater describes an interface to send status updates somewhere.

# Type aliases

MutatorFunc is a function adaptor for Mutators.