Package io.fabric8.kubernetes.api.model
Class TypedLocalObjectReferenceFluentImpl<A extends TypedLocalObjectReferenceFluent<A>>
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.kubernetes.api.model.TypedLocalObjectReferenceFluentImpl<A>
- All Implemented Interfaces:
Fluent<A>,Visitable<A>,TypedLocalObjectReferenceFluent<A>
- Direct Known Subclasses:
DoneableTypedLocalObjectReference,PersistentVolumeClaimSpecFluentImpl.DataSourceNestedImpl,TypedLocalObjectReferenceBuilder,WatchEventFluentImpl.TypedLocalObjectReferenceNestedImpl
public class TypedLocalObjectReferenceFluentImpl<A extends TypedLocalObjectReferenceFluent<A>> extends BaseFluent<A> implements TypedLocalObjectReferenceFluent<A>
-
Field Summary
-
Constructor Summary
Constructors Constructor Description TypedLocalObjectReferenceFluentImpl()TypedLocalObjectReferenceFluentImpl(TypedLocalObjectReference instance) -
Method Summary
Modifier and Type Method Description booleanequals(Object o)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)
-
Constructor Details
-
TypedLocalObjectReferenceFluentImpl
public TypedLocalObjectReferenceFluentImpl() -
TypedLocalObjectReferenceFluentImpl
-
-
Method Details
-
getApiGroup
- Specified by:
getApiGroupin interfaceTypedLocalObjectReferenceFluent<A extends TypedLocalObjectReferenceFluent<A>>
-
withApiGroup
- Specified by:
withApiGroupin interfaceTypedLocalObjectReferenceFluent<A extends TypedLocalObjectReferenceFluent<A>>
-
hasApiGroup
- Specified by:
hasApiGroupin interfaceTypedLocalObjectReferenceFluent<A extends TypedLocalObjectReferenceFluent<A>>
-
withNewApiGroup
- Specified by:
withNewApiGroupin interfaceTypedLocalObjectReferenceFluent<A extends TypedLocalObjectReferenceFluent<A>>
-
withNewApiGroup
- Specified by:
withNewApiGroupin interfaceTypedLocalObjectReferenceFluent<A extends TypedLocalObjectReferenceFluent<A>>
-
withNewApiGroup
- Specified by:
withNewApiGroupin interfaceTypedLocalObjectReferenceFluent<A extends TypedLocalObjectReferenceFluent<A>>
-
getKind
- Specified by:
getKindin interfaceTypedLocalObjectReferenceFluent<A extends TypedLocalObjectReferenceFluent<A>>
-
withKind
- Specified by:
withKindin interfaceTypedLocalObjectReferenceFluent<A extends TypedLocalObjectReferenceFluent<A>>
-
hasKind
- Specified by:
hasKindin interfaceTypedLocalObjectReferenceFluent<A extends TypedLocalObjectReferenceFluent<A>>
-
withNewKind
- Specified by:
withNewKindin interfaceTypedLocalObjectReferenceFluent<A extends TypedLocalObjectReferenceFluent<A>>
-
withNewKind
- Specified by:
withNewKindin interfaceTypedLocalObjectReferenceFluent<A extends TypedLocalObjectReferenceFluent<A>>
-
withNewKind
- Specified by:
withNewKindin interfaceTypedLocalObjectReferenceFluent<A extends TypedLocalObjectReferenceFluent<A>>
-
getName
- Specified by:
getNamein interfaceTypedLocalObjectReferenceFluent<A extends TypedLocalObjectReferenceFluent<A>>
-
withName
- Specified by:
withNamein interfaceTypedLocalObjectReferenceFluent<A extends TypedLocalObjectReferenceFluent<A>>
-
hasName
- Specified by:
hasNamein interfaceTypedLocalObjectReferenceFluent<A extends TypedLocalObjectReferenceFluent<A>>
-
withNewName
- Specified by:
withNewNamein interfaceTypedLocalObjectReferenceFluent<A extends TypedLocalObjectReferenceFluent<A>>
-
withNewName
- Specified by:
withNewNamein interfaceTypedLocalObjectReferenceFluent<A extends TypedLocalObjectReferenceFluent<A>>
-
withNewName
- Specified by:
withNewNamein interfaceTypedLocalObjectReferenceFluent<A extends TypedLocalObjectReferenceFluent<A>>
-
equals
-