tsqtsq - v1.2.0
    Preparing search index...

    Type Alias LabelSelector

    A single label matcher with operator and value.

    type LabelSelector = {
        label: string;
        operator: MatchingOperator;
        value: string;
    }
    Index

    Properties

    Properties

    label: string
    value: string