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:
DoneableTypedLocalObjectReference,PersistentVolumeClaimSpecFluentImpl.DataSourceNestedImpl,TypedLocalObjectReferenceBuilder,TypedLocalObjectReferenceFluentImpl,WatchEventFluentImpl.TypedLocalObjectReferenceNestedImpl
public interface TypedLocalObjectReferenceFluent<A extends TypedLocalObjectReferenceFluent<A>> extends Fluent<A>
-
Method Summary
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 Details
-
getApiGroup
String getApiGroup() -
withApiGroup
-
hasApiGroup
Boolean hasApiGroup() -
withNewApiGroup
-
withNewApiGroup
-
withNewApiGroup
-
getKind
String getKind() -
withKind
-
hasKind
Boolean hasKind() -
withNewKind
-
withNewKind
-
withNewKind
-
getName
String getName() -
withName
-
hasName
Boolean hasName() -
withNewName
-
withNewName
-
withNewName
-