@hashgraph/solo
    Preparing search index...
    interface Secret {
        data: Record<string, string>;
        labels: Record<string, string>;
        name: string;
        namespace: string;
        type: string;
    }
    Index

    Properties

    data: Record<string, string>
    labels: Record<string, string>
    name: string
    namespace: string
    type: string