com.pulumi.kubernetes.meta.v1.inputs.LabelSelectorArgs Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of kubernetes Show documentation
Show all versions of kubernetes Show documentation
A Pulumi package for creating and managing Kubernetes resources.
// *** WARNING: this file was generated by pulumi-java-gen. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***
package com.pulumi.kubernetes.meta.v1.inputs;
import com.pulumi.core.Output;
import com.pulumi.core.annotations.Import;
import com.pulumi.kubernetes.meta.v1.inputs.LabelSelectorRequirementArgs;
import java.lang.String;
import java.util.List;
import java.util.Map;
import java.util.Objects;
import java.util.Optional;
import javax.annotation.Nullable;
/**
* A label selector is a label query over a set of resources. The result of matchLabels and matchExpressions are ANDed. An empty label selector matches all objects. A null label selector matches no objects.
*
*/
public final class LabelSelectorArgs extends com.pulumi.resources.ResourceArgs {
public static final LabelSelectorArgs Empty = new LabelSelectorArgs();
/**
* matchExpressions is a list of label selector requirements. The requirements are ANDed.
*
*/
@Import(name="matchExpressions")
private @Nullable Output> matchExpressions;
/**
* @return matchExpressions is a list of label selector requirements. The requirements are ANDed.
*
*/
public Optional
© 2015 - 2025 Weber Informatics LLC | Privacy Policy