Skip to content

Commit

Permalink
add handleUpdate func
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiying-lin committed Oct 31, 2024
1 parent 4749a33 commit 877020c
Show file tree
Hide file tree
Showing 5 changed files with 502 additions and 28 deletions.
4 changes: 4 additions & 0 deletions api/v1alpha1/trafficmanagerbackend_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,11 @@ const (
// Possible reasons for this condition to be False are:
//
// * "Invalid"
//
// Possible reasons for this condition to be Unknown are:
//
// * "Pending"
//
TrafficManagerBackendConditionAccepted TrafficManagerBackendConditionType = "Accepted"

// TrafficManagerBackendReasonAccepted is used with the "Accepted" condition when the condition is True.
Expand Down
4 changes: 4 additions & 0 deletions api/v1alpha1/trafficmanagerprofile_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,11 @@ const (
//
// * "Invalid"
// * "DNSNameNotAvailable"
//
// Possible reasons for this condition to be Unknown are:
//
// * "Pending"
//
TrafficManagerProfileConditionProgrammed TrafficManagerProfileConditionType = "Programmed"

// TrafficManagerProfileReasonProgrammed is used with the "Programmed" condition when the condition is true.
Expand Down
Loading

0 comments on commit 877020c

Please sign in to comment.