Uses of Class
com.oracle.bmc.containerengine.model.Taint
-
Packages that use Taint Package Description com.oracle.bmc.containerengine.model -
-
Uses of Taint in com.oracle.bmc.containerengine.model
Methods in com.oracle.bmc.containerengine.model that return Taint Modifier and Type Method Description Taint
Taint.Builder. build()
Methods in com.oracle.bmc.containerengine.model that return types with arguments of type Taint Modifier and Type Method Description List<Taint>
CreateVirtualNodePoolDetails. getTaints()
A taint is a collection of <key, value, effect>.List<Taint>
UpdateVirtualNodePoolDetails. getTaints()
A taint is a collection of <key, value, effect>.List<Taint>
VirtualNodePool. getTaints()
A taint is a collection of <key, value, effect>.List<Taint>
VirtualNodePoolSummary. getTaints()
A taint is a collection of <key, value, effect>.Methods in com.oracle.bmc.containerengine.model with parameters of type Taint Modifier and Type Method Description Taint.Builder
Taint.Builder. copy(Taint model)
Method parameters in com.oracle.bmc.containerengine.model with type arguments of type Taint Modifier and Type Method Description CreateVirtualNodePoolDetails.Builder
CreateVirtualNodePoolDetails.Builder. taints(List<Taint> taints)
A taint is a collection of <key, value, effect>.UpdateVirtualNodePoolDetails.Builder
UpdateVirtualNodePoolDetails.Builder. taints(List<Taint> taints)
A taint is a collection of <key, value, effect>.VirtualNodePool.Builder
VirtualNodePool.Builder. taints(List<Taint> taints)
A taint is a collection of <key, value, effect>.VirtualNodePoolSummary.Builder
VirtualNodePoolSummary.Builder. taints(List<Taint> taints)
A taint is a collection of <key, value, effect>.
-