public interface V1OwnerReferenceFluent<A extends V1OwnerReferenceFluent<A>> extends Fluent<A>
Modifier and Type | Method and Description |
---|---|
String |
getApiVersion() |
Boolean |
getBlockOwnerDeletion() |
Boolean |
getController() |
String |
getKind() |
String |
getName() |
String |
getUid() |
Boolean |
hasApiVersion() |
Boolean |
hasBlockOwnerDeletion() |
Boolean |
hasController() |
Boolean |
hasKind() |
Boolean |
hasName() |
Boolean |
hasUid() |
A |
withApiVersion(String apiVersion) |
A |
withBlockOwnerDeletion(Boolean blockOwnerDeletion) |
A |
withController(Boolean controller) |
A |
withKind(String kind) |
A |
withName(String name) |
A |
withNewApiVersion(String original)
Deprecated.
|
A |
withNewKind(String original)
Deprecated.
|
A |
withNewName(String original)
Deprecated.
|
A |
withNewUid(String original)
Deprecated.
|
A |
withUid(String uid) |
String getApiVersion()
Boolean hasApiVersion()
@Deprecated A withNewApiVersion(String original)
Boolean getBlockOwnerDeletion()
Boolean hasBlockOwnerDeletion()
Boolean getController()
Boolean hasController()
String getKind()
Boolean hasKind()
@Deprecated A withNewKind(String original)
String getName()
Boolean hasName()
@Deprecated A withNewName(String original)
String getUid()
Boolean hasUid()
@Deprecated A withNewUid(String original)
Copyright © 2021. All rights reserved.