Interface V1OwnerReferenceFluent<A extends V1OwnerReferenceFluent<A>>
- All Superinterfaces:
Fluent<A>
- All Known Subinterfaces:
V1ObjectMetaFluent.OwnerReferencesNested<N>
- All Known Implementing Classes:
V1OwnerReferenceBuilder,V1OwnerReferenceFluentImpl
Generated
-
Method Summary
Modifier and TypeMethodDescriptiongetKind()getName()getUid()hasKind()hasName()hasUid()withApiVersion(String apiVersion) withBlockOwnerDeletion(Boolean blockOwnerDeletion) withController(Boolean controller)
-
Method Details
-
getApiVersion
String getApiVersion() -
withApiVersion
-
hasApiVersion
Boolean hasApiVersion() -
getBlockOwnerDeletion
Boolean getBlockOwnerDeletion() -
withBlockOwnerDeletion
-
hasBlockOwnerDeletion
Boolean hasBlockOwnerDeletion() -
getController
Boolean getController() -
withController
-
hasController
Boolean hasController() -
getKind
String getKind() -
withKind
-
hasKind
Boolean hasKind() -
getName
String getName() -
withName
-
hasName
Boolean hasName() -
getUid
String getUid() -
withUid
-
hasUid
Boolean hasUid() -
withBlockOwnerDeletion
A withBlockOwnerDeletion() -
withController
A withController()
-