Skip to content

Implement base interface for most Kubernetes objects #101

Closed
@dlaidlaw

Description

@dlaidlaw

Most of the Kubernetes objects have a set of fields in common:

  • kind
  • apiVersion
  • metadata
  • spec

The objects that support this really need to reflect that by implementing an interface and possibly extending a base class.

Metadata

Metadata

Assignees

No one assigned

    Labels

    lifecycle/frozenIndicates that an issue or PR should not be auto-closed due to staleness.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions