public interface V1IngressClassParametersReferenceFluent<A extends V1IngressClassParametersReferenceFluent<A>> extends Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
String |
getApiGroup() |
String |
getKind() |
String |
getName() |
String |
getNamespace() |
String |
getScope() |
Boolean |
hasApiGroup() |
Boolean |
hasKind() |
Boolean |
hasName() |
Boolean |
hasNamespace() |
Boolean |
hasScope() |
A |
withApiGroup(String apiGroup) |
A |
withKind(String kind) |
A |
withName(String name) |
A |
withNamespace(String namespace) |
A |
withScope(String scope) |
String getApiGroup()
Boolean hasApiGroup()
String getKind()
Boolean hasKind()
String getName()
Boolean hasName()
String getNamespace()
Boolean hasNamespace()
String getScope()
Boolean hasScope()
Copyright © 2022. All rights reserved.