Skip to content

Commit 522e293

Browse files
authored
Merge pull request #634 from yvetteli0314/master
Add constants to Network CRD
2 parents dafa3f6 + 9fb2d41 commit 522e293

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

crd/apis/network/v1/gkenetworkparamset_types.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,9 @@ const (
118118
// GNPParamsReady indicates that the referenced GNP resource
119119
// has been successfully validated for use with this Network resource and ParamsReady=True
120120
GNPParamsReady GNPNetworkParamsReadyConditionReason = "GNPParamsReady"
121+
// GNPParamsNotReady indicates that the referenced GNP resource
122+
// needs to be updated and triggers Network resource to update
123+
GNPParamsNotReady GNPNetworkParamsReadyConditionReason = "GNPParamsNotReady"
121124
)
122125

123126
// GKENetworkParamSetStatus contains the status information related to the network.

0 commit comments

Comments
 (0)