public interface V1beta1RoleRefFluent<A extends V1beta1RoleRefFluent<A>> extends Fluent<A>
Modifier and Type | Method and Description |
---|---|
String |
getApiGroup() |
String |
getKind() |
String |
getName() |
Boolean |
hasApiGroup() |
Boolean |
hasKind() |
Boolean |
hasName() |
A |
withApiGroup(String apiGroup) |
A |
withKind(String kind) |
A |
withName(String name) |
A |
withNewApiGroup(String original)
Deprecated.
|
A |
withNewKind(String original)
Deprecated.
|
A |
withNewName(String original)
Deprecated.
|
String getApiGroup()
Boolean hasApiGroup()
@Deprecated A withNewApiGroup(String original)
String getKind()
Boolean hasKind()
@Deprecated A withNewKind(String original)
String getName()
Boolean hasName()
@Deprecated A withNewName(String original)
Copyright © 2021. All rights reserved.