Skip to content

Things which we should be code-generating #185

Open
@thockin

Description

@thockin
  1. k/k hack/lib/init.sh has KUBE_AVAILABLE_GROUP_VERSIONS which is a hand-maintained list of API groups
  2. k/k pkg/api/testing/defaulting_test.go has typesWithDefaulting which is a hand-maintained list of GVKs with defaulters
  3. k/k pkg/controlplane/instance.go has stableAPIGroupVersionsEnabledByDefault and betaAPIGroupVersionsDisabledByDefault and alphaAPIGroupVersionsDisabledByDefault which are hand-maintained
  4. k/k staging/src/k8s.io/api/roundtrip_test.go has var groups = []runtime.SchemeBuilder which is hand-maintained

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @thockin

        Issue actions

          Things which we should be code-generating · Issue #185 · kubernetes/code-generator