You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So the API server isn't honest about where this OpenAPI spec files; It isn't in the apiregistration.k8s.io/v1 group in this case.
oc explain apiservice
KIND: APIService
VERSION: apiregistration.k8s.io/v1
DESCRIPTION:
APIService represents a server for a particular GroupVersion. Name must be
"version.group".
FIELDS:
apiVersion <string>
APIVersion defines the versioned schema of this representation of an
object. Servers should convert recognized schemas to the latest internal
value, and may reject unrecognized values. More info:
https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
kind <string>
Kind is a string value representing the REST resource this object
represents. Servers may infer this from the endpoint the client submits
requests to. Cannot be updated. In CamelCase. More info:
https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
metadata <Object>
Standard object's metadata. More info:
https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
spec <Object>
Spec contains information for locating and communicating with a server
status <Object>
Status contains derived information about an API server
The text was updated successfully, but these errors were encountered:
For some reason, this returns a
404
, butoc explain
gets the OpenAPI spec. It probably needs an exception.So the API server isn't honest about where this OpenAPI spec files; It isn't in the
apiregistration.k8s.io/v1
group in this case.The text was updated successfully, but these errors were encountered: