Class V1OwnerReferenceFluentImpl<A extends V1OwnerReferenceFluent<A>>
java.lang.Object
io.kubernetes.client.fluent.BaseFluent<A>
io.kubernetes.client.openapi.models.V1OwnerReferenceFluentImpl<A>
- All Implemented Interfaces:
Fluent<A>
,Visitable<A>
,V1OwnerReferenceFluent<A>
- Direct Known Subclasses:
V1OwnerReferenceBuilder
public class V1OwnerReferenceFluentImpl<A extends V1OwnerReferenceFluent<A>>
extends BaseFluent<A>
implements V1OwnerReferenceFluent<A>
Generated
-
Field Summary
Fields inherited from class io.kubernetes.client.fluent.BaseFluent
_visitables, VISIT
-
Constructor Summary
ConstructorsConstructorDescriptionV1OwnerReferenceFluentImpl
(io.kubernetes.client.openapi.models.V1OwnerReference instance) -
Method Summary
Modifier and TypeMethodDescriptionboolean
getKind()
getName()
getUid()
int
hashCode()
hasKind()
hasName()
hasUid()
toString()
withApiVersion
(String apiVersion) withBlockOwnerDeletion
(Boolean blockOwnerDeletion) withController
(Boolean controller) Methods inherited from class io.kubernetes.client.fluent.BaseFluent
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOf
-
Constructor Details
-
V1OwnerReferenceFluentImpl
public V1OwnerReferenceFluentImpl() -
V1OwnerReferenceFluentImpl
public V1OwnerReferenceFluentImpl(io.kubernetes.client.openapi.models.V1OwnerReference instance)
-
-
Method Details
-
getApiVersion
- Specified by:
getApiVersion
in interfaceV1OwnerReferenceFluent<A extends V1OwnerReferenceFluent<A>>
-
withApiVersion
- Specified by:
withApiVersion
in interfaceV1OwnerReferenceFluent<A extends V1OwnerReferenceFluent<A>>
-
hasApiVersion
- Specified by:
hasApiVersion
in interfaceV1OwnerReferenceFluent<A extends V1OwnerReferenceFluent<A>>
-
getBlockOwnerDeletion
- Specified by:
getBlockOwnerDeletion
in interfaceV1OwnerReferenceFluent<A extends V1OwnerReferenceFluent<A>>
-
withBlockOwnerDeletion
- Specified by:
withBlockOwnerDeletion
in interfaceV1OwnerReferenceFluent<A extends V1OwnerReferenceFluent<A>>
-
hasBlockOwnerDeletion
- Specified by:
hasBlockOwnerDeletion
in interfaceV1OwnerReferenceFluent<A extends V1OwnerReferenceFluent<A>>
-
getController
- Specified by:
getController
in interfaceV1OwnerReferenceFluent<A extends V1OwnerReferenceFluent<A>>
-
withController
- Specified by:
withController
in interfaceV1OwnerReferenceFluent<A extends V1OwnerReferenceFluent<A>>
-
hasController
- Specified by:
hasController
in interfaceV1OwnerReferenceFluent<A extends V1OwnerReferenceFluent<A>>
-
getKind
- Specified by:
getKind
in interfaceV1OwnerReferenceFluent<A extends V1OwnerReferenceFluent<A>>
-
withKind
- Specified by:
withKind
in interfaceV1OwnerReferenceFluent<A extends V1OwnerReferenceFluent<A>>
-
hasKind
- Specified by:
hasKind
in interfaceV1OwnerReferenceFluent<A extends V1OwnerReferenceFluent<A>>
-
getName
- Specified by:
getName
in interfaceV1OwnerReferenceFluent<A extends V1OwnerReferenceFluent<A>>
-
withName
- Specified by:
withName
in interfaceV1OwnerReferenceFluent<A extends V1OwnerReferenceFluent<A>>
-
hasName
- Specified by:
hasName
in interfaceV1OwnerReferenceFluent<A extends V1OwnerReferenceFluent<A>>
-
getUid
- Specified by:
getUid
in interfaceV1OwnerReferenceFluent<A extends V1OwnerReferenceFluent<A>>
-
withUid
- Specified by:
withUid
in interfaceV1OwnerReferenceFluent<A extends V1OwnerReferenceFluent<A>>
-
hasUid
- Specified by:
hasUid
in interfaceV1OwnerReferenceFluent<A extends V1OwnerReferenceFluent<A>>
-
equals
- Overrides:
equals
in classBaseFluent<A extends V1OwnerReferenceFluent<A>>
-
hashCode
public int hashCode()- Overrides:
hashCode
in classBaseFluent<A extends V1OwnerReferenceFluent<A>>
-
toString
-
withBlockOwnerDeletion
- Specified by:
withBlockOwnerDeletion
in interfaceV1OwnerReferenceFluent<A extends V1OwnerReferenceFluent<A>>
-
withController
- Specified by:
withController
in interfaceV1OwnerReferenceFluent<A extends V1OwnerReferenceFluent<A>>
-