IngressSecurityRule protocol
Open
Nobody has claimed this yet.
Networking
- Dominant language
- Java
- Stars
- 243
- Forks
- 171
- Avg merge
- 30m
- Merged PRs (30d)
- 4
Description
The protocol field in IngressSecurityRule is of String type which has the following values
- Value = 6, protocol = TCP
- Value = 17, protocol = UDP
Create an Enum for Protocol instead of String
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating IngressSecurityRule in the Java SDK and inspect how its protocol field is declared. Confirm the requested TCP and UDP values and check the surrounding model conventions before making the change. Done means the protocol field uses an enum rather than String while retaining the stated values.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- networking
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100