import { IComGithubElasticCloudOnK8sV3PkgApisCommonV1DeploymentStatus } from "../../common.k8s.elastic.co/v1/DeploymentStatus.js"; import { IComGithubElasticCloudOnK8sV3PkgApisCommonV1AssociationStatus } from "../../common.k8s.elastic.co/v1/AssociationStatus.js"; import { IComGithubElasticCloudOnK8sV3PkgApisCommonV1DeploymentHealth } from "../../common.k8s.elastic.co/v1/DeploymentHealth.js"; import { ModelData, Model } from "@kubernetes-models/base"; /** * MapsStatus defines the observed state of Elastic Maps Server */ export interface IMapsStatus extends IComGithubElasticCloudOnK8sV3PkgApisCommonV1DeploymentStatus { "associationStatus"?: IComGithubElasticCloudOnK8sV3PkgApisCommonV1AssociationStatus; /** * ObservedGeneration is the most recent generation observed for this Elastic Maps Server. * It corresponds to the metadata generation, which is updated on mutation by the API Server. * If the generation observed in status diverges from the generation in metadata, the Elastic * Maps controller has not yet processed the changes contained in the Elastic Maps specification. */ "observedGeneration"?: number; } /** * MapsStatus defines the observed state of Elastic Maps Server */ export declare class MapsStatus extends Model implements IMapsStatus { "availableNodes"?: number; "count"?: number; "health"?: IComGithubElasticCloudOnK8sV3PkgApisCommonV1DeploymentHealth; "selector"?: string; "version"?: string; "associationStatus"?: IComGithubElasticCloudOnK8sV3PkgApisCommonV1AssociationStatus; "observedGeneration"?: number; constructor(data?: ModelData); } export type { IMapsStatus as IComGithubElasticCloudOnK8sV3PkgApisMapsV1alpha1MapsStatus, MapsStatus as ComGithubElasticCloudOnK8sV3PkgApisMapsV1alpha1MapsStatus };