Backstage
    Preparing search index...

    The type of object that can be represented by the Drawer

    interface KubernetesObject {
        kind: string;
        metadata?: IObjectMeta;
    }
    Index

    Properties

    Properties

    kind: string
    metadata?: IObjectMeta