Skip to content

Commit

Permalink
reference
Browse files Browse the repository at this point in the history
Signed-off-by: Xudong Sun <[email protected]>
  • Loading branch information
marshtompsxd committed Oct 8, 2024
1 parent 57dfc90 commit b63a587
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/v2/kubernetes_cluster/spec/cluster.rs
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,8 @@ impl Cluster {
// * Non-deterministic requests get rejected by API server. For example, when
// creating an object using a generate_name, API server will try to create
// the object using a randomly generated name, and retry if it fails. If all
// attempts fail, the request will fail with AlreadyExists error.
// attempts fail, the request will fail with AlreadyExists error. For more
// details, see https://github.com/kubernetes/kubernetes/blob/v1.30.0/staging/src/k8s.io/apiserver/pkg/registry/generic/registry/store.go#L435.
pub open spec fn drop_req(self) -> Action<ClusterState, (Message, APIError), ()> {
let result = |input: (Message, APIError), s: ClusterState| {
let req_msg = input.0;
Expand Down

0 comments on commit b63a587

Please sign in to comment.