Uses of Interface
org.cdk8s.plus24.k8s.IdRangeV1Beta1
-
Packages that use IdRangeV1Beta1 Package Description org.cdk8s.plus24.k8s -
-
Uses of IdRangeV1Beta1 in org.cdk8s.plus24.k8s
Classes in org.cdk8s.plus24.k8s that implement IdRangeV1Beta1 Modifier and Type Class Description static classIdRangeV1Beta1.Jsii$ProxyAn implementation forIdRangeV1Beta1Methods in org.cdk8s.plus24.k8s that return IdRangeV1Beta1 Modifier and Type Method Description IdRangeV1Beta1IdRangeV1Beta1.Builder. build()Builds the configured instance.Methods in org.cdk8s.plus24.k8s that return types with arguments of type IdRangeV1Beta1 Modifier and Type Method Description default List<IdRangeV1Beta1>FsGroupStrategyOptionsV1Beta1. getRanges()ranges are the allowed ranges of fs groups.List<IdRangeV1Beta1>FsGroupStrategyOptionsV1Beta1.Jsii$Proxy. getRanges()default List<IdRangeV1Beta1>RunAsGroupStrategyOptionsV1Beta1. getRanges()ranges are the allowed ranges of gids that may be used.List<IdRangeV1Beta1>RunAsGroupStrategyOptionsV1Beta1.Jsii$Proxy. getRanges()default List<IdRangeV1Beta1>RunAsUserStrategyOptionsV1Beta1. getRanges()ranges are the allowed ranges of uids that may be used.List<IdRangeV1Beta1>RunAsUserStrategyOptionsV1Beta1.Jsii$Proxy. getRanges()default List<IdRangeV1Beta1>SupplementalGroupsStrategyOptionsV1Beta1. getRanges()ranges are the allowed ranges of supplemental groups.List<IdRangeV1Beta1>SupplementalGroupsStrategyOptionsV1Beta1.Jsii$Proxy. getRanges()Method parameters in org.cdk8s.plus24.k8s with type arguments of type IdRangeV1Beta1 Modifier and Type Method Description FsGroupStrategyOptionsV1Beta1.BuilderFsGroupStrategyOptionsV1Beta1.Builder. ranges(List<? extends IdRangeV1Beta1> ranges)Sets the value ofFsGroupStrategyOptionsV1Beta1.getRanges()RunAsGroupStrategyOptionsV1Beta1.BuilderRunAsGroupStrategyOptionsV1Beta1.Builder. ranges(List<? extends IdRangeV1Beta1> ranges)Sets the value ofRunAsGroupStrategyOptionsV1Beta1.getRanges()RunAsUserStrategyOptionsV1Beta1.BuilderRunAsUserStrategyOptionsV1Beta1.Builder. ranges(List<? extends IdRangeV1Beta1> ranges)Sets the value ofRunAsUserStrategyOptionsV1Beta1.getRanges()SupplementalGroupsStrategyOptionsV1Beta1.BuilderSupplementalGroupsStrategyOptionsV1Beta1.Builder. ranges(List<? extends IdRangeV1Beta1> ranges)Sets the value ofSupplementalGroupsStrategyOptionsV1Beta1.getRanges()
-