An API server instance reports the version it can decode and the version it encodes objects to when persisting objects in the backend.

Hierarchy

  • V1alpha1ServerStorageVersion

Constructors

Properties

apiServerID?: string

The ID of the reporting API server.

decodableVersions?: string[]

The API server can decode objects encoded in these versions. The encodingVersion must be included in the decodableVersions.

encodingVersion?: string

The API server encodes the object to this version when persisting it in the backend (e.g., etcd).

servedVersions?: string[]

The API server can serve these versions. DecodableVersions must include all ServedVersions.

attributeTypeMap: {
    baseName: string;
    name: string;
    type: string;
}[] = ...

Type declaration

  • baseName: string
  • name: string
  • type: string
discriminator: undefined | string = undefined

Methods

  • Returns {
        baseName: string;
        name: string;
        type: string;
    }[]

Generated using TypeDoc