Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/kubernetes_apis/builtin/core@v1/mod.ts>TopologySelectorTerm

REST focused Typescript classes for Kubernetes APIs, and tools for generating API interfaces
Latest
interface TopologySelectorTerm
import { type TopologySelectorTerm } from "https://deno.land/x/kubernetes_apis@v0.5.0/builtin/core@v1/mod.ts";

A topology selector term represents the result of label queries. A null or empty topology selector term matches no objects. The requirements of them are ANDed. It provides a subset of functionality as NodeSelectorTerm. This is an alpha feature and may change in the future.

Properties

optional
matchLabelExpressions: Array<TopologySelectorLabelRequirement> | null