Uses of Class
io.fabric8.kubernetes.api.model.TypedObjectReference
-
Packages that use TypedObjectReference Package Description io.fabric8.kubernetes.api.model -
-
Uses of TypedObjectReference in io.fabric8.kubernetes.api.model
Methods in io.fabric8.kubernetes.api.model that return TypedObjectReference Modifier and Type Method Description TypedObjectReferenceTypedObjectReferenceBuilder. build()TypedObjectReferencePersistentVolumeClaimSpecFluent. buildDataSourceRef()TypedObjectReferencePersistentVolumeClaimSpec. getDataSourceRef()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 TypedObjectReference Modifier and Type Method Description protected voidTypedObjectReferenceFluent. copyInstance(TypedObjectReference instance)PersistentVolumeClaimSpecFluent.DataSourceRefNested<A>PersistentVolumeClaimSpecFluent. editOrNewDataSourceRefLike(TypedObjectReference item)voidPersistentVolumeClaimSpec. setDataSourceRef(TypedObjectReference dataSourceRef)PersistentVolumeClaimSpec describes the common attributes of storage devices and allows a Source for provider-specific attributesAPersistentVolumeClaimSpecFluent. withDataSourceRef(TypedObjectReference dataSourceRef)PersistentVolumeClaimSpecFluent.DataSourceRefNested<A>PersistentVolumeClaimSpecFluent. withNewDataSourceRefLike(TypedObjectReference item)Constructors in io.fabric8.kubernetes.api.model with parameters of type TypedObjectReference Constructor Description PersistentVolumeClaimSpec(List<String> accessModes, TypedLocalObjectReference dataSource, TypedObjectReference dataSourceRef, VolumeResourceRequirements resources, LabelSelector selector, String storageClassName, String volumeAttributesClassName, String volumeMode, String volumeName)TypedObjectReferenceBuilder(TypedObjectReference instance)TypedObjectReferenceBuilder(TypedObjectReferenceFluent<?> fluent, TypedObjectReference instance)TypedObjectReferenceFluent(TypedObjectReference instance)
-