Skip to content

Downward API for service environment vars #7365

Closed as not planned
Closed as not planned
@pmorie

Description

Forking from discussion on #6739

We should be able to set environment vars for service information using the downward API mechanism from #6739. Since services are not local to the object, we need a way to specify them in the API. How about:

type EnvVarSource struct {
  FieldPath        *ObjectFieldSelector
  ServiceFieldPath *NamedObjectFieldSelector
}

type NamedObjectFieldSelector {
    ObjectFieldSelector

    Name string
}

This will definitely lurch us closer to a full ObjectReference.

@thockin @bgrant0607 @smarterclayton

Metadata

Assignees

Labels

area/downward-apilifecycle/frozenIndicates that an issue or PR should not be auto-closed due to staleness.priority/important-soonMust be staffed and worked on either currently, or very soon, ideally in time for the next release.sig/api-machineryCategorizes an issue or PR as relevant to SIG API Machinery.sig/service-catalogCategorizes an issue or PR as relevant to SIG Service Catalog.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions