Uses of Class
io.fabric8.kubernetes.api.model.storage.v1beta1.CSINodeSpec
-
Packages that use CSINodeSpec Package Description io.fabric8.kubernetes.api.model.storage.v1beta1 -
-
Uses of CSINodeSpec in io.fabric8.kubernetes.api.model.storage.v1beta1
Methods in io.fabric8.kubernetes.api.model.storage.v1beta1 that return CSINodeSpec Modifier and Type Method Description CSINodeSpecCSINodeSpecBuilder. build()CSINodeSpecCSINodeFluent. buildSpec()CSINodeSpecCSINode. getSpec()Methods in io.fabric8.kubernetes.api.model.storage.v1beta1 with parameters of type CSINodeSpec Modifier and Type Method Description protected voidCSINodeSpecFluent. copyInstance(CSINodeSpec instance)CSINodeFluent.SpecNested<A>CSINodeFluent. editOrNewSpecLike(CSINodeSpec item)voidCSINode. setSpec(CSINodeSpec spec)CSINodeFluent.SpecNested<A>CSINodeFluent. withNewSpecLike(CSINodeSpec item)ACSINodeFluent. withSpec(CSINodeSpec spec)Constructors in io.fabric8.kubernetes.api.model.storage.v1beta1 with parameters of type CSINodeSpec Constructor Description CSINode(String apiVersion, String kind, io.fabric8.kubernetes.api.model.ObjectMeta metadata, CSINodeSpec spec)CSINodeSpecBuilder(CSINodeSpec instance)CSINodeSpecBuilder(CSINodeSpecFluent<?> fluent, CSINodeSpec instance)CSINodeSpecFluent(CSINodeSpec instance)
-