Kazan v0.11.0 Kazan.Models.Apimachinery.Meta.V1.APIResourceList View Source

APIResourceList is a list of APIResource, it is used to expose the name of the resources supported in a specific group and version, and if the resource is namespaced.

OpenAPI Definition: io.k8s.apimachinery.pkg.apis.meta.v1.APIResourceList

Properties

  • api_version :: 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.
  • group_version :: String

    • groupVersion is the group and version this APIResourceList is for.
  • 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.
  • resources :: [ Kazan.Models.Apimachinery.Meta.V1.APIResource ]

    • resources contains the name of the resources and if they are namespaced.

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %Kazan.Models.Apimachinery.Meta.V1.APIResourceList{
  api_version: String.t(),
  group_version: String.t(),
  kind: String.t(),
  resources: [Kazan.Models.Apimachinery.Meta.V1.APIResource.t()]
}