Expand description

This module contains types related to the OpenAPI types used in the Kubernetes spec.

Structs§

  • A definition path.
  • The "info" property of an OpenAPI spec.
  • The value of an x-kubernetes-group-version-kind annotation on a type or an operation.
  • An API operation.
  • The path of an API operation.
  • The name of a property of a schema type with a "properties" map.
  • The path specified by a "$ref" property.
  • The schema of a definition or operation parameter.
  • The whole Spec object. An OpenAPI spec JSON file can be deserialized into this type.

Enums§