- 
                Notifications
    You must be signed in to change notification settings 
- Fork 41.6k
Open
Labels
kind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.lifecycle/frozenIndicates that an issue or PR should not be auto-closed due to staleness.Indicates that an issue or PR should not be auto-closed due to staleness.sig/api-machineryCategorizes an issue or PR as relevant to SIG API Machinery.Categorizes an issue or PR as relevant to SIG API Machinery.
Description
/kind feature
/sig api-machinery
@sttts @roycaihw @kubernetes/sig-api-machinery-misc
- Multi-types support:
- (Getting exception from deleteNamespacedStatefulSet() call kubernetes-client/java#86) Delete calls returns actual objects in the response (e.g. when there's remaining finalizers) while the v2 spec says it's returning a status object.
- (Passing V1Service and V1NetworkPolicy to CoreV1Api.replace methods can cause an API exception kubernetes-client/python#322, Generate valid openapi spec for intstr.IntOrString #62329) IntOrString cannot be correctly described in the v2 spec.
 
- Enum support
- (Umbrella issue for OpenAPI v3 related improvements #60937 (comment)) The v2 spec doesn't say about the allowed values for fields like ImagePullPolicy.
 
- Model inheritance
- make metav1.TypeMetaormetav1.Objecta parent model for the openapi clients
 
- make 
runzexia, arianvp and agilgur5
Metadata
Metadata
Assignees
Labels
kind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.lifecycle/frozenIndicates that an issue or PR should not be auto-closed due to staleness.Indicates that an issue or PR should not be auto-closed due to staleness.sig/api-machineryCategorizes an issue or PR as relevant to SIG API Machinery.Categorizes an issue or PR as relevant to SIG API Machinery.