Package io.fabric8.kubernetes.api.model
Interface TypedLocalObjectReferenceFluent<A extends TypedLocalObjectReferenceFluent<A>>
-
- All Superinterfaces:
Fluent<A>
- All Known Subinterfaces:
PersistentVolumeClaimSpecFluent.DataSourceNested<N>,WatchEventFluent.TypedLocalObjectReferenceNested<N>
- All Known Implementing Classes:
PersistentVolumeClaimSpecFluentImpl.DataSourceNestedImpl,TypedLocalObjectReferenceBuilder,TypedLocalObjectReferenceFluentImpl,WatchEventFluentImpl.TypedLocalObjectReferenceNestedImpl
public interface TypedLocalObjectReferenceFluent<A extends TypedLocalObjectReferenceFluent<A>> extends Fluent<A>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetApiGroup()StringgetKind()StringgetName()BooleanhasApiGroup()BooleanhasKind()BooleanhasName()AwithApiGroup(String apiGroup)AwithKind(String kind)AwithName(String name)AwithNewApiGroup(String arg1)AwithNewApiGroup(StringBuffer arg1)AwithNewApiGroup(StringBuilder arg1)AwithNewKind(String arg1)AwithNewKind(StringBuffer arg1)AwithNewKind(StringBuilder arg1)AwithNewName(String arg1)AwithNewName(StringBuffer arg1)AwithNewName(StringBuilder arg1)
-
-
-
Method Detail
-
getApiGroup
String getApiGroup()
-
hasApiGroup
Boolean hasApiGroup()
-
withNewApiGroup
A withNewApiGroup(StringBuilder arg1)
-
withNewApiGroup
A withNewApiGroup(StringBuffer arg1)
-
getKind
String getKind()
-
hasKind
Boolean hasKind()
-
withNewKind
A withNewKind(StringBuilder arg1)
-
withNewKind
A withNewKind(StringBuffer arg1)
-
getName
String getName()
-
hasName
Boolean hasName()
-
withNewName
A withNewName(StringBuilder arg1)
-
withNewName
A withNewName(StringBuffer arg1)
-
-