Uses of Interface
org.cdk8s.plus24.IPodSelector
-
-
Uses of IPodSelector in org.cdk8s.plus24
Subinterfaces of IPodSelector in org.cdk8s.plus24 Modifier and Type Interface Description static interfaceIPodSelector.Jsii$DefaultInternal default implementation forIPodSelector.Classes in org.cdk8s.plus24 that implement IPodSelector Modifier and Type Class Description classAbstractPodclassDaemonSetA DaemonSet ensures that all (or some) Nodes run a copy of a Pod.classDeploymentA Deployment provides declarative updates for Pods and ReplicaSets.static classIPodSelector.Jsii$ProxyA proxy class which represents a concrete javascript instance of this type.classJobA Job creates one or more Pods and ensures that a specified number of them successfully terminate.classPodPod is a collection of containers that can run on a host.classPodsRepresents a group of pods.classStatefulSetStatefulSet is the workload API object used to manage stateful applications.classWorkloadA workload is an application running on Kubernetes.Methods in org.cdk8s.plus24 that return IPodSelector Modifier and Type Method Description default IPodSelectorNetworkPolicyProps. getSelector()Which pods does this policy object applies to.IPodSelectorNetworkPolicyProps.Jsii$Proxy. getSelector()default IPodSelectorServiceProps. getSelector()Which pods should the service select and route to.IPodSelectorServiceProps.Jsii$Proxy. getSelector()IPodSelectorAbstractPod. toPodSelector()Convert the peer into a pod selector, if possible.default IPodSelectorINetworkPolicyPeer.Jsii$Default. toPodSelector()Convert the peer into a pod selector, if possible.IPodSelectorINetworkPolicyPeer.Jsii$Proxy. toPodSelector()Convert the peer into a pod selector, if possible.IPodSelectorINetworkPolicyPeer. toPodSelector()Convert the peer into a pod selector, if possible.IPodSelectorNamespace. toPodSelector()Convert the peer into a pod selector, if possible.IPodSelectorNamespaces. toPodSelector()Convert the peer into a pod selector, if possible.IPodSelectorNetworkPolicyIpBlock. toPodSelector()Convert the peer into a pod selector, if possible.IPodSelectorPods. toPodSelector()Methods in org.cdk8s.plus24 with parameters of type IPodSelector Modifier and Type Method Description voidPodScheduling. colocate(IPodSelector selector)Co-locate this pod with a scheduling selection.voidPodScheduling. colocate(IPodSelector selector, PodSchedulingColocateOptions options)Co-locate this pod with a scheduling selection.voidService. select(IPodSelector selector)Require this service to select pods matching the selector.NetworkPolicy.BuilderNetworkPolicy.Builder. selector(IPodSelector selector)Which pods does this policy object applies to.NetworkPolicyProps.BuilderNetworkPolicyProps.Builder. selector(IPodSelector selector)Sets the value ofNetworkPolicyProps.getSelector()Service.BuilderService.Builder. selector(IPodSelector selector)Which pods should the service select and route to.ServiceProps.BuilderServiceProps.Builder. selector(IPodSelector selector)Sets the value ofServiceProps.getSelector()voidPodScheduling. separate(IPodSelector selector)Seperate this pod from a scheduling selection.voidPodScheduling. separate(IPodSelector selector, PodSchedulingSeparateOptions options)Seperate this pod from a scheduling selection.
-