File tree Expand file tree Collapse file tree
test/helm/gateway-crds-helm Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22611,42 +22611,45 @@ spec:
2261122611 description: GRPC defines success criteria for gRPC requests.
2261222612 properties:
2261322613 grpcSuccessStatus:
22614- description: GRPCSuccessStatus defines gRPC status codes
22615- that are considered successful.
22614+ description: |-
22615+ GRPCSuccessStatus defines gRPC status codes that are considered successful.
22616+ Status codes are defined in https://github.com/grpc/grpc/blob/master/doc/statuscodes.md#status-codes-and-their-use-in-grpc.
2261622617 items:
22617- format: int32
22618- type: integer
22618+ description: |-
22619+ GRPCSuccessCode defines gRPC status codes as defined in
22620+ https://github.com/grpc/grpc/blob/master/doc/statuscodes.md#status-codes-and-their-use-in-grpc.
22621+ enum:
22622+ - OK
22623+ - CANCELLED
22624+ - UNKNOWN
22625+ - INVALID_ARGUMENT
22626+ - DEADLINE_EXCEEDED
22627+ - NOT_FOUND
22628+ - ALREADY_EXISTS
22629+ - PERMISSION_DENIED
22630+ - RESOURCE_EXHAUSTED
22631+ - FAILED_PRECONDITION
22632+ - ABORTED
22633+ - OUT_OF_RANGE
22634+ - UNIMPLEMENTED
22635+ - INTERNAL
22636+ - UNAVAILABLE
22637+ - DATA_LOSS
22638+ - UNAUTHENTICATED
22639+ type: string
2261922640 type: array
2262022641 type: object
2262122642 http:
2262222643 description: HTTP defines success criteria for HTTP requests.
2262322644 properties:
2262422645 httpSuccessStatus:
22625- description: |-
22626- HTTPSuccessStatus defines ranges of HTTP status codes that are considered successful.
22627- Each range is inclusive on both ends.
22646+ description: HTTPSuccessStatus defines HTTP status codes
22647+ that are considered successful.
2262822648 items:
22629- description: HTTPStatusRange defines a range of HTTP
22630- status codes.
22631- properties:
22632- end:
22633- description: End is the inclusive end of the status
22634- code range (100-600).
22635- format: int32
22636- maximum: 600
22637- minimum: 100
22638- type: integer
22639- start:
22640- description: Start is the inclusive start of the
22641- status code range (100-600).
22642- format: int32
22643- maximum: 600
22644- minimum: 100
22645- type: integer
22646- required:
22647- - end
22648- - start
22649- type: object
22649+ description: HTTPStatus defines the http status code.
22650+ maximum: 599
22651+ minimum: 100
22652+ type: integer
2265022653 type: array
2265122654 type: object
2265222655 type: object
Original file line number Diff line number Diff line change @@ -592,42 +592,45 @@ spec:
592592 description: GRPC defines success criteria for gRPC requests.
593593 properties:
594594 grpcSuccessStatus:
595- description: GRPCSuccessStatus defines gRPC status codes
596- that are considered successful.
595+ description: |-
596+ GRPCSuccessStatus defines gRPC status codes that are considered successful.
597+ Status codes are defined in https://github.com/grpc/grpc/blob/master/doc/statuscodes.md#status-codes-and-their-use-in-grpc.
597598 items:
598- format: int32
599- type: integer
599+ description: |-
600+ GRPCSuccessCode defines gRPC status codes as defined in
601+ https://github.com/grpc/grpc/blob/master/doc/statuscodes.md#status-codes-and-their-use-in-grpc.
602+ enum:
603+ - OK
604+ - CANCELLED
605+ - UNKNOWN
606+ - INVALID_ARGUMENT
607+ - DEADLINE_EXCEEDED
608+ - NOT_FOUND
609+ - ALREADY_EXISTS
610+ - PERMISSION_DENIED
611+ - RESOURCE_EXHAUSTED
612+ - FAILED_PRECONDITION
613+ - ABORTED
614+ - OUT_OF_RANGE
615+ - UNIMPLEMENTED
616+ - INTERNAL
617+ - UNAVAILABLE
618+ - DATA_LOSS
619+ - UNAUTHENTICATED
620+ type: string
600621 type: array
601622 type: object
602623 http:
603624 description: HTTP defines success criteria for HTTP requests.
604625 properties:
605626 httpSuccessStatus:
606- description: |-
607- HTTPSuccessStatus defines ranges of HTTP status codes that are considered successful.
608- Each range is inclusive on both ends.
627+ description: HTTPSuccessStatus defines HTTP status codes
628+ that are considered successful.
609629 items:
610- description: HTTPStatusRange defines a range of HTTP
611- status codes.
612- properties:
613- end:
614- description: End is the inclusive end of the status
615- code range (100-600).
616- format: int32
617- maximum: 600
618- minimum: 100
619- type: integer
620- start:
621- description: Start is the inclusive start of the
622- status code range (100-600).
623- format: int32
624- maximum: 600
625- minimum: 100
626- type: integer
627- required:
628- - end
629- - start
630- type: object
630+ description: HTTPStatus defines the http status code.
631+ maximum: 599
632+ minimum: 100
633+ type: integer
631634 type: array
632635 type: object
633636 type: object
You can’t perform that action at this time.
0 commit comments