We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dafa3f6 commit 9fb2d41Copy full SHA for 9fb2d41
crd/apis/network/v1/gkenetworkparamset_types.go
@@ -118,6 +118,9 @@ const (
118
// GNPParamsReady indicates that the referenced GNP resource
119
// has been successfully validated for use with this Network resource and ParamsReady=True
120
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"
124
)
125
126
// GKENetworkParamSetStatus contains the status information related to the network.
0 commit comments