Uses of Class
io.fabric8.kubernetes.api.model.LabelSelector
-
Packages that use LabelSelector Package Description io.fabric8.kubernetes.api.model -
-
Uses of LabelSelector in io.fabric8.kubernetes.api.model
Methods in io.fabric8.kubernetes.api.model that return LabelSelector Modifier and Type Method Description LabelSelectorLabelSelectorBuilder. build()LabelSelectorClusterTrustBundleProjectionFluent. buildLabelSelector()LabelSelectorPodAffinityTermFluent. buildLabelSelector()LabelSelectorTopologySpreadConstraintFluent. buildLabelSelector()LabelSelectorPodAffinityTermFluent. buildNamespaceSelector()LabelSelectorPersistentVolumeClaimSpecFluent. buildSelector()LabelSelectorClusterTrustBundleProjection. getLabelSelector()ClusterTrustBundleProjection describes how to select a set of ClusterTrustBundle objects and project their contents into the pod filesystem.LabelSelectorPodAffinityTerm. getLabelSelector()Defines a set of pods (namely those matching the labelSelector relative to the given namespace(s)) that this pod should be co-located (affinity) or not co-located (anti-affinity) with, where co-located is defined as running on a node whose value of the label with key <topologyKey> matches that of any node on which a pod of the set of pods is runningLabelSelectorTopologySpreadConstraint. getLabelSelector()TopologySpreadConstraint specifies how to spread matching pods among the given topology.LabelSelectorPodAffinityTerm. getNamespaceSelector()Defines a set of pods (namely those matching the labelSelector relative to the given namespace(s)) that this pod should be co-located (affinity) or not co-located (anti-affinity) with, where co-located is defined as running on a node whose value of the label with key <topologyKey> matches that of any node on which a pod of the set of pods is runningLabelSelectorPersistentVolumeClaimSpec. getSelector()PersistentVolumeClaimSpec describes the common attributes of storage devices and allows a Source for provider-specific attributesMethods in io.fabric8.kubernetes.api.model with parameters of type LabelSelector Modifier and Type Method Description protected voidLabelSelectorFluent. copyInstance(LabelSelector instance)ClusterTrustBundleProjectionFluent.LabelSelectorNested<A>ClusterTrustBundleProjectionFluent. editOrNewLabelSelectorLike(LabelSelector item)PodAffinityTermFluent.LabelSelectorNested<A>PodAffinityTermFluent. editOrNewLabelSelectorLike(LabelSelector item)TopologySpreadConstraintFluent.LabelSelectorNested<A>TopologySpreadConstraintFluent. editOrNewLabelSelectorLike(LabelSelector item)PodAffinityTermFluent.NamespaceSelectorNested<A>PodAffinityTermFluent. editOrNewNamespaceSelectorLike(LabelSelector item)PersistentVolumeClaimSpecFluent.SelectorNested<A>PersistentVolumeClaimSpecFluent. editOrNewSelectorLike(LabelSelector item)voidClusterTrustBundleProjection. setLabelSelector(LabelSelector labelSelector)ClusterTrustBundleProjection describes how to select a set of ClusterTrustBundle objects and project their contents into the pod filesystem.voidPodAffinityTerm. setLabelSelector(LabelSelector labelSelector)Defines a set of pods (namely those matching the labelSelector relative to the given namespace(s)) that this pod should be co-located (affinity) or not co-located (anti-affinity) with, where co-located is defined as running on a node whose value of the label with key <topologyKey> matches that of any node on which a pod of the set of pods is runningvoidTopologySpreadConstraint. setLabelSelector(LabelSelector labelSelector)TopologySpreadConstraint specifies how to spread matching pods among the given topology.voidPodAffinityTerm. setNamespaceSelector(LabelSelector namespaceSelector)Defines a set of pods (namely those matching the labelSelector relative to the given namespace(s)) that this pod should be co-located (affinity) or not co-located (anti-affinity) with, where co-located is defined as running on a node whose value of the label with key <topologyKey> matches that of any node on which a pod of the set of pods is runningvoidPersistentVolumeClaimSpec. setSelector(LabelSelector selector)PersistentVolumeClaimSpec describes the common attributes of storage devices and allows a Source for provider-specific attributesAClusterTrustBundleProjectionFluent. withLabelSelector(LabelSelector labelSelector)APodAffinityTermFluent. withLabelSelector(LabelSelector labelSelector)ATopologySpreadConstraintFluent. withLabelSelector(LabelSelector labelSelector)APodAffinityTermFluent. withNamespaceSelector(LabelSelector namespaceSelector)ClusterTrustBundleProjectionFluent.LabelSelectorNested<A>ClusterTrustBundleProjectionFluent. withNewLabelSelectorLike(LabelSelector item)PodAffinityTermFluent.LabelSelectorNested<A>PodAffinityTermFluent. withNewLabelSelectorLike(LabelSelector item)TopologySpreadConstraintFluent.LabelSelectorNested<A>TopologySpreadConstraintFluent. withNewLabelSelectorLike(LabelSelector item)PodAffinityTermFluent.NamespaceSelectorNested<A>PodAffinityTermFluent. withNewNamespaceSelectorLike(LabelSelector item)PersistentVolumeClaimSpecFluent.SelectorNested<A>PersistentVolumeClaimSpecFluent. withNewSelectorLike(LabelSelector item)APersistentVolumeClaimSpecFluent. withSelector(LabelSelector selector)Constructors in io.fabric8.kubernetes.api.model with parameters of type LabelSelector Constructor Description ClusterTrustBundleProjection(LabelSelector labelSelector, String name, Boolean optional, String path, String signerName)LabelSelectorBuilder(LabelSelector instance)LabelSelectorBuilder(LabelSelectorFluent<?> fluent, LabelSelector instance)LabelSelectorFluent(LabelSelector instance)PersistentVolumeClaimSpec(List<String> accessModes, TypedLocalObjectReference dataSource, TypedObjectReference dataSourceRef, VolumeResourceRequirements resources, LabelSelector selector, String storageClassName, String volumeAttributesClassName, String volumeMode, String volumeName)PodAffinityTerm(LabelSelector labelSelector, List<String> matchLabelKeys, List<String> mismatchLabelKeys, LabelSelector namespaceSelector, List<String> namespaces, String topologyKey)TopologySpreadConstraint(LabelSelector labelSelector, List<String> matchLabelKeys, Integer maxSkew, Integer minDomains, String nodeAffinityPolicy, String nodeTaintsPolicy, String topologyKey, String whenUnsatisfiable)
-