public interface V1ResourceAttributesFluent<A extends V1ResourceAttributesFluent<A>> extends Fluent<A>
Modifier and Type | Method and Description |
---|---|
String |
getGroup() |
String |
getName() |
String |
getNamespace() |
String |
getResource() |
String |
getSubresource() |
String |
getVerb() |
String |
getVersion() |
Boolean |
hasGroup() |
Boolean |
hasName() |
Boolean |
hasNamespace() |
Boolean |
hasResource() |
Boolean |
hasSubresource() |
Boolean |
hasVerb() |
Boolean |
hasVersion() |
A |
withGroup(String group) |
A |
withName(String name) |
A |
withNamespace(String namespace) |
A |
withNewGroup(String original)
Deprecated.
|
A |
withNewName(String original)
Deprecated.
|
A |
withNewNamespace(String original)
Deprecated.
|
A |
withNewResource(String original)
Deprecated.
|
A |
withNewSubresource(String original)
Deprecated.
|
A |
withNewVerb(String original)
Deprecated.
|
A |
withNewVersion(String original)
Deprecated.
|
A |
withResource(String resource) |
A |
withSubresource(String subresource) |
A |
withVerb(String verb) |
A |
withVersion(String version) |
String getGroup()
Boolean hasGroup()
@Deprecated A withNewGroup(String original)
String getName()
Boolean hasName()
@Deprecated A withNewName(String original)
String getNamespace()
Boolean hasNamespace()
@Deprecated A withNewNamespace(String original)
String getResource()
Boolean hasResource()
@Deprecated A withNewResource(String original)
String getSubresource()
Boolean hasSubresource()
@Deprecated A withNewSubresource(String original)
String getVerb()
Boolean hasVerb()
@Deprecated A withNewVerb(String original)
String getVersion()
Boolean hasVersion()
@Deprecated A withNewVersion(String original)
Copyright © 2021. All rights reserved.