-
Story
-
Resolution: Unresolved
-
Undefined
-
None
-
None
-
None
-
Product / Portfolio Work
-
False
-
-
False
-
2
-
None
-
None
-
Installer Sprint 277, Installer Sprint 278
User Story:
As a (user persona), I want to be able to:
- Add the ability for the user to specify the name and location of the private service connect endpoint
- Capability 2
- Capability 3
so that I can achieve
- Outcome 1
- Outcome 2
- Outcome 3
Acceptance Criteria:
Description of criteria:
- Upstream documentation
- Point 1
- Point 2
- Point 3
(optional) Out of Scope:
Detail about what is specifically not being delivered in the story
Engineering Details:
-
// PSCEndpoint contains the information to describe a Private Service Connect // endpoint. type PSCEndpoint struct { // Name contains the name of the private service connect endpoint. Name string `json:"name"` // Region is the region where the endpoint resides. // When the region is empty, the location is assumed to be global. // +optional Region string `json:"region,omitempty"`}
This requires/does not require a design proposal.
This requires/does not require a feature gate.